eAccelerator!

Download this project as a .zip file https://github.com/eaccelerator/eaccelerator/zipball/master
Download this project as a tar.gz file https://github.com/eaccelerator/eaccelerator/tarball/master
eAccelerator is a free open-source PHP accelerator & optimizer. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.

eAccelerator alternatives

  • memcached

  • Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

    tags: cache
  • Apache Ignite

  • Apache Ignite In-Memory Data Fabric is a high-performance, integrated and distributed in-memory platform for computing and transacting on large-scale data sets in real-time, orders of magnitude faster than possible with traditional disk-based or flash technologies.Apache Ignite In-Memory Data Fabric is designed to deliver uncompromised performance for a wide set of in-memory computing use cases from high performance computing, to the industry most advanced data grid, highly available service grid, and streaming. ยป

    tags: in-memory-data-fabric
  • XCache

  • XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load. It is tested on Linux and FreeBSD and supported under Windows, for thread-safe and non-thread-safe versions of PHP. This relatively new opcode caching software has been developed by mOo, one of the developers of Lighttpd, to overcome some of the limitations of the existing solutions at that time; such as being able to use it with new PHP versions as they arrive.

    tags: cache developer-tools key-value
  • Alternative PHP Cache

  • The APC (Alternative PHP Cache) is an Open Source opcode cache extension to the PHP programming language server daemon.

    tags: apc cache opcode-cache php server-hosting