-
Notifications
You must be signed in to change notification settings - Fork 841
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
[EuiDataGrid] Fullscreen browser rendering performance in Chrome #3705
Comments
I'm experiencing the same issues, switching the pages, when there are 50+ rows per page. Reproducible in any browser. I'm on Windows 10. As far as I can see it on the snapshot, the performance drawdown mostly depends on amount of nodes and the heavy calculation of |
Seems Of course this is not the solution, since pagination disappears and scrolling doesn't work, but it's a trace. And Discover with DataGrid is also rendered this way |
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
❌ We're automatically closing this issue due to lack of activity. Please comment if you feel this was done in error. |
When using Chrome 83, MacOS 10.16.4, I'm experiencing high CPU load, laggy interface by hovering rows in full screen mode. It starts with setting the number of rows to 50, and when setting it to 100 it looks like this:
Used the docs for this: https://elastic.github.io/eui/#/tabular-content/data-grid
This is not the case in Firefox, and if I test it on a non-retina monitor it's much better (Just a quarter of the pixels to render, obviously). However seems that a simple hover takes much more CPU than in other browsers, so it's worth investigating.
Here's a screen of the Chrome performance tools:
And here's the profile:
Profile-20200708T082241.json.zip
The text was updated successfully, but these errors were encountered: