How to increase blog speed ?

increase Loading speed of yout blog
increase Loading speed of yout blog
Today i realize that some blogs are very famous in internet and they have good impression on the minds of people's but i,m thinking about the loading time of that sites because these sites are too fast and they also have much more content but there is nothing impact on there loading speed so, i searched about this fact on internet then i find some best tips to increase blog loading speed
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'/>
<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>
Now save the template and its done
Refresh the site and see the results 

Share this

Related Posts

Previous
Next Post »