x-tag / core

The Heart of X-Tag

Home Page:http://x-tag.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Leak in IE11 even after refreshing the whole page

kstenson opened this issue · comments

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.

webcomponents/webcomponentsjs#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

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.

@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] ?