You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
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.