up vote 0 down vote favorite
share [g+] share [fb]

I used to have this add-on but now I forgot what it's called. Basically it can track any website's load time, DNS seeking time, time from host to javascript execution and HTML rendering, things like that.

Got any suggestions for such an add-on for Firefox? Thanks.

link|improve this question

46% accept rate
feedback

2 Answers

up vote 4 down vote accepted

Firebug's "Net" panel does this. It gives you timing info for the following:

  • DNS lookup
  • Connecting
  • Queueing
  • Waiting for response
  • Receiving data
  • When the DOMContentLoaded event fires
  • When the load event fires
link|improve this answer
wow didn't know firebugs can figure out the DNS lookup thanks! – Jonathan Dec 31 '09 at 6:49
feedback

Another one worth checking out is Yahoo's YSlow which is an extension that integrates with Firebug

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.