diff options
Diffstat (limited to 'libraries/eaccelerator/README')
-rw-r--r-- | libraries/eaccelerator/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/libraries/eaccelerator/README b/libraries/eaccelerator/README index 7bae24b53e..917f0bf582 100644 --- a/libraries/eaccelerator/README +++ b/libraries/eaccelerator/README @@ -1,6 +1,7 @@ -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. +eAccelerator is a free open source PHP accelerator and optimizer. +It increases the performance of PHP scripts by caching them in compiled +state, so the overhead of compiling is almost completely eliminated. +It also optimizes the scripts to speed up execution. + +eAccelerator typically reduces server load and increases the speed of +your PHP code by 1-10 times. |