Alternative PHP Cache (APC) is an open source add-on module for PHP that provides an accelerated version of PHP programs. The acceleration is achieved by the compiled stored PHP source code avoiding the repeated time-consuming execution. Advanced cache Plugins for WordPress, like WP Total Cache supports Alternative PHP Cache (APC).
Details on Alternative PHP Cache or APC
As our main goal is to achieve a faster loading website, peoples has developed various ways, among these there is a way to use PHP accelerators. Alternative PHP Cache or APC is a PHP accelerator. PHP accelerator is nothing but a PHP extension developed to improve the performance of serverside software applications written in the PHP.
Alternative PHP Cache or APC also includes a user cache. It can cache simple and complex objects. Storage is effected in the shared memory of the web server. This property of Alternative PHP Cache or APC can, for example, reduce the load on database servers often have recurring queries. When saving the variables you can still specify a lifetime in seconds, after which the value should be deleted.
---

The cache though Alternative PHP Cache or APC is efficient as a hash table in the C programming language is implemented. Alternative PHP Cache or APC was supported and developed by Yahoo! and was integrated into Yahoo! Stores. Alternative PHP Cache or APC is one of the first PHP caches that supports PHP 5.0 or later. It is planned to integrate Alternative PHP Cache or APC in the next version of PHP (version 6.0).
Other accelerators used like Alternative PHP Cache (APC)
Other than Alternative PHP Cache or APC, there are other PHP accelerators are available. Among them, there are eAccelerator, XCache, ionCube PHP Accelerator, Turck MMCache, Nusphere PhpExpress, Zend Optimizer+, Zend Cache or Zend Accelerator, Windows Cache Extension for PHP.
