[Webkit-unassigned] [Bug 241458] REGRESSION (iOS 15.5): Angular Materials style triggers poor performance on a long scrolling page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 18 21:47:40 PDT 2022


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

--- Comment #9 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
This is much worse on iOS because we get a flood of "didScroll" messages to the web process, so update composting layers for lots of small scroll increments.

On macOS, where scrolling and compositing updates happen in the same process, we coalesce via ScrollingTree::m_pendingScrollUpdates.

-- 
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/20220719/489e19ad/attachment-0001.htm>


More information about the webkit-unassigned mailing list