Skip to content
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 load time of Kube Dashboard page #8635

Closed
jamest-portainer opened this issue Mar 9, 2023 · 0 comments · Fixed by #8572, #8647, #8648, #8693 or #8694
Closed

Improve load time of Kube Dashboard page #8635

jamest-portainer opened this issue Mar 9, 2023 · 0 comments · Fixed by #8572, #8647, #8648, #8693 or #8694

Comments

@jamest-portainer
Copy link

jamest-portainer commented Mar 9, 2023

As a user, I want the Kube Dashboard page to load quickly, as it is currently slow, especially when you have any significant amount of data

Acceptance Criteria

  • Convert to React and use React Query library to cache totals
  • Load initial page immediately and Ajax load (with spinner) each panel's total
  • Refresh cached totals on any later page load, while still showing the cached data and a spinner with the words ‘refreshing total’ alongside
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment