Bug 391680 - Slow startup with ssd
Summary: Slow startup with ssd
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on: 391738
Blocks:
  Show dependency treegraph
 
Reported: 2018-03-10 21:09 UTC by Zakhar
Modified: 2018-03-28 23:51 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 Zakhar 2018-03-10 21:09:23 UTC
Dolphin is slow to start being installed on an ssd with a recent notebook:

$ dolphin 
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "stash"
org.kde.dolphin: Ignore KIO url: QUrl("timeline:/today")
org.kde.dolphin: Ignore KIO url: QUrl("timeline:/yesterday")
org.kde.dolphin: Ignore KIO url: QUrl("timeline:/thismonth")
org.kde.dolphin: Ignore KIO url: QUrl("timeline:/lastmonth")
org.kde.dolphin: Ignore KIO url: QUrl("search:/documents")
org.kde.dolphin: Ignore KIO url: QUrl("search:/images")
org.kde.dolphin: Ignore KIO url: QUrl("search:/audio")
org.kde.dolphin: Ignore KIO url: QUrl("search:/videos")
qt.accessibility.core: Cannot create accessible child interface for object:  PlacesView(0x55d5fabb80c0)  index:  5
kf5.kio.core: KSambaShare: Could not find smb.conf!
Comment 1 Zakhar 2018-03-11 01:29:13 UTC
Strace dolphin:
https://paste.pound-python.org/show/1nH1xNf9PLkHWSC5ZJsq/
Comment 2 Julian Steinmann 2018-03-11 19:19:22 UTC
I think this is probably related to KSambaShare. If you do create a smb.conf, is the startup still so slow?
Comment 3 Kai Uwe Broulik 2018-03-13 07:48:54 UTC
This patch [1] will alleviate this somewhat (fix the "Refilling cache in hope to find" message)

[1] https://cgit.kde.org/kio.git/commit/?id=a9625a3be6b18d92ce92b277c279160fdd625c0e
Comment 4 Zakhar 2018-03-16 06:32:24 UTC
I did try to make several different configs in a few directories, it didn't help.
Comment 5 Kai Uwe Broulik 2018-03-16 08:05:22 UTC
I did a ton of profiling Dolphin startup lately and found a couple of places that slow it down. Some patches are already merged and some are pending review.

Most notably https://phabricator.kde.org/D11283 and https://cgit.kde.org/solid.git/commit/?id=3b642556c2039fac6443c4b956c66ff176f65f15
Comment 6 Zakhar 2018-03-28 23:51:01 UTC
Issue fixed in 391738