Skip to content

Instantly share code, notes, and snippets.

@maheshwaghmare
Last active March 14, 2024 07:08
Show Gist options
  • Save maheshwaghmare/47a6e4a9dedebdace63411a91d62c810 to your computer and use it in GitHub Desktop.
Save maheshwaghmare/47a6e4a9dedebdace63411a91d62c810 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://maheshwaghmare.com/
curl -s -o /dev/null -w "%{time_total}\n" https://maheshwaghmare.com/
@MatteoGauthier
Copy link

Thanks a lot bro

@nov-
Copy link

nov- commented Mar 14, 2024

thank you!

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