Cache control immutable features

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 (:sunglasses:) 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