OpenCTI-Platform / opencti

Open Cyber Threat Intelligence Platform
https://opencti.io
Other
5.16k stars 817 forks source link

Improve performance when scrolling #1717

Open SamuelHassine opened 2 years ago

SamuelHassine commented 2 years ago

Use case

Knowledge graph often take a long time to load when the user scrolls with the mouse. This may be due to the large number of relationships in some knowledge graphs.

Current Workaround

Proposed Solution

When the user scrolls with his mouse, the relationships could disappear. When the user has finished scrolling then the relationships could reappear. This could save performance on the loading of the knowledge graph.

Additional Information

If the feature request is approved, would you be willing to submit a PR?

SamuelHassine commented 1 year ago

Related to #1718.