Optimization 谷歌页面速度洞察API:互联网错误

Optimization 谷歌页面速度洞察API:互联网错误,optimization,google-api,google-cloud-platform,google-pagespeed,Optimization,Google Api,Google Cloud Platform,Google Pagespeed,我从Google PageSpeed Insights API得到一个错误。它只返回代码为500的内部错误。 详细答复如下: "error": { "errors": [ { "domain": "global", "reason": "internalError", "message": "An error occurred while fetching or analyzing the page." } ], "code": 500, "

我从Google PageSpeed Insights API得到一个错误。它只返回代码为500的内部错误。 详细答复如下:

 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "internalError",
    "message": "An error occurred while fetching or analyzing the page."
   }
  ],
  "code": 500,
  "message": "An error occurred while fetching or analyzing the page."
 }
}
我还尝试了使用谷歌云控制台中的谷歌API密钥(已启用) PageInsights APi(适用于我的帐户)。没有运气,还是一样的消息

下面是在tools.pingdom.com上测试的同一页面的结果截图


如果谷歌能提供详细的错误信息,帮助我们找出问题所在,那将是很有帮助的。这方面的任何帮助或指导都将非常有用。

页面加载时加载的资源太多。渲染限制为200。
您还可以尝试使用

测试您的站点问题在于SVG图像。一旦它被删除页面速度开始工作。仍然不确定图像出了什么问题