-
Notifications
You must be signed in to change notification settings - Fork 267
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
Add manual refresh feature to "heavy" list views #6498
Comments
Related issue #6484 |
@aalves08 @bmdepesa @catherineluse Essentially, when both features are enabled and you navigate to the 2nd page and you perform a Manual Refresh then the list view fails to load any entries. Note: The issue identified above could be constrained to only occur on the final page since I only had 2 pages to work with. No Manual Refresh + No Incremental Loading: Rancher-2.6.7-rc9-NoManual-NoIncremental.mp4Manual Refresh: Rancher-2.6.7-rc9-ManualRefresh.mp4Incremental Loading: Rancher-2.6.7-rc9-IncrementalLoading.mp4Manual Refresh + Incremental Loading: Rancher-2.6.7-rc9-ManualRefresh-IncrementalLoading.mp4 |
@aalves08 @bmdepesa @catherineluse
No Manual Refresh + No Incremental Loading: Rancher-2.6head-NoManual-NoIncremental.mp4Manual Refresh: Rancher-2.6head-ManualRefresh.mp4Incremental Loading: Rancher-2.6head-IncrementalLoading.mp4Manual Refresh + Incremental Loading: Rancher-2.6head-ManualRefresh-IncrementalLoading.mp4Behavior of Manual Refresh + Incremental Loading with Multi-Page list view: Rancher-2.6head-ManualRefresh-IncrementalLoading-MultiPageBehavior.mp4 |
Some list views for resources are quite "heavy" in terms of usage for mem and CPU, so we want to provide an option to the user (on global settings) where they can enable the ability to manual refresh a list, preventing therefore the
watch
on the resource that triggers constant UI updates and slows down rancher dashboard and is detrimental to the user experience.The text was updated successfully, but these errors were encountered: