[Webkit-unassigned] [Bug 34501] Poor Performance of QtWebKit layouting on Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 6 09:19:54 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34501


Benjamin Poulain <benjamin.poulain at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Poor Performance of         |Poor Performance of
                   |QtWebKit                    |QtWebKit layouting on Mac
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |Performance, Qt
          Component|WebKit Qt                   |Platform
                 CC|                            |benjamin.poulain at nokia.com
     Ever Confirmed|0                           |1




--- Comment #1 from Benjamin Poulain <benjamin.poulain at nokia.com>  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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list