would like to know how to do this … < Eliminate render-blocking JavaScript and CSS in above-the-fold content >
no luck with google … i did found a nice article … but failed …
http://www.wpcub.com/eliminate-render-blocking-javascript-and-css-in-above-the-fold-content/
any idea ?
This is exactly what I’m suffering from. I can’t find any differences between the demo page (demo.divtag) and my website regarding js and css files. But somehow my score is about 70 for mobile whereas they are almost 100. Are they using cloudflare?
-
This reply was modified 12 years by
murattopak01.
murattopak01
you should fix everything else FIRST, then worry about the “render blocking” thing last. This is sometimes very hard to fix.
Fact is most sites need “some” elements to load first for page to render. You might visit the sticky forum thread on pagespeed to make sure you have expires heads, caching, fonts, external elements, all sorted first, as the render blocking only counts for a very few points — all the rest count for 20-25 points and easy to fix without using a cloud system.
Thanks Christopher, you are absolutely right about not minding this stuff first, but it has turned into an obsession for me. I will try to do what sticky thread says, thanks again.
-
This reply was modified 12 years by
murattopak01.