• Resolved mupic

    (@waldub)


    W3 saves the cache of the first user.

    w3 Config – https://yadi.sk/d/ftxN0IOu3UHG83
    video – https://yadi.sk/i/kvFfWYHY3UHG4f

    Wp version 4.9.5

    plugins:

    
    array(16) {
    	["akismet/akismet.php"] => array(11) {
    		["Name"] => string(17) "Akismet Anti-Spam"
    		["Version"] => string(5) "4.0.3"
    	}
    	["cyr-and-lat/cyr-and-lat.php"] => array(11) {
    		["Name"] => string(11) "Cyr-And-Lat"
    		["Version"] => string(5) "1.0.2"
    	}
    	["lockdown-wp-admin/lockdown-wp-admin.php"] => array(11) {
    		["Name"] => string(17) "Lockdown WP Admin"
    		["Version"] => string(5) "2.3.2"
    	}
    	["social-networks-auto-poster-facebook-twitter-g/NextScripts_SNAP.php"] => array(11) {
    		["Name"] => string(40) "NextScripts: Social Networks Auto-Poster"
    		["Version"] => string(5) "4.2.1"
    	}
    	["original-texts-yandex-webmaster/index-ortext-yandex.php"] => array(11) {
    		["Name"] => string(31) "Original texts Yandex WebMaster"
    		["Version"] => string(3) "1.9"
    	}
    	["regenerate-thumbnails/regenerate-thumbnails.php"] => array(11) {
    		["Name"] => string(21) "Regenerate Thumbnails"
    		["Version"] => string(5) "3.0.2"
    	}
    	["tinymce-advanced/tinymce-advanced.php"] => array(11) {
    		["Name"] => string(16) "TinyMCE Advanced"
    		["Version"] => string(5) "4.6.7"
    	}
    	["updraftplus/updraftplus.php"] => array(11) {
    		["Name"] => string(28) "UpdraftPlus - Backup/Restore"
    		["Version"] => string(6) "1.14.5"
    	}
    	["w3-total-cache/w3-total-cache.php"] => array(11) {
    		["Name"] => string(14) "W3 Total Cache"
    		["Version"] => string(5) "0.9.6"
    	}
    	["yet-another-related-posts-plugin/yarpp.php"] => array(11) {
    		["Name"] => string(32) "Yet Another Related Posts Plugin"
    		["Version"] => string(3) "4.4"
    	}
    	["wordpress-seo/wp-seo.php"] => array(11) {
    		["Name"] => string(9) "Yoast SEO"
    		["Version"] => string(3) "7.2"
    	}
    }
    
    • This topic was modified 6 years, 7 months ago by mupic.
    • This topic was modified 6 years, 7 months ago by mupic.
    • This topic was modified 6 years, 7 months ago by Jan Dembowski. Reason: Fixing formatting
Viewing 3 replies - 1 through 3 (of 3 total)
  • You have to disable page caching for logged-in users.
    It’s set to not cache those by default but you’ve potentially changed it, in that case it’s expected behavior.

    Logged-in users requests caching is a more complex topic.
    E.g. if you cache each page version for each user – hit rate will be rather low, and may make page caching entirely useless.
    Usually memory-based object caching may help here, but not always.

    The other option is to utilize fragment caching and apply it to areas of each page that should not be cached.

    Thread Starter mupic

    (@waldub)

    @wowpresshost, I did not disable page caching for logged-in users.
    https://yadi.sk/i/lvJeJAaQ3UJvft

    • This reply was modified 6 years, 7 months ago by mupic.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error. All users have the same cache. (video)’ is closed to new replies.