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

    (@pressjitsu)

    Hello! You can fairly easily modify the plugin to remove the code that sets the TTL to 0 for logged in users, that way they’ll see cached pages too, but note that all the cookies will be part of the cache key, so it’s not going to be very efficient.

    I recommend you look at Cache Buddy (a helper plugin) and the techniques used in that to do more with JavaScript and to rely less on PHP output, that way you can share more cached requests between two (and more) different logged in users.

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Cache persistent object’ is closed to new replies.