i recently backed up & then reinstalled my wordpress site.
it was using "wp fastest cache" previous to the backup.
the folder for the "wp fastest cache" cache was included with the back up.
i reinstalled the whole site successfully from the backup. all the pages were there online.
when i started adding new pages, the pages are being added, but are not showing up on the links in the sidebar. (the old page links are still in the sidebar)
the site has location based pages
i.e.
it has now has 2 pages for "Massachusetts"
they both have the same content on the page (the text on the page)
but the old page only has the towns added before the backup (in the sidebar links)
i.e. boston & 8 others
& the new page has all 20 towns under "Massachusetts"
when you click on "boston" you only get the first 9 towns that were added. (because boston was one of the first towns added before the backup & reinstallation)
i have pressed the 2 blue buttons to clear all cache a few times each
"clear all cache"
"delete cache & minified css/js"
i have deactivated & then re-activated "wp fastest cache" a few times.
i have fully cleared the browser cache on my pc & other people have seen the issues i am seeing. (from different devices)
also, when i updated the content of the page (just to test it) (i just changed grad to graduate) the page did not change.
so the cache is not clearing, as it is set to clear each time the page is updated.
i have cleared out (emptied) the entire cache folder. (for "wp fastest cache")
so both the "cache" folder & "wpfc-minified" folder have been emptied.
how do i ensure that all of the cache files are cleared, because based on the page not updating the content it looks like this is the issue (as well as other things)
& is there anything else i need to do to resolve the issue.
]]>W3 Total Cache significantly improved the performance of the homepage. However, after making design changes with Elementor, the page broke. Since then, I have been trying to purge and clear the cache to get it to display correctly again, but it hasn’t worked.
In some browsers, I see the correct version, while in others, it appears completely broken. Even after deactivating W3 Total Cache, the issue persists.
Could you help me resolve this? Is it not possible to use this plugin together with Elementor?
I look forward to your prompt response.
Thank you, Best regards
We use WP All Import to sync pricing and stock. At the end of the sync run WP-Rocket is cleared using a purge cache command via a small php snippet. This happens automatically after the import finishes.
Some of the prices shown on the home page seem to be cached causing incorrect prices after a data import.
Is there a way to run the flush redis cache action via a php command that I could insert at the end of my import? This would clear the object cache at the same time as the page cache preventing outdated prices showing.
Set up wp config as below with the domains and ports changed:
define(‘WP_CACHE_KEY_SALT’, ‘domainname.com’ );
define(‘WP_REDIS_PASSWORD’, ‘ourredisdbpassword’ );
define(‘WP_REDIS_HOST’, ‘127.0.0.123’);
define(‘WP_REDIS_PORT’, ‘1234’);
define(‘WP_REDIS_DATABASE’, 1 );
define(‘WP_REDIS_SELECTIVE_FLUSH’, true);
define(‘WP_REDIS_MAXTTL’, ‘1800’);
First of all thank you for the plugin. It speeds up site better than others.
I have issues with clearing cache.
I tried with “Disable cache purging using queue” and without, with the same results.
Thanks.
]]>On my WordPress site I created a custom user group for which I want to enable the “Clear REST cache” button in the admin bar. Users of the group should be able to clear the REST cache but not to make any changes to the plugin config.
Currently, this only works when I give the user group the manage_options
capability. Is there a way to show the admin bar menu item and allow cache purging without adding the manage_options
capability?
Thanks in advance for your help!
]]>I wanted to change the home page of my website. I did so in the settings menu, but the webpage was not showing the changes.
I looked up in Google what the problem could be. People recommended clearing the cache under “LiteSpeed Cache > Toolbox > Purge All”.
Now, the page says error 404. Why? How do I fix it? I need to.
Thanks in advance.
]]>