Might be worthwhile to use some sort of caching solution like AWS ElastiCache to store blog data in Dart Frog.
If so:
Do we store a list of blog posts?
Or, do we store a list of response bodies? (e.g., store a list of all posts, then a list of all posts with X filter, etc...)
Might be worthwhile to use some sort of caching solution like AWS ElastiCache to store blog data in Dart Frog.
If so:
Do we store a list of blog posts? Or, do we store a list of response bodies? (e.g., store a list of all posts, then a list of all posts with X filter, etc...)