Skip to content

Instantly share code, notes, and snippets.

@maheshwaghmare
Last active March 14, 2024 07:08
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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/
@maheshwaghmare
Copy link
Author

maheshwaghmare commented Dec 6, 2019

Below is an example of how it shows the website load time speed.

curl-website-speed-test

@iMaz1n
Copy link

iMaz1n commented Jun 19, 2022

nice command thanks

@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