-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
We have quite some resources in our application that are read-only. Those resources will render the same for each request which means once the hal/json response is rendered it could simply be stored in a cache and on the next request we skip a lot of overhead by returning the cached hal/json.
I could imagine a read-only field in the controller config which defaults to false and a cache service in the Hal plugin to support such functionality.
Is there any interest in a pull request for something like this for read-only resources.
Originally posted by @Wilt at zfcampus/zf-hal#117
Metadata
Metadata
Assignees
Labels
No labels