Hacker News new | past | comments | ask | show | jobs | submit login

Correct on both counts.. Pre-fetching DNS names for origins not on the page is, indeed, a nice use case - redirects are a good example. Similarly, embedding a <link rel=dns-prefetch> in the head will trigger an early DNS lookup, which can, in fact, deliver big latency savings -- you would be surprised how slow DNS lookups are in practice.

Last but not least, AFAIK, I'm not aware of any logic to group DNS-prefetch hints or similar strategies when running over TLS.




I tried implementing it for my blog’s pagination, but I definitely don’t see the zero-second latency Google report in the video, and it doesn’t seem any faster at all.

Can you tell me if it’s actually working from using the pagination at the bottom of the front page, or the pagination inside the permapages: http://pygm.us/1e9KHCYt. (Link fixed.)


You can see if pre-rendering is being triggered in chrome://net-internals#prerendering.

See: http://www.igvita.com/posa/high-performance-networking-in-go...

And "yes": https://www.evernote.com/shard/s1/sh/0f3592b8-d72c-40f7-9bbf...


Any idea why the prerendering fails?

http://i.imgur.com/pxijNnq.png

http://i.imgur.com/QxcNIeO.png

Thanks for the help, by the way. :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: