Find score inside json result of PageSpeed Insights API v5

后端 未结 2 503
醉梦人生
醉梦人生 2021-02-06 01:49

I\'m trying the Google v5 API page speed insight but i don\'t find the SCORE inside the JSON result.

This is the api https://www.googleapis.com/pagespeedonline/v5/runPage

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-06 02:13

    I think it is the following: json.lighthouseResult.categories.performance.score

    Returns a decimal with 1 as maximum. So you have to multiply with 100 to get the percentage. Works for me.. However I don't seem to get the same value every time. It fluctuates...

提交回复
热议问题