A simple and straightforward caching file. Just put the "advanced-cache.php" in your "wp-content" folder and enable caching in your "wp-config.php" file and that's it.
Download "advanced-cache.php" and move to: /wp-content/advanced-cache.php
Go to your config file and add define "WP_CACHE" with "true": /wp-config.php define( 'WP_CACHE', true );
1.0.0
- initial setup
1.1.0
- timeout fix and reduce code
1.2.0
- added define check for cache timeout
1.2.1
- autoclear cache on WordPress actions like save_post etc.
1.2.2
- removed chmod 777 on files
1.2.3
- Better way of capture the HTML for caching.