x-tag / core

The Heart of X-Tag
http://x-tag.github.io/
Other
1.25k stars 151 forks source link

Memory Leak in IE11 even after refreshing the whole page #165

Open kstenson opened 7 years ago

kstenson commented 7 years ago

We've an issue that I think is in the webcomponent.js level where IE is not releasing memory even after doing a page reload.

https://github.com/webcomponents/webcomponentsjs/issues/541

I was wondering if you could give us any insight to how we can mitigate this? Even running the clock sample on IE has a small memory leak.

In one of our apps that use custom elements heavily it is causing an issue for our IE 11 user.

Any help would be greatly appreciated

csuwildcat commented 7 years ago

I will be upgrading to the latest polyfill soon, so that may eliminate this issue. I will try to isolate the cause on this build of the polyfill.

ghost commented 6 years ago

@kstenson,

I was looking at the memory profile in v1 after I saw this issue, I did get memory build up on edge but it was reduced after I stopped going crazy with the page refreshes it stabilized => but still did get some memory build up at first but not as much that was described in your reference. [keep in mind I'm no expert with memory profiling] :0

Is this issue fixed with IE Edge [latest release] ?