|
The Zend Optimizer uses
RFKcache is a easy, efficient
Morecache allows you to
Formerly known as Bware_cache
multi-pass code
and simple class which
easily cache parts or all of
is a tool to speed up web
optimizations to double the
implements a cache system
your script's output. This
applications written in PHP.
running speed of PHP
for use in PHP scripting.
is useful if you have slow
It works by caching inside
applications. This add-on is
database queries on data
the web server compiled PHP
appropriate for all PHP
that is viewed more often
code (just before it's
users, who can benefit from
than it is changed.
executed) so that the next
the better response time
Morecache works by using
time the same script is
featured by the product. The
output buffering to capture
called it is simply
increase in speed for
the output when it is first
restored, already compiled,
running PHP code reduces the
generated, and storing it in
from the cache with big
CPU load for the server, and
files from which it is
savings in terms of
cuts in half latency time.
retrieved afterwards. This
execution time.
can result in a huge speed
<b>0.14
increase.
update:</b>
this version is faster and
supports PHP 4.0.x and 4.1.x.
Date: Jun, 24 2000 Date: Sep, 28 2004 Date: Nov, 11 2002 Date: Feb, 14 2002 |
|
PHP Code Sweeper is a PHP
The Zend Accelerator is a
Toncarta Cache is an output
StringToArray() splits each
script optimizer that
server-side caching program
caching system for php
character of a string and
includes such features as:
designed to speed up PHP
scripts. It cuts the load on
uses each character of the
cleans white space, removes
based Web sites
your server(s) by caching
string as an array element,
comments, adds certain
dramatically. The Zend
the output of your scripts.
hence, converting a string
unreadability to your code,
Accelerator was engineered
Features: Can set a maximum
to array.
and accelerates your script
to handle the scripts that
age for cached data,
execution.
dynamic Web sites depend on.
Exclusions can be set on a
Integrated with the Zend
per file basis, 3 different
Engine, the ‘kernel' of PHP
storage types: database,
4.0, the Accelerator applies
file and shared memory.
a variety of optimizations
(Only db and file currently
and advanced caching
implemented), and Data can
techniques to dramatically
be compressed if disk space
improve the performance of
is an issue. On a
PHP-based dynamic Web sites.
moderately complex php
The Zend Accelerator
script (doing ~50 simple sql
typically increases the
queries) it increased
number of requests that can
throughput by approximately
be handled per second by a
3 times. On more complicated
factor of 3. It also trims
scripts this figure can be
latency to near zero. The
expected to rise.
Zend Accelerator
incorporates a built in
performance monitor that
enables system
administrators to measure
the speedup experienced by
actual site visitors in
real-time.
Date: Jan, 04 2002 Date: Dec, 12 2001 Date: Jul, 20 2001 Date: Jun, 24 2004 |