Performance Tuning
Symfony Cache
Clearing the Cache
# Clear cache for the current environment
php bin/console cache:clear
# For production environments specifically
php bin/console cache:clear --env=prodCache Warmup
php bin/console cache:warmup --env=prodCaching Strategies
Strategy
Description
Recommended OPcache Settings
Lazy Loading
Setting
Description
CDN (Content Delivery Network)
Database Optimization
Action
Description
Web Server Configuration
Optimization
Description
Tips
Last updated
Was this helpful?