How to cache serialized contents? #304
Unanswered
owari-taro
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi, I want to cache the responses of some class-based GET endpoints.
I know Django provides caching functions, but I'm looking for a way to improve performance by caching already-serialized content and bypassing Pydantic's serialization and validation.
Beta Was this translation helpful? Give feedback.
All reactions