Learn Performance - Prefetch and Prerender
Prerender
To confirm that the page was preloaded you can run the following snippet in the Console:
performance?.getEntriesByType?.('navigation')[0]?.activationStart > 0
Alternatively, you can check the This Page tab of the Application panel.
In the Application panel above, the Preloading status indicates that the page was successfully prerendered.