NEW 236394
Glitches on https://disneyanimation.com/process/
https://bugs.webkit.org/show_bug.cgi?id=236394
Summary Glitches on https://disneyanimation.com/process/
Jon Lee
Reported 2022-02-09 12:01:07 PST
Scroll down until you see "Each frame is on screen for approximately 0.04 seconds". The frame count at the bottom lags and is super slow compared to Chrome. Scroll further until you see "From storyboard to final frame, each film takes an average of three to five years to create what you see on screen.". There is a blip after the wipe.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-02-16 12:02:15 PST
Simon Fraser (smfr)
Comment 2 2022-03-03 11:38:17 PST
This page has many, large elements with blur(0), which triggers creation of software buffers and does software rendering which could be avoided.
Simon Fraser (smfr)
Comment 3 2022-03-03 11:43:02 PST
We should optimize away no-op filter chains.
Simon Fraser (smfr)
Comment 4 2022-03-03 20:48:09 PST
...except that would be observable if the filter contents contain non-sRGB content: https://codepen.io/smfr/pen/PoOVmPX
Simon Fraser (smfr)
Comment 5 2022-03-03 21:07:31 PST
Note You need to log in before you can comment on or make changes to this bug.