This document discusses strategies for scaling WordPress sites. It recommends starting small and layering technologies, beginning with optimizing individual components like HTTP, PHP, MySQL and WordPress plugins. Caching and offloading work to Memcached can improve performance. Using replication allows reads from slave databases. An asynchronous job queue handles background tasks. The overall approach involves profiling, optimizing each layer, adding servers, replication, and data centers to handle increasing load.