admin管理员组

文章数量:1130349

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.

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.

本文标签: pluginsHow to cache for multi server environment MemcachedRedis or other