A presentation that was originally shown at WordCamp Miami 2013 by Taylor Jasko (@tjasko) all on how to increased the performance of WordPress on exclusively on the back-end.
- Apache Nginx Asynchronous-based Multiple connections per thread process-based every connection needs a new thread Both perform Similar under light loads The major difference: memory usage
= 5 pm.max_spare_servers = 25 pm.process_idle_timeout = 60s request_terminate_timeout = 30s process manager Type PHP Config (pool.d/www.conf) limit ON simultaneous requests # OF processes MADE on startup # OF idle processes MAX idle processes TIME TO WAIT TO KILL PROCESS MAX EXECUTION TIME
query_cache_type=1 query_cache_limit=2M query_cache_size=32M Turns caching on Max size of query to be cached Total size of queries to cache MYSQL Config (my.conf)