html - How to "Eliminate render-blocking JavaScript and CSS in above-the-fold content" -
i have web page receives poor "mobile" score of 42%. item flagged in red should "eliminate render-blocking javascript , css in above-the-fold content". of page rendered above fold, because it's on same page, without scrolling. , of js , css required rendering page.
so stuck big fail google, or there i've missed?
the main libraries i'm loading are:
jquery.min.js jquery-ui.min.js jquery-ui-slider-pips.min.js ... , own scripts doing gruntwork page.
what may causing issue have img div url points node server generates png on fly, , takes ~2 secs image served. div hidden until ready display, can't see why real issue.
thanks insights might improve google pagespeed score!
combine , minified js files , set last tags on element
<html> <head></head> <body> <!-- html content --> <script src="minified-script.min.js" type="text/javascript"> </body> </html>
Comments
Post a Comment