Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from WP Redis™
CacheLight is not affiliated with WP Redis. The name and any related trademarks are used solely for nominative descriptive purposes.
This plugin replaces the standard object cache in content management systems with Redis, an in-memory data store. It is designed for developers and site administrators who need to improve application performance, particularly for dynamic pages and logged-in user sessions where traditional page caching is less effective.
Persistent Object Storage: Data cached by the application persists across page loads and server restarts, unlike the default runtime cache. Reduced Database Queries: Frequently requested data like transients and query results are stored in memory, significantly decreasing load on the database server. Scalable Architecture: The cache operates independently of the web server, making it suitable for multi-server or scaled environments. Graceful Failure Handling: If the Redis connection becomes unavailable, the system automatically fails back to the standard internal object cache to prevent site outages. WP-CLI Integration: Includes commands to check cache status, debug hit ratios, and launch a Redis CLI session directly from the command line.