-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[APM] Rendering the service inventory is inexplicably slow #126153
Comments
Pinging @elastic/apm-ui (Team:apm) |
I noticed this as well. It should be much faster since everything is in memory as you say. |
at first sight, the culprit seems to be the icons. Then I removed the The question is why it affects only the service inventory page and not the traces (we also use the |
We use
but I've noticed that the rendering issue appears only when we use the
|
I opened a ticket on theEUI side They fixed it and there is an update on Kibana already
|
#128825 is expected to make it into 8.2 👍 |
Verified on main, closing the ticket thanks for the quick fix @thompsongl |
Rendering the service inventory seems quite slow. On my M1 Max it takes about 1.7s with React Profiling enabled. It's also noticeably slow on production builds without profiling enabled or even the dev tools open. It's not immediately clear to me what is causing this but I'm thinking we can improve here, there shouldn't be any special things happening here.
It's most noticeable when re-sorting the inventory, by clicking on a column name (this does not trigger a new data fetch, just a in-browser in-memory resort).
The text was updated successfully, but these errors were encountered: