Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Internet Explorer Profiler

Is there any profiler sort of tool which can debug which javascript/object in the DOM is causing the Internet Explorer to hang/crash. The CPU usage is going to more than 60% and I want to know the reason behind it, which script/Flash Object is causing that.

Thanks for the help.


I am trying to Profile IE6 as the browser hangs when the page is loaded, the page contains various things like LightBox, Flash Player and lots of JS. Once the page is browsed, the CPU utilisation of the IE process becomes more than 60 % which is not the case with all other pages of my site.

Thus wanted to know which script/DOM element is causing that CPU utilization, I used Debug Diagnostic Tools to check IE6 process memory utilization but it gives me COM component functions which are causing that Memory usage and I am not getting which script on my page is causing that.

I got the result as JScript.dll memory usage, Flash10c.ocx usage etc.

Fiddler is also not the right choice as I dont want to see the time taken to load a particular JS, Image, CSS.

I want something like a Ants Profiler which gives the details of each function being executed on the server side code and their CPU/Memory usage.

This profiler should look out for Client Side code rather than server side code which Ants do.

Thanks for the help.

like image 287
Ashish Jain Avatar asked Dec 05 '25 14:12

Ashish Jain


1 Answers

Internet Explorer 8 has profiling built in under Developer Tools (press F12). There's a Profiler tab in the blue bar.

like image 135
Greg Avatar answered Dec 08 '25 09:12

Greg



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!