Skip to content

Instantly share code, notes, and snippets.

@careydayrit
Created March 10, 2020 16:19
Show Gist options
  • Save careydayrit/887341cae892dae28bfb93aae3e67c4d to your computer and use it in GitHub Desktop.
Save careydayrit/887341cae892dae28bfb93aae3e67c4d to your computer and use it in GitHub Desktop.
info for mesource.com
first time
curl -o /dev/null -w "TTFB: %{time_starttransfer} Total time: %{time_total} \n" https://www.medsource.com
TTFB: 1.179 Total time: 1.231
2nd time
curl -o /dev/null -w "TTFB: %{time_starttransfer} Total time: %{time_total} \n" https://www.medsource.com
TTFB: 0.888 Total time: 0.939
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment