How To Speed Up Your Blog With The The Lazy Load Plugin
Many of you probably like to use lots of images on your blogs, in fact i see many personal blogs that use up to ten images with just a few snippets of text.This looks great and of course a picture is worth a thousand words.But images really slow down the loading time of pages on your blog.In fact for visitors to your blog with slow connections or dial up connections more than two large images in a post coupled with the normal gadgets and graphics could take a few minutes to load.When online not many people are willing to wait for content they want instant results [Off topic - I thought Google's release of 'Google Instant' was interesting, they promise instant search results.Did someone think 999,070,000,000 results in 0.13 seconds was too slow ??
Step 2. Find the following piece of code in your blogs Html :
</head>Step 3. Copy and paste the following code Directly Before / Above </head>
<a href='http://www.bfaqeera.tk'><img alt='Best Blogger Tips' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1NcnnQGb1RDaHiPjrYqszmmVhUME3ZGh4Z4YpCirjEZ3fHt5krkL8gBOUBI_7vh9EPWHNcG1dMMgmLDU7f0Y75CM_fFBn-qft4C1R6YbwYa2DNiOzGQ_Uxen9MkSF-rXZAWRnwUOAJD4z/s1600/best+blogger+tips.png'/></a><script charset='utf-8' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>Step 4. Now change www.bfaqeera.tk with you blog address.
<script src='http://pwam.googlecode.com/files/jquery.lazyload.js' type='text/javascript'/>
<script charset='utf-8' type='text/javascript'>
$(function() {
$("img").lazyload({placeholder : "http://pwam.googlecode.com/files/grey.gif",threshold : 200});
});
</script>
Thank You Regards Bfaqeera.tk
How To Speed Up Your Blog With The The Lazy Load Plugin
0 comments:
Post a Comment