Chapter 3 Assignment
Find + fix + prove
The brief
Pick the endpoint with the worst p95 from your suite. Use Pulse + DB logs to identify the bottleneck. Fix it (add an index, add caching, fix N+1). Re-run the same scenario. Paste before/after numbers in notes.md with a 1-paragraph writeup.
You've completed this when
- p95 improved by ≥30%
- You can explain the root cause in one sentence
- The fix is committed
Worked through every criterion?
Push your code to GitHub, paste the link in your notes.md, and move on.
Continue to ch.4: k6 in CI