WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 11984
10263
SVG seems to repaint way too many times during load (and is thus slow)
https://bugs.webkit.org/show_bug.cgi?id=10263
Summary
SVG seems to repaint way too many times during load (and is thus slow)
Eric Seidel (no email)
Reported
2006-08-05 01:09:06 PDT
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
Comment 1
2006-08-05 01:15:53 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.
Eric Seidel (no email)
Comment 2
2007-01-08 16:39:45 PST
Fixed by
bug 11984
. *** This bug has been marked as a duplicate of
11984
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug