IE8 Javascript Performance Monitoring Tool

Does anyone know of a good tool for working with javascript? I have a heavy javascript page that works fine in chrome, but is very slow in IE.

I would like to poke around and see which parts of my javascript can slow it down.

+3


source to share


2 answers


Dynatrace AJAX Edition is what you want, although it can take a while to use.

Dynatrace has some good video tutorials / conversations online.



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

It's free too

+2


source


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



+1


source







All Articles