我正在为我的站点(mustangzaaubasketball.com(运行测试,显示的标志之一是用于延迟解析javascript。
对我来说令人困惑的是,我正在将这些脚本加载到更接近我的 html 页脚的地方。 此外,尽管报告显示了什么,但我的主页中没有任何内联标签。 任何帮助将不胜感激。
这是结果中显示的内容:
370.7KiB of JavaScript is parsed during initial page load. Defer parsing JavaScript to reduce blocking of page rendering.
https://code.jquery.com/ui/1.12.1/jquery-ui.min.js (217.7KiB)
https://code.jquery.com/jquery-latest.min.js (85.7KiB)
https://use.fontawesome.com/releases/v5.0.2/js/all.js (43.3KiB)
https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.17.0/jquery.validate.min.js (20.0KiB)
https://mustangzaaubasketball.com/ (4.1KiB of inline JavaScript)
将 defer 属性添加到页面加载时未立即使用的任何脚本标记