Script Category : PHP
Script Sub Category : Development Tools
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 it's 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. 0.14 update: this version is faster and supports PHP 4.0.x and 4.1.x.
|