-
Notifications
You must be signed in to change notification settings - Fork 37
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
Noticable delay for (ivy-switch-buffer) and (counsel-find-file) when using TRAMP #110
Comments
Can you try to profile this by using |
|
From
|
Hi, you can use |
Just found out the other day that you can expand the compiled function with TAB even though the GUI doesn't let you click on it. Had to put the reports in a gist as they are too long for a comment: |
I'm noticing the same delay. |
Same here |
When I use
ivy-rich-mode
and tramp in conjunction I experience performance issues.With
ivy-switch-buffer
the startup delay is very noticable.It can be several seconds until I see the list of buffers if I have several TRAMP connected dired buffer open.
ivy-rich-project-root-cache-mode
helps but the startup gets even noticably slower if there is only one new TRAMP buffer that's not yet cached.With
(counsel-find-file)
on a remote location the startup is not noticably slower butivy-next-line
andivy-previous-line
is very laggy, which disappears when I deactivateivy-rich-mode
.Why does
ivy-rich-mode
a difference there?As far as I can tell it should make no difference since if doesn't add any additional information for
(counsel-find-file)
, no?The text was updated successfully, but these errors were encountered: