Skip to content

Instantly share code, notes, and snippets.

@Haeniken
Created October 22, 2021 18:25
Show Gist options
  • Save Haeniken/d7f7e22737928a717d75eb9f8298ef25 to your computer and use it in GitHub Desktop.
Save Haeniken/d7f7e22737928a717d75eb9f8298ef25 to your computer and use it in GitHub Desktop.
TTFB by curl
curl -L -q -o /dev/null -w "\nConnect: %{time_connect}\nTTFB: %{time_starttransfer}\nTotal time: %{time_total} \n" https://haeniken.com
# % Total % Received % Xferd Average Speed Time Time Time Current
# Dload Upload Total Spent Left Speed
#100 386 0 386 0 0 1892 0 --:--:-- --:--:-- --:--:-- 1882
#100 31510 0 31510 0 0 56368 0 --:--:-- --:--:-- --:--:-- 56368
#
#Connect: 0,053106
#TTFB: 0,553761
#Total time: 0,559337
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment