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

*Talk | Gurgaon, India | 2026-04-11T00:00:00.000Z*

## 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.
