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

Table Component has bad performance #2267

Open
bdbch opened this issue Nov 4, 2019 · 0 comments
Open

Table Component has bad performance #2267

bdbch opened this issue Nov 4, 2019 · 0 comments

Comments

@bdbch
Copy link
Member

bdbch commented Nov 4, 2019

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 bdbch added the type: bug label Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant