- afterBURNER\*Cache
Formerly known as Bware_cache is a tool to speed up web applications written in PHP. It works by caching inside the web server compiled PHP code (just before its executed) so that the next time the same script is called it is simply restored, already compiled, from the cache with big savings in terms of execution time.
Price: Free (LGPL)
Version: 0.7
Platform: Linux, Solaris
http://afterburner.bware.it
(Rating: 0.00 Votes: 0)
Rate It
Review It
- APC Alternative PHP Cache
APC was conceived of to provide a way of boosting the performance of PHP on heavily loaded sites by providing a way for scripts to be cached in a compiled state, so that the overhead of parsing and compiling can be almost completely eliminated. There are commercial products which provide this functionality, but they are neither open-source nor free. Our goal was to level the playing field by providing an implementation that allows greater flexibility and is universally accessible. APC has been tested under PHP 4.0.3, 4.0.3pl1 and 4.0.4, and currently compiles under Linux and FreeBSD.
Price: Free (QPL)
Version: 1.0.5
Platform: Linux, FreeBSD, PHP 4.0.x
http://apc.communityconnect.com/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- CACHER.PHP
This is the PHP version of Cacher. Originally written to grab news from the BBC news in Arabic, this script now allows you to cache and speed up the output of almost any scripts.
Price: Free
Version: 1.0
Platform: Unix, Win NT
http://www.salalah.f2s.com/en/cacherphp.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
- cgi_buffer
cgi_buffer is a group of libraries that may be used to improve performance of CGI scripts (and other content generation engines) in some circumstances, by applying performance-enhancing HTTP mechanisms that are typically not supported by them. Currently, Perl, Python and PHP are supported. The Python library may also be used as a wrapper around another CGI script.
Price: Free
Version: 0.2
http://www.mnot.net/cgi_buffer/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- jpCache
jpcache is a lightweight, full page caching system for PHP which uses gzip content-encodig and ETag-headers. It allows around 80% in traffic-saving for php-pages and reducing server-load.
Price: Free (GPL)
http://www.weirdpier.com/jpcache/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Toncarta Cache
Toncarta Cache is an output caching system for php scripts. It cuts the load on your server(s) by caching the output of your scripts. Features: Can set a maximum age for cached data, Exclusions can be set on a per file basis, 3 different storage types: database, file and shared memory. (Only db currently implemented), and Data can be compressed if disk space is an issue. On a moderately complex php script (doing ~50 simple sql queries) it increased throughput by approximately 3 times. On more complicated scripts this figure can be expected to rise.
Price: Free
Version: 1.0
Platform: Unix, Win NT
http://www.heyes-computing.net/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Zend Optimizer
The Zend Optimizer uses multi-pass code optimizations to double the running speed of PHP applications. This add-on is appropriate for all PHP users, who can benefit from the better response time featured by the product. The increase in speed for running PHP code reduces the CPU load for the server, and cuts in half latency time.
Price: Free
Version: Beta 4
Platform: Unix, Windows
http://www.zend.com/zend/optimizer/
(Rating: 0.00 Votes: 0)
Rate It
Review It
|