-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
NO FCP error on UAT #16083
Comments
As the error message says, the page did not paint any content. This can happen for a variety of reasons but is pretty common if the page Lighthouse is testing is hidden.
We need to know how to reproduce this issue in order to diagnose it. What page are you testing on?
This is not likely to be a security issue. The browser is probably just having trouble rendering content for some reason. |
You may be able to work around this issue by increasing max load wait time or max fcp wait time. In Calibre we have an automatic test retry that watches for |
Hi @benschwarz we will try increasing the max load wait time and max FCP wait time. However, we would like more guidance on how to do this:
Hi @adamraine do you have an email address / contact that we could reach you at? The website is confidential and we would prefer not to share its details over GitHub. Thank you! |
Please send the link to my email found here: https://mailhide.io/e/oDc3THdp |
Hi @adamraine thank you. I've dropped you an email with the necessary details. |
Thank you for sharing the site, I am able to reproduce the NO_FCP error. The root cause is that there is no visible content in the main frame of the web page, all of the visible content is contained in an iframe. Lighthouse does not look for FCP within iframe elements, and since there was no FCP in the main frame Lighthouse throws an error. One workaround would be to test the performance of the site in the iframe directly. Closing because this is WAI. |
Hi Google Lighthouse team, we encountered a 'NO FCP' error when Lighthouse scans on our website (UAT environment). We are using Lighthouse built into Chrome to run the scans (on Incognito).
This is the error message received: Error! The page did not paint any content. Please ensure you keep the browser window in the foreground during the load and try again. (NO_FCP)
We also troubleshooted by referencing a similar issue raised by another user: Google Lighthouse Error - No FCP. We've tried using WebPageTest as suggested in this thread but encountered similar errors.
Could you let us know:
Appreciate your advise. Please let us know if further information is needed. Thank you.
The text was updated successfully, but these errors were encountered: