Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. First run performance
Forum Updated to NodeBB v4.3 + New Features

First run performance

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 347 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pets
    wrote on last edited by
    #1

    Hi,

    I noticed long startup times (up to a few seconds) on all mobile platforms (especially older Android and iOS devices) when running my project the first time. The project contains a lot of Qml code (including Qt Quick Controls 2). Before using the Qt Quick Compiler (Qt 5.11 RC) I assumed that the Qml cache generation caused the delay, but even after enabling the Quick Compiler start up times are long (but shorter than without the compiler).

    Consecutive runs after the first run are fast - even when the application is completely killed (and/or the device is restarted). A look into the app's private folder in iOS shows that some qmlc cache files have been created (but much less files than without using the Qt Quick Compiler). Interestingly the cache files are not created on a desktop machine (Windows 10).

    Why are these cache files creates although the compiler is on?

    Regards,

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved