[Webkit-unassigned] [Bug 239488] REGRESSION(r292803) WinCairo GPU process significant performance drop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 18:47:16 PDT 2022


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

--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
If a page has a canvas element, WebPage::ensureRemoteRenderingBackendProxy creates m_remoteRenderingBackendProxy.

WebPage::finalizeRenderingUpdate calls m_remoteRenderingBackendProxy->finalizeRenderingUpdate() if m_remoteRenderingBackendProxy is available.

RemoteRenderingBackendProxy::finalizeRenderingUpdate sends a FinalizeRenderingUpdate stream message.

RemoteRenderingBackendProxy::streamConnection has 3 seconds tiemout.
This is causing the performance drop.

-- 
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/20220421/10983363/attachment-0001.htm>


More information about the webkit-unassigned mailing list