TL;DR: Laravel has a lot of overhead https://blog.openresty.com/en/laravel-hello-cpu/
How CPU Time is Spent inside PHP Laravel Apps (using OpenResty XRay) - OpenResty Official Blog

Problem: high CPU usage Use the Guidede Analysis Feature of OpenResty XRay to Analyze CPU Distribution in Laravel Application Automatic analysis and reports What is OpenResty XRay

@TimB0nd especially when using development dependencies and no production optimizations. Curious how this would compare more apples to apples. Although it probably will always add more overhead considering all the features. Happily serving <10ms requests using Laravel so fast enough for my scale at least 🚀