+ 1
How to solve problem of render blocking javascript in blogger blog?
How to solve problem of render blocking javascript in blogger blog? It was given as a error in pagespeed insights by Google for my website http://www.magictechworld.tk
5 Antworten
+ 1
use inline JavaScript for all the important functionality and for the rest use asysc attribute of html. For example -:
<script async src="myscript.js">
+ 1
thanks
+ 1
and put script at bottom to make page load faster
+ 1
thanks@Muhammad
+ 1
can you tell me way to add external script in bigger blog