> Do be a bit more specific a ~1sec startup is for anything. Just a
> Window { Text{text: "Hello world"}} will have that kind of startup
> time.
It certainly doesn’t sound like the qml compiler would help you much in this
case. Perhaps it is time spent populating the font database as we have had
Sorry for the late answer, I did profile the application and also
tried with only a black Rectangle {} in a test. Profiling shows
everything ready @140ms. It still feels like 1sec from click to
application show-up, other Qt/gtk apps doesn't feel that way. Is there
a way that the main.cpp renders ju
On Fri, May 23, 2014 at 10:36 AM, wrote:
>
> Perhaps it is time spent populating the font database as we have had some
> issues with that in the past.
>
This is my suspicion also.
I was able to reproduce the slow startup in a Kubuntu setup.
(Un)fortunately I also has started an upgrade to Kubun
Em qui 22 maio 2014, às 18:09:03, Damian Ivanov escreveu:
> Do be a bit more specific a ~1sec startup is for anything. Just a
> Window { Text{text: "Hello world"}} will have that kind of startup
> time.
Profile that. What is the time spent on?
--
Thiago Macieira - thiago.macieira (AT) intel.com
Hello Torgeir,
Do be a bit more specific a ~1sec startup is for anything. Just a
Window { Text{text: "Hello world"}} will have that kind of startup
time.
I would really need an onCLick show up of the window itself, the
content doesn't need to be instantly there.
I am writing a desktop environmen
I would guess there is something you are doing in the qml file which is a
slow operation.
Can you tell us a bit more about what you are doing and which components
you are using?
One thing which helps is to only load the items initially visible and stick
optional items into Loader elements.
These L
Is there any free alternative for this on Linux? I am standing before
an issue that I must load (startup) a simple (really simple) qml
application fast. Unfortunately it takes about 1,5 sec (and that with
Qt 5.3, 840 evo ssd, fx 8320, 16gb ram 2133mhz.).
Is there any other workaround as I can't tr