A HOWTO on Optimizing PHP
http://phplens.com/lens/php-book/optimizing-debugging-php.php PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems […]