Send

Time spent writing the request onto the wire.

For most requests this is small, because the request itself is small. It grows when the request body is large -- a file upload, a big JSON payload -- or when the client's outbound bandwidth is the bottleneck, since every byte of the body has to be written before the server can start responding.

Other timing phases