Skip to content

Performance problems with large tables #2

@johannesheucher-gip

Description

@johannesheucher-gip

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions