Identify and resolve bottlenecks - jamongx/twitter-clone GitHub Wiki
- Identify and resolve bottlenecks such as single points of failure in design
- What if one of services crashes?
- How to distribute traffic between components?
- How to reduce the load on database?
- How to improve the availability of cache?
- How to make notification system more robust?
- How to reduce media storage costs?