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 pages by reducing namespace resource quota calls #8571

Closed
jtraxy opened this issue Feb 28, 2023 · 0 comments · Fixed by #8420, #8597 or #8633
Closed

Improve load time of Kube pages by reducing namespace resource quota calls #8571

jtraxy opened this issue Feb 28, 2023 · 0 comments · Fixed by #8420, #8597 or #8633
Labels
area/performance kind/enhancement Applied to Feature Requests
Milestone

Comments

@jtraxy
Copy link

jtraxy commented Feb 28, 2023

Stop the following views from unnecessarily requesting resource quota from all namespaces, meaning faster load times, especially when there are a lot of namespaces:

  • helm templates
  • kube registry access view
  • application edit form
  • create application form
  • configmaps and secrets create
  • configmaps and secrets edit
  • kube dashboard
  • deploy manifest view
  • create namespace view
  • edit namespace view
@jtraxy jtraxy added kind/enhancement Applied to Feature Requests area/performance labels Feb 28, 2023
@jtraxy jtraxy added this to the CE-2.18 milestone Feb 28, 2023
@jtraxy jtraxy closed this as completed Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment