Hi,
Any plans on supporting Super Page Cache?
https://www.ads-software.com/plugins/wp-cloudflare-page-cache/
From their FAQ:
To purge the whole cache use the following PHP command:
do_action(“swcfpc_purge_cache”);
Hi
Is there a code snippet to set the minimum capability across all sites in the network so the clear cache button can be used by users who can edit_posts.
I have tried setting the user capability on the main site through the UI, however that does not propagate through other sites.
thanks.
]]>I use the PublishPress Future plugin to schedule post category changes. This lets me publish an item then and then schedule the category to change in the future so the post will show up in a different part of my site. Unfortunately WPEngine’s caching doesn’t notice the change when it happens. Is there a way to either allow PublishPress to trigger your plugin or to just schedule your plugin to update the cache daily? Thank you and I appreciate your time.
]]>Can you please add FlyingPress plugin as compatible option for your plugin? Thank you.
]]>Hello! First of all I’d like to say amazing work you did! your plugin is amazing!
I’ve been looking for a plugin that could help me with an issue i get using elementor / elementor Pro on my sites.
I saw a previous thread here where you helped a fellow member to fix his issue with auto clear/regenerate elementor CSS upon plugin updates.
I face the same issue and i looked everywhere for a solution to auto regenerate elementor CSS.
I manage around 50 elementor sites, all hosted on 20i infrastructure. I’m getting pretty good speed score and overall happy with what I’m getting – I don’t use any caching plugin since they have a StackCache plugin auto installed that manages cache integrated with the hosting panel.
I was wondering if it would be possible to have your plugin work with this?
I’d be happy to host a test site to see if it’s possible to achieve.
Looking forward reading you and best wishes!
Ludo
At every use of cache clear this code runs and stores an option value for theme
key.
$time = time();
update_option( '_ccfm_style_timestamp_theme', $time );
In wp_head
two filters are set up:
add_filter( 'style_loader_src', 'ccfm_show_src_version', 10, 2 );
add_filter( 'script_loader_src', 'ccfm_show_src_version', 10, 2 );
The filter uses above theme
key and changes the ver
parameter in theme file urls to the timestamp of last cache clear time.
function ccfm_show_src_version ( $src, $handle ) {
$key = ccfm_custom_src_key( $src );
$timestamp = get_option( '_ccfm_style_timestamp_' . $key, '' );
...
$query['ver'] = $timestamp;
return add_query_arg( $query, $src_parts[0] );
...
}
This happens no matter what and can not be switched off.
Would expect the plugin to not change theme scripts/styles version in frontend output.
Clear Cache for Me 2.2, WordPress 6.6.2
PS. Please also update “tested up to” WordPress version.
]]>Hi,
I am Developing Easy Form Builder plugin?and encountered some challenges with page caching. To address these issues, we use the following function to handle page caching with our plugins:
public function cache_cleaner_Efb($page_id,$plugins){
$page_id = intval($page_id);
$cache_plugins = json_decode($plugins);
foreach($cache_plugins as $plugin){
switch($plugin->slug){
case 'litespeed-cache':
if (defined('LSCWP_V') || defined('LSCWP_BASENAME' )) do_action( 'litespeed_purge_post', $page_id );
break;
case 'wp-rocket':
if (function_exists('rocket_clean_post')) $r = rocket_clean_post($page_id);
break;
.
.
.
}
}
}
However, we’re seeking a more integrated solution. Specifically, we’re looking for a structure or method similar to what other plugins use to manage caching effectively.
Thank you in advance for your help and insights!
Best regards
]]>Thank you so much or your help! Before finding this this plugin, I noticed that the cache does not auto clear when auto updates for plugins and themes was set. I started to use your plugin and it seems to do the job and work with one issue:
Looking at the Object Cache log, it appears that Breeze’s Varnish clear function is not being cleared. Breeze clears cache/carnish and object. But I am not sure if your plugin clearing the varnish part of the Breeze cache?
]]>Hello,
A site uses an rss plugin and weather plugin.
But the site do not show current rss feeds and current weather when visited.
It shows old feeds and old weather after being refreshed.
Can your plugin solve the problem?
Thanks.
]]>Hello.
I’m trying out the plugin and i want to ask the following.
I’m using UI Press to give my client a custom dashboard but i need to add a Clear cache Button.
When i press clear cache via the plugin it redirects me to the wp-admin page but i dont want that. I need it either to stay at the same page the user is in or redirect to a custom admin page i have created.
Is it possible to do that somehow?
Thanks a lot.
Will this play nicely with Divi? I use it on several sites and need a tool like this. I also use WP Optimize so want to make sure things work smoothly.
]]>Hey… hope this finds you well. Here’s a bit of follow-up to the latest release.
1. WP Optimize not showing in Settings > Status
2. When logged in as Admin and viewing a page with the toolbar showing. In the toolbar, there is a button “Edit with Elementor”. With CC4M active, this button is disabled (not clickable). Normally we hover and see dropdowns and it’s clickable. I tried to disable parts of the code to find where this is being caused but couldn’t find it.
Love the concept of this plugin!
This is referring to Elementor’s clear_cache hook. It would be very helpful to have this added:
\Elementor\Plugin::instance()->files_manager->clear_cache();
]]>Line 268 of clear-cache-for-widgets/clear-cache-for-widgets.php should read…
else if ( function_exists( ‘rocket_clean_domain’ ) ) {
not
else if ( class_exists( ‘rocket_clean_domain’ ) ) {
See: https://docs.wp-rocket.me/article/494-how-to-clear-cache-via-cron-job#clear-cache
]]>Doesn’t seem like WP Rocket is currently supported.
Here are the docs to clear it. Would you mind adding it to the plugin?
https://docs.wp-rocket.me/article/494-how-to-clear-cache-via-cron-job
]]>Hi,
Thank you for a great plugin. However, it doesn’t seem to be fully working with WP 6.1.1
When I manually click the ‘clear cache for me’ button, it works like a charm. But it doesn’t clear the cache when I save a new formidable form (?5.5.5).
I really need the cache cleared, as I am making API calls to the saved data, and the response must be to the latest version of the data and not a cached previous version.
The plugin is exactly what I need, so I would be most grateful if you could look into getting the continuous clearing of cache on form saves working, also on these newer versions.
]]>Hello! Amazing plugin. Any chance compatibility with compatibility with Premium Addons for Elementor could be added? This plugin’s “generated assets” are not cleared with CCFM which can break a site’s UI.
]]>Hello,
I have a suggestion for 2 options that would be useful:
– Clear cache only for specific roles.
– Load a new file only if it has been changed and cache all other files.
Regards,
Jovan
Hi,
Thank you for the great plugin.
It’s been working well, but I’ve come across and issue.
I add all of the CSS as stylesheets.
I edit the CSS inside of those files with a File Manager plugin.
With your plugin, the cache is disabled and the new version of the file is used.
But, this doesn’t work when using Gutenberg.
I’m adding classes with a single rule that I can later use in the editor, because the styling options are limited.
The problem is that, the first version of the file is cached and later changes do not apply.
What can be done to solve this?
]]>Hello sir, please can you add the compatibility of clearing cache for
1-/ WP Hide & Security Pro,
2-/ Wp Rocket
Specially on the Dashboard Widget Button ??
Thanks in advance
Hi,
This plugin says it supports LiteSpeed Cache. However, when I installed the plugin, it doesn’t detect my LiteSpeed Cache.
Status: No supported caching systems found.
Is this normal?
Thanks!
]]>Hi Author,
I am adding this plugin to my site.
unfortunately, this plugin only shows in admins.
How can I enable this plugin for all?
Please advice.
Thank you.
]]>Hello,
Can this plugin help with woocommerce cache issue? I use cloudways and their in house breeze cache. My issue is that if I update stock of a product manually, or due to placing or order or cancellation, it doesn’t reflect for customers due to caching issue. Sometimes a product is back in stock but due to cache issue, customers still see out of stock.
The cloudways support team suggested me this plugin as fix. Was wondering if this can help me with it. The support member claimed that I won’t have to manually purge varnish and breeze after installing this plugin.
]]>Hi All,
Is there any solution that I can run this plugin when a table is updated ob TablePress plugin.
THX in advance.
]]>I would like to add a feature request to clear cache on ACF Options page saves
https://www.advancedcustomfields.com/resources/acf-save_post/
]]>Hi there,
I am getting an update failed message after installing this plugin and I deactivated it. This is a sample error message.
Update failed: {“success”:true,”data”:{“update”:”plugin”,”slug”:”wordpress-seo”,”oldVersion”:”Version 16.5″,”newVersion”:”Version 16.6″,”plugin”:”wordpress-seo\/wp-seo.php”,”pluginName”:”Yoast SEO”}} {“success”:true,”size”:”0 bytes”,”file_count”:0}
But interestingly, plugins are being updated.:)
]]>As this plugin purges the cache (removing the files from the cache folder), but does not take into account that YT Lyte has metadata that should be purged as well, I sometimes run into the weird state that the YT thumbnails are not found. This should be reproducible:
1. Enable the option “lyte_local_thumb” in the backend of YT Lyte
2. Add a youtube video that you own into some site
3. Call the site so it loads the local thumbnail (check that the thumbnail is served from the WordPress site, not from YT directly)
4. Change the thumbnail of the YouTube video in your YT account
5. Click “Clear cache now!”
6. You see now an error thumbnail of youtube, as if the video did not have any thumbnail at all. The reason is that the URL of the Thumbnail at the YT side of things has changed.
Workaround:
add_action('ccfm_clear_cache_for_me_before', function() {
if (function_exists('lyte_rm_cache')) {
lyte_rm_cache();
}
});
Please consider adding the code inside the function to the plugin.
]]>Hello,
I notice the plugin does not flush the cache when plugins are updates or removed.
another thing is if have option effect NGINX as well when the cache is flushed?
Thank you ??
Regards,
Nadav Levi Yahel
Locksmith Unit
Uncaught ReferenceError: jQuery is not defined
at admin-bar.js?ver=1.5:1
(anonymous) @ admin-bar.js?ver=1.5:1
]]>
Every time I clear the cache I get to take to the dashboard
Is there a way to Clear Cache and stay on the same page?
Thank you
]]>