[Webkit-unassigned] [Bug 260468] XSLT can take minutes to render with many <audio> elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 22 13:02:02 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260468
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|XML |Media
CC| |ap at webkit.org,
| |eric.carlson at apple.com,
| |jer.noble at apple.com,
| |simon.fraser at apple.com,
| |zalan at apple.com
Summary|XSLT can take minutes to |XSLT can take minutes to
|render with <audio> |render with many <audio>
|elements |elements
--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
It is a known issue that rendering a page with many media elements is pathologically slow, but I cannot find the tracking bug now.
Doing an outrageous amount of work under HTMLMediaElement::ensureMediaControls() -> HTMLMediaElement::setupAndCallJS() -> ... jsCSSStyleDeclaration_propertyValueForCamelCasedIDLAttribute() ... Document::updateStyleIfNeeded().
--
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/20230822/7a26c245/attachment.htm>
More information about the webkit-unassigned
mailing list