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 Loaders may have 'asynchronous: true' so they will be loaded in the background after startup. Also, what does profiling show for where the application spends its time during startup? While it is possible that QtQuickCompiler may help, it sounds unlikely that this is the only way to speed up your app. Best regards, - Torgeir On Thu, May 22, 2014 at 2:30 PM, Damian Ivanov <damianator...@gmail.com>wrote: > 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 try qtquick compile and it's > not free either (and my programs will be free). > So any workaround maybe for this? It also would take 1,5 sec if the > program is moved to a ramfs/tmpfs. > I already have all qml (it's just one!) files inside qrc:// > > Thanks in advance! > Damian > _______________________________________________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest >
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest