Linux 软件免费装

Full Site Cache for CloudFront

开发者 ze3kr
更新时间 2017年2月26日 09:01
捐献地址: 去捐款
PHP版本: 4.4 及以上
WordPress版本: 4.7.2
版权: GNU GPLv3
版权网址: 版权信息

标签

speed cache html performance cdn optimize cloudfront pagespeed proxy

下载

0.0.2 0.0.1

详情介绍:

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. Invalidation behaviors Requirements Recommendations

安装:

First, you need to use CloudFront on your WordPress site. Add the configuration code to your wp-config.php file above the line reading /* That’s all, stop editing! Happy blogging. */. Example configuration: $tlo_cf_id[1] = 'DISTRIBUTION_ID'; define( 'AWS_ACCESS_KEY_ID', '****' ); define( 'AWS_SECRET_ACCESS_KEY', '********' ); $wp_rich_edit = true; // CloudFront will remove user-agent header, so if you want to have Visual Editor, keep this line. This plugin supports multisite, just replace 1 in the $tlo_cf_id[] to the blog id.

升级注意事项:

0.0.1 Published the first version

更新日志:

0.0.2 0.0.1 Published the first version