Categories

Updated: 07/20/2001

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 and file 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.
©2003-2019 jCay.com