如何让 webpagetest.org 从不同的 IP 地址加载网站

how to make webpagetest.org load a website from a different IP address

我曾经从网络托管支持那里收到有关如何使用 webpagetest.org 从不同 IP 地址到当前所在 IP 地址测试网站的说明。这使您能够在不同的主机上测试网站,以查看该主机加载网站的速度是否比当前主机快。

我查看了“高级测试”>“高级”选项卡,但看不到如何实现。

编辑: 来自 the Scripting help doc,有一个脚本命令可以使用:

setDnsName  www1.aol.com    www.aol.com
setDns  www.aol.com 127.0.0.1
setCookie   http://www.aol.com  zip=20166
navigate    http://www.aol.com

当我只尝试 1 行时:

setDns  www.example.com.au  103.103.103.103

我收到错误:

Invalid Script (make sure there is at least one navigate command and that the commands are tab-delimited). Please contact us if you need help with your test script.

感谢帮助。

我转到“高级测试”>“脚本”选项卡,然后输入命令:

setDns  www.example.com.au  103.103.103.103
navigate    www.example.com.au

这对我有用