[Webkit-unassigned] [Bug 10263] SVG seems to repaint way too many times during load (and is thus slow)

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Aug 5 01:15:53 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10263


mjs at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://www.carto.net/papers/
                   |http://www.carto.net/papers/|svg/samples/canvas.shtml
                   |svg/samples/canvas.shtml    |




------- Comment #1 from mjs at apple.com  2006-08-05 01:15 PDT -------
If you load this SVG directly:

http://www.carto.net/papers/svg/samples/canvas.svg

It takes about 2200ms uncached, about 70ms cached (using the PLT window).

Partly this is because the server is so slow,  time curl -O
http://www.carto.net/papers/svg/samples/canvas.svg reports 1.337s. However, the
XML tokenizer also doesn't limit the rate of incremental repaints too, so we
could be repainiting on each new data chunk to come in which could be
suboptimal.


-- 
Configure bugmail: http://bugzilla.opendarwin.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