Separate Image Cache #29027
Unanswered
Undistraction
asked this question in
Ideas / Feature Requests
Replies: 1 comment
-
I have a website with a lot and large images. A full rebuild even takes me a full hour at this point. It also seems that an upgrade of the Gatsby packages will also invalidate the cache. I'm also desperately looking for something to alleviate this situation. |
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
-
I often need to delete the cache during development, either because of compilation bugs, or to as a sanity check to narrow down what might be compilation bugs. When I do this, I'm faced with a full rebuild, which currently takes ~6 mins. About 5 mins of that is taken up with image processing ('Generating image thumbnails'), however images are almost never the problem.
Would it be feasible to make the cache more granular, so that we could delete e.g. the page cache independently from the image cache?
Beta Was this translation helpful? Give feedback.
All reactions