RESOLVED FIXED 20931
DNS prefetch when the user mouses over a hyperlink
https://bugs.webkit.org/show_bug.cgi?id=20931
Summary DNS prefetch when the user mouses over a hyperlink
Collin Jackson
Reported 2008-09-19 00:18:24 PDT
Currently we're calling prefetchDNS on links in the page during load time only. However, many DNS entries have a short TTL and the response may expire while the user is viewing the page. If the user then tries to navigate by clicking on a hyperlink, the browser will have to do a new DNS lookup and must wait for the response before it can load the URL. To reduce perceived latency due to expired DNS entries, we can re-prefetch the hostnames of links when the user mouses over them. (Web sites can control this behavior via the DNS prefetch control mechanism.)
Attachments
Proposed patch (1.34 KB, patch)
2008-09-19 00:37 PDT, Collin Jackson
sam: review+
Collin Jackson
Comment 1 2008-09-19 00:37:22 PDT
Created attachment 23558 [details] Proposed patch
Sam Weinig
Comment 2 2008-09-19 19:24:13 PDT
Comment on attachment 23558 [details] Proposed patch Cool. r=me
Collin Jackson
Comment 3 2008-09-20 23:29:50 PDT
Landed in r36730
Note You need to log in before you can comment on or make changes to this bug.