You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgclass="article-image"src="/assets/images/graphs/what-is-prefetch-svgomg.svg"width="932"height="535"alt="Image shows how prefetching improves page load speed by fetching resources in advance">
22
+
{%markdownConvert%}
21
23
22
24
Quicklink attempts to make navigations to subsequent pages load faster. It:
23
25
@@ -26,7 +28,9 @@ Quicklink attempts to make navigations to subsequent pages load faster. It:
26
28
* **Checks if the user isn't on a slow connection** (using `navigator.connection.effectiveType`) or has data-saver enabled (using `navigator.connection.saveData`)
27
29
* **Prefetches URLs to the links** (using [`<linkrel=prefetch>`](https://www.w3.org/TR/resource-hints/#prefetch) or XHR). Provides some control over the request priority (can switch to `fetch()` if supported).
<imgloading="lazy"class="article-image"src="/assets/images/graphs/prefetch-quicklink-svgomg.svg"width="932"height="397"alt="Image shows page load times comparison with and without Quicklink prefetching, showing faster performance when prefetch is enabled">
0 commit comments