The slow request cannot be reproduced locally, and profiling everything in production is not an option. The trigger value has to be a secret, or anybody can make…
The PHP SDK reached 1.0 this year and the auto-instrumentation is thinner than the equivalent in other runtimes. The gap is the whole problem — a trace that…
Nothing in the profile looked slow, and one function accounted for 80 seconds of a 94-second job. Sorting a profile by self time per call finds the slow…
The optimiser chose a plan based on an estimate of 200 rows where the real answer was 8,000, and only the actual execution shows the difference. The gap…