Hacker News new | ask | show | jobs
by zoid_ 1912 days ago
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?

2 comments

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.