The single most impactful optimization for web applications. 2. **Adding database indexes** — Often a one-line fix with dramatic results. 3. **Adding caching for expensive operations** — Especially for data that is read far more often than it is written. 4. **Using appropriate data structures** — Re