Ali
Ali

Reputation: 2233

IE8 Javascript Performance monitoring tool

Anyone know of a good javascript performance tool? I have a javascript heavy page that runs fine in chrome but is very slow in IE.

I'd like to poke around and see what portions of my javascript may be slowing it down.

Upvotes: 3

Views: 1638

Answers (2)

Andy Davies
Andy Davies

Reputation: 5824

Dynatrace AJAX Edition is what you want, though it might take a little while to get used to it.

Dynatrace have some good video tutorials / talks online.

http://ajax.dynatrace.com/ajax/en/

It's free too

Upvotes: 2

Josh E
Josh E

Reputation: 7424

I know that IE9 has a script profiler built-in to the dev tools (press F12 to access). I know IE8 has the same tools, but unsure if it has the profiler. If it doesn't have the profiler, you could always use IE9 placed into IE8 browser mode

Upvotes: 1

Related Questions