What problem does it solve?
This Skill helps you diagnose and optimize Magento 2 performance problems by turning slow pages, heavy queries, and inefficient cache behavior into a measured improvement plan.
Core Features & Use Cases
- Performance Profiling: Baseline response time, memory, and query count before making changes.
- Bottleneck Analysis: Investigate backend, database, cache, search, queue, and frontend layers using Magento profiler, query logs, New Relic, Blackfire, Lighthouse, and WebPageTest.
- Cache and Invalidation Guidance: Apply safe caching strategies, block-level cache keys, cache tags, and targeted invalidation instead of broad flushes.
- Use Case: When a category page is slow because of repeated database lookups and uncached block rendering, use this Skill to identify the dominant bottleneck, apply the smallest fix, and verify the improvement with the same measurement method.
Quick Start
Ask the skill to profile the slow Magento page or command, identify the main bottleneck, and return the smallest safe optimization with before-and-after verification.