NEW 207435
Optimize style resolution for animations
https://bugs.webkit.org/show_bug.cgi?id=207435
Summary Optimize style resolution for animations
Simon Fraser (smfr)
Reported 2020-02-08 16:59:57 PST
Created attachment 390186 [details] Animation test Animations (both old and new) currently invalidate style on the element every frame, which triggers a full TreeResolver::resolve() which is expensive. In the attached testcase, TreeResolver::resolve() is 14% of CPU time. We should optimize style resolution with a type of invalidation for animations.
Attachments
Animation test (980 bytes, text/html)
2020-02-08 16:59 PST, Simon Fraser (smfr)
no flags
Testcase (1.04 KB, text/html)
2020-02-08 17:01 PST, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2020-02-08 17:01:51 PST
Created attachment 390187 [details] Testcase
Simon Fraser (smfr)
Comment 2 2020-02-08 17:26:24 PST
With 500 animating elements, style resolve time exceeds paint time.
Radar WebKit Bug Importer
Comment 3 2020-02-08 17:26:41 PST
Note You need to log in before you can comment on or make changes to this bug.