stefanhk31 / personal_blog_flutter

https://stefanhodgeskluck.com
2 stars 0 forks source link

Improvement: Caching #112

Open stefanhk31 opened 3 months ago

stefanhk31 commented 3 months ago

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...)