EmberConf 2021 - Ending the Plague of Memory Leaks by Steve Szczecina

Ending the Plague of Memory Leaks by Steve Szczecina Memory leaks are a silent plague on users of single page apps. But memory leaks rarely get attention from developers until they start causing havoc in productions applications. They are easy to introduce into code based but often hard to detect, reproduce, diagnose, and fix. Until now, that is! ember-cli-memory-leak-detector is brand new addon that is changing how the ember community deals with memory leaks.
Back to Top