Replies: 5 comments 11 replies
-
Perhaps something like this could work - https://dev.to/ahmedmagdy11/building-cache-layer-using-redis-and-mongoose-11kb where you override the |
Beta Was this translation helpful? Give feedback.
-
I suggest to cache the responses from the PayloadCMS internal API. So here's what we did:
|
Beta Was this translation helpful? Give feedback.
-
This is old but I'd like to bump it! We run a fairly high traffic site and our AWS costs are about 5x higher than we expected when we first started down the Payload path. |
Beta Was this translation helpful? Give feedback.
-
Did any of you guys try caching on Nginx? |
Beta Was this translation helpful? Give feedback.
-
For v3, there is now a discussion here: #9909. |
Beta Was this translation helpful? Give feedback.
-
I'm considering PayloadCMS for my next projects.
Reading through the documents, with some research, I can't find anything related to Caching.
So, is there any built-in caching in Payload? Or, is there any plugin for caching? Or, how to create a plugin, or implement caching for Payload?
By caching, I mean DB queries cache. And I'd like to use Redis.
Beta Was this translation helpful? Give feedback.
All reactions