Why are my Google Analytics Page Timings all 0.00%?

Viewed 983

Why are my Google Analytics Page Timings all 0.00%?

Is doing something like this enough to get page timings or is there something different I should be doing?

/* GOOGLE ANALYTICS ID */
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', [myid], 'auto');

Other stats are working using same ga which I set to my account ID.

2 Answers
Related