Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-124802

[REG 6.6 -> 6.7] Web Engine is very slow on software backend

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P1: Critical
    • None
    • 6.7.0
    • WebEngine
    • None
    • Linux/X11, Windows

    Description

      Since Qt 6.7.0 the software backend of web engine is very slow and it became unusable.

      Please look at attached videos.

      Sample code to reproduce the issue:

      #include <QApplication>
      #include <QWebEngineView>
      #include <QQuickView>
      
      int main(int argc, char *argv[])
      {
          QQuickView::setGraphicsApi(QSGRendererInterface::Software);
          QApplication::setAttribute(Qt::AA_ForceRasterWidgets);
      
          QApplication a(argc, argv);
      
          QWebEngineView w;
          w.setUrl(QUrl("https://www.google.com/search?q=qt+6.7"));
          w.showMaximized();
      
          return a.exec();
      }
      

      Attachments

        1. Qt 6.6.3.mp4
          1.29 MB
        2. Qt 6.7.0.mp4
          1.37 MB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            zaps166 Błażej Szczygieł
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes