What problem does it solve?
Magento deployments often suffer from misconfigured infrastructure services like Redis caches, RabbitMQ queues, OpenSearch search backends, and multi-database MySQL setups, leading to slow storefronts and unreliable background processing.
Core Features & Use Cases
- Configures and troubleshoots Redis caches (DB0 app cache, DB1 FPC, DB2 sessions) to improve cache hit rates and reliability.
- Orchestrates RabbitMQ for asynchronous processing with clear consumer, topology, and management guidance.
- Configures OpenSearch/Elasticsearch for Magento product/catalog search with safe reindex guidance and health checks.
- Provides guidance on multiple MySQL connections (default, indexer, checkout) to isolate workloads and prevent locking.
- Includes CLI commands and env.php examples to reproduce production-grade setups.
Quick Start
Paste this file as a system prompt and describe your Magento infrastructure task to begin.