Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Render element-trees lazily #37

@sachinhosmani

Description

@sachinhosmani

Right now, on big pages (e.g. Topeka) it takes about 3-4 seconds for the element-trees to get rendered.
It is not the DOM traversal but the tree rendering that takes most of this time. I feel there is no real need to expand the entire composed DOM tree. We could lazily render element-trees as and when they are expanded IMO.

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