manifest / performance / cache-for-search
Redis for Search
A high-performance WordPress plugin that enhances search functionality by implementing caching with Disk or Redis. This plugin significantly improves search performance and reduces database load by caching search results.
★ 0stars
10release downloads
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/madebyaris/cache-for-search/releases/download/hotifx/redis-for-search.zipFrom the readme
Redis / Disk cache for Search (full cache search) - WordPress Plugin
A high-performance WordPress plugin that enhances search functionality by implementing caching via Redis or Disk. This plugin significantly improves search performance and reduces database load by caching search results.
Screenshots
💝 Support & Donations
If you find this plugin useful, please consider supporting me by making a donation. Your support helps me maintain and improve the plugin.
👨💻 Hire Me
✉️ arissetia.m@gmail.com
🌐 madebyaris.com
Features
- 🚀 Redis-powered search result caching
- 🧠 Smart two-layer caching system
- 📊 Cache statistics tracking (hits/misses)
- 🔄 Automatic cache invalidation on post updates
- ⚙️ Smart caching strategies with adaptive algorithms
- 🛠️ Configurable Redis and disk cache settings
- 🎯 Admin interface for easy configuration
- ⚡ Fallback to disk cache when Redis is unavailable
Requirements
- PHP 7.1 or higher
- WordPress 5.0 or higher
- Redis server (optional)
- PHP Redis extension (Only if you want to use Redis)
Installation
1. Download the plugin from GitHub
2. Upload the plugin files to the /wp-content/plugins/redis-for-search directory
3. Activate the plugin thr
Read the full README on GitHub →