Plugin Directory

Changeset 1586184


Ignore:
Timestamp:
02/01/2017 12:03:29 AM (9 years ago)
Author:
ze3kr
Message:

First Update

Location:
full-site-cache-cf
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • full-site-cache-cf/tags/0.0.1/readme.txt

    r1586176 r1586184  
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1010
    11 This plugin allows can auto invalidate the cache automatically if you are using full site CDN.
     11This plugin can invalidate the cache automatically if you are using full site CDN.
    1212
    1313== Description ==
    1414
    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 clould set a long "Default TTL" for these HTML page if the cache could invalidate automatically.
     15If 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.
    1616
    1717= Invalidation behaviors =
    1818
    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
    2122
    2223= Requirements =
     
    2829= Recommendations =
    2930
    30 + Offload CSS, JS and medias file to another domain with different distribution, because this plugin will invalidate the whole cache when update the 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.
    3132
    3233== Installation ==
     
    4344    $wp_rich_edit = true; // CloudFront will remove user-agent header, so if you want to have Visual Editor, keep this line.
    4445
     46This plugin supports multisite, just replace 1 in the $tlo_cf_id[] to the blog id.
     47
    4548== Changelog ==
    4649
  • full-site-cache-cf/trunk/readme.txt

    r1586176 r1586184  
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1010
    11 This plugin allows can auto invalidate the cache automatically if you are using full site CDN.
     11This plugin can invalidate the cache automatically if you are using full site CDN.
    1212
    1313== Description ==
    1414
    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 clould set a long "Default TTL" for these HTML page if the cache could invalidate automatically.
     15If 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.
    1616
    1717= Invalidation behaviors =
    1818
    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
    2122
    2223= Requirements =
     
    2829= Recommendations =
    2930
    30 + Offload CSS, JS and medias file to another domain with different distribution, because this plugin will invalidate the whole cache when update the 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.
    3132
    3233== Installation ==
     
    4344    $wp_rich_edit = true; // CloudFront will remove user-agent header, so if you want to have Visual Editor, keep this line.
    4445
     46This plugin supports multisite, just replace 1 in the $tlo_cf_id[] to the blog id.
     47
    4548== Changelog ==
    4649
Note: See TracChangeset for help on using the changeset viewer.