以 google 页面速度测试网站时出错
Getting error while testing website in google page speed
您好,我正在尝试测试我的网站的页面速度 google 但出现错误。
"Attempting to load the page reached the limit of 3 client redirects. The last URL fetched was http://www.example.com/. This may indicate the page is redirecting to itself, or has a loop of redirects."
你能告诉我到底是什么问题吗?
您的页面似乎正在重定向到自身。在您的终端中执行以下命令。
curl -I http://www.example.com
确保 URL 您正在使用 returns HTTP/1 进行测试。1 200 OK。
您还可以使用一些在线工具找到最终目的地,并使用该工具来测试页面速度。检查这个 - http://redirectdetective.com/
您好,感谢您的回复 我已经在“http://redirectdetective.com/”测试了 url 并获得了 no redirects found
我还执行了 curl -I http://www.example.com
命令并获得了 HTTP/1.1 200 OK
响应。
但我仍然收到页面速度错误 google。
您好,我正在尝试测试我的网站的页面速度 google 但出现错误。
"Attempting to load the page reached the limit of 3 client redirects. The last URL fetched was http://www.example.com/. This may indicate the page is redirecting to itself, or has a loop of redirects."
你能告诉我到底是什么问题吗?
您的页面似乎正在重定向到自身。在您的终端中执行以下命令。
curl -I http://www.example.com
确保 URL 您正在使用 returns HTTP/1 进行测试。1 200 OK。
您还可以使用一些在线工具找到最终目的地,并使用该工具来测试页面速度。检查这个 - http://redirectdetective.com/
您好,感谢您的回复 我已经在“http://redirectdetective.com/”测试了 url 并获得了 no redirects found
我还执行了 curl -I http://www.example.com
命令并获得了 HTTP/1.1 200 OK
响应。
但我仍然收到页面速度错误 google。