Vertico taking several seconds to find file "~/", worse with Orderless #486
Unanswered
breadsander
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Okay, I've noticed that when profiling find-file for paths that do not include "~" that the read-extended-command function is not present. My hunch is that, for some reason, the "~" drives a read-extended-command and it's punishing on vertico. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I believe this slowness is not a result of Veritco, but rather the ~ notation tries to iterate across all the users in the company via LDAP and automount. I am hoping someone here might be able to tell me how to prevent Vertico from automatically listing the directory contents under "~". |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Anytime I try to do a find-file to "~/" I get a substantial hang, on the order of 5 to 10 seconds. This hang was not present in Ivy/Counsel. My homedir is an NFS mount itself, and I've not had any issues with accessing the directory through other means. In fact, if I find-file to the homedir path, rather than use "~" it does not experience slowness.
Here's a profile without orderless. It is unclear exactly what is causing this.
Here's a profile with orderless, where it is substantially slower:
Any help in analyzing these profiles for problems is greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions