Firefox performance of web pages

0

I know a thing called firebugs exists but I am looking for any other firefox plugin that gives useful performance information. What I would really like is something that would record my clicks and then tell them how long each one took in a very readable way. Any tips?

dublintech

Posted 2012-02-16T10:21:12.397

Reputation: 903

What's wrong with Firebug? – ZippyV – 2012-02-16T11:05:01.477

It's a usability thing. I'd like to get something that just gives me what I want in a sleeker way. – dublintech – 2012-02-16T12:32:47.307

Answers

0

The other half of the necessary pair of web debugging tools is fiddler. [Firebug for client side debugging]. Fiddler has great profiling tools (if you mean how long does it take each component to download when I click on a link), scripting and monitoring of client/host web communication. Here's its home page. Fiddler runs with all browsers you have currently installed.

jdh

Posted 2012-02-16T10:21:12.397

Reputation: 6 645