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

Rendering performance #25

Open
2 of 3 tasks
tbranyen opened this issue Nov 17, 2014 · 0 comments
Open
2 of 3 tasks

Rendering performance #25

tbranyen opened this issue Nov 17, 2014 · 0 comments

Comments

@tbranyen
Copy link
Member

I've already tackled initial page rendering performance, but the log table still needs some adjustment to be usable with realistic data.

  • Do not render nested structures until the parent is expanded.
  • Lazily load the favicons in batches, giving the browser time to fetch (or error) and recover.
  • Naive pagination should be effective here with offsets and rendering, maybe infinite scroll?
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

1 participant