I’m currently working on a big Angular application and as the title says I’ve got problems with my browser tab memory usage.
At the first opening of my app in a new tab, the memory usage is quite ok (≈ 300Mo) but at each live relaod the memory usage double up and finally “stabilizes” at 1.2Go which make the app unusable (the only solution is to open the app in a new app).
I want to specify that pretty much each of my observable are handled onDestroy and that i’m using lazy loading routing.
And it only happen in dev configuration.
Did you ever add this problem and/or solved it.
Regards.