|
Formerly known as Bware_cache
This script uses PHP4's
jpcache is a lightweight,
Morecache allows you to
is a tool to speed up web
output buffering to allow
full page caching system for
easily cache parts or all of
applications written in PHP.
you to only cache certain
PHP which uses gzip
your script's output. This
It works by caching inside
parts of your page. Very
content-encodig and
is useful if you have slow
the web server compiled PHP
useful if you want some
ETag-headers. It allows
database queries on data
code (just before it's
items updated more often
around 80% in traffic-saving
that is viewed more often
executed) so that the next
than others.
for php-pages and reducing
than it is changed.
time the same script is
server-load.
Morecache works by using
called it is simply
output buffering to capture
restored, already compiled,
the output when it is first
from the cache with big
generated, and storing it in
savings in terms of
files from which it is
execution time.
retrieved afterwards. This
<b>0.14
can result in a huge speed
update:</b>
increase.
this version is faster and
supports PHP 4.0.x and 4.1.x.
Date: Feb, 14 2002 Date: Nov, 19 2001 Date: Apr, 16 2001 Date: Nov, 11 2002 |
|
The PHP Accelerator provides
PHP Code Sweeper is a PHP
RFKcache is a easy, efficient
StringToArray() splits each
a high performance
script optimizer that
and simple class which
character of a string and
caching/optimising solution
includes such features as:
implements a cache system
uses each character of the
capable of accelerating PHP
cleans white space, removes
for use in PHP scripting.
string as an array element,
scripts by typically 2 to 4
comments, adds certain
hence, converting a string
times, although over 9 times
unreadability to your code,
to array.
has been reported on some
and accelerates your script
large sites, and rivals the
execution.
best alternatives. In
addition PHPA can be very
effective at reducing load
average and reducing file
I/O because cached scripts
executed from a specially
designed shared memory
cache. A simple code
optimiser is also built in,
gaining some extra
performance and reducing
code size. The new release
is free of activation keys.
Date: Jul, 29 2002 Date: Jan, 04 2002 Date: Sep, 28 2004 Date: Jun, 24 2004 |