Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinityhacks/72565f476397583e03ffb75d0835dc06 to your computer and use it in GitHub Desktop.
Save infinityhacks/72565f476397583e03ffb75d0835dc06 to your computer and use it in GitHub Desktop.
bash: curl time to first byte
curl -o /dev/null -w "Connect: %{time_connect} TTFB: %{time_starttransfer} Total time: %{time_total} \n" http://inserturl.here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment