PHP的性能优化

来源:互联网 发布:星空软件 编辑:程序博客网 时间:2024/05/16 23:37

把图片保存在高速缓存服务器,用 phprpc 远程调用

 

memcache 也用了 libevent库

 

我们现在用 nginx 做反向代理,实现负载均衡    类似 apache

 

dbanotes.net 讲数据库比较多

 

 

RewriteEngine On
  RewriteCond %{REQUEST_URI} !^.*(/.css|/.js|/.gif|/.png|/.jpg|/.jpeg|/.swf|/.ico|/.php|/.htm|/.xls)$
  RewriteRule ^(/.*)$ /index.php

 

frontaccount

原创粉丝点击