Mobile app version of vmapp.org
Login or Join
Margaret670

: JQuery causes high CPU Usage, Memory Usage and Entry Processes on host When it's just me testing my site (which is live) I have a few jQuery bits and bobs causing the CPU Usage, Memory Usage

@Margaret670

Posted in: #Browsers #Jquery #Server #WebHosting

When it's just me testing my site (which is live) I have a few jQuery bits and bobs causing the CPU Usage, Memory Usage and Entry Processes to become full on host server.


CPU Usage: 100%
Memory Usage: 262144 / 262144 KB
Entry Processes: 4/10


My jQuery makes requests every minute so really with just me it shouldn't need to use the whole CPU I have allocated surely? All it does is do a quick db search.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Margaret670

1 Comments

Sorted by latest first Latest Oldest Best

 

@Angela700

Use the chrome profiler to see what jQuery is causing the memory leak.

You can also try mtop to monitor mysql mtop.sourceforge.net/
mysql query analyzer schlueters.de/blog/archives/150-MySQL-Query-Analyzer-and-PHP.html
Another php mysql query monitoring script forums.cacti.net/about3522.html

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme