Viewing 3 replies - 1 through 3 (of 3 total)
  • You will still need APC if you want opcode. However, you do not need to configure W3TC for anything APC related. Just modify the settings previously using APC to now use memcached.

    APC opcode is handled by PHP itself, as long as the APC module is loaded, it is not handled in the application code.

    What you had configured in W3TC to use APC previously is just related to object storage, which memcached will now handle.

    Thread Starter Android63

    (@android63)

    Thanks Matt. I’ll give it a try shortly.

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    You’ll want APC anyway to speed up normal PHP performance and then for your page caching selecting memcached as the engine and entering the elasticache details is the way to go for page caching (for example) provided you have the pecl memcache PHP extension installed on your EC2 instance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: W3 Total Cache] Memcached and Opcode for Multi-Server Setup’ is closed to new replies.