-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When more than a few nodes are loaded, app gets slow and not very interactive. The issue is that there is a lot of DOM elements that need to be rerendered often resulting in poor performance.
Consider removing/disabling of some of the nice-to-have-but-expendable features such as:
- white shadow of edges
- redrawing edges on every sidebar scroll
- preserving edges of excluded nodes in viewport
- ...
The features should be either commented out or conditionally disabled (e.g. if node count > 100).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request