You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 but ivy-next-line and ivy-previous-line is very laggy, which disappears when I deactivate ivy-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?