CHEAP VPS - From $2.90/Month | Cheap Dedicated Servers - From $29/Month
 

Google Uses Web Site Speed To Rank Web Sites

April 13th, 2010

Google start to uses web site speed to rank web sites.
you can do many things to speed up your site.

also please read about more ways of how to speed out your web site load.

if you are using Google Analytic to track your web site visitors - there is also a new Google Analytics code to speed out you site

just put this code instead of your regular analytic code.
also you should put this code in the end of code in your page and to in the footer as is used to be.
please copy this code and update your UA-XXXXX-X number.
here is the code:

<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-XXXXX-X']);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>

read more at: Making web faster