Currently the PHP images are using the Apache 2 Handler which basically results in new PHP process being spawned. Nowadays, it would be much more efficient to use PHP-FPM to speed up the load times of applications and also reduce consumed memory, especially given, these are the sample images.