This topic created in 4674 days ago, the information mentioned may be changed or developed.
标题好拗口啊,问题是现在一台8G的服务器,上了十几个WP,看内存情况占用并不是很严重,如下
root@debian ~# free -m
total used free shared buffers cached
Mem: 7999 5547 2452 0 274 4345
-/+ buffers/cache: 926 7072
Swap: 3812 0 3812
但是总觉得网站速度有时候影响的不是很快,重启php-fpm和nginx的时候貌似成效也不是很明显?一般需要注意哪些方面的优化呢?
1 replies 1970-01-01 08:00:00 +08:00  | | 1 plprapper Jul 12, 2013 先确定到底是后端慢,还是前端网络这块慢。
一般来说DNS+网络传输占比是非常大。 |