Bug 417358 - Dolphin gets 7MiB/s compared to cp 18MiB/s on copy to NAS (cifs) on WiFi
Summary: Dolphin gets 7MiB/s compared to cp 18MiB/s on copy to NAS (cifs) on WiFi
Status: RESOLVED DUPLICATE of bug 291835
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 19.12.1
Platform: Manjaro Linux
: NOR minor
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-09 20:44 UTC by Fabby
Modified: 2020-02-11 15:33 UTC (History)
3 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 Fabby 2020-02-09 20:44:52 UTC
SUMMARY
When copying files to NAS using CIFS over WiFi, Dolphin copies take >2 times longer than the same file copied using cp

STEPS TO REPRODUCE
1. create 1GB file: head -c 1G < /dev/urandom > /tmp/1G
2. mount NAS cifs: mount -t cifs -o rw,username=UID,password=PWD,domain=WGP,vers=1.0 //SERVER/SHARE/DIRECTORY /media/DIRECTORY
3. drag and drop /tmp/1G to /media/DIRECTORY. Measure time.
4. execute: cp /tmp/1G /media/DIRECTORY. Measure time

OBSERVED RESULT
Dolphin gets 7MiB/s, cp gets 18MiB/s

EXPECTED RESULT
Dolphin = cp

SOFTWARE/OS VERSIONS
Windows: Not tested
macOS: N/A
Linux/KDE Plasma: 
 Operating System: Manjaro Linux 
 KDE Plasma Version: 5.17.5
 KDE Frameworks Version: 5.66.0
 Qt Version: 5.14.1
 Kernel Version: 5.4.17-1-MANJARO
 OS Type: 64-bit
 Processors: 8 × Intel® Core™ i7-7700HQ CPU @ 2.80GHz
 Memory: 15.6 GiB of RAM

ADDITIONAL INFORMATION
Not expecting Dolphin to be 100% of cp but less than half the speed???  :O
Classified as minor because it works, just  S L O W L Y . . .
Comment 1 Nate Graham 2020-02-11 15:33:21 UTC

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