Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save codedsprit/bcd7d9257d67d8bdbb854f02741f8ec1 to your computer and use it in GitHub Desktop.
Save codedsprit/bcd7d9257d67d8bdbb854f02741f8ec1 to your computer and use it in GitHub Desktop.
Test the website speed with CURL request though command line.
curl -s -o /dev/null -w "%{time_total}\n" -H "Pragma: no-cache" https://gnu.org
curl -s -o /dev/null -w "%{time_total}\n" https://gnu.org
@codedsprit
Copy link
Author

speed-test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment