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
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
Thanks for the bug report. This issue has been reported already. *** This bug has been marked as a duplicate of bug 352348 ***
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.
(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.