optimization - Google Page Speed Insights API: Internet Error -


i getting error google pagespeed insights api. returns internal error code 500. here detailed response:

 "error": {   "errors": [    {     "domain": "global",     "reason": "internalerror",     "message": "an error occurred while fetching or analyzing page."    }   ],   "code": 500,   "message": "an error occurred while fetching or analyzing page."  } } 

i tried google api key within google cloud console (enabled pageinsights api account). no luck still same message.

here result screenshot of same page tested on tools.pingdom.com enter image description here

enter image description here

it helpful if google provided detailed error messages can identify issue is. or pointers on great.

the issue svg image. once removed page speed starting working. still not sure wrong image.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -