Console Login

#PHP-FPM

All articles tagged with PHP-FPM

Escaping the Apache Bloat: Tuning PHP Performance with PHP-FPM and Nginx

Is mod_php eating your RAM? Learn how to implement the PHP-FPM patch with Nginx to handle high concurrency without melting your server. A 2009 guide to high-performance VPS tuning.

Stop the Swap: Accelerating High-Load Web Apps with PHP-FPM in 2009

Is Apache mod_php eating your RAM? Discover how switching to PHP-FPM and Nginx can handle high concurrency without melting your server. A guide for serious sysadmins.

PHP-FPM & Nginx: Escaping the Apache Memory Trap in High-Load Environments

Is your server swapping to death under load? Stop using mod_php. We explore the Nginx + PHP-FPM architecture to handle thousands of concurrent connections on your VDS without buying more RAM.

Scaling PHP in 2009: Why We Are Abandoning mod_php for PHP-FPM

Is Apache eating all your RAM? Discover how the PHP-FPM patch coupled with Nginx can lower your memory footprint and handle high concurrency better than standard LAMP stacks.