[Webkit-unassigned] [Bug 203165] First page load after WKWebView init waits for Networking process creation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 31 09:56:53 PDT 2019


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

--- Comment #5 from Brady Eidson <beidson at apple.com> ---
(In reply to Ben Nham from comment #4)
> I think the idea would be to keep the sync ensureNetworkProcessConnection()
> code in there because that would be a pretty large refactoring. Instead
> maybe the UIProcess could change the init path when it picks a WebProcess
> out of the reuse pool. Perhaps it could give the WebProcess send rights to
> an already-running NetworkProcess so that the sync IPC becomes unnecessary
> in the common case.

NetworkProcess vending connections to itself is pretty engrained at this point.

An idea would be for the UIProcess to always keep a spare NetworkToWebProcess connection around so it can always hand it directly off to the WebProcess.

-- 
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/20191031/fbda5e49/attachment.htm>


More information about the webkit-unassigned mailing list