Using Redis Object Cache to Speed Up Your WordPress Installation

Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It can be combined with other databases like MySQL to provide a mechanism to cache your queries. In this article, we’ll show how to cache the MySQL queries that are required to render WordPress pages. This will […]