[Webkit-unassigned] [Bug 147824] NetworkProcess: DNS prefetch happens in the Web Process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 1 09:15:45 PDT 2015


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

--- Comment #13 from Chris Dumez <cdumez at apple.com> ---
(In reply to comment #12)
> The patch is quite simple, it just sends a message to the network process to
> do the prefetch there. So, my guess is that we are sending too many
> messages. We could probably cache in the web process the hosts already
> prefetched to avoid sending messages to the network process.

Yes, too much IPC can definitely slow down the PLT. This has happened a few months back due to diagnostic logging. Looking at the patch, one other possibility (I haven't looked deeply into it) is that the new document.frame() checks sometimes fail and we end up not doing DNS prefetches in cases where we used to?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151001/c9ca8a2d/attachment.html>


More information about the webkit-unassigned mailing list