vote up 1 vote down star

Hi everyone,

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.

flag

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

2 Answers

vote up 1 vote down check

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|flag
And actually great part of it. – Sergey Ilinsky May 6 at 13:52
Thanks, that's exactly what I was looking for in functionality :) – Aistina May 7 at 8:08
wow.. it's fantastic! – Thomas Stock May 25 at 9:27
vote up 1 vote down

Take a look at YUI Profiler.

link|flag
I find the IE8 profiler much easier to use – Thomas Stock May 25 at 9:28

Your Answer

Get an OpenID
or

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