Read more

Preconnect, Prefetch, Prerender ...

Dominik Schöler
November 17, 2015Software engineer at makandra GmbH

A very informative and interesting presentation about browsing performance, looking at efforts Google Chrome takes to increase it.

From those slides

Illustration money motivation

Opscomplete powered by makandra brand

Save money by migrating from AWS to our fully managed hosting in Germany.

  • Trusted by over 100 customers
  • Ready to use with Ruby, Node.js, PHP
  • Proactive management by operations experts
Read more Show archive.org snapshot

There is a bunch of interesting pages in Chrome:

  • chrome://dns - List of prefetched DNS
  • chrome://predictors/ - Chrome knows where you'll go

Preconnect

With <link rel="preconnect" href="https://the-domain.com"> in an HTML head, you give the browser an early hint that it will need to access the mentioned domain. By setting up the connection in advance, page load performance gets improved.

Posted by Dominik Schöler to makandra dev (2015-11-17 14:38)