From c074485b0a93a5a77a0b15820309efc048d0e337 Mon Sep 17 00:00:00 2001 From: lhark Date: Mon, 22 Nov 2021 22:16:29 +0100 Subject: [PATCH] HTTP response times debugging trick --- how_to | 3 +++ 1 file changed, 3 insertions(+) diff --git a/how_to b/how_to index e268a52..05d4aed 100644 --- a/how_to +++ b/how_to @@ -1151,6 +1151,9 @@ cURL cheatsheet: curl -v Follow redirects: curl -L + Debug HTTP request response times: + # https://susam.in/maze/timing-with-curl.html + curl -L -w "time_namelookup: %{time_namelookup}\ntime_connect: %{time_connect}\ntime_appconnect: %{time_appconnect}\ntime_pretransfer: %{time_pretransfer}\ntime_redirect: %{time_redirect}\ntime_starttransfer: %{time_starttransfer}\ntime_total: %{time_total}\n" https://example.com/ GPG: Renew expired GPG public keys: