how to reduce java script execution time on googlespeed tool - blogger wprocket
change </body>
with this code
<!--</body>
--> </body>
-------------------------__________
after that
change <head>
with this code
<head>
_______________________________________
now replace
</head>
with this code
</head><!--<head/>-->
after that click on save template
_________________________
change </body>
with this code
<!--</body>
--> </body>
-------------------------__________
after that
change <head>
with this code
<head>
_______________________________________
now replace
</head>
with this code
</head><!--<head/>-->
after that click on save template
_________________________
___________________
Eliminate render-blocking resources
decreaseing loading time
go to edit template and press ctrl+f search for
ajax
you find
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js'/>
"replace above code"
with code below :-
<script id='script-batch' type='text/javascript'>
(function(d){
var js = d.createElement('script'); js.async = true; js.defer = true;
js.src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));
</script>
and save template : done chack your blogger blog speed with google sped test tool
Eliminate render-blocking resources
decreaseing loading time
go to edit template and press ctrl+f search for
ajax
you find
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js'/>
"replace above code"
with code below :-
<script id='script-batch' type='text/javascript'>
(function(d){
var js = d.createElement('script'); js.async = true; js.defer = true;
js.src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));
</script>
and save template : done chack your blogger blog speed with google sped test tool
bro i clicked on adds
ReplyDeletebhai koe narazgi hai
Deletenice
ReplyDeleteTecH Bhavesh Yt
welcome
DeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeletenice track 100% working my website www.etalkss.com
ReplyDeletethanks for compliment
Deletecurrently trying, I'll drop a feedback soon.
ReplyDeleteyeah it works, but yet the speed doesn't move from 0-49 speed rate....which is very poor for my blog, please what should I do ??
ReplyDeletePLEASE use another template
Deleteuse this template and ,, use code for fast loadind ...https://www.templateify.com/2019/06/minifast-blogger-template.html
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThe last code hides the images
ReplyDeleteremain it as it is
ReplyDeletenice, its working
ReplyDeletePost a Comment