3

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.

1
  • IE8 is pants for JavaScript, but there's nothing we can do about that. I read somewhere that adding more $(document).ready( ... ) functions exponentially slows down the page, but don't quote me on that. Commented Mar 13, 2012 at 16:40

2 Answers 2

2

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

Sign up to request clarification or add additional context in comments.

1 Comment

awesome, I'm looking for something beyond IE's tools, something like this is what I was hoping for. Thanks!
1

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.