`

Components

- API Gateway
- Load Balancers
    - Static LB Algorithms
        - RoundRobin
        - Weighted RR
        - IP Hashing
        - URL Hashing
    - Dynamic LB Algorithms
        - Least connected
        - Resource based
        - Least Response Time
- Discovery Service - Netflix Eureka service
- Session Management
    - Store Session ID in DB
    - Store Session ID in Local Cached
    - Store Session ID in Distributed Caching 
    - Stateless Tokens - JWT    

Types of Mobile Apps

Debug Slowness in Web Application

- Check connecvity
- Any recent deployment happened
- Any Software patches installed recently
- Top down approach - start from UI down to DB