Changeset 1586184
- Timestamp:
- 02/01/2017 12:03:29 AM (9 years ago)
- Location:
- full-site-cache-cf
- Files:
-
- 2 added
- 2 edited
-
tags/0.0.1/full-site-cache-cf.php (added)
-
tags/0.0.1/readme.txt (modified) (3 diffs)
-
trunk/full-site-cache-cf.php (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
full-site-cache-cf/tags/0.0.1/readme.txt
r1586176 r1586184 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html 10 10 11 This plugin allows can autoinvalidate the cache automatically if you are using full site CDN.11 This plugin can invalidate the cache automatically if you are using full site CDN. 12 12 13 13 == Description == 14 14 15 If you blog are using CloudFront on the main WordPress domain (e.g. www.example.com), and you want to cache HTML page for not logged in user. You c lould set a long "Default TTL" for these HTML pageif the cache could invalidate automatically.15 If you blog are using CloudFront on the main WordPress domain (e.g. www.example.com), and you want to cache HTML page for not logged in user. You could set a long "Default TTL" for these HTML pages if the cache could invalidate automatically. 16 16 17 17 = Invalidation behaviors = 18 18 19 + Invalidate whole cache when a post updated 20 + Invalidate a post page if have any comment has changed on that page. 19 + Invalidate the whole cache when a post updated 20 + Invalidate a post page if have any comment has changed on that page 21 + Each invalidation has a minimum interval of 10 minutes 21 22 22 23 = Requirements = … … 28 29 = Recommendations = 29 30 30 + Offload CSS, JS and medias file to another domain with different distribution, because this plugin will invalidate the whole cache when updatethe post.31 + Offload CSS, JS and medias file to another domain with a different distribution, because this plugin will invalidate the whole cache when updating the post. 31 32 32 33 == Installation == … … 43 44 $wp_rich_edit = true; // CloudFront will remove user-agent header, so if you want to have Visual Editor, keep this line. 44 45 46 This plugin supports multisite, just replace 1 in the $tlo_cf_id[] to the blog id. 47 45 48 == Changelog == 46 49 -
full-site-cache-cf/trunk/readme.txt
r1586176 r1586184 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html 10 10 11 This plugin allows can autoinvalidate the cache automatically if you are using full site CDN.11 This plugin can invalidate the cache automatically if you are using full site CDN. 12 12 13 13 == Description == 14 14 15 If you blog are using CloudFront on the main WordPress domain (e.g. www.example.com), and you want to cache HTML page for not logged in user. You c lould set a long "Default TTL" for these HTML pageif the cache could invalidate automatically.15 If you blog are using CloudFront on the main WordPress domain (e.g. www.example.com), and you want to cache HTML page for not logged in user. You could set a long "Default TTL" for these HTML pages if the cache could invalidate automatically. 16 16 17 17 = Invalidation behaviors = 18 18 19 + Invalidate whole cache when a post updated 20 + Invalidate a post page if have any comment has changed on that page. 19 + Invalidate the whole cache when a post updated 20 + Invalidate a post page if have any comment has changed on that page 21 + Each invalidation has a minimum interval of 10 minutes 21 22 22 23 = Requirements = … … 28 29 = Recommendations = 29 30 30 + Offload CSS, JS and medias file to another domain with different distribution, because this plugin will invalidate the whole cache when updatethe post.31 + Offload CSS, JS and medias file to another domain with a different distribution, because this plugin will invalidate the whole cache when updating the post. 31 32 32 33 == Installation == … … 43 44 $wp_rich_edit = true; // CloudFront will remove user-agent header, so if you want to have Visual Editor, keep this line. 44 45 46 This plugin supports multisite, just replace 1 in the $tlo_cf_id[] to the blog id. 47 45 48 == Changelog == 46 49
Note: See TracChangeset
for help on using the changeset viewer.