Each hint does more of the network work ahead of time. Click one to see what it does and where it acts.
See how a request to a third-party origin unfolds with no hint, with dns-prefetch, and with preconnect. The colored segments are the network phases.
Configure a font preload and see whether the browser fetches it once (correct) or twice (a trap). This is the #1 preload bug.
as="font"crossorigintype="font/woff2"<link rel="prerender"> is dead. Build a Speculation Rules block that prefetches or prerenders the next page with an eagerness level.
Answer the question and get the right hint with the correct attributes.