Google Page Speed Insights API: Internet Error

2019-07-27 09:03发布

I am getting an error from Google PageSpeed Insights API. Its just returns Internal Error with Code 500. Here is the detailed response:

 "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."
 }
}

I also Tried with Google API key from within Google Cloud Console (Enabled PageInsights APi for my account). No Luck still the same message.

Here is a result screenshot of the same page tested on tools.pingdom.com enter image description here

enter image description here

It would be helpful if Google Provided detailed error messages which can help us identify where the issue is. Any help or pointers on this would be great.

2条回答
孤傲高冷的网名
2楼-- · 2019-07-27 09:21

You have too many resources loading on page load. The Render limit is 200. You can also try to test your site with think with Google

查看更多
神经病院院长
3楼-- · 2019-07-27 09:31

The issue was with an SVG image. Once it was removed Page Speed starting working. Still not sure what was wrong with the image.

查看更多
登录 后发表回答