DNS magic?
|
07-02-2013, 11:10 PM
Post: #1
|
|||
|
|||
DNS magic?
Consider the following test:
http://www.webpagetest.org/result/130702...2/details/ DNS Lookup in requests #11 and #12 are executed too early? Is it even possible? |
|||
07-03-2013, 04:18 AM
Post: #2
|
|||
|
|||
RE: DNS magic?
There's a couple of things going on there
<link rel="dns-prefetch" href="http://i.febooti.com"> hints to the browser that it can try to resolve the dns early i.e. before it discovers a resource using that host. IE10 in general tries to resolve DNS and open connections early but I'm not sure how it's resolving the second domain so early as the JS that references the images on hd. hasn't executed before the domain is resolved. IE10 does lots of DNS caching so perhaps the test agents isn't clear thing cache properly Andy Using WebPageTest - http://usingwpt.com/ |
|||
07-03-2013, 09:46 AM
Post: #3
|
|||
|
|||
RE: DNS magic?
Looks like IE10 changed things again and the preconnect cache isn't getting cleared. I'll look into it. Had the same problem when it first rolled out and had it under control: http://blog.patrickmeenan.com/2012/11/cl...as-it.html but it's possible that I need to kill a different set of processes on Windows 7.
|
|||
07-06-2013, 11:17 PM
Post: #4
|
|||
|
|||
RE: DNS magic?
(07-03-2013 09:46 AM)pmeenan Wrote: Looks like IE10 changed things again... Thanks for the explanation. Btw, awesome article: http://blog.patrickmeenan.com/2012/11/cl...as-it.html |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)