Last active
March 14, 2024 07:08
-
-
Save maheshwaghmare/47a6e4a9dedebdace63411a91d62c810 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://maheshwaghmare.com/ |
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://maheshwaghmare.com/ |
Thanks a lot bro
thank you!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nice command thanks