Checking website speeds

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.