Find the slow path and make it fast
Problem
Slow pages, reports, and background jobs waste time, especially when no one can see where the delay starts.
Approach
I measure the request or job end to end, isolate the expensive queries, network calls, or cache misses, and fix the bottleneck with the highest user impact.
Outcome
Faster load times, predictable reports, and performance work backed by numbers instead of guesses.