vote up 0 vote down star

I'm a big fan of dotTrace for my web application and I wanted to find a solid javascript profiler that functions about the same way. I've looked around and can't seem to find a JavaScript profiler like that.

Anyone know of a Javascript profiler like dotTrace?

flag
Like dotTrace in what way(s)? Can you list the features you're after? – Shog9 Feb 27 at 22:14

5 Answers

vote up 2 vote down check

A Javascript profiler is included with IE8: http://blogs.msdn.com/ie/archive/2008/09/11/introducing-the-ie8-developer-tools-jscript-profiler.aspx . It has reports and output that look somewhat like dotTrace.

link|flag
vote up 1 vote down

There's a plugin for Firebug called YSlow that I would recommend if you're looking for performance improvements.

Also, the Venkman debugger offers profiling. Here's the latest version.

link|flag
vote up 0 vote down

There is always the Firefox plug-in called Firebug.

link|flag
vote up 2 vote down

Firebug has a decent profiler built in, plus lots of other useful stuff. Please be more specific if there are particular features you're after.

link|flag
vote up 0 vote down

Not sure quite what you're looking for, but there's a product from Software Verification that looks kinda similar: JavaScript Performance Validator

link|flag

Your Answer

Get an OpenID
or

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