Skip to content

Lazy load MobileTextActionsToolBar

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

In most cases desktop users won't need it, and according to qmlprofiler, compiling MobileTextActionsToolBar.qml usually takes about 50~100ms depending on the hardware and disk speed. After this change, the compilation only takes 10~20ms, which significantly speeds up the opening speed of config dialogs.

CCBUG: 473798

@mart @ratijas @ngraham

Edited by Fushan Wen

Merge request reports