Last active
October 6, 2018 01:08
-
-
Save johnmontfx/45645b171d3278e7197a97b08689ac41 to your computer and use it in GitHub Desktop.
Test TTFB via command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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