
os:linux
backend sever:nginx with fastcgi cache enabled
frontend server nginx with proxy cache enabled to varnish frontend port
super cache,varnish http cache with backend diferent hostnames to different ports on backend server
php:php 7 via php-fpm
database server mariadb
with redis
caches make your site fly!
==============
2025后记:其实php8对于php7,效能已经起飞了。之前其实最关键的一个是php7相对于php5的性能起飞。导致facebook自己开发的高性能网络服务编程项目都停掉了。真正起飞又稳定是php7.4的时候。
评论