Overview
DreamPress includes built-in server caching, which speeds up your site significantly. Since caching creates static versions of your site, fewer resources are needed by the server when a customer visits your site. This allows your site to not only load faster but also helps manage larger amounts of traffic. However, when caching is not working, your site will typically run slower, and your resource usage will increase.
Do I need a caching plugin?
Both the Nginx Helper Plugin and Redis Cache work in tandem and are included/preconfigured on all DreamPress Pro plans.
DreamPress sites can access two server caching options:
- Nginx Helper Plugin — manages the Nginx server cache, which covers pages for logged out users.
- Redis Cache (DreamPress Pro only) — manages the Redis server cache. Redis is a service that only runs on DreamPress Pro accounts (due to the extra memory that it requires), which caches common queries to make load times faster for uncached pages (WooCommerce cart pages, pages that have fallen out of the Nginx cache, and so on) as well as logged-in users (wp-admin, membership sites, and so on).
Many guides recommend caching plugins such as WP Super Cache on WordPress sites. However, since DreamPress comes with built-in caching, third-party caching plugins are not necessary and could even conflict with the built-in DreamPress cache.
For optimal performance, make sure the version of the Nginx Helper plugin is always up to date, as it provides helpful tools to manage your DreamPress site's cache.
Redis Object Cache
DreamPress Pro plans also have access to Redis Object Cache, which stores WordPress objects in memory. For more information on Redis Object Cache, see the following article:
When would I need to purge my cache?
When you make changes to your site, such as customizing or creating new content, the new changes may not show live because your site's old version is cached. Purging your cache can help to push your changes live so visitors see the most recent version of your site. View the following articles for details on how to purge your cache: