Example 1 of 6
Define a performance improvement precisely
An engineer investigates a slow search endpoint shared by the web application and an internal operations tool.
- Evidence pattern
- Personal technical change + measured system performance
- Source
- Illustrative example
This scenario and its details were created for teaching. It does not describe a customer or a measured customer result.
Original bullet
Start with what the resume says
Optimized API performance using caching and database improvements.
The gap
Name what the reader still cannot see
- The endpoint, baseline, and measurement method are missing.
- The line lists techniques without showing which change the engineer owned.
- There is no timeframe or traffic context for the reported improvement.
The questions
Ask for the missing evidence
- Which operation was slow, and which part of its execution did you change?
- What metric and percentile did the team use before and after the release?
- Were both measurements taken in the same production window and traffic range?
- Which dashboard, trace, or load-test result could you use to explain the number?
The evidence
Keep only details the candidate can defend
- Owned work
- Profiled the search endpoint, removed a repeated query, and added a bounded cache for stable reference data.
- Baseline
- Production monitoring recorded 820 ms p95 latency during the four weeks before release.
- Observed result
- The same dashboard recorded 310 ms p95 latency during the four weeks after release at a comparable request volume.
- Evidence source
- APM dashboard export, profiling trace, and the engineer's linked pull requests.
The rewrite
Write the smallest strong, honest version
Reduced p95 latency for a production search endpoint from 820 ms to 310 ms by eliminating a repeated database query and adding a bounded reference-data cache, measured across comparable four-week traffic windows.
Why this works
The line identifies the owned component, the technical mechanism, the exact metric, and a comparable measurement window. It does not claim a business outcome that the performance data cannot prove.
