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

[REACT] Investigate load performance of very large datasets #3606

Open
jsakalos opened this issue Oct 22, 2021 · 2 comments
Open

[REACT] Investigate load performance of very large datasets #3606

jsakalos opened this issue Oct 22, 2021 · 2 comments
Labels
bug Something isn't working forum Issues from forum

Comments

@jsakalos
Copy link

The user reported a performance issue in the case of loading of very big dataset. Please investigate the issue and improve preformance.

Forum post

I'm working with a data set that is about 5,000+ parent nodes and a handful of rollup children per parent node, equating to around 20,000 total entries, although the rollups are only displayed on the timeline and not in the grid.

After passing this object to the Gantt component, there is up to a minute of loading time before the component renders. Also, sometimes the lazy load scrolling will freeze up the component for a few seconds if you scroll quickly. I'm wondering what opportunities are available to optimize the load times and performance.

One thing we are looking into currently is to load the data into the component in chunks, or loading the grid data first and then timeline data afterwards. Any information would be highly appreciated!

@jsakalos jsakalos added bug Something isn't working forum Issues from forum labels Oct 22, 2021
@yojake42
Copy link

Here is an example application that exemplifies long loads bigdata demo.zip

@jsakalos
Copy link
Author

The screencast of the results with the latest user's showcase:
big-dataset-performance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum
Projects
None yet
Development

No branches or pull requests

2 participants