[Webkit-unassigned] [Bug 99695] [GTK] Add API to prefetch DNS of a given hostname to WebKit2 GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 18 23:17:04 PDT 2012


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





--- Comment #7 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-10-18 23:17:56 PST ---
(In reply to comment #5)
> (From update of attachment 169365 [details])
> I don't think this is worth it - prefetching DNS is such a small part of the load.

WebKitGTK+ users do this by using the SoupSession directly in WebKit1, for example, Epiphany calls soup_session_prefetch_dns for every hostname in the recent history. This is not possible with WebKit2 because we don't have access to the SoupSession from the UI process. This is something that will only be used on demand, so I think it's harmless. But still, if other ports are not interested, would the same patch be acceptable by adding #if PLATFORM(GTK) everywhere?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list