What is Latency? Definition and explanations
Latency is the delay between a request and the start of the response, measured in milliseconds. It adds up network distance, server processing time and waits on the database. It is distinct from throughput: a very fast link can still be slow to react. It is analysed in percentiles, because it is the slowest 5% of requests that users notice.
In one sentence
Latency is the delay between a request and the start of the response, distinct from throughput.