Kurinchi Blogger Scribbles …


Posts Tagged ‘javascript tools’

Oct 03
2009

Javascript Memory Leak Diagnosis

Last updated: October 1st, 2009

What is meant by Memory leak?
Memory leakage refers to obtrusive memory handling techniques adopted in programs which leads to increased load time and poor performance.

Various scenarios can cause memory leaks which can range from unhandled memory garbage to cyclic references to error in code logic. One best suggestion given in the javascript forums to overcome this problem is to nullify the element once its usage is over.
(more…)


Valid HTML 4.01 Strict  Valid HTML 4.01 Strict