Caching class

Visit Publisher Site

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 cache big data arrays from the database, so your database doesn’t need to execute big SQL queries on every page visit. The second manner is caching data between 2 points. You start caching on one point in your code and stop it later on in the code. All data that is parsed to the browser between that start and stop point will be cached. This can for example be used to cache html parts of your website.

Visit publisher site: Caching class

Listing Details

Filed in:
Scripts / PHP / Scripts & Programs / Server Management
Submitted on:
 
Last Updated:
May 27, 2010 
Publisher:
Other listings by this publisher

License & Pricing Information

LICENSE #1
License Type:
Commercial
Price:
$7.00 USD
Additional Info:

User Reviews 

Be the first to review this listing!
  • Not yet reviewed by any member.... You can be the FIRST one to write a review for Caching class