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.
Answer
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
No comments:
Post a Comment