Talk
Analyze the JS Heap and detect Memory Leaks
Memory leaks or high memory consumption are the number one reason for crashing browser sessions. With this talk I will point out the theoretical concepts of javascripts memory consumption, the garbage collection process, the memory heap and memory leak identification.