-
Notifications
You must be signed in to change notification settings - Fork 25
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
Poor performance with tramp #8
Comments
I faced a similar issue as part of You can use the following to decide whether or not a file is tramped and optimise around that maybe? (file-remote-p filename) Unfortunately, that doesn't really help solve the problem as I guess you'll still want to know whether or not the file is a directory and it's still costly to run any of the file commands on tramp files! 😅 I'm not sure whether |
I think |
I am seeing this slowdown also. Is there a |
I was getting slow performance and fixed by running loop unless it is a remote directory. I faced the same issue with Centaur Emacs too. There the suggestion was to advise projectile, but that didnt help much. But this fix makes it much faster.
|
Refresh on dired-kill-subdir
I found
all-the-icons-dired
to be unusably slow on a remote tramp directory containing a few hundred files. Commenting out the following line improved performance a great deal:The text was updated successfully, but these errors were encountered: