Remove Render Blocking Javascript -


i tried google pagespeed insights check how website speed well! shows error in mobile version. google suggested me remove render blocking javascript make site better looks in mobile device. i've written bellow said me.

your page has 1 blocking script resources , 3 blocking css resources. causes delay in rendering page.

none of above-the-fold content on page rendered without waiting following resources load. try defer or asynchronously load blocking resources, or inline critical portions of resources directly in html. remove render-blocking javascript:

https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js 

optimize css delivery of following:

http://fonts.googleapis.com/…%3a300%2c400%7craleway%3a400%2c500%2c900 https://www.blogger.com/…/3728782508-widget_css_mobile_bundle.css https://www.blogger.com/…&zx=88195f1c-da8c-4c99-bb3e-609abb88c4fa 

if you've written page dependent on using jquery on load, removing mean you'd have re-write lot of code, save, perhaps 10 milliseconds in load time?

open browser's debugger, @ network tab , reload page. should able decide whether suggested optimization worth or not (i'm suggesting not).


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -