I'm trying to figure out why it's taking long for an API to process my request and came upon this in Postman:
What does transfer start mean?
next to the header name to get a description of the header according to the HTTP specification. If you send a HEAD request, Postman will show the Headers tab by default instead of the Body tab.
https://community.postman.com/t/how-to-interpret-time-details-in-response-tab/5803
It has the same meaning has the dev tool response time.
https://developers.google.com/web/tools/chrome-devtools/network/reference?utm_source=devtools#timing-explanation
so start time is the time required to get the first byte of the response and download time is the time taken to fetch the full data.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With