How to interpret Time details in response tab

Hi, how do I interpret “Transfer Start” in the “Time” panel of a response. TY

2019-06-06_17-05-14

1 Like

Hey @henry

Welcome to the community :wave:

The different sections are similar to what you would see in the Chrome Dev Tools and follows the same vocabulary.

You can more information around that here: Chrome DevTools - Chrome Developers

1 Like

Did not find a directly corresponding name in Chrome Dev Tool, but seems to be equivalent to “Waiting (TTFB)”.

Waiting (TTFB)
Time spent waiting for the initial response, also known as the Time To First Byte. This time captures the latency of a round trip to the server in addition to the time spent waiting for the server to deliver the response.

1 Like

Agreed, I also did not find one to one mappings, but that seems to be the closest, although I’d love confirmation from @danny-dainton or Postman team, if they are one in the same. Thank you all!

@danny-dainton can you please confirm if “Transfer Start” is the equivalent to “Waiting (TTGB)”? Thanks!