-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
Tested in 2.1.2 and 2.7.1.
Hi
I have a performance issue with the the javascript client for Launch Darkly in IE 11 (Most likely earlier versions as well).
When using the client in pages with a fair amount of dom elements, reloading the page several times increases the memory usage in IE11.
Removing the LD client removes this behavior.
Maybe the cause is that the eventlisteners in index.js are not removed, which blocks the GC to clean references to the window object correctly? In that case the cleanup could be done in beforeunload.
On a page with less amount of dom elements the effect is much smaller but still noticeable.
Chrome, FireFox and Edge have no issues.
Any help is much appreciated!
Metadata
Metadata
Assignees
Labels
No labels