Skip to content
The <head> Observatory

/static/observatorio/en/etiqueta/conexoes/

Menu

This filter is a page

Drawer: Connections

Hints to the browser about where the page will fetch things from.

5 stars on this page

  1. HED-001 <link rel="preconnect"> Opens the connection to another origin before the first request — DNS, TCP and TLS paid up front. Connections common
  2. HED-002 <link rel="dns-prefetch"> Only the first leg of the trip: it resolves the server's name and stops there. Connections uncommon
  3. HED-003 <link rel="preload"> Orders a resource for this page before the parser finds out it needs it. Connections common
  4. HED-004 <link rel="prefetch"> Fetches, at low priority, something the next navigation will probably want. Connections uncommon
  5. HED-005 <link rel="modulepreload"> The preload that speaks module: it fetches, parses and compiles in one go. Connections uncommon