Changes not visible when not logged in

I have a wordpress site and 4 hours ago I have made some changes to the home page and an internal page.

The changes I can see when I am logged in. When I try to log out, I only see the old pages and not the updated pages.

I've tried everything:

Total cleaning of the WP Super Cache Manual cache cleanup Disabling all cache of wordpress Browser cache cleaning None of these attempts worked. My version is 5.2.4.

What could be the problem? Why does Word Press have this cache issue?

Thanks for any help

Topic plugin-wp-supercache cache plugins Wordpress

Category Web


Try to remove all the revisions from the edited page in admin panel. You can find the revisions in right sidebar.

And you can disable the revisions by using config.php by putting this define('WP_POST_REVISIONS', false);.

And also you can delete from database using SQL query DELETE FROM wp_posts WHERE post_type = "revision";

Hope it will works.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.