name lookups turn off FollowSymLinks turn off .htaccess (if you can) turn on compression (mod_deflate) tweak MaxClients HTTP - The Web Server Saturday, September 17, 2011
on static files (unless you really need to) consider output buffering be careful with preg_* functions profile your running code (Xdebug, VLD) don’t re-invent native PHP functions, they are likely faster than yours PHP Saturday, September 17, 2011
reason not to) use the slow query log use EXPLAIN on queries, learn what the output means double triple check your indexes learn about quirks MySQL Saturday, September 17, 2011