WP-Optimize
95Get caching and more with this powerful cache plugin. Cache, optimize images, clean your database and minify f...
This is simple plugin that clear all cloudfront cache if you publish posts.
C3 Cloudfront Cache Controller is a WordPress plugin designed to clear the CloudFront cache whenever you publish posts. It simplifies the integration of CloudFront with WordPress by automatically invalidating the cache for various page URLs, including the top page, published posts, and category archives.
The plugin also includes features for handling mobile device detection through CloudFront headers and managing caching for logged-in users. It requires configuration with AWS credentials and distribution ID, which can be set in the wp-config.php file.
Best for: This plugin is suitable for WordPress users who utilise AWS CloudFront for content delivery.
What it does well
Where it falls short
C3 Cloudfront Cache Controller provides a straightforward solution for managing CloudFront cache in WordPress, though it requires some technical setup.
hide's own description of C3 Cloudfront Cache Controller, lightly tidied.
This is simple plugin that clear all cloudfront cache if you publish posts.
You can easy use CloudFront in front of WordPress.
wp_is_mobile()
Check device viewer type by CloudFront header.
Now supports HTTP_CLOUDFRONT_IS_MOBILE_VIEWER and HTTP_CLOUDFRONT_IS_TABLET_VIEWER.
preview url
In preview page, plugin add post_date query to avoid CloudFront cache.
And set wordpress_loginuser_last_visit cookie for avoid CloudFront cache too.
The wordpress_loginuser_last_visit cookie will be removed if user sign out.
This plugin send following page url to CloudFront Invalidation API.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"cloudfront:GetDistribution",
"cloudfront:ListInvalidations",
"cloudfront:GetStreamingDistribution",
"cloudfront:GetDistributionConfig",
"cloudfront:GetInvalidation",
"cloudfront:CreateInvalidation"
],
"Effect": "Allow",
"Resource": "*"
}
]
}
Note: The cloudfront:GetInvalidation permission is required for viewing detailed invalidation information. If this permission is not granted, the detail view feature will be disabled gracefully without affecting other plugin functionality.
The plugin can be configured by defining the following variables:
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEYC3_DISTRIBUTION_IDYou can put these variables like the code into the wp-config.php
php
define( 'AWS_ACCESS_KEY_ID', '' );
define( 'AWS_SECRET_ACCESS_KEY', '' );
define( 'C3_DISTRIBUTION_ID', '' );
Other plugins for making sites fast.
Get caching and more with this powerful cache plugin. Cache, optimize images, clean your database and minify f...
All-in-one unbeatable acceleration & PageSpeed improvement: caching, image/CSS/JS optimization...
Comprehensive image optimization with WebP, AVIF, Lazy Load, and more. Optimize images automatically for Faste...
Easy to use Under Construction Page & Coming Soon Page. Enable Under Construction Mode in seconds & sh...
Compress and optimize images, enable lazy load, serve WebP & AVIF, and speed up your site with a global im...
Speed up your website by using our WebP & AVIF Converter. Optimize images and serve WebP and AVIF images i...