Skip to content

Commit

Permalink
added analytics page speed tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed May 29, 2011
1 parent b2284c9 commit eddf3be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/base.html
Expand Up @@ -55,6 +55,7 @@ <h1 class="title"><a href="/" title="DOM XSS Scanner start page">DOM XSS Scanner
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5102014-6']);
_gaq.push(['_trackPageview']);
_gaq.push(['_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';
Expand All @@ -63,4 +64,4 @@ <h1 class="title"><a href="/" title="DOM XSS Scanner start page">DOM XSS Scanner
</script>
</body>
</html>
{% endspaceless %}
{% endspaceless %}

0 comments on commit eddf3be

Please sign in to comment.