Skip to content

Instantly share code, notes, and snippets.

@bondarewicz
Created October 13, 2017 09:13
Show Gist options
  • Save bondarewicz/73e000d3c965ae5af525a799438447ea to your computer and use it in GitHub Desktop.
Save bondarewicz/73e000d3c965ae5af525a799438447ea to your computer and use it in GitHub Desktop.
Site perf curl
curl -kso /dev/null -H "Pragma: no-cache" -H "Cache-Control: no-cache" -w "DNS: %{time_namelookup}, \
SSL: %{time_appconnect}, \
TCP: %{time_connect}, \
TTFB: %{time_starttransfer}, \
TOTAL: %{time_total}\n" https://www.parcelhero.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment