plugins - How to cache for multi server environment? Memcached, Redis or other?

admin2025-06-05  4

Am researching ways to speed a a multiserver wordpress install. In the past there was plugins like batcache that used memcache to store objects. That plugin is outdated and wanted to know in 2018 what is the best way to store objects in memory for Wordpress.

My goal is to speed up our wordpress site and take load off servers while caching objects( limiting DB interaction) without using page caching if possible (in memory solutions).

Am researching ways to speed a a multiserver wordpress install. In the past there was plugins like batcache that used memcache to store objects. That plugin is outdated and wanted to know in 2018 what is the best way to store objects in memory for Wordpress.

My goal is to speed up our wordpress site and take load off servers while caching objects( limiting DB interaction) without using page caching if possible (in memory solutions).

Share Improve this question asked Dec 12, 2018 at 16:50 RanknoodleRanknoodle 2094 silver badges9 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

The combination of NGINX, Varnish Cache, Memcached, & Redis is recommended for the best WordPress CMS hosting performance on a web server for high traffic websites. The load balancer is determinant in a multi-server environment, i.e. using AWS, Kubernetes, Docker, CoreOS, Mesosphere, etc. for orchestration. The best multi-server caching solution for WordPress is a CDN, where for example CloudFlare has over 150 data center locations.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749103065a316386.html

最新回复(0)