Speedup your dynamic web sites
Skycache is a free, lightweight and fast page cache for PHP 4 and PHP 5.
Just add this to the top of a php script you want to cache the content for:
require(‘skycache.php’); skycache();Pages will get cached for 30 minutes. You can check how pages were served by looking at the returned X-Skycache headers.
Other functions for more specific cases are described below.
skycache() should always be the last one you call.
The skycache.php file can of course be stored in any location, and it can
be shared by different scripts.