Bug 215953 - dolphin performs very poor on slow NFS/SMB shares
Summary: dolphin performs very poor on slow NFS/SMB shares
Status: RESOLVED DUPLICATE of bug 178678
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 4.3
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-24 13:15 UTC by Martin Fernau
Modified: 2018-04-23 22:11 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fernau 2009-11-24 13:15:04 UTC
Version:            (using KDE 4.3.3)
Compiler:          gcc-4.2.4 
OS:                Linux
Installed from:    Gentoo Packages

I regulary use NFS/SMB shares mounted via VPN hostet by my company. I use DSL connection which means it is a slow connection compared to LAN.

On such directories Dolphin performs _very_ poor. Directories with several hundred of files/directories let dolphin freeze for several seconds. Scrolling in such diretories also makes dolphin very slow. There is no smooth and no fun in working with such diretories with dolphin.

From my understanding this is realted to the fact that dolphin determine the filetype by reading the header of every file which ends in massive (more or less) useless calls over a slow wire and slowing all down. Further more dolphin entering each directory in the current directory to count the files in it to display the "size" of this directory. Nice feature for local browsing - but horror for remote browsing.

My suggestion is to change the behavior of dolphin for remote shares in a way to greatly improve the performance for those directories:
- Disable the "count files for subfolder"-Feature for such shares and
- Determine the filetype by its suffix and not by reading the header. I know that this is a nice feature for local files and that unix tends to not use file suffixes at all - but IMHO not at the cost of such massive performance casualties

I observed this problem with KDE 3.x too (using konqueror) but hoped that dolphin gets more "intelligence" for such situations. But unfortunately nothing changed which leads me to open this wish now.
Comment 1 tony 2010-04-09 13:10:20 UTC
I can confirm this on 4.4.2, but this should be set as duplicate of:
https://bugs.kde.org/show_bug.cgi?id=178678
Comment 2 Andrew Gaydenko 2011-03-25 05:39:33 UTC
The same is for 4.6.1. A speed drops from 12MiB/s for smbclient to ~8MiB/s - 100Mbit/s LAN is in use.
Comment 3 Nate Graham 2018-04-23 22:11:52 UTC

*** This bug has been marked as a duplicate of bug 178678 ***