increase Loading speed of yout blog |
i,m telling you about these tips before that i want to tell you about hack in blogger you see some sites has ajax loading on the start up with this there page speed is increased it is also work like this ajax loading bar but it is too good for your blog
Add lazy Loading hack in blogger
- Go to blogger dashboard> html > edit html
- Now find </head>
- now paste the below code above </head> tag
<script charset='utf-8' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>Now save the template and its done
<script src='http://beautifulbloggerwidgets.googlecode.com/files/lazyload-min.js' type='text/javascript'/>
<script charset='utf-8' type='text/javascript'>
$(function() {
$("img").lazyload({placeholder : "http://beautifulbloggerwidgets.googlecode.com/files/grey.gif",threshold : 200});
});
</script>
Refresh the site and see the results
My blog loads very slow. Added this code, let's see how much it increases my blog's speed.
ReplyDeletedear you can see the results on tools.pingdom.com/fpt/
ReplyDeletecheck the result and find the difference
have you personally noticed any decrease in the loading time ?
ReplyDeletewhen i use this some of my script didnt work and also the templates css is not working...maybe in simple templates in can work...i removed it
ReplyDeletehttp://sellerfriend.blogspot.com/