From magento2-commerce
Optimizes Magento 2 performance with Varnish FPC, Redis caching/sessions, indexer tuning, JS/CSS minification/bundling, and DB tweaks. For diagnosing slow pages and load times.
npx claudepluginhub orcaqubits/agentic-commerce-skills-plugins --plugin magento2-commerceThis skill is limited to using the following tools:
**Fetch live docs**:
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Fetch live docs:
site:experienceleague.adobe.com commerce performance for performance best practicessite:experienceleague.adobe.com commerce configuration cache for cache configurationsite:developer.adobe.com commerce php development cache for cache development guidebin/magento varnish:vcl:generatebin/magento cache:clean full_pageStore all Magento caches in Redis for fast reads:
app/etc/env.php under cacheStore PHP sessions in Redis instead of filesystem/database:
app/etc/env.php under sessionbin/magento indexer:statusStatic content is pre-deployed and minified:
bin/magento setup:static-content:deploy --jobs=N
If using Hyva themes: ~5 HTTP requests vs ~230, ~0.4MB vs ~3MB — eliminates most JS optimization needs.
EXPLAINapp/etc/env.phpapp/etc/env.php or via bin/magento dev:profiler:enableFetch the performance documentation for exact configuration paths, VCL generation options, and Redis configuration format before optimizing.