Last active
June 12, 2018 18:42
-
-
Save denisvmedia/ce7016a35e8fcdbbace44e3bf83dfacc to your computer and use it in GitHub Desktop.
measure site speed
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 -Lo /dev/null -skw \ | |
"\ntime_connect: \ | |
%{time_connect}s\ntime_namelookup: \ | |
%{time_namelookup}s\ntime_pretransfer: \ | |
%{time_pretransfer}\ntime_starttransfer: \ | |
%{time_starttransfer}s\ntime_redirect: \ | |
%{time_redirect}s\ntime_total: \ | |
%{time_total}s\n\n" \ | |
http://foolproofcode.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment