我想要一些建议来修复网站速度问题我正在使用Apache
和nginx
需要一些配置来修复加载时间问题
我的VPS
规范
> 30GB Ram
> 2000 GB SSD-boosted
> 1 Gbit/s port UNLIMITED Traffic
> UP steam 120 Gbit/s
> Six cores Processor
我正在使用sentora(zadmin)
网络面板我面临着太多的加载时间问题我的服务器响应很好但页面花了太多时间来加载我的网页面板配置存在问题。
PING DATA
--- DIRECT SERVER IP DATA ---
Pinging 173.212.213.220 with 32 bytes of data:
Reply from 173.212.213.220: bytes=32 time=279ms TTL=47
Reply from 173.212.213.220: bytes=32 time=277ms TTL=47
Reply from 173.212.213.220: bytes=32 time=278ms TTL=47
Reply from 173.212.213.220: bytes=32 time=278ms TTL=47
Ping statistics for 173.212.213.220:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 277ms, Maximum = 279ms, Average = 278ms
--- IP BIND BY CLOUDFLARE ---
Reply from 104.18.60.166: bytes=32 time=147ms TTL=52
Reply from 104.18.60.166: bytes=32 time=147ms TTL=52
Reply from 104.18.60.166: bytes=32 time=147ms TTL=52
Reply from 104.18.60.166: bytes=32 time=146ms TTL=52
Ping statistics for 104.18.60.166:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 146ms, Maximum = 147ms, Average = 146ms
在Cantos 6.9上运行的服务器
更新了
错误日志
[Tue Jun 19 07:53:58 2018] [error] child process 4442 still did not exit, sending a SIGKILL
[Tue Jun 19 07:53:59 2018] [notice] caught SIGTERM, shutting down
[Tue Jun 19 07:54:00 2018] [notice] Digest: generating secret for digest authentication ...
[Tue Jun 19 07:54:00 2018] [notice] Digest: done
Apache httpd.conf
<IfModule prefork.c>
StartServers 16
MinSpareServers 10
MaxSpareServers 40
ServerLimit 1024
MaxClients 1024
MaxRequestsPerChild 4000
</IfModule>
<IfModule worker.c>
StartServers 4
MaxClients 300
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>