-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Bug: SMB servers load very slowly #12704
Comments
Thanks for the report. Can you please provide the following information.
|
Both situations have similar issues
My particular folder has 12 items, but the issue happens no matter how many shortcuts you have in there. The problem is just more pronounced when you have more items in the folder. It also seems to stutter longer on shortcuts whose endpoints aren't available; like Files checking the validity of the shortcut before loading it. |
Thanks for the information, I've added this to the project board. |
Since I am a non-native English speaker, I am sorry for my poor English。 I found a lot of download traffic coming from my SMB server, Here's the information I got: step 1) step 2) step 3) step 4) step 5) <<< i think here have some problem and more with Length 131072 or 262144 But prublem here is , the directory I'm opening is a directory of my Aria downloads. I haven't started reading more of the program's source code, and I'll try to spend a little bit of time locating the source of this traffic |
I have figured out what happened. When a directory starts with "\", it is recognized as a shared directory. This type of directory has some special optimizations, so when browsing directories in this format, there will be no lag. But when this directory is mapped as a network drive such as "Y:" The part of the program that handles compressed files will try to get the entire file Another problem comes from aria2 |
Description
Just like the title says. In addition, I have a folder on my local HD that just has shortcuts to about a dozen SMB servers (standard shortcuts to locations like \ServerName), and it takes 30-40 seconds for that folder to load, vs instantly in Windows' File Explorer.
Something strange is going on with the way Files interacts with SMB servers.
Steps To Reproduce
Connect to any SMB server on your LAN (\ServerName) and compare how quickly it loads to the native file explorer.
Create a local folder on your HD with shortcuts to a handful of SMB servers on your network, and compare how quickly it loads to the native file explorer
Requirements
SMB locations, and folders full of shortcuts to SMB locations, should load just as fast (or nearly as fast) as the native File Explorer.
Files Version
2.5.1.0
Windows Version
10.0.22621.1848
Log File
debug.log
The text was updated successfully, but these errors were encountered: