moreless
moreless

Reputation: 107

javascript memory problem

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

Answers (1)

Teja Kantamneni
Teja Kantamneni

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

Related Questions