Changeset 430634
- Timestamp:
- 08/30/2011 10:23:44 AM (15 years ago)
- File:
-
- 1 edited
-
generate-cache/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
generate-cache/trunk/readme.txt
r424069 r430634 5 5 Requires at least: 3.2 6 6 Tested up to: 3.2 7 Stable tag: 0. 17 Stable tag: 0.3 8 8 9 9 Makes sure your entire website is fully cached at all times. Can be used when performing website maintenance/construction. … … 28 28 * Keeps track of your cache folder size so that it never drops below a certain limit. 29 29 * Tries to guess your cache folder location, or you can specify it manually. 30 * Choose for which blog items (posts, categories, tags, pages) cache should be regenerated. 30 * Choose for which blog items (posts, categories, tags, pages) cache should be regenerated. 31 * Set cache generation interval. 32 * Schedule automatic cache generation to be run at a specific time even if cache folder size is not below limit (in case your caching plugin doesn't emply cache upon content changes). 33 * Manually start/abort cache generation from the admin page. 34 31 35 32 36 Note: This is not a caching plugin! It is to be used only together with such. 33 34 35 **My other plugins:**36 37 * Intuitive Navigation (http://wordpress.org/extend/plugins/intuitive-navigation/)38 * Drop in Dropbox (http://wordpress.org/extend/plugins/drop-in-dropbox/)39 37 40 38 Links: [Author's Site](http://www.denisbuka.ru) … … 58 56 == Screenshots == 59 57 58 1. Settings admin page 59 60 60 == Changelog == 61 62 = 0.3 = 63 * Minor code fixes 64 * Added manual cache generate/abort 65 66 = 0.2 = 67 * Added scheduling feature 61 68 62 69 = 0.1 =
Note: See TracChangeset
for help on using the changeset viewer.