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".
hoIIer commented
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.