Bug 14105 - High processor load while switching a matrix of .gifs
Summary: High processor load while switching a matrix of .gifs
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://smyck.de/screentest/
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-12 16:33 PDT by John-P. Bader
Modified: 2022-07-07 12:36 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John-P. Bader 2007-06-12 16:33:02 PDT
I was trying to play little pixel animations on a xhtml page by switching 52 KByte gifs in a matrix "on and off" by swapping the image with javascript at 25 frames per second. All the browsers out there perform very poor and producing lots of CPU load. The javascript doesn't seem to be the problem - in spidermonkey the whole script runs very very fast. The gifs are in the cache after the initial page load - so it must be the rendering I assume. I've put the (my) testcase on http://smyck.de/screentest/.
The latest webkit comes very close to desired frame rate on my macbook pro but on older machines its slow and burns the cpu.

In case you wonder what it is for, check out http://blinkenlights.de/ 
We wanted to make a web app to let the users create movies for the next installation and play their movies on the web without flash etc.
Comment 1 Robert Blaut 2008-02-24 04:40:43 PST
The issue is visible on all tested by me browsers: Opera, Minefield and Webkit. I opt for WONTFIX for this bug but the final decision is up to Webkit Team.
Comment 2 Brent Fulgham 2022-07-07 12:36:10 PDT
Nothing to do here