Skip to content Skip to sidebar Skip to footer
Showing posts with the label Memory Leaks

Are Stores Created In The Initcomponent Function Memory Leaks Once The Component Is Destroyed Or Will These Stores Be Garbage Collected?

This is a question that surged from this other one: Best practice to have the same view and store m… Read more Are Stores Created In The Initcomponent Function Memory Leaks Once The Component Is Destroyed Or Will These Stores Be Garbage Collected?

Jquery Code Causing Memory Leak

The following code is causing a memory leak (you can see this happening the more you hover in and o… Read more Jquery Code Causing Memory Leak

Is It Necessary To Cleartimeout Inside A Recursively Invoked Timer?

Is it necessary to call clearTimeout() inside a recursively invoked function in Coffeescript? My c… Read more Is It Necessary To Cleartimeout Inside A Recursively Invoked Timer?

Automatic Web-page Refresh Memory Leak Using Xmlhttprequest

Greetings, I've been working on a web-interface for some hardware that uses an 8-bit microcontr… Read more Automatic Web-page Refresh Memory Leak Using Xmlhttprequest

Requestanimationframe Garbage Collection

I'm profiling the following code's memory usage using the Timeline in Chrome Dev Tools v27.… Read more Requestanimationframe Garbage Collection

Does Remove A Dom Object (in Javascript) Will Cause Memory Leak If It Has Event Attached?

So, if in the javascript, I create a DOM object in the HTML page, and attach event listener to the … Read more Does Remove A Dom Object (in Javascript) Will Cause Memory Leak If It Has Event Attached?

Memory Leak In JavaScript (Chrome)

I'm calling a function 50 times a second, which does some expensive things as it is painting al… Read more Memory Leak In JavaScript (Chrome)

How Can I Reduce The Amount Of Memory My Node.js Application Uses?

I'm fairly new to Node.js and Javascript in general. (I'm new to StackOverflow as well!) Re… Read more How Can I Reduce The Amount Of Memory My Node.js Application Uses?