Skip to content

Button: don't compile NewStuff.Dialog on the first load

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

When Loader.sourceComponent is set, QML engine will precompile the component even if the Loader is not active. This reduces the compilation time by about 15%.

CCBUG: 473798

Wallpaper config dialog compilation time:

Before (ms) After (ms)
378.665 309.412
342.368 284.277
332.297 270.927

@alex

Merge request reports