I am working on a JavaScript utility that tells the user the number of 3rd party links embedded into a web page. I'd like to be able to give metrics on how long they took to load (and possibly payload size) much like FireBug, but I don't know if I can get at this information using raw JS.
The consumers of this tool are business people who won't be running Firefox, or understand firebug etc.
Any suggestions?