|
|
|
|
|
by deno
3279 days ago
|
|
This is the tax you’re paying for that every time: Connected to 35.165.108.15:443
HTTP/1.1 200 OK
Server: nginx/1.8.1
Access-Control-Allow-Origin: *
Content-Type: application/json; charset=utf-8
Date: Sun, 02 Jul 2017 08:54:40 GMT
X-Content-Type-Options: nosniff
Connection: keep-alive
Body discarded
DNS Lookup TCP Connection TLS Handshake Server Processing Content Transfer
[ 4ms | 244ms | 518ms | 525ms | 0ms ]
| | | | |
namelookup:4ms | | | |
connect:248ms | | |
pretransfer:767ms | |
starttransfer:1292ms |
total:1292ms
|
|
(Not to mention with very minimal effort you can usually avoid the majority of the specific tax of latency you mention, by doing things like parallelizing the request with other work or doing it asynchronously to the user's interface.)