Talk

Analyze the JS Heap and detect Memory Leaks | Julian Jandl @ NgIndia 2026

Apr 11
Apr 11, 2026 Gurgaon, India

Julian Jandl

Julian Jandl

Julian Jandl @ NgIndia 2026

Description

Analyze the JS Heap and detect Memory Leaks

Memory leaks or high memory consumption are the number one reason for crashing browser sessions. However, analyzing the memory consumption of javascript applications and identifying memory leaks are one of the most difficult tasks to perform, even as a dedicated performance engineer. It requires a deep understanding of the language, specific tooling and most of the time of the underlying application and its various states as well.

With this talk I want to invite you to a deep dive into the memory analysis of javascript applications. I will point out the theoretical concepts of javascripts memory consumption, the garbage collection process, the memory heap and memory leak identification.

Based on comprehensive demo applications I will walk you through a methodical approach on how to identify and fix memory leaks while showcasing the latest available developer tools.

More from the speaker