[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp readlink slowdown on find-file
From: |
Michael Albinus |
Subject: |
Re: tramp readlink slowdown on find-file |
Date: |
Thu, 14 Mar 2024 09:21:22 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Prashant Tak <prashantrameshtak@gmail.com> writes:
Hi Prashant,
> Is there no other way to disable the amount of checking done by tramp?
Tramp tries already to minimize the number of checks. It has been
optimized over the releases; Tramp 2.7 is the current state.
In order to apply improvements, I need to know which Emacs / Tramp
versions you are using. Furthermore, please rerun a full test (starting
with "emacs -Q --eval '(setq tramp-verbose 6)', send the resulting debug
buffer, and show the superfluous checks.
Furthermore, we should investigate why readlink is such slow
remotely. But for that I need first to know your Tramp version.
What I have seen is that you configure tramp-remote-path as
'(tramp-own-remote-path))). That means, you trust only your own
settings, and we have no idea which version of readlink is used. Could
you, pls, just for test deactivate this setting? (This could include
removing the connection property "remote-path").
> Prashant
Best regards, Michael.