Recently, we have a need for optimizing the performance of our drupal deployments, beyond the conventional mysql and apache optimization.
The first and easiest thing is to install a PHP Opcode Cache, and after some investigation I decided to try APC. Installing the version in PECL worked well on the staging environment.Read more
