Matt De Leon
Matt De Leon

Reputation: 757

What do time and latency mean in the webkit inspector?

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

enter image description here

Upvotes: 5

Views: 2246

Answers (2)

Patrick Lajeunesse
Patrick Lajeunesse

Reputation: 156

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

Upvotes: 6

Orren Ravid
Orren Ravid

Reputation: 580

I believe that the time is the overall time it takes to run the literal website code added with the latency while the latency is the delay received while sending said code information across the internet.

Upvotes: 1

Related Questions