1

我有一个 Magento 1.13 EE,在我的专用服务器上安装了多个网站。

加载主页需要 4 到 5 秒,但是当我进入时它运行顺畅。

到目前为止我运行的测试:

  1. 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
    
  2. 卷曲+时间

    $ curl -o /dev/null -s -w %{time_total}\\n http://www.mykidz.it
    3,809 second
    
  3. curl + time 用于测试目的的另一个文件(jpg 为 1MB 大小)-->

    $ curl -o /dev/null -s -w %{time_total}\\n http://www.mykidz.it/cat.jpg
    0,027 seconds
    

我已经重新启动了我的网络服务器(nginx)和php(php5-fpm),但问题仍然存在..

有谁知道如何解决这个问题?

4

0 回答 0