-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Improve performance of external storage config UI #31381
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 nice catch
I'm guessing that with 1000 storages the UX will anyway suffer and some kind of search would need to be implemented eventually
with 1000 storages, I'm guessing that it's starting to also be a good idea to define this configuration in Ansible or similar. Usually, these are not configured manually or I hope so. |
jsunit says no |
a2df79c
to
f546031
Compare
fixed jsunit |
f546031
to
57558a5
Compare
this prevents repeated reflows Signed-off-by: Robin Appelman <robin@icewind.nl>
…torages Signed-off-by: Robin Appelman <robin@icewind.nl>
57558a5
to
7933de0
Compare
greatly improves the performance of the external storage web ui when a large amount of storages are configured.
This takes loading the UI from ~5m to ~10s when having 1000 storages configured.
(long term this needs to be ported to vue but that's for another day)