Micro-Optimization: Run memcached from a socket [Deleted]

Rigel Kentaurus

Well-known member
Rigel Kentaurus submitted a new resource:

Micro-Optimization: Run memcached from a socket (version 1.0.0) - Micro-Optimization: Run memcached from a socket

XenForo is out of the box compatible with several caching solutions. It will use them for the registry, can use them for the sessions, and it will reduce your database count.

For help about configuring MemCache, read the official XenForo documentation, available here: http://xenforo.com/help/cache/

If you are using a single box installation (or multi-box but rather not share the cache over the network), you can speed MemCache marginally by using a unix socket instead of a tcp-ip...

Read more about this resource...
 
Once I sorted out that you need both the memcache and memcached PHP5 extensions simultaneously installed, and got the socket set up, it has worked perfectly. Well worth trying!
 
Top Bottom