Want more? Subscribe to my free newsletter:

Slides: JavaScript Memory Management Masterclass

September 1, 2014

Presented at at the Google WebPerf Special (London WebPerf Group), August 26th 2014.

Efficient JavaScript webapps need to be fluid and fast. Any app with significant user interaction needs to consider how to effectively keep memory usage down because if too much is consumed, a page might be killed, forcing the user to reload it and cry in a corner.

Automatic garbage collection isn't a substitute for effective memory management, especially in large, long-running web apps. In this talk we'll walk through how to master the Chrome DevTools for effective memory management.

Click below to see the slides from this talk.

JavaScript Memory Management

Learn how to tackle performance issues like memory leaks, frequent garbage collection pauses, and overall memory bloat that can really drag you down.

The video recording from this session will be online shortly.