Viewing 6 replies - 1 through 6 (of 6 total)
  • am having the same problem from my site https://www.24dailygist.com

    somebody should help

    1. It shouldn’t be caching for logged in users of any type. So just have it set to not cache for logged in users.

    2. You need to go to the user agents group and enable the high and low group for pass through because I am getting your mobile theme on my desktop.

    Thread Starter cukeving

    (@cukeving)

    Actually if your run a membership site – it should be caching for logged in users!

    No, it shouldn’t because there is dynamic content that can be added by the users or is frequently updating. You want that content in front of the users you would want to use a form of object caching with a memory cache such as APC or Memcache.

    Also, when you cache for logged in users it tends to cause problems where the user can’t tell they are logged in for instance sidebar widgets may not function properly so it’s best to not cache the content of the entire page for logged in users and instead cache the objects of the page.

    Thread Starter cukeving

    (@cukeving)

    Actually – your blanket statement is not correct for all situation.

    We do not have dynamic content (for these specific users anyway – we very carefully removed it) and really would like to cache the page for most of our logged in users.

    the w3 total caching plugins did the magic for me on https://drakemp3.co

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘"Don't cache pages for following user roles" not working’ is closed to new replies.