Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. QtWebEngine extremely slow (windows 7 VS2013 build)

QtWebEngine extremely slow (windows 7 VS2013 build)

Scheduled Pinned Locked Moved QtWebEngine
11 Posts 6 Posters 6.5k Views
  • 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.
  • R Offline
    R Offline
    rubizm
    wrote on 24 Dec 2014, 14:53 last edited by
    #1

    Hi,

    I have built the fancybrowser sample (also tried just an empty project with qtwebengine widget on it) and I got a very very slow browser, which takes years to load any simple page.

    An interesting thing: It took 0 CPU but was still very very slow. It looks as if it's waiting for something or someone ... It was also very very slow on a localhost site...

    Please let me know if there's any quick resolution for that, as I am trying to provide a demo of Qt+Web to my team leaders.. and I can't in current condition.

    1 Reply Last reply
    0
    • R Offline
      R Offline
      rubizm
      wrote on 25 Dec 2014, 15:27 last edited by
      #2

      I think this issues has something to do with Windows (7) system objects getting hung. It might also be the JetStorm WebStorm IDE which sometimes gets the browsers stuck..

      It does recur however..

      1 Reply Last reply
      0
      • T Offline
        T Offline
        trallallero
        wrote on 29 Jan 2015, 14:55 last edited by
        #3

        Some problem on Windows 8.
        On Chrome the same xhtml file is shown smooth and immediate but on a Qt webengine browser extremely slow.

        1 Reply Last reply
        0
        • V Offline
          V Offline
          vinnitu
          wrote on 2 Mar 2015, 14:09 last edited by
          #4

          I have the same situation on window7 32
          window Qt 5.4.1 app with embedded QWebEngine.

          May be troubles with some of plugins/iconengine/etc?

          btw, I use windeployqt.exe

          1 Reply Last reply
          0
          • T Offline
            T Offline
            trallallero
            wrote on 2 Mar 2015, 14:21 last edited by
            #5

            Sorry, I forgot to share:

            the problem (in my case) was that QtWebEngineProcess was compiled in debug mode only so it loaded all the debug libraries, thus very slow.
            I solved (thanks also to Qt support that opened a bug ticket after my support request) executing "jom release" in the directory "qtwebengine/src/process".
            A release version of QtWebEngineProcess.exe will be created in the directory "qtbase/libexec"

            Hope it helps.

            Y 1 Reply Last reply 26 Mar 2015, 12:35
            0
            • V Offline
              V Offline
              vinnitu
              wrote on 2 Mar 2015, 14:38 last edited by
              #6

              As I see QtWebEngineProcess.exe has 11264 bytes, and seems it is release build, no?

              1 Reply Last reply
              0
              • T Offline
                T Offline
                trallallero
                wrote on 2 Mar 2015, 14:47 last edited by
                #7

                Yes, mine is 12288 (Windows 8), the debug is around 50k.
                So you have another problem, I guess.

                1 Reply Last reply
                0
                • V Offline
                  V Offline
                  vinnitu
                  wrote on 2 Mar 2015, 16:24 last edited by
                  #8

                  I have check programm in 32 an 64 bits, with and without OpenGL - result the same.

                  On given machine Windows7 Pro 64x QtWebEngine works singnificte slow.
                  But on other two machines (Win8 64) it works ok. And ubuntu Ok too.

                  So what kind of problem can be? ((

                  1 Reply Last reply
                  0
                  • N Offline
                    N Offline
                    NiHoTleHot
                    wrote on 3 Mar 2015, 08:49 last edited by
                    #9

                    Exactly same issue for me. I tried on Macx, no problem. I experience this issue only on Win7 32 with and without OpenGL pre-builds...

                    1 Reply Last reply
                    0
                    • T trallallero
                      2 Mar 2015, 14:21

                      Sorry, I forgot to share:

                      the problem (in my case) was that QtWebEngineProcess was compiled in debug mode only so it loaded all the debug libraries, thus very slow.
                      I solved (thanks also to Qt support that opened a bug ticket after my support request) executing "jom release" in the directory "qtwebengine/src/process".
                      A release version of QtWebEngineProcess.exe will be created in the directory "qtbase/libexec"

                      Hope it helps.

                      Y Offline
                      Y Offline
                      yubb
                      wrote on 26 Mar 2015, 12:35 last edited by
                      #10

                      @trallallero error deply myapp,i see http://forum.qt.io/topic/52335/qwebengine-deploy-problem-qwebprocess-exe but is not useful;
                      the qwebengineprocess.exe debug log is
                      [0326/201052:WARNING:resource_bundle.cc(286)] locale_file_path.empty()
                      how i solve my problem,thank

                      1 Reply Last reply
                      0
                      • J Offline
                        J Offline
                        janalleman
                        wrote on 12 Nov 2015, 00:01 last edited by
                        #11

                        Your demo is long over now, but try disabling not-connected network devices, as suggested here: https://bugreports.qt.io/browse/QTBUG-44763t
                        Worked for me when running the FancyBrowser example code

                        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