All articles tagged with ["PHP"
Is your LAMP stack consuming all your RAM? Discover how switching to PHP-FPM and Nginx can reduce your memory footprint by 50% and decrease latency for your Norwegian user base.
Is your Apache server thrashing swap under load? Stop relying on mod_php. We dissect the migration to Nginx + PHP-FPM, configure dynamic process managers, and tune APC for sub-millisecond execution times on Linux systems.
Is your server swapping under load? We dive deep into the architecture of PHP-FPM, available natively in PHP 5.3.3+, and show you how to configure Nginx on CentOS 6 to handle thousands of concurrent connections without melting your hardware.
Is your server swapping under load? With PHP-FPM now merged into the PHP 5.3 core, it is time to ditch the bloat of Apache mod_php. We explore the Nginx + FPM stack, opcode caching with APC, and how to configure process pools for the Norwegian market.
Is your server crawling under high load? Discover how replacing mod_php with PHP-FPM and Nginx can lower memory footprint and handle 3x the traffic on the same hardware.