Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to speed up Qt GUI based app launch speed ?
Qt 6.11 is out! See what's new in the release blog

How to speed up Qt GUI based app launch speed ?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 3.1k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I am working on a project to make a app with GUI based on Qt , on linux ,in fact Meego.This app is the first GUI app to launch after the system boot.It launch very slow .I think it is the Qt dynamic lib loading that take the most of the app launch time . So how to speed up the launch ?
    Also I want to "Preload " Qt dynamic libs while the system booting, so my app could launch faster ,is there any way to preload that ?

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Linux pre-load method is to set environment variable LD_PRELOAD.

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        [quote author="AcerExtensa" date="1334907144"]Linux pre-load method is to set environment variable LD_PRELOAD.[/quote]

        LD_PRELOAD is not exactly what I want .I want Qt libs be loaded into memory while the system boot ,LD_PRELOAD could not do this I think .

        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