Enabling New Page Speed Measurement
-
GA now provides reports for page speed (https://analytics.blogspot.com/2011/05/measure-page-load-time-with-site-speed.html)
As per instructions in the post, in order to enable that feature, we need to push
trackPageLoadTime
right below thetrackPageView
call, just like this:_gaq.push(['_trackPageview']); _gaq.push(['_trackPageLoadTime']);
How can I make the plugin add the line
_gaq.push(['_trackPageLoadTime']);
?I noticed that Yoast GA provides a filter to be used (
$push = apply_filters('yoast-ga-push-after-pageview',$push);
), which hints for a solution, but I don’t know how to make use of it nor couldn’t find any examples.Any help is appreciated!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Enabling New Page Speed Measurement’ is closed to new replies.