Mobile app version of vmapp.org
Login or Join
Carla537

: Parsing google site speed in analytics I'm having a hard time making heads or tails of the Site Speed graphs in Google Analytics. Our site speed is fluctuating wildly from month to month, despite

@Carla537

Posted in: #GoogleAnalytics #PageSpeed

I'm having a hard time making heads or tails of the Site Speed graphs in Google Analytics. Our site speed is fluctuating wildly from month to month, despite a large sample (the report is "based on 100,000's of visits) and a consistent web set up (static files served from an EC2 instance running nginx behind a load balancer).

Here's our site speed, with each datapoint representing a week worth of data. Over this time period we modified our source and HTTP headers to increase our cache hits on static resources by 5x.



Why would it fluctuate so much? Is there any way to get more reliable information from those graphs?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Carla537

1 Comments

Sorted by latest first Latest Oldest Best

 

@Voss4911412

There are so many factors at play it's really tricky to suggest without knowing a lot more about your site and the way it's used.

If you're looking at a large site I would suggest breaking down the data by location, it's likely that one geographic region is skewing the results. Also look for pages which contain very large images, or large numbers of images but are infrequently accessed.

GA is prone to results being skewed by a small number of outlying data points, especially in custom reporting.

Caching will only get you so far, you should consider a CDN, read Yahoo!'s Best Practices for Speeding Up Your Web Site and look at page level optimisation in addition to site wide optimisation. i.e. if you're loading lots of scripts, some may only be needed on certain pages. CSS sprites can also offer tremendous benefits to medium and high traffic sites.

See Google support's Interpret Site Speed (my emphasis):-


In speed analysis, looking at the average doesn't always tell the
whole story, because a few outliers can skew the average. That’s why
we recommend you look at the Performance tab to understand the
distribution of your load/execution times.


And About Site Speed (my emphasis):-


On the Page Timings report, the Explorer and Map Overlay tabs contain
two sections each: the Site Usage section and the Technical section.
Site Usage shows your speed data at a high level in context of other
Analytics metrics. The Technical section shows your data in more
detail, providing a breakdown of network and server time metrics. The
six sections on the Performance tab display different metrics grouped
by speed ranges.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme