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
{{ message }}
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
When running lighthousebot on any of my PRs, Performance always is 0. Running it from Chrome Dev Tools, or from https://www.webpagetest.org/lighthouse, there is no such problem:
with lighthousebot on PR (flags --runner=wpt --pwa=100 --perf=77 --a11y=78 --bp=100 --seo=1):
WebPageTest:
Does CPU/Memory Power / Device emulation has anything to do with it?
What should I do?
The text was updated successfully, but these errors were encountered:
Hmm, it looks like something is up with CPU never being idle on WPT. That's causing TTI to Error out and never calculated. I wonder what version of Lighthouse they're running and/or if something may have changed.
When running
lighthousebot
on any of my PRs, Performance always is 0. Running it from Chrome Dev Tools, or from https://www.webpagetest.org/lighthouse, there is no such problem:with
lighthousebot
on PR (flags--runner=wpt --pwa=100 --perf=77 --a11y=78 --bp=100 --seo=1
):WebPageTest:
Does CPU/Memory Power / Device emulation has anything to do with it?
What should I do?
The text was updated successfully, but these errors were encountered: