Cache control headers at the browser level don’t apply to Perspective, because it’s a single-page-application. From the web browser’s perspective () there’s only one primary request being made, when you first launch the session. All other navigation inside the project is using the same set of assets & communication over the websocket.
1 Like