Bug 236394
| Summary: | Glitches on https://disneyanimation.com/process/ | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jon Lee <jonlee> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://disneyanimation.com/process/ | ||
Jon Lee
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/89040356>
Simon Fraser (smfr)
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)
We should optimize away no-op filter chains.
Simon Fraser (smfr)
...except that would be observable if the filter contents contain non-sRGB content: https://codepen.io/smfr/pen/PoOVmPX
Simon Fraser (smfr)
https://github.com/w3c/csswg-drafts/issues/7100