Common PHP Accelerators: APC, XCache, Eaccelerator
These two accelerators need to be installed on their own, rather than the default.
?
Apc
?????? Alternative PHP cache (APC) is an open and free php opcode cache. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP's intermediate code.
?
Expansion pack Installation: HTTP://PECL.PHP.NET/PACKAGE/APC.
?
XCache
???
XCache is an open source opcode cache/optimizer, which means that he can improve PHP performance on your server. By buffering the compiled PHP data to shared memory to avoid a repetitive compilation process, he is able to use the buffer-compiled code directly to speed up. You can typically increase your page generation rate by 2 to 5 times times, reducing server load.
Official Introduction: Http://xcache.lighttpd.net/wiki/Introduction
?
Eaccelerator
???? The predecessor of Eaccelerator is actually truck-mmcache, because the person who develops truk-mmcache is zend to pacified, so the person who develops eaccelerator inherits some characteristics of Truk-mmcache, Design the Eaccelerator accelerator
Official website: http://eaccelerator.net/
?
?
and three to choose that one?
?
At present, there is no good test, see the specific application it. In any case, you should install the accelerator for your own server.
?
?
?