web icon indicating copy to clipboard operation
web copied to clipboard

Table Component has bad performance

Open bdbch opened this issue 6 years ago • 1 comments

Current Behavior Our Table components render performance is really bad as it takes around 400-600ms to up to 1.2s (longest in my benchmark) to render. I guess that's because we do a lot of style interpolation and logic in our render function. We should evaluate if we can improve the performance of the table component.

Expected behavior/code The table component should render with a comprehensible performance.

Possible Solution Check if interpolation and styling logic could be moved out of the table render function and see if components in tables could also be improved.

bdbch avatar Nov 04 '19 18:11 bdbch

/assign

Anuragyadav622003 avatar Oct 24 '24 09:10 Anuragyadav622003