March 2009
1 post
1 tag
Google Analytics
Google analytics was adding an extra 3 seconds to my page load. The browser had to render the script tag, get the script then execute the next script tag that did the tracking. Now I don’t know about you, but I’ve got better things to do on the page than care about when the tracking happens. So my Google Analytics code now looks like: (tracker id has been replaced with hashes)...
Mar 23rd