You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: