This plugin caches web requests and stores static html code to your database. You
can configure what urls do not to cache, which users don't to cache and ect.
After each http request plugin creates a cache of requested webpages, and
next requests to your webserver will serve html code stored in database cache
table instead of processing the comparatively heavier and more expensive WordPress
PHP scripts.
Plugin has a lot of options to drive caching process.
You can:
- ... define filter by regular expressions pattern to exclude
necessary urls from cache.
- ... fill user's list to define who exactly will not be cached.
- ... set flag to process POST request without caching.
- ... enable cache only for anonymous users
- ... set force cleaning necessary cached pages on page/comment updating.
and etc.
1.1.005
- Some changes for init section, to apply default params after module install.
1.1.004
- Fixed database maintain function call.
1.1.003
- Added support of Wptouch Mobile Plugin. AC will create different caches for mobile and normal pages. Deactivate and then activate the plugin after if you are updating old version.
1.1.002
- Short cache size datatype was changed from "text" to "mediumtext". Deactivate and then activate the plugin after if you updated old versions.
1.1.001
- Add usage table_prefix. Don't upgrade. Use uninstall plugin then install this version.
1.1
- Add compatibility for some WP configurations.
- Fix some bugs
- Add default rule for wp-login.php to avoid cache this script. You can add this rule manually or use "Load defaults".
- Expand statistics. Now you can see table with actual number of cached pages by each user.
- Remove some debug code
1.0
First version, here is everything we have.