From e4ef53b8884a566463264e58d865b496c36e9d63 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Wed, 28 Dec 2011 16:43:04 -0800 Subject: [PATCH] Google Analytics: trackPageLoadTime is deprecated. Site speed is sampled on 1% of requests automatically as part of _trackPageview. This is the maximum allowed by Google for properties with >1M hits / day. --- r2/r2/templates/utils.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/r2/r2/templates/utils.html b/r2/r2/templates/utils.html index 181e665b9..d86a48583 100644 --- a/r2/r2/templates/utils.html +++ b/r2/r2/templates/utils.html @@ -381,8 +381,7 @@ ${unsafe(txt)} ['_setCustomVar', 2, 'srpath', '${UserInfo.get_srpath()}', 3], ['_setCustomVar', 3, 'usertype', '${UserInfo.get_usertype()}', 2], ['_setCustomVar', 4, 'uitype', '${uitype}', 3], - ['_trackPageview'], - ['_trackPageLoadTime'] + ['_trackPageview'] ); (function() {