Bug 10263
Summary: | SVG seems to repaint way too many times during load (and is thus slow) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.carto.net/papers/svg/samples/canvas.shtml |
Eric Seidel (no email)
SVG seems to repaint way too many times during load (and is thus slow)
Maciej suggests that the xml code might not have the same sort of progressive load repaint throttling that html has.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Maciej Stachowiak
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.
Eric Seidel (no email)
Fixed by bug 11984.
*** This bug has been marked as a duplicate of 11984 ***