NEW 27221
WebKit should cached down-sampled decoded image frames
https://bugs.webkit.org/show_bug.cgi?id=27221
Summary WebKit should cached down-sampled decoded image frames
Eric Seidel (no email)
Reported 2009-07-13 09:48:55 PDT
WebKit should cached down-sampled decoded image frames This page has 10 images, which add up to about 14MB: http://www.sfmusiccityacademy.com/ Yet it's only displaying small versions of each of the images (web master error, he's using the original camera .JPG files and using the <img> tag to resize them). Scrolling is horrible in both Safari and FireFox because we seem to have to decode the images new on scroll (I assume just the 3-4 which are on screen are enough to blow out the decoded frame cache? Seems we should have a way to cache only the decoded, down-sampled frames in this case. Maybe we already do? Maybe I'm totally off my rocker?
Attachments
Note You need to log in before you can comment on or make changes to this bug.