Re: [Ubuntu-phone] Improve apps startup time by using Qt Quick Compiler

2016-11-22 Thread Andrew Penkrat
Hi, Qt's postponed opensourcing Qt Quick Compiler but prepared a caching system instead (should be similar to what Pat's described). You can read more here: http://blog.qt.io/blog/2016/09/05/qt-5-8-alpha-released/ Regards, Andrew On Tue, 22 Nov 2016 at 17:05 Pat McGowan wrote: > Some time ago

Re: [Ubuntu-phone] Improve apps startup time by using Qt Quick Compiler

2016-11-22 Thread Pat McGowan
Some time ago we did an benchmark of compiled apps vs the QML caching we currently use and found little difference in startup performance. Qt is working on an improved version 2 of the compiler but as far as I know it is scheduled for release with 5.8 or 5.9. To be clear the first time an app is r

Re: [Ubuntu-phone] Improve apps startup time by using Qt Quick Compiler

2016-11-22 Thread Roman Shchekin
Hello I proposed this some time ago and was told that some work already in progress. I hope it is true. BTW, what about QtQuick controls 2.0? Daniele Laudani | От: 21 нояб. 2016 г. 22:35 | Сообщение:Hello,I was wondering if there were already some plans on using Qt Quick Compiler to pre compile

[Ubuntu-phone] Improve apps startup time by using Qt Quick Compiler

2016-11-21 Thread Daniele Laudani
Hello, I was wondering if there were already some plans on using Qt Quick Compiler to pre compile qml files and improve app performance ( https://doc.qt.io/QtQuickCompiler/). I see that, for now, it is closed source and only available for commercial licenses of Qt, however it looks like they are p