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