magento-performance
Installation
SKILL.md
Magento 2 Performance Optimization
Before writing code
Fetch live docs:
- Web-search
site:experienceleague.adobe.com commerce performancefor performance best practices - Web-search
site:experienceleague.adobe.com commerce configuration cachefor cache configuration - Web-search
site:developer.adobe.com commerce php development cachefor cache development guide
Full Page Cache (FPC)
Varnish (Recommended for Production)
- Serves cached pages from RAM before hitting the web server
- Dramatically reduces TTFB (time to first byte)
- Magento generates VCL (Varnish Configuration Language) files
- Configure at Stores > Configuration > Advanced > System > Full Page Cache
- Generate VCL:
bin/magento varnish:vcl:generate