Forked from NapoleonWils0n/curl_time_to_first_byte.sh
Created
April 23, 2019 05:40
-
-
Save infinityhacks/72565f476397583e03ffb75d0835dc06 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 -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