[Webkit-unassigned] [Bug 11720] REGRESSION: large amounts of CPU consumed viewing this site

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 30 11:58:38 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11720


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |HasReduction
                 CC|                            |hyatt at apple.com




------- Comment #2 from mitz at webkit.org  2006-11-30 11:58 PDT -------
A huge part of the page is constantly repainting at 10fps due to one or two
elements having a small animated gif as their non-repeating background image.
Something like:
<div style="height: 500px; background:
url(http://www.wowhead.com/images/loading2.gif) no-repeat"></div>
causes the entire div to repaint on each animation frame. Note that the
background is non-repeating, so there's no reason to repaint the whole area.
Shipping Safari repaints only the 16x16 area that animates.


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



More information about the webkit-unassigned mailing list