rel=prerender
{{HTMLSidebar}}
{{Deprecated_Header}}
{{Non-standard_header}}
The prerender
keyword for the rel
attribute of the {{HTMLElement("link")}}
element is a hint to browsers that the user might need the target resource for the next navigation, and therefore the browser can likely improve the user experience by preemptively fetching and processing the resource — for example, by fetching its subresources or performing some rendering in the background offscreen.
This feature is superseded by the Speculation Rules API.
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}
See also
- Speculative loading for a comparison of
<link rel="prerender">
and other similar performance improvement features.