Encinoman

Best Way to Avoid Memory Leaks in FireFox?

Asked by Encinoman 2 years ago firefox memory leak


Devone
0
 
The best practices to avoid memory leaks within any browser is to thoroughly test your pages, monitor the memory usage of the browser using something like Process Explorer.

One of the main causes of memory leaks is the use of JavaScript, make sure your code validates well and minimize the use of JS wherever you can. Also watch out for flash movies on your web pages, they swallow a big gulp of memory.

by Devone 2 years ago

Answer this question

Best Way to Avoid Memory Leaks in FireFox?

0 errors found:

 
0