-
Notifications
You must be signed in to change notification settings - Fork 9.5k
PSI: fullPageScreenshot in Lighthouse 10 #14886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for catching and reporting. We'll fix. |
Has this been fixed? I still dont see the full screenshot in the pagespeed api |
Nope. This got held up for annoying reasons but we've been pushing on it. I'm hoping its deployed in the next 12 hrs.. |
It's rolling out now. 1/4 done. Should be complete within the next 3 hours. |
Thanks for the quick fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
The newest Lighthouse v10 has been released to PSI today. The PSI response doesn't have
fullPageScreenshot
attribute, which was moved fromaudits['full-page-screenshot']
in v10. It's also unspecified in PSI docs.But, it's available at pagespeed.web.dev as
window.__LIGHTHOUSE_JSON__.fullPageScreenshot
, therefore it's an issue with PSI API response.What did you expect?
Add
fullPageScreenshot
to PSI API response.How were you running Lighthouse?
PageSpeed Insights
Lighthouse Version
10.0.2
The text was updated successfully, but these errors were encountered: