-
Notifications
You must be signed in to change notification settings - Fork 266
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
Dashboard load time impacted by extension unload #8895
Comments
Given changes to harvester and request to refresh on extension change we should be able to remove all unload logic |
codyrancher
added a commit
to codyrancher/dashboard
that referenced
this issue
Dec 5, 2024
The goal is to simplify the logic while possibly improving performance fixes rancher#8895
codyrancher
added a commit
to codyrancher/dashboard
that referenced
this issue
Dec 5, 2024
The goal is to simplify the logic while possibly improving performance fixes rancher#8895
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Scope update from @aalves08 (Nov 14th 2024): The goal here is to remove the unload mechanim from the code
Setup
Describe the bug
removePlugin
harvester-manager
flowkubewarden
andelemental
loadPluginAsync
-->loadAsync
-->element.onload
--> removePlugin --> uninstall --> updateMatcherloadPluginAsync
-->loadAsync
-->element.onload
--> applyPlugin --> addRoutes --> updateMatcherIf we can be smarter when callign removePlugin we can chop out some undeeded churn (
removing products, clear model cache, locales, stores, plugin leave functions, and most importantly route changes
To Reproduce
The text was updated successfully, but these errors were encountered: