我想推迟 javascript 的解析,我已经做了一些修改,但如何检查它们是否正常工作

I want to defer parsing of javascript, i have done some modifications but how to i check if they are working or not

我正在为我的网站使用 wordpress。现在我想提高我的网站速度我已经在 google page speed test and gtmetrix there are certain errors like parsing of javascript, compreess images, minify html, minify css, etc. Then i started search to fix those erros, So, for parsing of javascript i have found some solutions like this How To Defer Parsing Javascript in WordPress 上检查过我也按照 link.

上的建议将代码放在我的 functions.php 文件中

现在我要返回 googe page speed testgtmetrix 重新检查 parsing of javascript 是否仍然存在。我尝试了 google 的很多解决方案,但我无法理解如何检查它们是否已应用。?

如有任何帮助,我们将不胜感激。

您的 JavaScript 正在导入到 html 文档的头部。有一个名为“WP Defer Loading”的 wordpress 插件和另一个名为 "BJ lazy load" 的插件都可以延迟导入任何 JavaScript 直到页面的主要内容加载为止,这通常是最佳实践。