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
In Lighthouse settings untick "Simulated throttling"
Click "generate report"
I get it with the CLI as well, but only about 1 in 4 times or so. Since the issue seems to happen for certain timings you might have to play with the delayFcpMs query param. (I also used a locally hosted server with an FCP delay of 2000ms.)
Ahhhh thanks very much @mattzeunert I think this might explain #10410 as well. We wait 5250 ms after load, CPU quiet, and network quiet, but if FCP was after all of those then we'll bump into this error.
You might already be aware but increasing cpuQuietThresholdMs/pauseAfterLoadMs/networkQuietThresholdMs in the defaultPass config should fix this in the meantime.
Provide the steps to reproduce
I most consistently get the error in DevTools:
I get it with the CLI as well, but only about 1 in 4 times or so. Since the issue seems to happen for certain timings you might have to play with the
delayFcpMs
query param. (I also used a locally hosted server with an FCP delay of 2000ms.)node lighthouse-cli/index.js --view --throttlingMethod provided https://persistent-friendly-authority.glitch.me/\?delayFcpMs\=1700
What is the current behavior?
Lighthouse reports no performance score and shows a NO_TTI_CPU_IDLE_PERIOD error.
If a 400ms loop is added after setting the body HTML the error no longer occurs.
What is the expected behavior?
There shouldn't be an error.
Environment Information
The text was updated successfully, but these errors were encountered: