Skip to content

Performance issue in Internet Explorer 11 #118

@Hypnobrew

Description

@Hypnobrew

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions