PHP-FPM pool is TOO SMALL for a production WooCommerce site:
PHP-FPM configuration:
pm = dynamic
pm.max_children = 50 # Increase from 5 to 50
pm.start_servers = 10 # Increase from 2 to 10
pm.min_spare_servers = 5 # Increase from 1 to 5
pm.max_spare_servers = 15 # Increase from 3 to 15
pm.max_requests = 500 # Add this line
文章標籤
全站熱搜

留言功能已依作者設定調整顯示方式