-
Sub-task
-
Resolution: Done
-
L3 - Default
-
None
-
None
Currently, responses for REST-API queries always contain the Header "cache-control: no-store", which prevents the browser to cache the returned result. However, we have some information which does not change and could therefore be cached.
We should set the response headers in a way that allows the browser to cache the response. The following endpoints should be considered for this:
- /meta/version
- /camunda
- /alert/email/isEnabled
- /share/isEnabled
The following endpoints return immutable data, but depend on the request payload. Maybe it's also possible to cache these:
- /decision-definition/xml
- /process-definition/xml
- /flow-node/flowNodeNames
This is the controller panel for Smart Panels app
- is related to
-
OPT-2151 Spike: Request immutable data only once
- Done