shivanikhosa / browserscope

Automatically exported from code.google.com/p/browserscope
Apache License 2.0
0 stars 0 forks source link

<link prefetch> resolves DNS in IE9, add a new test #302

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
http://blogs.msdn.com/b/ie/archive/2011/03/17/internet-explorer-9-network-perfor
mance-improvements.aspx

It's good thing to at least resolve the DNS for link prefetch, so a new check 
might encourage other vendors to consider this much safer improvement

Original issue reported on code.google.com by sst...@gmail.com on 17 Mar 2011 at 9:36

GoogleCodeExporter commented 8 years ago

Original comment by els...@gmail.com on 20 Mar 2011 at 5:39

GoogleCodeExporter commented 8 years ago
I couldn't make any of my tests with DNS prefetching work in Internet Explorer 
9 on Windows 7 (IE update version 9.0.3, version 9.0.8112.16421).

I tried explicit prefetching via the link tag and different attribute value 
combinations. Neither rel="prefetch", nor rel="dns-prefetch" worked. Neither 
href="absolute_url", nor href="//hostname" worked. I tried by opening a local 
html file and by opening remotely the same file uploaded on my server in 
Internet. I also tried if it would work when the domain name was added to 
"Trusted sites". It didn't.
Prefetching while typing in the address bar failed too.

Wireshark showed no sign of DNS activity during all tests (except for resolving 
the domain of my server in the remote test, of course).

Am I doing something wrong or forgetting something?

Greetings, Radko dinev
Any ideas?

Original comment by radko.di...@gmail.com on 28 Nov 2011 at 9:48