Today I will give you one trick by which you can Increase your blog speed.This trick is very easy you don't need any SEO trick or tips to increase blog page loading speed just paste simple JavaScript in your blog html and enjoy fast loading blog.
You can see our previous post about page loading speed by clicking on below link.
Increasing Blog Speed
- Go To Blogger Dashboard
- Click on Template Tab.
- Now click on Edit HTML button
- Find (Ctrl + f) </head>
- Paste 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'/>
<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>
Now save your template and you are done. Refresh your site to see the result.
No comments:
Post a Comment
Confused? Feel free to ask
Your feedback is always appreciated. I will try to reply to your queries as soon as time allows.
Note:
Please do not spam Spam comments will be deleted immediately upon my review.