Created
March 23, 2025 19:16
-
-
Save codedsprit/bcd7d9257d67d8bdbb854f02741f8ec1 to your computer and use it in GitHub Desktop.
Test the website speed with CURL request though command line.
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
curl -s -o /dev/null -w "%{time_total}\n" -H "Pragma: no-cache" https://gnu.org |
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
curl -s -o /dev/null -w "%{time_total}\n" https://gnu.org |
Author
codedsprit
commented
Mar 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment