Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve UI Performance - batch loading of relations connections #989

Closed
richard-julien opened this issue Jan 11, 2021 · 0 comments
Closed
Assignees
Labels
feature use for describing a new feature to develop solved use to identify issue that has been solved (must be linked to the solving PR)
Milestone

Comments

@richard-julien
Copy link
Member

Description

In screen that list relations and also the connections, OpenCTI lazy load every connection one by one.
We need to batch load the connections to speedup the loading.

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. Go to /dashboard/threats/intrusion_sets/4774ee2c-cb72-4cf4-a1bb-731d5b2475e8/knowledge/overview

Expected Output

Quick rendering of Global Kill Chain.

Actual Output

Low rendering speed. Could also lead to elastic error depending of the amount of data.

@richard-julien richard-julien added the feature use for describing a new feature to develop label Jan 11, 2021
@richard-julien richard-julien self-assigned this Jan 11, 2021
@richard-julien richard-julien added this to the Release 4.1.0 milestone Jan 11, 2021
@SamuelHassine SamuelHassine added the solved use to identify issue that has been solved (must be linked to the solving PR) label Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature use for describing a new feature to develop solved use to identify issue that has been solved (must be linked to the solving PR)
Projects
None yet
Development

No branches or pull requests

2 participants