Magento: setup both APC and memcached

Posted by snh_nl on Stack Overflow See other posts from Stack Overflow or by snh_nl
Published on 2012-09-10T09:36:34Z Indexed on 2012/09/10 9:37 UTC
Read the original article Hit count: 142

Filed under:
|

Magento: setup both APC and memcached

Hi, our hosting party installed both APC and memcached. How do I configure both correctly - so that they dont start caching each other for example. any ideas?

I would like the following:

  1. opcode for php, so APC is primary cache
  2. cache /var/session and /var/cache
  3. cache / speedup database requests

  4. And we have fullpage cache now, how do we relate this

My question -> What settings do I need? It is not clear how these two work together ...

I did some research and found this: http://www.coeusblue.com/blog/48-magento/65-magento-caching http://magebase.com/magento-tutorials/speeding-up-magento-with-apc-or-memcached/

© Stack Overflow or respective owner

Related posts about magento

Related posts about apc