up vote 2 down vote favorite
1
share [g+] share [fb]

I have a webpage that heavily uses Javascript (AJAX requests, Google Maps API, HTML building, etc) and the page brings my PC to its knees whenever opened in Internet Explorer. I'm looking for some tools to help me find out which functions are taking the most time to finish. I have some basic profiling javascript functions, but those don't help much considering I don't know what function specifically is being slow. The tool has to be for IE, as the page runs fine in other browsers.

link|improve this question

You may want to look into this question: stackoverflow.com/questions/3404/… – Benedikt May 6 '09 at 13:44
feedback

3 Answers

up vote 1 down vote accepted

You might actually want to check out the Developer tools that come with IE8. I know js debugging and profiling are part of it.

link|improve this answer
And actually great part of it. – Sergey Ilinsky May 6 '09 at 13:52
Thanks, that's exactly what I was looking for in functionality :) – Aistina May 7 '09 at 8:08
wow.. it's fantastic! – Thomas Stock May 25 '09 at 9:27
feedback

Take a look at YUI Profiler.

link|improve this answer
I find the IE8 profiler much easier to use – Thomas Stock May 25 '09 at 9:28
feedback

For JavaScript, XmlHttpRequest, DOM Access, Rendering Times and Network traffic for IE6, 7 & 8 you can use the free dynaTrace AJAX Edition

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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