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

Do not attempt to render events for streams that are not scrolled out of screen #8662

Open
abey79 opened this issue Jan 13, 2025 · 0 comments
Assignees
Labels
ui concerns graphical user interface
Milestone

Comments

@abey79
Copy link
Member

abey79 commented Jan 13, 2025

Querying and rendering the event view for streams in the time panel is, despite recent chunkification, quite slow. This is made worse by the "expand all" behaviour of the filter feature (#8654).

A likely optimisation is:

  • to avoid rendering evens for everything that is above the visible part of the scroll area
  • early out as soon as we're bellow the visible part of the scroll area
@abey79 abey79 added the ui concerns graphical user interface label Jan 13, 2025
@abey79 abey79 added this to the 0.22 - ? milestone Jan 13, 2025
@abey79 abey79 self-assigned this Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui concerns graphical user interface
Projects
None yet
Development

No branches or pull requests

1 participant