Skip to content
Commit bb774948 authored by David Edmundson's avatar David Edmundson
Browse files

Don't load QPT in kcminit

Summary:
KCMInit is loaded early in startkde, and it blocks all other processes
from starting until it is complete.

This can be up to 1.1 seconds.
(http://imgh.us/bootchart-20160928-1316.svg)

A sizable amount of time (46% of CPU) is spent loading our QPT. This
isn't very useful given none of the kcm_init scripts have any UI and
it's not something they should have. It's only a QGuiApplication so that
they have an X connection.

Test Plan: Checked it ran without errors

Reviewers: #plasma

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D2882
parent 7e7f1ac4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment