1. 测试网站速度(命令行)
curl -o /dev/null -s -w “响应时间: %{time_total}s\n” https://你的域名.com
2. 检查SSL证书
echo | openssl s_client -connect 你的域名.com:443 2>/dev/null | openssl x509 -noout -dates
3. 查看资源负载(确保CPU<70%)
top -c | grep -E “nginx|php-fpm”
curl -o /dev/null -s -w “响应时间: %{time_total}s\n” https://你的域名.com
echo | openssl s_client -connect 你的域名.com:443 2>/dev/null | openssl x509 -noout -dates
top -c | grep -E “nginx|php-fpm”