Button: don't compile NewStuff.Dialog on the first load
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%.
Wallpaper config dialog compilation time:
Before (ms) | After (ms) |
---|---|
378.665 | 309.412 |
342.368 | 284.277 |
332.297 | 270.927 |