Archiv für das 'Cache'-tag

PHP APC Cache unter Ubuntu

Installation des APC bringt bei den meisten Projekten (mit dem Zend Framework auf jeden Fall) um die 50% bei meinen Tests.

Installation:
# Apache
sudo apt-get install apache2
# Apache PHP Modul
sudo apt-get install libapache2-mod-php5
# Pear
sudo apt-get install php-pear
# für Pecl
sudo apt-get install php5-dev
# für Pecl
sudo apt-get install make
# für APXS
sudo apt-get install apache2-prefork-dev
# Pecl für APC
sudo pecl install apc