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