I am running the Google Page Speed test for https://www.oceanluxe.com.au and get the following message:
> Lighthouse returned error: NO_FCP. Something went wrong with the recording
> the trace over your page load. Please run the Lighthouse again. (NO_FCP)
> (NO_FCP)
Can anyone help?
Tried on different servers, tried various URLs as well http://oceanluxe.com.au
Lighthouse will return the NO_FCP error due to the first frame starting at an opacity of 0, even though the page does soon afterwards become opaque. To trick Lighthouse into doing the right thing, ensure the first frame begins with some value other than zero.
The page did not paint any content This error essentially indicates that a First Contentful Paint was not detected (No FCP found). You can investigate this issue by loading your page in an incognito window in your Chrome desktop browser and loading the Performance panel in DevTools.
Try to do a test again in incognito mode. I had the same problem today and clearing the cookies and cached files helped in my case.
I got the same error. It was because the page was not able to print anything on the screen within a stipulated time.I just printed something before time consuming code and that fixed the issue.
You can try this work around, it helped me:
First open "https://www.google.com/" or any good website URL then open you website URL. This may show two tabs mobile and desktop. The mobile tab may give same error so one should click on Desktop tab, it may show status of that URL.
Two things can interfere when using the lighthouse tool:
Therefore a 'workaround' here should be straightforward:
Ctrl + Shift + Del
⌘ + Shift + Delete
Ctrl + Shift + N
⌘ + Shift + N
A 15 second timeout has been introduced when considering the start of the page load. If your page doesn’t respond or any content within ~15 seconds, Lighthouse will bail. This will result in the NO_FCP error.
Until you are able to get your page to load within this timeframe, you won’t be able to do a scan. In most cases, if nothing appears on the page for 15 seconds, that means there is an issue on the server or a firewall is blocking access.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With