NEW 47447
The layout timer throttles HTML animation performance
https://bugs.webkit.org/show_bug.cgi?id=47447
Summary The layout timer throttles HTML animation performance
Simon Fraser (smfr)
Reported 2010-10-08 20:29:00 PDT
Some analysis of this benchmark <http://themaninblue.com/experiment/AnimationBenchmark/html/> shows that the FPS meter on the page does not reflect the reality of how rapidly the view is updated. After some poking around, it turns out that the layout timer is throttling the layout rate. The WebView draws at only about half the framerate that the test reports. This causes this animation to be noticeably chunkier than the canvas version of the same test. CSS animations may get throttled in the same way.
Attachments
Note You need to log in before you can comment on or make changes to this bug.