ondemand kills all workers after 10s idle, causing cold Laravel bootstrap (10-54s) on every request after any quiet period. dynamic keeps min_spare_servers=1 alive at all times; the other PM_* values (start_servers=2, min=1, max_spare=3) were already set but ignored under ondemand. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>