Forum Moderators: open
I've looked in many places but I'm just not getting what I need *for ASP.NET*. I tried this: [webmasterworld.com...] - but the problem with that example is that the vendor's code is not meant to be placed in the <head>; it is meant to be placed in the <body>. They use <script> tags but they contain functions, <img> tags, etc.
I need to test the load time of the analytics/etc and using <body onload=... just doesn't do it.
I know I can't be the only one to do this but, even after spending 30+ minutes searching in google, I'm lost. Any ideas?
Thanks!
For the later, Safari 3 (Windows at least) offers the Network timeline, showing how long every part of the page takes to load (images, styles, javascript). There are extensions for Firefox that offer similar as well - YSlow with Firebug for instance. Is that the sort of thing you are after?
If there isn't an easy way then I'm fine using something like Firebug to copy/paste; I was just hoping there was/is a more elegant way. I'd like to be able to do reporting against and say, "Bounce rates were 12% higher whenever Google Analytics tracking code load time exceeded 1000ms" or whatever.
Episodes: a Framework for Measuring Web Page Load Times:
[stevesouders.com...]