Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PageSpeed Insights 说“删除渲染阻止脚本”并列出 jquery.mixitup.min.js :_( 但该脚本包含在页面底部(并已缩小),使用 MixItUp 的函数也在底部页面!我不知道我能做什么。
请问有什么建议吗?非常感谢。
您在页面标题本身中有任何脚本吗?分析或其他跟踪脚本之类的东西怎么样?那些也会被计算在内。
我已将 defer 属性添加到脚本标签中,并且似乎可以正常工作。
谢谢你的帮助。