How to solve problem of render blocking javascript in blogger blog? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

10th Dec 2016, 10:10 AM
Pratham Jain
Pratham Jain - avatar
5 Answers
+ 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">
10th Dec 2016, 11:10 PM
shadow1435
+ 1
thanks
11th Dec 2016, 6:17 AM
Pratham Jain
Pratham Jain - avatar
+ 1
and put script at bottom to make page load faster
11th Dec 2016, 6:40 AM
Muhammad Ridwan Hanafi
Muhammad Ridwan Hanafi - avatar
+ 1
thanks@Muhammad
11th Dec 2016, 7:03 AM
Pratham Jain
Pratham Jain - avatar
+ 1
can you tell me way to add external script in bigger blog
11th Dec 2016, 7:26 AM
Pratham Jain
Pratham Jain - avatar