This document discusses optimizing WordPress/PHP performance on web servers. It begins by explaining why optimization is important for user experience, search engine rankings, costs and uptime. It then provides a brief history of PHP serving technologies like mod_php and introduces Nginx as a faster alternative to Apache for proxying PHP through PHP-FPM. Benchmark tests show that Nginx significantly outperforms Apache under load, using less system resources with higher throughput and lower response times, even causing Apache to crash under heavy load. The document recommends using Nginx to serve PHP through PHP-FPM for better performance and scalability.