最終更新:2009-12-27 (日) 21:23:48 (5225d)  

eAccelerator
Top / eAccelerator

http://eaccelerator.net/

アクセラレータはスクリプトを解析した結果を中間コードバイトコード)の状態で共有メモリ上にキャッシュします。

スクリプトの2回目以降の実行は構文解析を行わずに, キャッシュされた中間コードをダイレクトに読み込むことで処理を高速化しています。

巨大なソースファイルや多数のファイルをインクルードしているケースでは, アクセラレータは絶大な威力を発揮します。

eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. 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.

対応バージョン

関連

参考