Bug 396093 - Dolphin copy operations ultra-slow when a lot of files or directories
Summary: Dolphin copy operations ultra-slow when a lot of files or directories
Status: RESOLVED DUPLICATE of bug 342056
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-02 13:41 UTC by Luis Miguel García Mancebo
Modified: 2018-07-13 20:19 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 Luis Miguel García Mancebo 2018-07-02 13:41:00 UTC
There are other bug reports about this issue, but the later of them is from 7 years ago, so I open a current one.

I have a directory with a git repository. Stats are as follows:

138 MB - 15200 files - 3100 folders

If I want to copy the directory to another place in my SSD, it lasts for 15 minutes.

If I do it manually with a "time cp -R", it lasts for 2,5 seconds. So something is going on when using Dolphin.

If I do a "right click / Compress / Here (.tar.gz)", it lasts for 8 seconds.

I don't know if the problem is the notification of the taskbar that shows the copying, or the individual process of each file, or very big data structures inside Dolphin as stated in bug #257907.

Summary:
* cp -R     2,5 seconds
* Compress:   8 seconds  (tar.gz)
* Dolphin:   15 minutes
Comment 1 Nate Graham 2018-07-13 20:19:35 UTC

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