Skip to content

Instantly share code, notes, and snippets.

@damaya
Forked from mauricios/curl_time_format.txt
Created December 18, 2018 12:51
Show Gist options
  • Save damaya/fb29c296e5b45f7a335374819cf1355d to your computer and use it in GitHub Desktop.
Save damaya/fb29c296e5b45f7a335374819cf1355d to your computer and use it in GitHub Desktop.
CURL format file to summarize loading times results of a page
Content Type: %{content_type}\n
HTTP Code: %{http_code}\n
HTTP Connect: %{http_connect}\n
Number Connects: %{num_connects}\n
Number Redirects: %{num_redirects}\n
Redirect URL: %{redirect_url}\n
Size Download: %{size_download}\n
Average speed download: %{speed_download}\n
Size Upload: %{size_upload}\n
SSL Verify: %{ssl_verify_result}\n
Time Handshake: %{time_appconnect}\n
Time Connect: %{time_connect}\n
Name Lookup Time: %{time_namelookup}\n
Pretransfer: %{time_pretransfer}\n
Time Redirect: %{time_redirect}\n
Time Start Transfer: %{time_starttransfer}\n
----------\n
time_total: %{time_total}\n
\n
Effective URL: %{url_effective}\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment