Viewing 1 replies (of 1 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi,
    I am kinda confused by your question. When it comes to cahe there are a few thumb rules:
    1. Pages should never be served from cache for loggedin users as loggedin users make many dynamic operation which requires PHP to run and origin server to perform. So, caching loggedin user request will have many cascading issues.
    2. For non loggedin users pages can be served from cache. Now in this case, whether they are GOLD or SILVER member, it really don’t matter as until they login they are just like any other normal user and seeing pages being served form cache.

Viewing 1 replies (of 1 total)
  • The topic ‘Cache served by Role.’ is closed to new replies.