对我来说,Freelancer.com 的加载速度非常慢,而其他所有网站都加载正常。
这在所有浏览器(FF、Chrome、IE)的最新版本中都会发生。
当我通过访问http://anonymouse.org/或者 Hidemyass 可以完全正常加载。
我使用 Google DNS,并尝试将其关闭,但没有效果。我没有使用任何代理。
任何帮助都非常感谢。
编辑:
如果有帮助的话,这是跟踪路由:
Tracing route to freelancer.com [174.129.12.136]
over a maximum of 30 hops:
1 10 ms 1 ms <1 ms 192.168.2.1
2 56 ms 58 ms 56 ms rb5-lo1.core.global.net.uk [xx.xx.xx.xxx]
3 66 ms 57 ms 61 ms rb2-ge0-3v405.core.global.net.uk [xx.xx.xx.xxx]
4 259 ms 65 ms 74 ms po2.pte-gw1.plus.net [xx.xx.xx.xxx]
5 470 ms 264 ms 247 ms vl22.thn-gw1.plus.net [xx.xx.xx.xxx]
6 57 ms 57 ms 59 ms te3-2.ptn-gw01.plus.net [xx.xx.xx.xxx]
7 129 ms 65 ms 57 ms t2a1-ge2-0-0.uk-lon1.eu.bt.net [xx.xx.xx.xxx]
8 216 ms 62 ms 69 ms t2c2-ge2-0-0.uk-lon1.eu.bt.net [xx.xx.xx.xxx]
9 306 ms 63 ms 58 ms t2c1-p4-2.uk-eal.eu.bt.net [xx.xx.xx.xxx]
10 267 ms 150 ms 141 ms t2c1-p4-0-0.us-ash.eu.bt.net [xx.xx.xx.xxx]
11 208 ms 197 ms 221 ms equinix01-iad2.amazon.com [xx.xx.xx.xxx]
12 163 ms 141 ms 131 ms xx.xx.xx.xxx
13 178 ms 319 ms 170 ms xx.xx.xx.xxx
14 * * * Request timed out.
15 * * * Request timed out.
16 * * * Request timed out.
17 *
答案1
您和该网站之间可能存在网络问题,因此通过其他位置访问可以正常工作。
您可能无法自行解决这个问题,但如果问题仍然存在,您可以联系您的网络提供商,或者如果连接性不够好,请更换提供商。
您可以执行跟踪路由来了解问题可能出在哪里,然后将相同的信息转发给您的网络提供商。
编辑 2*:我刚刚注意到它托管在 Amazon EC2 实例上。他们可能对 DNS 进行了更改,这需要一些时间来传播。您可以尝试以下方法之一:
在 Windows 上:
ipconfig /flushdns
您可能会发现使用备用 DNS 服务器可以暂时解决问题,但问题应该会自行解决。
答案2
另一个可能是您的 hosts 文件存在问题。请检查以下文件:
C:\Windows\system32\drivers\etc
它被调用hosts.
并包含特定于您电脑的重定向。确保没有一行提到该网站或其 IP 地址。
我认为这可能只是您和该网站之间的互联网问题,并且可能很快就会自行修复。