我的Magento 1.13 EE在我的专用服务器上安装了多个网站。
加载主页需要4到5秒,但是当我进入它时,它只是顺利运行。
测试我到目前为止跑了:
ping www.mykidz.it
(即使ping需要5秒!!)
PING mykidz.it (37.247.48.38) 56(84) bytes of data.
64 bytes from 37.247.48.38: icmp_req=1 ttl=56 time=6.79 ms
卷曲+时间
$ curl -o /dev/null -s -w %{time_total}\\n http://www.mykidz.it
3,809 second
curl +用于测试目的的另一个文件的时间(jpg是1MB大小) - >
$ curl -o /dev/null -s -w %{time_total}\\n http://www.mykidz.it/cat.jpg
0,027 seconds
我已经重启了我的网络服务器(nginx)和php(php5-fpm),但问题仍然存在..
有没有人知道如何解决这个问题?