IE11 has a well-documented iframe memory leak. In a SPA, if you are using iframes the memory will grow to about 1.5GB after which time it will slow down until a crash.
My task is to detect when the browser is about to crash and restart the page soon enough. The application is Vue.JS that is embedded inside ASP.NET MVC.
What kind of memory/performance detection is available in browser in IE11?
- Some kind of used memory measure library?
- Some kind of performance measuring library?
- Counting created javascript objects?
- Counting created iframes?
Other ideas? Thanks. :)
Sources: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/10186458/ https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8449104/ http://support.sas.com/kb/60/514.html