Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What do you use to monitor jscript memory usage in Internet Explorer

We're debugging a GWT app. Runs ok in Firefox, in IE6.0 starts working ok but after some time, it gets on its knees and starts to crawl. After doing some tests we're suspecting some memory problems ( too much memory used, memory leaks, etc ) Besides using taskmanager and processxp to watch the memory usage grow :)....¿do you recommend any other memory monitoring tool?

Like jprobe for jscript? :)

like image 652
Ramiro González Maciel Avatar asked Feb 24 '09 06:02

Ramiro González Maciel


People also ask

How do I check my browser memory usage?

The Task Manager is a realtime monitor that tells you how much memory a page is currently using. Press Shift+Esc or go to the Chrome main menu and select More tools > Task manager to open the Task Manager.

How do you analyze memory usage?

Check Computer Memory Usage EasilyTo open up Resource Monitor, press Windows Key + R and type resmon into the search box. Resource Monitor will tell you exactly how much RAM is being used, what is using it, and allow you to sort the list of apps using it by several different categories.

How much memory should a website use?

For most websites with text and images, 3-5 GB should be plenty. If users are expected to download large multimedia files, or if more than 500 visitors are expected per day, consider a package with more transfer bandwidth.


1 Answers

I have answered the similar question earlier regarding JS memory leak detection in IEHere

these are the tools am using

  • sIEve
  • IEJSLeaksDetector2.0.1.1
like image 58
RameshVel Avatar answered Sep 20 '22 12:09

RameshVel