Now here am gonna share about a trick to increase the loading speed of your blog.
Follow the steps:
1.Login in your Blogger Account.
2.Navigate to templates tab
3.Now click on Edit HTML
4.press Cntrl+F and type </html>
5.Before </html>,copy & paste the following code
6.Click on Save Template.
that's it....
Note:
* I suggest to take a backup of your code before doing this.
Follow the steps:
1.Login in your Blogger Account.
2.Navigate to templates tab
3.Now click on Edit HTML
4.press Cntrl+F and type </html>
5.Before </html>,copy & paste the following code
Code:
<script charset='utf-8' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
<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>
that's it....
Note:
* I suggest to take a backup of your code before doing this.