Bug 352411 - checking for subfolders slows down browsing to a crawl
Summary: checking for subfolders slows down browsing to a crawl
Status: RESOLVED DUPLICATE of bug 352348
Alias: None
Product: dolphin
Classification: Applications
Component: view-engine: general (show other bugs)
Version: 16.12.2
Platform: Arch Linux Linux
: NOR major
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-07 23:32 UTC by peacemaker3110
Modified: 2015-09-13 14:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description peacemaker3110 2015-09-07 23:32:10 UTC
i assume that automatic checking for subfolders was supposed to be a feature. but in reality it's a bug that causes major slowdowns and massive reads to disks, putting unnecessary stress on them. the best solution is to give an option to turn off this behaviour, when turned off make the arrow in the tree expand/disappear only when a folder is clicked. this will speed-up browsing significantly, especially on large folders.

Reproducible: Always
Comment 1 peacemaker3110 2015-09-08 19:13:26 UTC
you just have to enter a folder with a lot of subfolders (100+), and see how slow it is to list the contents, then when you scroll downin the tree it happens again
Comment 2 Frank Reininghaus 2015-09-10 21:34:24 UTC
Thanks for the bug report. This issue has been reported already.

*** This bug has been marked as a duplicate of bug 352348 ***
Comment 3 peacemaker3110 2015-09-13 13:54:41 UTC
i don't think it's a duplicate, as the other bug specifies only sshfs mounts in details view mode as the problem, which is just one manifestation of the problem described in this bug. i want to avoid a situation where some sshfs specific hack is applied to "fix" the bug, and we are still left with this behaviour in all other cases.
Comment 4 Frank Reininghaus 2015-09-13 14:13:06 UTC
(In reply to peacemaker3110 from comment #3)
> i want to avoid a situation where some sshfs
> specific hack is applied to "fix" the bug, and we are still left with this
> behaviour in all other cases.

Dolphin is entirely unaware of the underlying file system, so I don't think it would be possible to apply an sshfs-specific hack at all.