Cache control immutable features

I was reading about some ways that website speed up the loading.

One ways is by noting pages or parts of pages that do not change.

Is there a cache control feature in Ignition that I am not aware of that could speed up my page loads?

Or is that something only being done on the backend that I don’t really control in the designer?

1 Like

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