Google Audit Question

随声附和 提交于 2019-11-29 13:48:46

Inspect the page elements. Probably your Chrome extensions are dynamically adding scripts to the page in HEAD.

I think that when javascript is downloaded the browser must wait to get it all and then run it - this stops it going to the next line directly and getting it. I guess styles all get downloaded and then computed down to inheritance position and importance etc...so they can download in parallel.

This kind of thing is hard to regulate in a CMS with components that load their own style and js.

For me, Google Analytics library inserted scripts before the rest of mine.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!