Skip to content

Instantly share code, notes, and snippets.

@NeroMorto
Forked from NapoleonWils0n/curl_time_to_first_byte.sh
Last active September 12, 2017 11:02
Show Gist options
  • Save NeroMorto/56d2ee1d64d04ab75c454bafbf6f37a2 to your computer and use it in GitHub Desktop.
Save NeroMorto/56d2ee1d64d04ab75c454bafbf6f37a2 to your computer and use it in GitHub Desktop.
bash: curl time to first byte
curl -s -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