-
-
Notifications
You must be signed in to change notification settings - Fork 13
feat: aliases view #136
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
feat: aliases view #136
Conversation
Does every <C-a> reloads the api-resources? |
Hmm I was hoping the cached would solve the performance tbh, running my own test seems to be performant, could you try running these commands?
For me, the difference is almost 150ms so it seems to be doing something, the timing inside the plugin is also similar in loading time, from: |
i have a cluster with many CRDs, a heavy cluster.
for me it's noticable for a window that should open very quick (maybe also rendering the float takes time) I think it's better to keep an in-memory cache ( |
Yeah two seconds is waaaaay too long for a quick nav, Il check if I can do a preload and a cache. |
Added a new issue: #139 |
Solves #135 and parts of #23
Adds an alias search pop with tab autocomplete.
Choosing one will load that view.
If we have support for the view, that will be loaded otherwise a fallback view (generic view) with basic functionality (describe, edit, delete)