https://bugs.kde.org/show_bug.cgi?id=348521

Chris Holland <zrenf...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zrenf...@gmail.com

--- Comment #22 from Chris Holland <zrenf...@gmail.com> ---
Dolphin is "slow" to launch >= 1000ms on an SSD.
So I tried to breakdown the pain points.

Tested by adding: qCDebug(DolphinDebug) << "mark1";
between statements and running: dolphin 2>&1 | ts "[%.S]"

* [main.cpp] new QApplication() takes 50ms
* [dolphinmainwindow.cpp] new DolphinViewActionHandler() is pretty slow. It
calls DolphinViewActionHandler::createActions() in the constructor, which takes
140ms.
    * [dolphinviewactionhandler.cpp] The bulk of which is taken up by the
"#ifdef HAVE_BALOO    Baloo::IndexerConfig config;" statement (probably file
IO) which takes 134ms.
* [dolphinmainwindow.cpp] setupDockWidgets takes 100ms
* [main.cpp] mainWindow->openDirectories takes 250ms
* [main.cpp] DolphinMainWindow::show() takes 150ms

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to