Prerender

With prerendering, the content is prefetched and then rendered in the background by the browser as if the content had been rendered into an invisible separate tab. When the user navigates to the prerendered content, the current content is replaced by the prerendered content instantly.

<link rel="prerender" href="https://example.com/content/to/prerender">

See Also