October 26, 2012
The Alternative PHP Cache (APC) is a free and robust framework for caching and optimizing PHP code for faster execution. 1. Install the Package Use a package to install the latest version.
Read the full article →
October 26, 2012
Apache Bench is a load benchmarking testing tool for your Apache Hypertext Transfer Protocol (HTTP) server. 1. Install Apache Bench sudo aptitude install apache2-utils 2. Run Apache Bench The following line uses keepalive for 50,000 connections, at a concurrency of 100 and a timeout of 20 seconds. Be sure to end root domains with a [...]
Read the full article →