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

Performance problems with large tables #2

Open
johannesheucher-gip opened this issue Jun 27, 2022 · 0 comments
Open

Performance problems with large tables #2

johannesheucher-gip opened this issue Jun 27, 2022 · 0 comments

Comments

@johannesheucher-gip
Copy link
Contributor

johannesheucher-gip commented Jun 27, 2022

The xc-table has performance issues. Showing 1000 entries needs long time to render the table and leads to lags when scrolling through the table.

The browser profiler shows, that there's much stuff done per table row.

Analyze

  • can the tasks per table row (while rendering) be reduced?
  • can the tasks per table row (while rendering) be accelerated?
  • is it possible to ignore the rows outside the viewport?
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