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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/magento2-commerce:magento-performanceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Fetch live docs**:
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.
npx claudepluginhub orcaqubits/agentic-commerce-skills-plugins --plugin magento2-commerceDeploys Magento 2 to production: modes, static content, DI compilation, CLI commands, zero-downtime strategies (blue-green, symlinks), CI/CD pipelines.
Optimizes BigCommerce storefront performance: CDN, image optimization, lazy loading, Stencil theme tuning, API caching, GraphQL efficiency, Core Web Vitals. For store speed improvements.
Optimizes Shopify store speed with Liquid rendering tips, CSS/JS deferral, image/CDN optimization, Core Web Vitals, and Hydrogen caching strategies.