[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fqAP6VZDJ4sipDkdO3C32jwDdAT1Cl2LNp5yBzfvicgk":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":23,"download_link":24,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":38,"analysis":130,"fingerprints":257},"c3-cloudfront-clear-cache","C3 Cloudfront Cache Controller","7.3.1","hide","https:\u002F\u002Fprofiles.wordpress.org\u002Fhideokamoto\u002F","\u003Cp>This is simple plugin that clear all cloudfront cache if you publish posts.\u003Cbr \u002F>\nYou can easy use CloudFront in front of WordPress.\u003C\u002Fp>\n\u003Ch3>Fixtures\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\n\u003Cp>wp_is_mobile()\u003Cbr \u002F>\nCheck device viewer type by CloudFront header.\u003Cbr \u002F>\nNow supports \u003Ccode>HTTP_CLOUDFRONT_IS_MOBILE_VIEWER\u003C\u002Fcode> and \u003Ccode>HTTP_CLOUDFRONT_IS_TABLET_VIEWER\u003C\u002Fcode>.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>preview url\u003Cbr \u002F>\nIn preview page, plugin add \u003Ccode>post_date\u003C\u002Fcode> query to avoid CloudFront cache.\u003Cbr \u002F>\nAnd set \u003Ccode>wordpress_loginuser_last_visit\u003C\u002Fcode> cookie for avoid CloudFront cache too.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The \u003Ccode>wordpress_loginuser_last_visit\u003C\u002Fcode> cookie will be removed if user sign out.\u003C\u002Fp>\n\u003Ch4>Invalidation(Clear Cache) Page URL\u003C\u002Fh4>\n\u003Cp>This plugin send following page url to CloudFront Invalidation API.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>TOP page URL\u003C\u002Fli>\n\u003Cli>Published Post Page URL\u003C\u002Fli>\n\u003Cli>Category Archive Page URL\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>AWS IAM Policy Example\u003C\u002Fh3>\n\u003Cpre>\u003Ccode>{\n    \"Version\": \"2012-10-17\",\n    \"Statement\": [\n        {\n            \"Action\": [\n                \"cloudfront:GetDistribution\",\n                \"cloudfront:ListInvalidations\",\n                \"cloudfront:GetStreamingDistribution\",\n                \"cloudfront:GetDistributionConfig\",\n                \"cloudfront:GetInvalidation\",\n                \"cloudfront:CreateInvalidation\"\n            ],\n            \"Effect\": \"Allow\",\n            \"Resource\": \"*\"\n        }\n    ]\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Note:\u003C\u002Fstrong> The \u003Ccode>cloudfront:GetInvalidation\u003C\u002Fcode> 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.\u003C\u002Fp>\n\u003Ch3>Adding your configuration through env vars\u003C\u002Fh3>\n\u003Cp>The plugin can be configured by defining the following variables:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>AWS_ACCESS_KEY_ID\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>AWS_SECRET_ACCESS_KEY\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>C3_DISTRIBUTION_ID\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You can put these variables like the code into the wp-config.php\u003C\u002Fp>\n\u003Cpre>\u003Ccode>php\ndefine( 'AWS_ACCESS_KEY_ID', '' );\ndefine( 'AWS_SECRET_ACCESS_KEY', '' );\ndefine( 'C3_DISTRIBUTION_ID', '' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Cookie\u003C\u002Fh3>\n\u003Cp>This plugin set a Cookie named \u003Ccode>wordpress_loginuser_last_visit\u003C\u002Fcode> to the user.\u003Cbr \u002F>\nIt prevents CDN caching when the user is previewing his posts or contents.\u003Cbr \u002F>\nOnce logging out from Dashboard, plugin removes this cookie from user.\u003C\u002Fp>\n\u003Ch3>7.1.0\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>[Feature] Add invalidation detail view with modal popup showing invalidation paths, caller reference, and status\u003C\u002Fli>\n\u003Cli>[Fix] Fix invalid path returned for post type without archive page\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>7.0.1\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>[Update] Improved AWS API call processing for better security and PHP 8.x compatibility\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>7.0.0\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>[Breaking Change] Remove AWS SDK dependency and implement custom HTTP CloudFront API client\u003C\u002Fli>\n\u003Cli>[Update] Add comprehensive invalidation logging with c3_log_invalidation_list filter\u003C\u002Fli>\n\u003Cli>[Update] Add configurable CloudFront region and HTTP timeout settings\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>6.1.6\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>[Fix] Fixed PHP 8 syntax errors by adding nullable type hints\u003C\u002Fli>\n\u003Cli>[Fix] Fixed deprecation warnings about creation of dynamic properties in Invalidation_Service.php\u003C\u002Fli>\n\u003Cli>[Fix] Fixed deprecation warnings about creation of dynamic properties in Cron_Service.php\u003C\u002Fli>\n\u003Cli>[Fix] Fixed PHP 7.4 syntax errors in test files\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>6.1.5\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>[Fix] Changed to install the AWS SDK using composer instead of aws.phar.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>6.1.4\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>[Update] Support post_type_archive_link\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>6.1.3\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>[Fix] Lost filter c3_invalidation_items From v6.0.0\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>6.1.2\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>[Fix] php version compare issue\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>6.1.1\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>[Fix] Plugin deactivation issue\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>6.1.0\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>[Update] Flush cache by post_ids\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>6.0.0\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>[Breaking Change] Re-write entire code\u003C\u002Fli>\n\u003Cli>[Update] Add \u003Ccode>c3_log_cron_invalidation_task\u003C\u002Fcode> filter to show cron job Logs\u003C\u002Fli>\n\u003Cli>[Update] Add \u003Ccode>c3_aws_sdk_path\u003C\u002Fcode> filter to change or remove bundled AWS SDK path\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>5.5.1\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>[Update] Replace the top level menu with a Settings submenu\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>5.5.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>[Update] Can use defined variables for AWS Credentials\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>5.4.2\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>[Bug fix] Set cookie path in preview page\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>5.4.1\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>[Bug fix] Undefined Paths index in invalidation query cron event\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>5.4.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>[Update] Update preview fix plugin\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>5.3.4\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>[Bug fix] Small bug fix\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>5.3.3\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>[Change SDK] replace sdk\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>5.3.2\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>[Bug fix] Use EC2 role if using as AMIMOTO Managed hosting\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>5.3.1\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>[Add filter] Can select AWS SDK version by filter\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>5.3.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>[Update SDK] Use AWS SDK v3 when you using php 5.6 or later\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>5.2.1\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>[For AMIMOTO Managed] bug fix to run by WP-CLI\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>5.2.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>[Add filter] We can disable to register wp-cron that retry request invalidation.\u003C\u002Fli>\n\u003Cli>[Readme] Update readme to see IAM Policy example.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>5.1.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>[Update preview fixture] Set cookie to avoid CloudFront cache if user sign in\u003C\u002Fli>\n\u003Cli>[Update preview fixture] Unset cookie for avoide CloudFront cache if user sign out\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>5.0.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Support CloudFront viewer params on \u003Ccode>wp_is_mobile()\u003C\u002Fcode>.(4.9.0 or later)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>4.4.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Fix small bug\u003C\u002Fli>\n\u003Cli>Add some feature for AMIMOTO Managed hosting user\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>4.3.1\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Fix cron interval\u003C\u002Fli>\n\u003Cli>add filters \u003Ccode>'c3_invalidation_interval\u003C\u002Fcode>, \u003Ccode>c3_invalidation_cron_interval\u003C\u002Fcode>, \u003Ccode>c3_invalidation_item_limits\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>update default invalidation interval & items.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>4.3.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Schedule cron event if you published many post at the same time\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>4.2.1\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Fix ‘c3_credential’ filter position\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>4.2.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Support AMIMOT Dashboard\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>4.1.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Show Invalidation Logs\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>4.0.3\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Auto Deploy by Travis\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>4.0.2\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Add WP-CLI param check ( wp c3 flush)\u003C\u002Fli>\n\u003Cli>change transient_key\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>4.0.1\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Bug fix ( conflict Nephila Clavata )\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>4.0.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Support AWS SDK Version3\u003C\u002Fli>\n\u003Cli>Remove action hook -> ‘c3_add_setting_before’\u003Cbr \u002F>\nuse ‘c3_after_title’ filter hook instead.\u003C\u002Fli>\n\u003Cli>Remove action hook -> ‘c3_add_setting_after’\u003Cbr \u002F>\nuse ‘c3_after_auth_form’ filter hook instead.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>3.0.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Include CF Preview Fix plugin\u003C\u002Fli>\n\u003Cli>Rename\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>2.4.3\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Fix Catch Exception BUG\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>2.4.2\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Fix CLI BUG\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>2.4.1\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Fix CLI BUG\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>2.4.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Add WP-CLI Command ( Update Settings )\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>2.3.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Add WP-CLI Command\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>2.2.2\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Force Invalidation\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>2.2.1\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Fix Typo\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>2.2.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Add Filter for using EC2 Instance Role.\u003C\u002Fli>\n\u003Cli>Translationable in t.w.org\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>2.1.1\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Fix too many invalidation url error.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>2.1.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Add hook to customize invalidation URL\u003C\u002Fli>\n\u003Cli>support new invalidation url, terms.\u003C\u002Fli>\n\u003Cli>Manualy invalidation button added\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>2.0.2\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Change AWS SDK\u003C\u002Fli>\n\u003Cli>code refactoring by wokamoto\u003C\u002Fli>\n\u003Cli>Invalidation URL\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>2.0.1\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Change AWS SDK\u003C\u002Fli>\n\u003Cli>code refactoring by wokamoto\u003C\u002Fli>\n\u003Cli>Invalidation URL\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>1.0\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Initial released.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>6.1.0\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>[Fix] Plugin deactivation issue\u003C\u002Fli>\n\u003C\u002Ful>\n","This is simple plugin that clear all cloudfront cache if you publish posts.",3000,272378,86,3,"2026-02-18T06:51:00.000Z","6.8.5","4.9.0","7.4",[20,21,22],"aws","cdn","cloudfront","https:\u002F\u002Fgithub.com\u002Famimoto-ami\u002Fc3-cloudfront-clear-cache","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fc3-cloudfront-clear-cache.7.3.1.zip",100,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":31,"display_name":7,"profile_url":8,"plugin_count":32,"total_installs":33,"avg_security_score":34,"avg_patch_time_days":35,"trust_score":36,"computed_at":37},"hideokamoto",6,3820,93,30,89,"2026-04-04T21:24:50.358Z",[39,61,77,93,113],{"slug":40,"name":41,"version":42,"author":43,"author_profile":44,"description":45,"short_description":46,"active_installs":47,"downloaded":48,"rating":49,"num_ratings":50,"last_updated":51,"tested_up_to":52,"requires_at_least":53,"requires_php":18,"tags":54,"homepage":57,"download_link":58,"security_score":25,"vuln_count":59,"unpatched_count":26,"last_vuln_date":60,"fetched_at":28},"aws-cdn-by-wpadmin","WPAdmin AWS CDN","4.0.1","luckychingi","https:\u002F\u002Fprofiles.wordpress.org\u002Fluckychingi\u002F","\u003Cp>The new & improved Amazon Cloudfront Distribution Plugin by WPAdmin. Setup Amazon Cloudfront CDN for your website. Now with intuitive layout and more flexibility. The new & improved Amazon Cloudfront Distribution Plugin by WPAdmin. Setup Amazon Cloudfront CDN for your website. Now with intuitive layout and more flexibility. Also supports WordPress Multisite installation (not tested though).\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Key Features:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>One-click distribution creation\u003C\u002Fstrong> – Create CloudFront distributions directly from WordPress\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Full CDN settings control\u003C\u002Fstrong> – Configure cache policy, TLS version, price class, and compression\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom domain support\u003C\u002Fstrong> – Use your own CDN domain (e.g., cdn.yoursite.com)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>SSL certificate management\u003C\u002Fstrong> – Request free SSL certificates from AWS Certificate Manager\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Smart URL rewriting\u003C\u002Fstrong> – Automatically rewrites media, CSS, and JS URLs to use CloudFront\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Granular exclusions\u003C\u002Fstrong> – Exclude specific pages and assets containing certain keywords\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Sub-folder & sub-domain support\u003C\u002Fstrong> – Works with all WordPress installation types\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Cache invalidation\u003C\u002Fstrong> – Purge CloudFront cache directly from WordPress\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Enable\u002Fdisable toggle\u003C\u002Fstrong> – Instantly switch CDN on or off without losing settings\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Built-in documentation\u003C\u002Fstrong> – Comprehensive how-it-works guide and FAQ\u003C\u002Fli>\n\u003C\u002Ful>\n","Setup Amazon Cloudfront CDN for your website. Now with intuitive layout and more flexibility.",500,90059,94,53,"2026-02-12T14:21:00.000Z","6.9.4","5.6",[55,20,21,22,56],"amazon","free","https:\u002F\u002Fwpadmin.ca\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Faws-cdn-by-wpadmin.4.0.1.zip",1,"2023-07-11 00:00:00",{"slug":62,"name":63,"version":64,"author":65,"author_profile":66,"description":67,"short_description":68,"active_installs":26,"downloaded":69,"rating":26,"num_ratings":26,"last_updated":70,"tested_up_to":52,"requires_at_least":71,"requires_php":72,"tags":73,"homepage":75,"download_link":76,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"frontpup","FrontPup","1.3.1","Painless Analytics","https:\u002F\u002Fprofiles.wordpress.org\u002Fpainlessanalytics\u002F","\u003Cp>Welcome to FrontPup, your CloudFront companion.\u003C\u002Fp>\n\u003Cp>FrontPup allows you to maximize your WordPress website using the AWS CloudFront Content Delivery Network (CDN).\u003C\u002Fp>\n\u003Ch3>REQUIREMENTS\u003C\u002Fh3>\n\u003Cp>You \u003Cstrong>must\u003C\u002Fstrong> be using the Amazon Web Services (AWS) \u003Ca href=\"https:\u002F\u002Faws.amazon.com\u002Fcloudfront\u002F\" rel=\"nofollow ugc\">CloudFront\u003C\u002Fa> service to utilize this plugin.\u003C\u002Fp>\n\u003Ch3>FrontPup Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Non-intrusive Clear Cache (new) admin bar menu option, now you can clear the cache in any view without impacting other work.\u003C\u002Fli>\n\u003Cli>Clear CloudFront Cache (creates an Invalidation request)\u003C\u002Fli>\n\u003Cli>Set no-cache headers for all pages (great for development or testing)\u003C\u002Fli>\n\u003Cli>Set public and private Cache-Control headers for caching in CloudFront and Browsers\u003C\u002Fli>\n\u003Cli>Set separate max-age (browser) and s-maxage (CloudFront) cache duration values\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Non-intrusive Clear Cache (new)\u003C\u002Fh3>\n\u003Cp>The Non-intrusive Clear Cache admin bar menu option can clear your cache in any view without causing any disruption to your work. The \u003Cem>Clear CloudFront Cache\u003C\u002Fem> option is found under the “FrontPup” menu. Requests are performed behind the scenes. The returned status is added to the menu bar as an italics message in the menu. Feedback is reported with the icon to the left of the FrontPup menu option.\u003C\u002Fp>\n\u003Ch3>Turbocharge your WordPress Website with CloudFront\u003C\u002Fh3>\n\u003Cp>Using Amazon CloudFront in front of your WordPress website offers significant benefits by improving performance, security, and scalability. CloudFront is a Delivery Network (CDN) with over 750+ Points of Presence (PoPs) around the world plus over 1,100 PoPs within ISP networks. This highly optimized network makes it \u003Cem>extremely efficient\u003C\u002Fem> at delivering your website to your visitors anywhere around the world. “PoP” locations are designed to reduce latency by caching content closer to your site’s visitors.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Performance\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Faster Loading Times\u003C\u002Fstrong>, static content (pages, images, CSS, JavaScript) is cached at “edge locations” around the world\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Improved User Experience\u003C\u002Fstrong>, Faster load times lead to higher user engagement, reduced bounce rates, and improved search engine optimization (SEO) rankings\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Reduced Server Load\u003C\u002Fstrong>, by serving cached content from edge locations, CloudFront minimizes requests to your WordPress website\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>When your website is optimized for performance your \u003Ca href=\"https:\u002F\u002Fpagespeed.web.dev\u002F\" rel=\"nofollow ugc\">PageSpeed Lighthouse scores\u003C\u002Fa> should improve.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Enhanced Security\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>DDoS Protection\u003C\u002Fstrong>, includes AWS Shield Standard\u003C\u002Fli>\n\u003Cli>\u003Cstrong>SSL\u002FTLS Security\u003C\u002Fstrong>, force https only and includes free SSL Certificates\u003C\u002Fli>\n\u003Cli>\u003Cstrong>AWS WAF\u003C\u002Fstrong>, a Web Application Firewall with a depth of options including specific WordPress protections (may incur additional costs)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You should achieve a grade of “A” on \u003Ca href=\"https:\u002F\u002Fwww.ssllabs.com\u002Fssltest\u002F\" rel=\"nofollow ugc\">Qualys SSL Server Test\u003C\u002Fa> when CloudFront is configured with the recommended TLSv1.2_2021 or newer security policy.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Scalability and Reliability\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Global Reach\u003C\u002Fstrong> with over 750 PoPs plus over 1,100 PoPs within ISP networks\u003C\u002Fli>\n\u003Cli>\u003Cstrong>High Availability\u003C\u002Fstrong>, can serve cached content when site is down\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Cost Efficiency\u003C\u002Fstrong>, can be cost-effective, especially for websites with high traffic with the new \u003Ca href=\"https:\u002F\u002Fdocs.aws.amazon.com\u002FAmazonCloudFront\u002Flatest\u002FDeveloperGuide\u002Fflat-rate-pricing-plan.html\" rel=\"nofollow ugc\">CloudFront flat-rate pricing plans\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Technology\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>IPv6\u003C\u002Fstrong>, a superior protocol to IPv4 and in some regions of the world is the only protocol that is available\u003C\u002Fli>\n\u003Cli>\u003Cstrong>HTTP\u002F2 and HTTP\u002F3\u003C\u002Fstrong> improve web performance through faster loading speeds, enhanced security, and better resource handling\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Gzip and Brotli compression\u003C\u002Fstrong>, smaller file sizes improve application performance by delivering your content faster to visitors\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Multi-Proxy\u003C\u002Fstrong>, route specific path patterns to other web applications easily by adding additional “Origins”, allowing you to host more than just WordPress with the same hostname\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Learn more about \u003Ca href=\"https:\u002F\u002Faws.amazon.com\u002Fcloudfront\u002F\" rel=\"nofollow ugc\">AWS CloudFront\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Developed by an AWS Community Builder\u003C\u002Fh3>\n\u003Cp>FrontPup is developed and maintained by \u003Ca href=\"https:\u002F\u002Fangelo.mandato.com\" rel=\"nofollow ugc\">Angelo Mandato\u003C\u002Fa>, an \u003Ca href=\"https:\u002F\u002Fbuilder.aws.com\u002Fcommunity\u002F@angelomandato\" rel=\"nofollow ugc\">AWS Community Builder\u003C\u002Fa>. Angelo has been developing WordPress plugins and themes since 2005 and has been architecting applications including WordPress hosted on Amazon Web Services since 2007.\u003C\u002Fp>\n","Your AWS CloudFront companion. Clear cache and optimize your CloudFront distribution for your WordPress website",255,"2026-03-07T04:10:00.000Z","6.0","8.1",[55,20,21,22,74],"lightsail","https:\u002F\u002Fwww.painlessanalytics.com\u002Ffrontpup-cloudfront-wordpress-plugin\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffrontpup.1.3.1.zip",{"slug":78,"name":79,"version":80,"author":81,"author_profile":82,"description":83,"short_description":79,"active_installs":35,"downloaded":84,"rating":26,"num_ratings":26,"last_updated":85,"tested_up_to":86,"requires_at_least":87,"requires_php":88,"tags":89,"homepage":90,"download_link":91,"security_score":92,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"clear-cloudfront-cache","Clear CloudFront Cache","1.0.0","yamaimo","https:\u002F\u002Fprofiles.wordpress.org\u002Fkinocchi\u002F","\u003Cp>It is a plugin that can easily delete the CloudFront cache.\u003Cbr \u002F>\nSetting is easy with only 2 steps.\u003Cbr \u002F>\n* Configure IAM\u003Cbr \u002F>\n* Set a CloudFront distribution ID for this plugin\u003C\u002Fp>\n\u003Ch3>Arbitrary section 1\u003C\u002Fh3>\n",862,"2023-04-01T02:48:00.000Z","6.1.10","6.1.1","7.0",[20,22],"","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fclear-cloudfront-cache.zip",85,{"slug":94,"name":95,"version":64,"author":96,"author_profile":97,"description":98,"short_description":99,"active_installs":100,"downloaded":101,"rating":102,"num_ratings":103,"last_updated":104,"tested_up_to":105,"requires_at_least":106,"requires_php":90,"tags":107,"homepage":111,"download_link":112,"security_score":92,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"ossdl-cdn-off-linker","CDN Linker lite","wmark","https:\u002F\u002Fprofiles.wordpress.org\u002Fwmark\u002F","\u003Cp>Replaces the blog URL by another for all files under \u003Ccode>wp-content\u003C\u002Fcode> and \u003Ccode>wp-includes\u003C\u002Fcode>.\u003Cbr \u002F>\nThat way static content can be handled by a CDN by origin pull. (The origin is your blog address.)\u003C\u002Fp>\n\u003Cp>You could upload your static files to S3, CloudFront or just any site, too.\u003Cbr \u002F>\nFor S3\u002FCloudfront, see \u003Ca href=\"http:\u002F\u002Fmark.ossdl.de\u002F2009\u002F09\u002Fhow-to-copy-your-wordpress-files-to-cloudfront-efficiently\u002F\" title=\"how to copy your WordPress files to CloudFront efficiently\" rel=\"nofollow ugc\">this script\u003C\u002Fa>\u003Cbr \u002F>\nto help you with uploading\u002Fsynchronizing your blog files.\u003C\u002Fp>\n\u003Cp>This \u003Ccode>lite\u003C\u002Fcode> version of the plugin works like the regular version but is not supported.\u003Cbr \u002F>\nYou can get the regular version at \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fwmark\u002FCDN-Linker\" title=\"CDN Linker at Github\" rel=\"nofollow ugc\">Github\u003C\u002Fa>, which:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Is free of charge, open source and without any ads.\u003C\u002Fli>\n\u003Cli>Supported. Here is \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fwmark\u002FCDN-Linker\u002Fissues\" title=\"bug tracker\" rel=\"nofollow ugc\">the bug tracker\u003C\u002Fa> if you encounter any issues.\u003C\u002Fli>\n\u003Cli>Has more and advanced features.\u003C\u002Fli>\n\u003Cli>Is updated more frequently. See \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fwmark\u002FCDN-Linker\u002Fdownloads\" title=\"Downloads page\" rel=\"nofollow ugc\">Downloads\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Quality assurance.\u003C\u002Fli>\n\u003C\u002Ful>\n","Rewrites links to static files to your own CDN network.",20,12350,60,2,"2011-05-25T12:14:00.000Z","3.1.4","2.7",[21,22,108,109,110],"links","media","simplecdn","https:\u002F\u002Fgithub.com\u002Fwmark\u002FCDN-Linker","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fossdl-cdn-off-linker.1.3.1.zip",{"slug":114,"name":115,"version":116,"author":117,"author_profile":118,"description":119,"short_description":120,"active_installs":100,"downloaded":121,"rating":26,"num_ratings":26,"last_updated":122,"tested_up_to":16,"requires_at_least":123,"requires_php":88,"tags":124,"homepage":128,"download_link":129,"security_score":25,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"rocketfront-connect","RocketFront Connect","1.0.1","kodeala","https:\u002F\u002Fprofiles.wordpress.org\u002Fkodeala\u002F","\u003Cp>RocketFront Connect simplifies cache management and ensures optimal content delivery by connecting WP Rocket Cache with AWS CloudFront through C3 Cloudfront Cache Controller. This plugin requires both WP Rocket and C3 Cloudfront Cache Controller to be installed and activated. With this integration, CloudFront cache is automatically cleared whenever WP Rocket cache is cleared, guaranteeing that your website’s content remains up-to-date and is delivered swiftly to your users.\u003C\u002Fp>\n","Automate AWS CloudFront CDN clearing and cache management by seamlessly integrating the WP Rocket plugin with C3 Cloudfront Cache Controller.",1037,"2025-08-27T15:45:00.000Z","5.0",[125,21,22,126,127],"c3-cloudfront-cache-controller","rocketfront","wp-rocket","https:\u002F\u002Fwww.kodeala.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frocketfront-connect.1.0.1.zip",{"attackSurface":131,"codeSignals":209,"taintFlows":250,"riskAssessment":251,"analyzedAt":256},{"hooks":132,"ajaxHandlers":197,"restRoutes":204,"shortcodes":205,"cronEvents":206,"entryPointCount":59,"unprotectedCount":26},[133,139,145,149,153,157,161,166,170,172,175,178,180,185,189,193],{"type":134,"name":135,"callback":136,"file":137,"line":138},"action","c3_cron_invalidation","run_schedule_invalidate","classes\\Cron_Service.php",81,{"type":134,"name":140,"callback":141,"priority":142,"file":143,"line":144},"transition_post_status","invalidate_by_changing_post_status",10,"classes\\Invalidation_Service.php",120,{"type":134,"name":146,"callback":147,"priority":142,"file":143,"line":148},"delete_attachment","invalidate_attachment_cache",129,{"type":134,"name":150,"callback":151,"file":143,"line":152},"admin_init","invalidate_manually",138,{"type":134,"name":150,"callback":154,"file":155,"line":156},"register_debug_settings","classes\\Views\\Debug_Settings.php",47,{"type":134,"name":158,"callback":159,"file":160,"line":156},"admin_menu","create_options_page","classes\\Views\\Settings.php",{"type":162,"name":163,"callback":164,"file":160,"line":165},"filter","amimoto_c3_add_settings","closure",48,{"type":162,"name":167,"callback":168,"file":160,"line":169},"amimoto_show_c3_setting_form","__return_false",59,{"type":162,"name":171,"callback":168,"file":160,"line":102},"amimoto_show_invalidation_form",{"type":134,"name":150,"callback":173,"file":160,"line":174},"define_caps",62,{"type":134,"name":176,"callback":164,"file":177,"line":50},"admin_notices","classes\\WP\\Admin_Notice.php",{"type":134,"name":176,"callback":164,"file":177,"line":179},92,{"type":162,"name":181,"callback":182,"file":183,"line":184},"wp_is_mobile","cloudfront_is_mobile","classes\\WP\\Fixtures.php",67,{"type":134,"name":186,"callback":187,"file":183,"line":188},"plugins_loaded","set_avoid_cache_cookie",68,{"type":134,"name":190,"callback":191,"file":183,"line":192},"wp_logout","unset_avoid_cache_cookie",69,{"type":162,"name":194,"callback":168,"file":195,"line":196},"c3_invalidation_flag","classes\\WP\\WP_CLI_Command.php",55,[198],{"action":199,"nopriv":200,"callback":201,"hasNonce":202,"hasCapCheck":202,"file":143,"line":203},"c3_get_invalidation_details",false,"handle_invalidation_details_ajax",true,145,[],[],[207],{"hook":135,"callback":135,"file":143,"line":208},222,{"dangerousFunctions":210,"sqlUsage":211,"outputEscaping":213,"fileOperations":26,"externalRequests":248,"nonceChecks":103,"capabilityChecks":59,"bundledLibraries":249},[],{"prepared":26,"raw":26,"locations":212},[],{"escaped":214,"rawEcho":215,"locations":216},33,15,[217,219,221,223,225,227,230,232,235,237,238,240,242,244,245],{"file":155,"line":179,"context":218},"raw output",{"file":155,"line":220,"context":218},101,{"file":155,"line":222,"context":218},102,{"file":155,"line":224,"context":218},111,{"file":155,"line":226,"context":218},112,{"file":228,"line":229,"context":218},"templates\\Invalidation_Logs.php",57,{"file":228,"line":231,"context":218},186,{"file":233,"line":234,"context":218},"templates\\Manually_Invalidation.php",40,{"file":233,"line":236,"context":218},41,{"file":233,"line":50,"context":218},{"file":233,"line":239,"context":218},54,{"file":241,"line":50,"context":218},"templates\\Plugin_Options.php",{"file":241,"line":243,"context":218},74,{"file":241,"line":49,"context":218},{"file":246,"line":247,"context":218},"templates\\Settings.php",19,9,[],[],{"summary":252,"deductions":253},"The \"c3-cloudfront-clear-cache\" plugin v7.3.1 exhibits a generally good security posture based on the provided static analysis. It demonstrates strong adherence to several best practices, including the complete absence of dangerous functions and raw SQL queries, with all SQL operations utilizing prepared statements. The plugin also correctly implements nonce checks and capability checks for its entry points, and there are no identified vulnerabilities in its history, suggesting a history of secure development. The attack surface is also minimal and appears to be protected. However, a significant concern arises from the output escaping metric, where 69% of outputs are properly escaped, leaving 31% potentially unescaped. This could present an opportunity for cross-site scripting (XSS) vulnerabilities if user-supplied data is involved in the unescaped outputs.",[254],{"reason":255,"points":32},"Unescaped output","2026-03-16T18:21:50.352Z",{"wat":258,"direct":267},{"assetPaths":259,"generatorPatterns":262,"scriptPaths":263,"versionParams":264},[260,261],"\u002Fwp-content\u002Fplugins\u002Fc3-cloudfront-clear-cache\u002Fassets\u002Fjs\u002Fc3.js","\u002Fwp-content\u002Fplugins\u002Fc3-cloudfront-clear-cache\u002Fassets\u002Fcss\u002Fstyle.css",[],[260],[265,266],"c3-cloudfront-clear-cache\u002Fassets\u002Fjs\u002Fc3.js?ver=","c3-cloudfront-clear-cache\u002Fassets\u002Fcss\u002Fstyle.css?ver=",{"cssClasses":268,"htmlComments":270,"htmlAttributes":273,"restEndpoints":274,"jsGlobals":276,"shortcodeOutput":278},[269],"c3_message",[271,272],"\u003C!-- C3 CloudFront Cache Controller -->","\u003C!-- For WP-CLI. -->",[],[275],"\u002Fwp-json\u002Fc3-cloudfront-clear-cache\u002Fv1\u002Fclear_cache",[277],"c3_ajax_object",[]]