Description of afterBURNER*Cache :
afterBURNER*Cache is a PHP based script that allows to speed up processing PHP scripts. It is a very useful utility for heavily accessed websites. The PHP file is cached in the Webserver, so when it is accessed the second time, it is returned to the user instantly since it is not processed again for a second time. It consumes less server memory too.