效能調校
Symfony 快取
清除快取
# Clear cache for the current environment
php bin/console cache:clear
# For production environments specifically
php bin/console cache:clear --env=prod快取預熱
php bin/console cache:warmup --env=prod快取策略
策略
描述
建議的 OPcache 設定
延遲載入
設定
描述
CDN(內容傳遞網路)
資料庫優化
動作
描述
網頁伺服器配置
優化措施
描述
提示
最後更新於
這有幫助嗎?