What do time and latency mean in the webkit inspector?

performance, webkit

Solution

Time is total duration, from the start of the request to the receipt of the final byte in the response. Latency is the time to load the first byte in the response.

https://developers.google.com/chrome-developer-tools/docs/network

Problem

What do time and latency mean in the context of the webkit inspector?

Original source