time load

PHP Metameric Cache

PHP Metameric Cache

UPDATED PHP Metameric Cache is a disk based cache mechanism that lets you create cache for selected parts of PHP page or PHP website quickly and easily. It does not depend on URL structure of your website. You can store each cached part with a unique name and then retrieve it or delete it on requirement. This cache will create segmented cache for your web application for those parts that require heavy server processing. Use this to speed up...

PHP Simple Cache

PHP Simple Cache

Use PHP Simple Cache to generate and serve static cached pages for PHP websites automatically. Fully configurable, plug and play, extremely easy to use cache script that can be turned on/off for individual pages. Cache can be deleted for single page or all cached pages can be deleted if needed. Speed up website loading time and make your website more responsive, faster, yet always server fresh content to users. If you like it, please rate i...

Caching class

Caching class

With cacheblocks you can cache html/strings/arrays and object in files on your server. This will decrease execution time and server load dramatically. With this script you easily can make your PHP scripts 50% faster by caching SQL results, big arrays or for example HTML tables that contain dynamic content. This class can do caching in two manners. The first can be used to cache PHP arrays/objects and strings. This can for example be used to c...