ef4/ember-elsewhere

Memory leak

Closed this issue · 2 comments

cbou commented

Elsewhere seems to have a memory leak.

You can reproduce the error by opening this page: https://ef4.github.io/ember-elsewhere/

Then run queryObjects(HTMLElement) in the JavaScript console or use the new Performance Monitor feature of Google Chrome.

The number of DOM Node will grow after each click on "First Page", "Second Page" or "Third Page".

screen shot 2018-01-25 at 23 02 40

screen shot 2018-01-25 at 23 02 45

has anyone looked at this? this is very troubling if true considering how invested in elsewhere I am in my app

cbou commented

Actually it's not an issue. Using queryObjects retains the objects within the console that's why the array is growing. Switching between second and third a couple of time without printing queryObjects does not show a big growth.