• Hi,
    I would use memcached aws service with w3tc plugin, but in every Cache Method, Memcached option is disabled. Any suggestion?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Memcached is probabaly not installed or disabled on your server.

    You need both the memcached server installed and the php extension to use it.

    It could also be (if these are installed) that memcached is running on a non-standard port or that your firewall is blocking localhost connections to memcached.

    If you cannot install memcached on your server you can also look at amazon elasticache as a third party solution which would work.

    Finally you might want to consider redis as an alternative to memcache for this generally speaking.

    ^ +1 for Redis

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