anchorCacheĆĀ® Caching Class
[ The anchorCacheĀ® hehigh-performance object caching system ever. ]
anchorCacheĀ® is a high-performance, distributed object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. anchorCacheĀ® dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful If you render webpages dynamically (using PHP) that are used to display relatively static websites or content, you may want to consider caching the page for a period of time. Itās particularly useful if your static website makes a large number of database queries or integrates external content. Caching will reduce the time it takes for each page to load and minimise the load on your web server. I cache just about every static website I operate since they make countless requests for information to numerous locations (sometimes Iāll cache a page for as long as a week). I donāt use the code below myself (I use a far more robust solution)⦠but it is very effective and implemented in about a minute.
1. Click Download & Unzip
2. Install folder and all files anchorCache/ your server
3. Add the php code On all pages your!
include("anchorCache/anchorCache.php");
4. Add the .htaccess file to main site root http://domain.com/.htaccess
5. Call to folder http://domain.com/anchorCache/ Administation page.
6. Done!
This anchorCacheĀ® application meets all platforms
http://anchorcache.eu/anchorCache/
GTmetrix Report Speed Test
https://gtmetrix.com/reports/anchorcache.eu/4W9xNVgm
anchorCacheĀ® PHP Caching Class
Added Administration Page
Added GZIP Compression .htaccess Module
Added Server Status Module
Added Auto Delete Cache Fileās
anchorCacheĀ® PHP Caching Class
Added Administration Page
Added GZIP Compression .htaccess Module
Version 1.0 ā INITIAL RELEASE
anchorCacheĀ® PHP Caching Class