Caching: A Guide to Optimizing System Performance
Caching
Caches can be anything that reduces time and avoids expensive operations like Network I/O, Disk I/O, or computation.
What Needs to Be Cached?
API calls to get the profile of a user.
Queries involving multiple table joins.
Reading particula...
amanog.hashnode.dev4 min read