haystack/tipsy

Rendering performance

Opened this issue · 0 comments

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?