You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Thanks for this Github action. It's been a great way to programmatically check our scores.
I know the lighthouse node module allows us to access more detailed metrics, like TTI and FCP. While I'm able to access the summary from the manifest, I'd like more than just the top level scores like "performance" and "best practices".
I was able to capture more detailed metrics, but it was relatively challenging. Here's a snippet of what I did, which will hopefully help other people!
Hey! Thanks for this Github action. It's been a great way to programmatically check our scores.
I know the lighthouse node module allows us to access more detailed metrics, like TTI and FCP. While I'm able to access the summary from the manifest, I'd like more than just the top level scores like "performance" and "best practices".
This is what I'm doing right now:
Then I'm accessing the manifest in
./lighthouse-audits/results.js
like this:Can we expose more detailed metrics in the manifest?
The text was updated successfully, but these errors were encountered: