Last week I had an interesting conversation on how to set goals for http request latency:

1) Measure network latency client side (browser or app) rather than at the edge.

2) Set a P75 goal rather than P95 or P99

e.g. P75 <= 250 ms

3) Set a P99/P75 goal

e.g. P99/P75 <= 6

Let's look into why:

Comments