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 by avoiding fetch of all helm apps on load #10434

Open
richard-cox opened this issue Feb 12, 2024 · 3 comments · May be fixed by #10435
Open

Improve load time by avoiding fetch of all helm apps on load #10434

richard-cox opened this issue Feb 12, 2024 · 3 comments · May be fixed by #10435
Assignees
Labels
Milestone

Comments

@richard-cox
Copy link
Member

  • shell/mixins/brand.js has a blocking request to fetch all upstream helm apps to find existence of two
  • this shouldn't take long, as usually there's not many apps
  • however we could improve initial load time and when scaling by using the new filtering param to only fetch results for the two charts
@richard-cox
Copy link
Member Author

Blocked given availability of vai cache backed filtering

@gaktive
Copy link
Member

gaktive commented Apr 25, 2024

@richard-cox is this still on track for 2.9.0? I know there's been some VAI progress but I don't know if this is addressed.

@richard-cox
Copy link
Member Author

richard-cox commented Apr 25, 2024

There's a PR up. The feature could be added without the vai cache, but it would then impact backend performance.

The vai cache stuff i think is still on target for 2.9.0... however... it will be off by default. We'd need to discuss what milestone this gets marked as done in

@richard-cox richard-cox modified the milestones: v2.9.0, v2.10.0 Jun 5, 2024
@nwmac nwmac modified the milestones: v2.10.0, v2.11.0 Jul 4, 2024
@richard-cox richard-cox modified the milestones: v2.10.0, v2.11.0 Sep 19, 2024
@nwmac nwmac modified the milestones: v2.12.0, v2.11.0 Nov 1, 2024
@richard-cox richard-cox added the size/0.5 Size Estimate 0.5 label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants