Get Site Load Time Performance Specs


/ Published in: Bash
Save to your folder(s)

obviously change url. you'll get (better formatted) something like...

curl -o /dev/null -w %{time_total}\\n http://www.google.com
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6556 0 6556 0 0 17509 0 --:--:-- --:--:-- --:--:-- 45846
0.374


Copy this code and paste it in your HTML
  1. curl -o /dev/null -w %{time_total}\\n http://www.example.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.