After APC, PgPool, Memcached, which server optimizations for Linux, Apache, PHP & PostGreSQL?
Which opt开发者_如何学Goimizations do you have in mind for a Linux, Apache, PHP & PostGreSQL server ?
A good front end cache (e.g. Varnish) to keep as many requests as possible from even hitting the rest of the stack.
mod_deflate for compressing data sent from server to client.
精彩评论