Checking website speeds
by Joseph on the 16th Apr 2015
On your Mac Terminal window:
time curl your website URL > /dev/null
If your SSH’d into the website:
time wget your website URL
Note: some of these commands may create a files that create a index.html file, so please be aware of this.