继 APC、PgPool、Memcached 之后,针对 Linux、Apache、PHP 和 PHP 的服务器优化后GreSQL?
您对 Linux、Apache、PHP 和 Linux 有哪些优化想法? PostGreSQL 服务器?
Which optimizations do you have in mind for a Linux, Apache, PHP & PostGreSQL server ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一个好的前端缓存(例如 Varnish)可以防止尽可能多的请求到达堆栈的其余部分。
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 用于压缩从服务器发送到客户端的数据。
mod_deflate for compressing data sent from server to client.