The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.
wget http://pecl.php.net/get/APC-3.0.19.tgz
./cofigure
make
make install
Add extension in php.ini
Thats all.