Hacker News new | ask | show | jobs
by jw1224 1914 days ago
Performance keeps getting better, particularly with PHP 7 and 8. And just last week, “Laravel Octane” was announced... it lets you serve a Laravel app using Swoole, and early benchmarks on a MacBook Pro suggest 25k+ HTTP requests served per second!
1 comments

Cool, I'll have to get updated and checkout Laravel Octane soon after clearing a work backlog, did notice Taylor tweet something about it.

I'm guessing your benchmarks are using native php-fpm and not through docker on your MBP?

Laravel Octane is using Swoole which implements a complete webserver, so there won‘t be any php-fpm more. As you would need to restart the server for every code change, there won‘t be a performance difference between docker on mac and non-docker.
I’m not too sure, I was just quoting the figures Taylor gave after his Laracon demo. I think the beta is being released next week.