Get the magazine exclusively for web professionals

Subscribe Now

Site Speed Report in Google Analytics

Posted on

  • email
  • twitter
  • facebook
  • share this

share this

advertisement

Google, continuing its mission to accelerate the Web, announced the availability of the Site Speed report in its recently updated Google Analytics platform. As we know, revenue and profits is in many ways reliant on site speed (performance). When you can look at page speed in the context of other analytics data - so much the better.

Users of Google Analytics will be able to determine which landing pages are slowest, which campaigns correspond to faster page loads overall, how page load times vary across geographies, and the loading time difference in different browsers.

In order to see the data in the Site Speed report, Google Analytics users will need to make a change to their tracking code (just insert the bold line as seen in the code below). Once the updated tracking code has been verified the report should be available within a few hours in the GA account.

Google mentioned that they will only use a small smaple of pageviews to calculate the page load time.

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);

(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>

 

 

Explore the WEB 100!

Discover the Tactics and Techniques of the Top Digital Enterprises
today in Website Magazine's Special Spring Issue - Web 100.

 


Login To Comment

forget your login information?

Become a Member

Not already a part of our community? Sign up to participate in the discussion. It’s free and quick.

Sign Up

1 comment

ShayG 05-06-2011 1:10 PM

I wonder how heavy is all google codes in our sites?

Add to the discussion!

  • Explore the WEB 100!

    Discover the Tactics and Techniques of the Top Digital Enterprises today in Website Magazine's Special Spring Issue - Web 100. Learn more...
  •  

advertisement