From 1b975bd96fb46a9dd91804aa30a8ded60fa6fe1c Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 4 May 2011 15:41:35 -0700 Subject: [PATCH] track page load times --- index.html | 1 + templates/proj/index.html | 1 + templates/proj/proj/index.html | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 3a825cc..4c44883 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,7 @@ var _gaq = _gaq || []; _gaq.push( ['_setAccount', 'UA-214054-5'] , ['_trackPageview'] + , ['_trackPageLoadTime'] ); (function() { diff --git a/templates/proj/index.html b/templates/proj/index.html index 4f514a3..66dd9bb 100644 --- a/templates/proj/index.html +++ b/templates/proj/index.html @@ -57,6 +57,7 @@ var _gaq = _gaq || []; _gaq.push( ['_setAccount', 'UA-214054-5'] , ['_trackPageview'] + , ['_trackPageLoadTime'] ); (function() { diff --git a/templates/proj/proj/index.html b/templates/proj/proj/index.html index a771568..d688c19 100644 --- a/templates/proj/proj/index.html +++ b/templates/proj/proj/index.html @@ -42,8 +42,8 @@ var _gaq = _gaq || []; _gaq.push( ['_setAccount', 'UA-214054-5'] , ['_trackPageview'] + , ['_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';