Hey so... anyone else use the Page Speed Insights API? We used to pull a ton of data from the "resource-summary" audit under lighthouseresults and it looks like that entire audit is just... Gone now. Cannot find reference in release notes for it. Path to the stuff used to look like this:
output['lighthouseResult']['audits']['resource-summary']['details']['items']{specific items here}

@johnmu

Closing the loop on this for those curious. The audit was removed. You have to manually rebuild these reports by going through the 'network-requests' audit. Which is annoying, but doable.

https://github.com/GoogleChrome/lighthouse/pull/15299

Thanks to John Mueller for pointing me to the right google group. for this.

core: remove `resource-summary` audit by adamraine · Pull Request #15299 · GoogleChrome/lighthouse

Part of #14909 Alternative to #15286 After discussion, we are definitely keeping total-byte-weight as an audit instead of resource-summary. The question now becomes, do we want to add the resource ...

GitHub

For those curious, this is the code I am working with:

Yes, it's likely not the cleanest but I have stuff due this week that needs the script. The if/except is there just incase Google returns like a null value or something in that spot.