-
Notifications
You must be signed in to change notification settings - Fork 266
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
[backport v2.9.3] Side Menu Cluster List performance badly at scale #12009
Comments
@richard-cox should we still try to get this in for this release if the 2.10.0 work is still in draft? or should we look at the next one: 2.9.4? |
Bot is moving tickets around unexpectedly. Need to sweep through for patterns and file a tech debt ticket to investigate. |
clusters
performance badly at scale
Release Note (combined with #11999) The performance of the Clusters lists in the Home page and the Side Menu has greatly improved when there hundreds of clusters. |
Tests pass on |
This is a backport issue for #11993, automatically created via GitHub Actions workflow initiated by @richard-cox
Original issue body:
Setup
Describe the bug
clusters
clusters
we iterate over all clusters a number of times. We also convert them to an object ready to show on screen.map
the objects we're going to show on screen, this could be a very small numberNote -
clusters
runs often, perhaps on cluster state change? each time it consumes over second of cpuTo Reproduce
Result
clusters
Expected Result
Additional context
The text was updated successfully, but these errors were encountered: