DEV Community

Discussion on: PHP 8 performance 🐘🐘🐘🐘🐘🐘🐘🐘🚀

Collapse
 
leob profile image
leob

Interesting ... I'd like to benchmark PHP 8 vs PHP 7 with a Laravel app and then measure how the TPS (transactions/requests per second) is affected, because processing an HTTP request in Laravel involves executing a LOT of PHP code - I can imagine that a faster 'engine' executes all of that code a lot more quickly & efficiently, meaning that more requests can be handled using the same percentage of CPU ...