[Webkit-unassigned] [Bug 13991] myspace profile layouts bring safari to a crawl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 4 14:10:51 PDT 2007


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





------- Comment #9 from hyatt at apple.com  2007-06-04 14:10 PDT -------
The background image is a giant 1280x1024 JPG. Two tables nested both have
another smaller JPG tiled.  The outer JPG is so large that it won't typically
tile.  This could be tripping up the (already-known) perf problem with how we
paint a background image when we try to avoid tiling a large pattern.  Rather
than making the CG call to make and paint a subimage, it has been suggested
that we should just be setting a clip instead.  I may try that and see if it
helps.


-- 
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