Skip to content

Commit

Permalink
Track page load time.
Browse files Browse the repository at this point in the history
  • Loading branch information
larssg committed May 10, 2011
1 parent 910b034 commit 15e9a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/shared/_google_analytics.html.erb
Expand Up @@ -3,6 +3,7 @@
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-122419-8']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
Expand Down

0 comments on commit 15e9a7b

Please sign in to comment.