memory-leak-examples
memory-leak-examples copied to clipboard
Examples of memory leaks and common patterns that cause them
Following along with exercise 1, when traversing the snapshot retainers, there is not an obvious `_data` property to be found which could be used to discover the problem. I'm not...
Upgrading to Ember 3.3 I've got the tests passing, but I need to go through the examples and make sure the application is still leaking memory like it should... 💧
In exercise-1.md reference is made to the "Profiles" tab in the text and an accompanying screenshot. When I went to do the exercise I couldn't find that tab and it...
I'm not sure if both will work, just noticed it was inconsistent with ember docs https://guides.emberjs.com/v3.0.0/components/the-component-lifecycle/#toc_detaching-and-tearing-down-component-elements-with-code-willdestroyelement-code
Indirect feedback from the EmberWeekend podcast is that it would be good to add a bit more detail to the heuristic for digging through the retainer graph and spotting potential...