Caching strategy recommendations #153
Unanswered
thedentist8
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
-
I would like to hear your opinion on the caching strategy for getting better performances with Panko.
I have complex objects that I serialize with Panko where 80% of the JSON output doesn't change, while the remaining 20% is dynamic and depends on the current request, i.e. the current user. I'm thinking if I should:
What would be a more efficient approach?
Beta Was this translation helpful? Give feedback.
All reactions