This page intentionally uses features that prevent the browser from caching it in the Back/Forward Cache. When you test this page in DevTools, you'll see the specific blocking reasons.
beforeunload event listener
This event handler prevents the browser from caching the page, as it signals the page wants to confirm before the user leaves.
WebSocket connection
Open WebSocket connections prevent bfcache because they maintain live server connections that can't be frozen/restored.
Cache-Control: no-store header (if served with it)
Pages with this header hint they shouldn't be cached.
Modify the form fields, then try navigating away. The beforeunload dialog will appear,
AND this page will be blocked from bfcache.
WebSocket: Disconnected