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.
installation
sudo apt-get install php-apc
sudo /etc/init.d/apache2 restart
Add Cache:
apc_add ($key, $value , $t...