Will memcached improve performance with WP Super Cache already running?

I'm working on a WordPress site that is expected to host up to 1000 concurrent users, so I'm exploring ways to make it run as fast as possible. I've heard that memcached helps WordPress sites load faster, but when I read what it does, it seems to have areas of overlap with WP Super Cache, especially if you use it in Expert Mode (where everything is cached in HTML and routed at the .htaccess level, so there are no database queries).

Am I right on this? Or does memcached cover areas where WP Super Cache doesn't to give performance improvements?

Topic plugin-wp-supercache memory database Wordpress optimization

Category Web


In the most simple terms, memcached/redis is for caching things like options and database values.

WP Super Cache is meant for serving static HTML files, instead of loading PHP, but with that said, it will still have to run PHP code to generate those files.

So yes, if you have the option of using memcached or redis, it's always a good idea to enable it as your site will benefit from it.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.