[Webkit-unassigned] [Bug 222187] REGRESSION(iOS 14): Using Web Components with large quantities of CSS Variables in Shadow DOM results in performance issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 5 00:57:41 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=222187

--- Comment #7 from Antti Koivisto <koivisto at iki.fi> ---
The test case has lots of custom element instances (some 6000) that each have a :host rule with a bunch of variable declarations. For some (immediately non-obvious) reason the button click causes a full style recalc on all shadow trees. That takes a while due to large number of style scopes as well as our suboptimal variables implementation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210305/60be6dbe/attachment.htm>


More information about the webkit-unassigned mailing list