Object caching in WordPress using Redis server
If you manage a WordPress website and have looked at the “Site Health” section (Tools -> Site Health), you might have noticed that WordPress encourages you to use object caching. The specific recommendation is to use a persistent object cache. Object caching in WordPress can be achieved either using Redis server, as I have mentioned before, or using Memcached. In this article, we will focus on implementing object caching in WordPress using Redis server. Before enabling object caching, Redis needs to be functional on your server. If you have your own server, you can follow … Read more