我一直在使用 woocommerce 创建一个 wordpress 网站并且运行良好,但是当您在 woocommerce > 桌面的 wordpress 面板中输入时,为了查看您的销售、排行榜等,加载时间很长并且网站出现 503 错误, 3分钟无法访问网站。这可能发生在整个 woocommerce 插件中,但在本节中是此问题发生最多的地方。服务器使用所有 512 Mb 和所有 I/O 即 1 Mb。
在 Cpanel> Metrics> CPU and Concurrent Connection Usage> Snapshot 中,表格显示了两个 CMD / usr / sbin / httpd -k 以每个 225 MB 的 ram 开始。
我一直在重新安装 woocomerce 插件,我增加了 php 内存和 wordpress 内存但不起作用。有人遇到过这个问题吗?
感谢您的支持。
编辑 1
我在 wp-content 中的调试日志是:
[12-Jun-2020 22:49:54 UTC] PHP Notice: Undefined index: items in /home/vmgcwv3crvl0/public_html/(mydomain)/wp-includes/rest-api.php on line 1251
[12-Jun-2020 22:49:54 UTC] PHP Notice: Trying to access array offset on value of type null in /home/vmgcwv3crvl0/public_html/(mydomain)/wp-includes/rest-api.php on line 1226
[12-Jun-2020 22:49:54 UTC] PHP Notice: Trying to access array offset on value of type null in /home/vmgcwv3crvl0/public_html/(mydomain)/wp-includes/rest-api.php on line 1240
[12-Jun-2020 22:49:54 UTC] PHP Notice: Trying to access array offset on value of type null in /home/vmgcwv3crvl0/public_html/(mydomain)/wp-includes/rest-api.php on line 1258
[12-Jun-2020 22:49:54 UTC] PHP Notice: Trying to access array offset on value of type null in /home/vmgcwv3crvl0/public_html/(mydomain)/wp-includes/rest-api.php on line 1298
[12-Jun-2020 22:49:54 UTC] PHP Notice: Trying to access array offset on value of type null in /home/vmgcwv3crvl0/public_html/(mydomain)/wp-includes/rest-api.php on line 1314
[12-Jun-2020 22:49:54 UTC] PHP Notice: Trying to access array offset on value of type null in /home/vmgcwv3crvl0/public_html/(mydomain)/wp-includes/rest-api.php on line 1319
[12-Jun-2020 22:49:54 UTC] PHP Notice: Trying to access array offset on value of type null in /home/vmgcwv3crvl0/public_html/(mydomain)/wp-includes/rest-api.php on line 1324
catspeake