When should I start using caching in my app?
Qayesha Devi
·1542 views
hey everyone im working on a web app thats starting to see more traffic right now all data is fetched directly from the database on every request im wondering at what point it makes sense to start implementing caching should i cache at the database level application level or use a dedicated caching service like redis what are the key indicators that signal its time to add caching
25 comments