Enhancement Request: Virtualized Rendering for Task Management Logs #1914
thomassamoul
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @AndyMik90
Would it be possible to integrate TanStack Virtual (https://tanstack.com/virtual/latest/docs/introduction) into the task management logs view?
I'm currently working on a complex task, and the screen starts lagging significantly when the log entries grow large (17,000+ items). Virtualizing the log list should dramatically improve rendering performance and memory usage by only mounting the visible rows.
I believe this would make the logs much more scalable and responsive, especially for heavy debugging scenarios.
Let me know what you think 👍
Beta Was this translation helpful? Give feedback.
All reactions