Memcached recommended for single-server environment?

DeltaHF

Well-known member
I'm hosting a large (>10 million posts), active forum on a single 16GB Linode running PHP 5.6 with Zend Opcache. It's very quick, and I'm considering installing Memcached for additional scalability and performance.

But... is it going to be worth the trouble of using Memcached in such an environment? From my understanding of how MySQL and Memcached work, most of the relevant tables which Memcached could help with will already be stored in memory, making its additional cache redundant.

I've seen many of you around here running Memcached in a single server environment, though, so I'm wondering if I may be wrong about this. Any advice or suggestions are appreciated.
 
Thanks! I can confirm a tangible improvement using memcached; according to NewRelic, it has reduced application response time by just over 25%:

Screen Shot 2015-02-18 at 10.15.40 PM.webp

Memcached was activated at 7:45pm. :)
 
@DeltaHF now that you have memcache caching enabled, enable CSS Minify. This'll give some benefits on loading time.
 
Last edited:
Top Bottom