How to Check Server Response Time using cURL command line?
Open any linux command line shell, and type in the following and hit return (remember to substitute the domain URL). curl -o /dev/null -s -w %{time_total}\\n http://helloacm.com Example response: …