Skip to content

improve rendering performance #18

@fidransky

Description

@fidransky

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions