This document discusses optimizing a WordPress site to handle high traffic loads. It provides tips for caching at various levels (opcode, object, page, fragment) using tools like Nginx, PHP-FPM, memcached. It also recommends using a CDN, handling traffic variability, and scaling to multiple application servers with a load balancer. Benchmark results show performance improving from serving 50k pages/day to over 8k requests/second after these optimizations.
Related topics: