[Development] How to speed up QML for KDE5 without QML compiler

Ulf Hermann ulf.hermann at theqtcompany.com
Wed Sep 16 13:15:08 CEST 2015


Hi,

Use the QML profiler in Qt Creator to find out what exactly is slow. Use loaders, but don't overuse them. Loaders trade startup delay for runtime cost. You should decide what is worse depending on your application.

-- 
Ulf Hermann



More information about the Development mailing list