Rendering-Performance
Memory Leaks JavaScript | Chrome Dev Tools | Rendering Performance
Memory Leaks have a serious impact on the performance of a web application. Browser triggers garbage collection process and a web application has no control over the initiation of this process, once started it cannot be stopped and thus avoiding memory leaks is considered a best practice so that garbage the collection process does not take much time.
Related Links: