Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator experiences performance degradation with each new release
Qt 6.11 is out! See what's new in the release blog

QtCreator experiences performance degradation with each new release

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
9 Posts 4 Posters 348 Views 3 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.
  • Andy314A Offline
    Andy314A Offline
    Andy314
    wrote last edited by
    #1

    Hi Team,
    I like Qt Creator, but some behaviors are highly annoying.

    In the Form Editor, clicking a button to connect a slot and create or locate a member function takes about 45 seconds. It used to take only 3 seconds in older versions. Furthermore, this only works properly if the CPP file is already open. If it was not open in the editor, the cursor just jumps to the end of the file. Then you have to trigger the action all over again.

    This is incredibly frustrating and wastes valuable time. Is there any way you can speed this up?

    Thanks in advance,
    Andreas

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote last edited by
      #2

      Hi,

      You need to provide more details:

      • Qt Creator version
      • Qt version
      • Compiler version
      • OS (if Linux, distribution)

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      cristian-adamC Andy314A 2 Replies Last reply
      1
      • SGaistS SGaist

        Hi,

        You need to provide more details:

        • Qt Creator version
        • Qt version
        • Compiler version
        • OS (if Linux, distribution)
        cristian-adamC Online
        cristian-adamC Online
        cristian-adam
        wrote last edited by
        #3

        @SGaist You forgot the build system used by the project. Or if a project is remote, but I guess this was not working before.

        Lastly the computer used for doing the work ...

        At https://www.qt.io/blog/qt-creator-20-faster-clangd I show that at least one component of Qt Creator is getting faster :)

        1 Reply Last reply
        0
        • SGaistS SGaist

          Hi,

          You need to provide more details:

          • Qt Creator version
          • Qt version
          • Compiler version
          • OS (if Linux, distribution)
          Andy314A Offline
          Andy314A Offline
          Andy314
          wrote last edited by Andy314
          #4

          @SGaist her the information.

          Window 11 Pro - Version 25H2 (Build 26200,8875)
          QtCreator 20.0.0
          Qt 6.7.3 or Qt 5.15.2 (its independet of it)
          MSVC 2019

          I measured again - 35 seconds Windows Kit - 49 sec. Andoid 6.12.0 arm 64-v8a

          1 Reply Last reply
          0
          • hskoglundH Online
            hskoglundH Online
            hskoglund
            wrote last edited by
            #5

            Could you also specify your version of Windows?
            To see it: Windows Key + R, winver
            Look for the line beginning with "Version ..."

            Andy314A 1 Reply Last reply
            0
            • hskoglundH hskoglund

              Could you also specify your version of Windows?
              To see it: Windows Key + R, winver
              Look for the line beginning with "Version ..."

              Andy314A Offline
              Andy314A Offline
              Andy314
              wrote last edited by
              #6

              @hskoglund it is

              Window 11 Pro
              Version 25H2 (Build 26200,8875)
              (full power Hardware - that not the reason)

              1 Reply Last reply
              0
              • cristian-adamC Online
                cristian-adamC Online
                cristian-adam
                wrote last edited by
                #7

                You should try running Qt Creator with -tcs (temporary clean settings) or a different settings path, and see how it fares.

                There have been cases of weird behavior with qtcreator.ini being really big.

                On Windows the usual:

                • antivirus off/on
                • network drive, which has slow disk access
                cristian-adamC 1 Reply Last reply
                0
                • cristian-adamC cristian-adam

                  You should try running Qt Creator with -tcs (temporary clean settings) or a different settings path, and see how it fares.

                  There have been cases of weird behavior with qtcreator.ini being really big.

                  On Windows the usual:

                  • antivirus off/on
                  • network drive, which has slow disk access
                  cristian-adamC Online
                  cristian-adamC Online
                  cristian-adam
                  wrote last edited by
                  #8

                  Lastly, try without the Android plugin. There were reports that the Android plugin would do device check every now an then and things would be horribly slow.

                  We all love a nice mystery. Thank you for reporting this! 🍿

                  1 Reply Last reply
                  0
                  • Andy314A Offline
                    Andy314A Offline
                    Andy314
                    wrote last edited by
                    #9

                    A question: How is this integrated. Uses it the full codemodel for the project (I have 140000 LOC) or looks it only the corrosponding CPP-File what should be fast ?
                    I will check the other hints.

                    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