• Hi,

    first of all, thank you for the plugin and support!
    I have two questions:

    – How would this plugin work in multi-server environments? We are thinking of multiple wordpress servers with varnish cache on each of these servers. Are hook available we could use to do a cache purge on the other servers?

    – Is this plugin compatible with batcache (php object cache) or redis object cache? I think both should work together because they work on different levels, or am I mistaken?

    Thank you for your support.
    Best
    Stephan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    How would this plugin work in multi-server environments? We are thinking of multiple wordpress servers with varnish cache on each of these servers. Are hook available we could use to do a cache purge on the other servers?

    Technically yes you could craft a hook to call but if you’re calling varnish on each server then you’re probably okay to treat them each as individual servers. That is, have each WP instance flush its cache on the server it’s on.

    Is this plugin compatible with batcache (php object cache) or redis object cache?

    Yep. ?? Tested with both. And Memcached.

    Thread Starter sprylab

    (@sprylab)

    Exactly what I am thinking at the moment. Using the hook to inform the other WP instances to flush their cache as well. Will dig into this, thank you!

    Another short question: is you plugin out of the box compatible with woocommerce or do we need some special configurations to make it work?

    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘multi-server’ is closed to new replies.