How to benchmark a WordPress installation? [closed]
Siege. Test against both an actual post/page (which would theoretically hit page cache, APC, varnish, etc. for every request after the first request), and against a 404 (e.g., randomly generated strings), which would require database queries on each hit. A few helpful flags: -b benchmark (don’t wait between requests) -c N where N is the … Read more