• Resolved clchoong86

    (@clchoong86)


    My infrastructure is set up in high availability (HA) with two web servers. However, the WordPress opcache only flushes on one server, causing the other server to not flush its opcache, which leads to fatal errors. Is there any support available for flushing opcache on multiple servers?

Viewing 1 replies (of 1 total)
  • Plugin Author nierdz

    (@mnttech)

    No, this plugin can’t do this but this is pretty simple to implement yourself outside WordPress. You just need to call opcache_reset() on your two web servers.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.