Skip to content

#385 limit initial dom objects rendered in jsonviewer#418

Merged
filippomc merged 1 commit intodevelopmentfrom
feature/385
Nov 15, 2021
Merged

#385 limit initial dom objects rendered in jsonviewer#418
filippomc merged 1 commit intodevelopmentfrom
feature/385

Conversation

@Muhaddatha
Copy link
Copy Markdown
Contributor

Since some objects in the JSON like secs and secsLists had a lot of items, the rendering was slowed down. So, I collapsed JSON objects/arrays with a depth of 7 or more to speed up the rendering and reduce lagging.

@Muhaddatha Muhaddatha marked this pull request as ready for review November 5, 2021 02:45
Copy link
Copy Markdown
Contributor

@filippomc filippomc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like the solution, thanks @Muhaddatha. We may even take this further and collapse to the 2nd/3rd level. @ddelpiano what do you think?

@ddelpiano
Copy link
Copy Markdown
Member

Like the solution, thanks @Muhaddatha. We may even take this further and collapse to the 2nd/3rd level. @ddelpiano what do you think?

@filippomc looks good to me 👍🏽

@filippomc filippomc merged commit e6aa799 into development Nov 15, 2021
@filippomc filippomc deleted the feature/385 branch November 15, 2021 11:22
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.

3 participants