HOW TO REDUCE A BLOG'S PAGE-LOAD TIME.

 On Minggu, 16 September 2012  

A blog's load time is one of the major things that needs to be taken into consideration as a blogger.

You will agree with me that no one wants to stay long on a blog that takes so long to load.

In order to reduce a blog's load time due to massive image files on a web page,you might consider adding the 'jQuery Lazy Load' plugin.

With this plugin,all images on a webpage are delayed,thereby helping to reduce the server load and make long web-pages with images load faster.

How do you add this plugin?

It is actually very easy & takes the normal routine of editing a template.So,all you've got to do is follow the instructions below.

Login to Blogger » Go to Design/Layout » Edit HTML.
Check the box next to Expand Widget Template.
Next,locate </head> in your template by pressing CTRL+F and Copy-Paste the code below just ABOVE/BEFORE it.

<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() {
$(&quot;img&quot;).lazyload({placeholder :&quot;http://beautifulbloggerwidgets.googlecode.com/files/grey.gif&quot;,threshold : 200});
});
</script>

Preview & Save your template.
Hope this helps!!!
HOW TO REDUCE A BLOG'S PAGE-LOAD TIME. 4.5 5 Unknown Minggu, 16 September 2012 A blog's load time is one of the major things that needs to be taken into consideration as a blogger. You will agree with me that no one...


Related Post:

  • RELATED POSTS WIDGET FOR WORDPRESS/BLOGGER BLOGS.In one of my former posts,I gave a site where you can add a custom Recent comment widget to your blog and today,I'll be giving out another site which will add a Related-post automatically to your blog.There are some javascripts which also functions … Read More
  • NUMBERED COMMENT HACK FOR BLOGGER.You might have seen some blog's comments numbered,and you like to add this style to your blog..It looks cute for bloggers,as it makes your blog look like a professional one.To begin with the processes...Go to your DesignEdit HTML.Backup your template… Read More
  • SHOW DATE ON ALL BLOG POSTS.As a blogger,you will notice that whenever you publish two or more posts on thesame day,the date doesn't show on both posts.Blogger has programmed it that only the newest post will carry the date,while other posts only have Time.With this little hack… Read More
  • HOW TO DISPLAY HTML/JAVA CODES IN POSTS.In my earlier days of blogging,I've always found this issue so challenging,that I even spent days on google trying to figure it out.I got several codes to include in my site's template,but it was all to no avail.After giving up a bit,I finally found … Read More
  • ADD META TAG TO ALL BLOGGER POSTS.In order to increase your blog's traffic,you have to obtain SEO[Search Engine Optimization] ranking.To rank high in search engines,meta-tagging is one of the ways to achieve that.TO DO THIS...Go toDesign Edit HTML.Backup your template in case some… Read More

Tidak ada komentar:

Posting Komentar