Measure Website Loadtime with curl (Entry Nr. 1530, by user 1 | edit) |
|
|
| curl -w '\ntime_namelookup:\t%{time_namelookup}\ntime_connect:\t%{time_connect}\ntime_pretransfer:\t%{time_pretransfer}\ntime_starttransfer:\t%{time_starttransfer}\ntime_total:\t%{time_total}\n' -o /dev/null -s www.example.com |
|
|
Create a new entry at this position
|
|
|