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

Idea: Rendering performance test by loading large .json #35

Closed
vprelovac opened this issue Dec 21, 2022 · 2 comments
Closed

Idea: Rendering performance test by loading large .json #35

vprelovac opened this issue Dec 21, 2022 · 2 comments

Comments

@vprelovac
Copy link

vprelovac commented Dec 21, 2022

All rendering engines struggle with rendering a simple large .json file

https://raw.githubusercontent.com/json-iterator/test-data/master/large-file.json

This takes about 30 seconds to render completely on my machine in WebKit/Gecko/Blink. A modern browser on modern hardware, should be able to render this instantly (excluding loading data).

@rniwa
Copy link
Member

rniwa commented Dec 22, 2022

We're not trying to create a page loading benchmark.

@vprelovac
Copy link
Author

This is not a page load benchmark but a DOM creation and traversal benchmark. The data would be pre-loaded (cached) for the purpose of the test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants