Skip to content

Instantly share code, notes, and snippets.

@johnmontfx
Last active October 6, 2018 01:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmontfx/45645b171d3278e7197a97b08689ac41 to your computer and use it in GitHub Desktop.
Save johnmontfx/45645b171d3278e7197a97b08689ac41 to your computer and use it in GitHub Desktop.
Test TTFB via command line
curl -o /dev/null -w 'lookup: %{time_namelookup}\nconnect: %{time_connect}\nsslconnect: %{time_appconnect}\nTTFB: %{time_starttransfer}\ntotal: %{time_total}\n' 'https://www.yourserver.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment