• Our WP sites are hosted on a VPS with OPCache and Memcache configured.

    OPCache works out of the box and automatically, we just need to clear the cache any time WP is updated, which can be done with another plugin.

    But Memcache either requires a separate plugin (like Memcached Redux) or a configuration within another caching plugin (like W3 Total Cache does).

    Can we use Memcache with WP Fastest Cache either just with your plugin or in conjunction with Memcached Redux?

    Anything else to consider concerning Memcache and/or OPCache?

    https://wordpress.org/plugins/wp-fastest-cache/

Viewing 1 replies (of 1 total)
  • Plugin Author Emre Vona

    (@emrevona)

    WPFC is not compatible with MemCached or redis.

    If you want to learn what I think about them, please let me explain.

    WPFC creates static html file and the user is redirected to the html file via apache. If the harddisk is SSD, the process is so fast. If you serve it via RAM, the speed does not change a lot. Don’t waste your time with MemCached. WPFC is enough.

Viewing 1 replies (of 1 total)

The topic ‘Memcache and OPCache’ is closed to new replies.