https://www.ads-software.com/plugins/w3-total-cache/
]]>This is because rather than delete the folder, it loops through every single file and adds an ‘old’ prefix. This means even after you’ve clicked the ‘Empty all caches’ button, clicking it a second time is no faster.
I saw an earlier post on this matter, where the response was that you shouldn’t need to empty all caches very often. This is not true for multiple reasons:
– a design update that needs to apply over all pages
– any attempts at editing a user or editing a nav menu item automatically force a full cache clear, and thus also time out.
I can see no reason not to actually delete the entire folder when all caches are cleared. Doing so manually still takes a while, but at least it means further attempts happen instantly, allowing operations on the backend to start working properly!
https://www.ads-software.com/plugins/w3-total-cache/
]]>list_users
capability (among few others) to Editors (via User Role Editor plugin) because my client needed the ability to manage users. I can make the option i want accesible to Editors by adding manage_options
capability to Editors. BUT,that makes the “Settings” tabs visible to Editors.I noticed you manage the access rights by using:
if (current_user_can('manage_options')
If i change that in /wp-content/plugins/w3-total-cache/lib/W3/Plugin/TotalCache.php
to if (current_user_can('list_users')
it starts showing the Performance options in the toolbar but still the editors don’t have enough permissions to actually clear the cache.
Should i continue replacing the codes where needed or i could actually break the plugin or cause a security risk?
Thanks in advance!
]]>We have Admin Flush W3TC Cache 1.2 and W3TC 0.9.2.8 installed on our site.
The ‘Empty All Caches’ button works when logged in as an Admin user, but does not work when logged in with any other user (e.g. Editor, Author, etc).
Clicking the ‘Empty All Caches’ button using an Editor, Author, etc user results in the following message: “You do not have sufficient permissions to access this page.”
We’d like all users to be able to use the ‘Empty All Caches’ button. How can we enable this functionality?
Thanks,
Aaron
https://www.ads-software.com/extend/plugins/admin-flush-w3tc-cache/
]]>Is there a simple way to do this?
It would be nice if there was a capability for this feature so you could assign it to different roles using the Members plugin, or something similar.
https://www.ads-software.com/extend/plugins/w3-total-cache/
]]>