Linux - How to check response time of webpage, Find or calculate response time of web site
How to check response time of webpage
How to calculate or find the response time of web site or web page
curl -s -w "\nResponse time:\t%{time_total}s\n" -o /dev/null http://w3calculator.com
The above curl is used to print the time it takes in seconds to return a web page.Sometimes it might be necessary for web developer or the web site owner to calculate the response time of a website or web page. In such a hard situation you can use this simple command to calculate the website response time.
The topic on Linux - How to check response time of webpage is posted by - Math
Hope you have enjoyed, Linux - How to check response time of webpageThanks for your time