Skip to content

Speed up rendering for very large data #1

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattmess1221
Copy link

It does this by not rendering properties that aren't opened. It works best when the data is chunked.

The test data has 100 chunks with 100 items each. Without this change, it would take 2000ms to render all 10000 properties. With this change, properties are re-rendered when clicked, which takes 30-50ms, which is a huge improvement.

It's not perfect, but it's a huge improvement for viewing large amounts of data with heavily nested properties.

It does this by not rendering properties that aren't opened. It works
best when the data is chunked.

The test data has 100 chunks with 100 items each. Without this change,
it would take 2000ms to render all 10000 properties. With this change,
properties are re-rendered when clicked, which takes 30-50ms, which is a
huge improvement.

It's not perfect, but it's a huge improvement for viewing large amounts
of data with heavily nested properties.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant