Reputation: 107
i have some problems with my site. it eats ram like a monster. javascript causes that but i don't know what to do.
i use jquery framework and jwplayer(+some listeners)
how can I detect which code causes that?
Upvotes: 1
Views: 237
Reputation: 17472
Using firefox plugin like Leak Monitor helps you find issues. It can help you find memory leaks in extension scripts too.
Upvotes: 1