Skip to content

ItemContainer: don't compile ConfigOverlay on plasmashell startup

Fushan Wen requested to merge work/fuf/profile into master

During profiling plasmashell startup, I found sometimes ConfigOverlay.qml complilation time can take about 50~100ms, which is significant enough to slow down the startup. As it's not often for the user to enter edit mode to edit widgets, only set the url on startup, and load the config overlay on demand.

@mart

Merge request reports