Your JavaScript App Is Leaking Memory And You Don't Know

Опубликовано: 07 Январь 2025
на канале: xplodivity
801
60

Explore and learn the ways to identify and prevent your JavaScript application from leaking memory.

00:00 Intro
00:37 - Improper management of global variables
01:23 - Closures
01:38 - Example (Closures memory leak)
02:54 - Timers & Callbacks
03:24 - Example (Timers & Callbacks memory leak)
04:03 - Event Listeners
04:23 - Example (Event Listeners memory leak)
05:22 - Websockets and External Connections
05:57 - Example (Websockets and External Connections memory leak)
07:03 - Detached Dom Elements
07:15 - Example (Detached Dom Elements memory leak)
08:35 - End