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

How can I improve performance on a huge string? #11

Open
YueYongDev opened this issue Nov 9, 2022 · 1 comment
Open

How can I improve performance on a huge string? #11

YueYongDev opened this issue Nov 9, 2022 · 1 comment

Comments

@YueYongDev
Copy link

when i use this plugin for parse a huge json string, the page run very slow, so how can i improve performance?

@cekrozl1
Copy link

Using a performance run you can see that it's coming from "Paint" which means that the widget is hard to render.
You can also see that using a simple Text Widget instead of JsonView doesn't create Jank:
image

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

No branches or pull requests

2 participants