Xenforo supports Memcache, but the way it currently works, the request comes into Nginx, then Nginx spawns PHP process, then that PHP process talks to Memcache.
However, Nginx has a built-in Memcached module, so theoretically, it's possible to cut out the PHP process middleman, and just go Nginx --> Memcache which should be lightning fast.
Does anyone know if it's possible to set this up for Xenforo?
However, Nginx has a built-in Memcached module, so theoretically, it's possible to cut out the PHP process middleman, and just go Nginx --> Memcache which should be lightning fast.
Does anyone know if it's possible to set this up for Xenforo?