Skip to content

DOM updates degrade performance over time #43

@Androbin

Description

@Androbin

In #42 I first naively updated and re-rendered all child nodes.
The first few passes were quite fast but then it became slower and slower.

Profiling revealed that the rendered DOM nodes don't get cleaned up once replaced.
There may be more to this but rendering also seemed to take the most time overall.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions