Replies: 1 comment 1 reply
-
Static Caching only works on the front-end, not for the REST or GraphQL APIs. Like you mentioned, the REST API has its own caching system instead. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to understand if it's possible to use static caching for the REST API endpoints. Has anyone been able to do this? Or is it currently not supported in Statamic?
The default REST API caching is off course very fast. Static caching would be even better since it would decrease my server load and increase my Next.js page generation times. ⚡️
Beta Was this translation helpful? Give feedback.
All reactions