What problem does it solve? Magento stores often suffer from stale prices, invisible products, slow category pages, and session bottlenecks caused by misconfigured indexers and caching layers. This Skill provides production-grade guidance for managing Magento indexers, deploying Varnish as the full-page cache, and configuring Redis for application cache and sessions. ## Core Features & Use Cases - Indexer Management: Set indexers to Update by Schedule mode, run partial reindexes, tune batch sizes, and diagnose stale data via changelog tables and cron health checks. - Varnish FPC Configuration: Generate and customize VCL for full-page caching, handle X-Magento-Vary context cookies, and strip tracking parameters to prevent cache fragmentation. - Redis Setup: Configure separate Redis databases for default cache, page cache, and sessions with correct compression, persistence, and eviction policies. - Use Case: After a bulk product import shows wrong prices on the storefront, use this Skill to check indexer changelog backlogs, reindex only catalog_product_price, and verify cron is processing scheduled indexers. ## Quick Start Ask the AI to configure Magento production indexers and Redis caching for an 80,000-SKU catalog, including a diagnostic runbook for stale price issues.