I built the fastest PHP webserver in the world
A developer claims to have built the fastest PHP web server in the world, called qbixserver, which is a reimplementation of the Apache HTTP Server in PHP. It achieves this speed by using PHP's built-in opcache and a just-in-time (JIT) compiler. The new server is capable of serving 10,000 requests per second on a single core, with 100% CPU usage. The author also highlights that qbixserver is easy to use and can be run on any server with PHP 7.4 or later installed. The project is open-source and available on GitHub.
Read the full article at qbixserver.com →