Best way to cache? #311
willowlight
started this conversation in
General
Replies: 1 comment 1 reply
-
@willowlight , did you try Roda::RodaPlugins::Caching |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to cache a specific route/ view's database query ? Example, I have a blog index and I don't need it to query the DB on every page load . . . I'm using Roda + Sequel.
Beta Was this translation helpful? Give feedback.
All reactions