Приглашаем посетить
Perl (perl.find-info.ru)

Section 23.3.  Use a PHP Code Cache

Previous
Table of Contents
Next

23.3. Use a PHP Code Cache

There is one simple way you can double the speed of your server, and that is to install a PHP code cache. There are a few to choose from, but several of them don't keep up-to-date with new releases. IonCube's PHP Accelerator (http://www.ioncube.co.uk) used to be good, but hasn't seen an update for a while at the time of writing.

The finest code cache available is now unequivocally Zend Platform, which combines an advanced code acceleration system with numerous management features. The downside is that it's expensive, but if you're a small business, you can sign up for their Small Business program, which gives you a cutdown version of their code cache for a much lower price.

If you're watching your pennies, the Alternative PHP Cache (http://pecl.php.net/package/APC) will get you almost as much performance as Zend Performance Suite, at no cost.


Previous
Table of Contents
Next