WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 38179
34501
[Qt] Poor Performance of QtWebKit layouting on Mac
https://bugs.webkit.org/show_bug.cgi?id=34501
Summary
[Qt] Poor Performance of QtWebKit layouting on Mac
Justin Camerer
Reported
2010-02-02 13:26:04 PST
Created
attachment 47971
[details]
tarball of some profiling output of webkit vs qtwebkit In comparison to Safari or Chrome, QtWebKit is incredibly slow in a few areas. The main problems are: * Scroll speed (causes dom manipulation in this example) * Window resizing * CSS resizable columns of from “resize: horizontal” I am attempting to create a cross platform application that depends on these working smoothly. Have these problems surfaced before?
Attachments
tarball of some profiling output of webkit vs qtwebkit
(13.44 MB, application/x-gzip)
2010-02-02 13:26 PST
,
Justin Camerer
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Benjamin Poulain
Comment 1
2010-03-06 09:19:54 PST
* Scroll speed (causes dom manipulation in this example) This is a known issue. On Mac, with Qt, the scroll() function does not blit the pixels, it forces a full repaint of the view. This is not a WebKit issue, and the developers of Qt are aware of the problem. You can try to render the web page with OpenGL. OpenGL always do full update, but the speed of rendering should compensate. * Window resizing * CSS resizable columns of from “resize: horizontal” These are layouting problems. I did not know there was an issue on Mac, some profiling will be needed.
Benjamin Poulain
Comment 2
2010-04-27 04:15:24 PDT
*** This bug has been marked as a duplicate of
bug 38179
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug