Replies: 1 comment
-
You can control caching with cache headers — see https://gatsby.canny.io/gatsby-cloud/p/add-support-for-headers-in-functions and #31842 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We can use Build Caching (https://www.gatsbyjs.com/docs/build-caching/) at build time, meaning heavy lifting jobs does not have to be performed at every build.
What kind of caching can we use with Gatsby Functions?
For example, if we do heavy image transformations in a Gatsby function, is there a way to cache the transformed images for a given length of time, so that it does not have to happen at every request?
Beta Was this translation helpful? Give feedback.
All reactions