Posted Under: Linux, Tutorials
If you own a Web server or a VPS and would like to see how quick it is at delivering your website pages and how efficient is it’s response time then you can try the following cUrl command from any other Linux Box and test your results, while this test will give you response time of your own website , you can still compare it with response time of popular websites like nytimes.com and lifehacker.com to get an idea of how much you lag behind them ( You can be quicker in response time too , if you have a mighty server !! )
So, just login to your shell and type this
curl -o /dev/null -w "Connect: %{time_connect} TTFB: %{time_starttransfer} Total time: %{time_total} \n" http://yoururl.com/
change the yoururl.com to your own URL which you wish to test , and then test it for other popular websites like twitter, mashable or some other not so popular websites and see the difference.
Terminology
Connect : Time taken by cUrl to connect to the site ( dependent on your client Server’s bandwidth and Network )
Time To First Byte (TTFB) :– Time taken to receive first byte after connect ( How quick your Apache is , lower the value the better )
Total time : The last data is the total time for the site to finish loading. (Largely due to your PHP/ any other server side language performance )
So have fun, testing your Website I will write more about Website optimization and Apache, PHP as I have just shifted to a self managed VPS and I keep on learning new things and new ways to optimize it .
Last 5 posts in Linux
- Free Effective and Simple Image Size and Format Converter for Linux - February 10th, 2010
- Google Chrome For Linux and Chrome for Mac available for Download - December 12th, 2009
- Recommended directory in Linux for Installing / Copying Apps Games or LAMP – Linux File system Explained - November 1st, 2009
- Best Linux Distro for a Old and Slow PC – Small Low on Resources and ultra fast - October 22nd, 2009
- Extract Selected range of Pages of a PDF as a PDF File in Linux - July 15th, 2009


January 14th, 2010 at 12:42 am
Doing some browsing and noticed your website appears a bit messed up in my K-meleon internet browser. But fortunately hardly anyone uses it any longer but you may want to look into it.