我的网站存在很大问题。 2天前它开始有很高的响应时间,菜单缓慢等......
当我查看apache日志时,我看到了这个:
[Tue Nov 15 08:03:02.483834 2016] [cgi:error] [pid 5936] [client
90.164.184.119:35610] End of script output before headers: ea-php56,
referer: http://m.facebook.com/
[Tue Nov 15 08:03:03.528154 2016] [cgi:error] [pid 6856] [client
90.171.139.86:55239] End of script output before headers: ea-php56,
referer: http://m.facebook.com/
[Tue Nov 15 08:02:48.314544 2016] [cgi:error] [pid 6645] [client
94.143.78.239:54843] AH01215: PHP Deprecated: Automatically populating
$HTTP_RAW_POST_DATA is deprecated and will be removed in a future version.
To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini
and use the php://input stream instead. in Unknown on line
0:/usr/local/cpanel/cgi-sys/ea-php56, referer:
http://www.url.es/moreurl....
Apache每4或5秒生成一行代码,我认为这可能是速度慢的服务器(VPS SSD)的原因。
我尝试将always_populate_raw_post_data
设置为-1
,性能有所提升,但甚至没有达到它的目标。
该网站基于wordpress,我希望有人有这个问题的经验...
提前致谢
答案 0 :(得分:0)
解决方案:最后我确实将“always_populate_raw_post_data设置为-1”并在WP上重新安装了WP Supercache,现在一切都很好。