Mobile app version of vmapp.org
Login or Join
Vandalay111

: Reduce DNS lookup time by pre-resolving at the browser. DNS resolution time varies from <1ms for locally cached results, to hundreds of milliseconds due to the cascading nature of DNS.

@Vandalay111

Reduce DNS lookup time by pre-resolving at the browser.

DNS resolution time varies from <1ms for locally cached results, to hundreds of milliseconds due to the cascading nature of DNS. This can contribute significantly towards total page load time. This filter reduces DNS lookup time by providing hints to the browser at the beginning of the HTML, which allows the browser to pre-resolve DNS for resources on the page.

Example Use:

<link rel="dns-prefetch" href="//ajax.googleapis.com">

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Vandalay111

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme