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

md at rpzdesign.com md at rpzdesign.com
Wed Sep 16 14:37:08 CEST 2015


Ulf:

Can you explain that a little more.

Loaders trade startup delay for runtime cost.

What are the units of measure for runtime cost?

I am having trouble plotting in my mind how to plot the tradeoff.

As startup delay goes up, does runtime cost go down?

Thanks,

md

On 9/16/2015 5:15 AM, Ulf Hermann wrote:
> 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.
>

-- 
No spell checkers were harmed during the creation of this message.



More information about the Development mailing list