Tech Support Notes

Curl

Look for redirect

curl -sL -w "%{http_code} %{url_effective}\\n" "http://domain.com " -o /dev/null

Get headers

curl -I http:domain.com

test time to curl

time curl -v --head http://domain.com