-
-
Save damaya/fb29c296e5b45f7a335374819cf1355d to your computer and use it in GitHub Desktop.
CURL format file to summarize loading times results of a page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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