GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28.21k stars 9.35k forks source link

[meta] List of sites that give Lighthouse trouble #2293

Closed patrickhulce closed 5 years ago

patrickhulce commented 7 years ago

To Investigate

Axe failures

Service worker/offline issues

Stopped tracing too early

Site misbehavior (aborted request, failed document, extremely slow server, etc)

Working but needed more than 30s

Working as of 2.6

Legend

πŸ’¨ = can be flaky (received a bad trace or axe failure on at least one run, but not reproducible) 😒 = undesirable metric result (but correct according to definition) 🐌 = Lighthouse is slow, i.e. multiple seconds spent in gathering/auditing

paulirish commented 7 years ago

perf diagnostics

paulirish commented 7 years ago

classics

brendankenny commented 7 years ago
brendankenny commented 7 years ago

30s may be too short

all these struggled with TTI, but all also hit the 30s timeout

patrickhulce commented 7 years ago

30s may be too short

the new throttling is going to make this true for a lot of sites now, we will basically fail on all sites from deep's TTI variability study that had TTI of >25s, which is a lot

patrickhulce commented 7 years ago

re: https://airhorner.com I'm not seeing anything fishy, what fails usually? re: https://react-hn.appspot.com/ to provide more color here, this app actually renders in response to websocket messages and fixing would require a CPU quietness signal over the protocol since we can't reasonably guess when to stop tracing with the current network request signals alone

patrickhulce commented 7 years ago
benschwarz commented 7 years ago
patrickhulce commented 7 years ago

@benschwarz could you elaborate with what issues you're seeing there? On a couple runs the only issue I'm seeing is running up to the 30s timeout before TTCI is computed

benschwarz commented 7 years ago

@benschwarz could you elaborate with what issues you're seeing there? On a couple runs the only issue I'm seeing is running up to the 30s timeout before TTCI is computed

Ok, if it runs at all it must've been fixed in the last two weeks. πŸ‘ The 30s timeout is a whole other thing, which is being tracked elsewhere, right?

ebidel commented 7 years ago
upugo-dev commented 5 years ago

@patrickhulce any update on these issues? we are experiencing TTI issues quite frequently during our testing

patrickhulce commented 5 years ago

@upugo-dev these were mostly addressed by 3.0 and is quite old, probably a candidate for closing. If you have a specific, reproducible error on a particular URL then file it in a separate issue πŸ‘

brendankenny commented 5 years ago

these were mostly addressed by 3.0 and is quite old, probably a candidate for closing

closing! We can have other issues for sites that give Lighthouse trouble without confusing things mixing in pre-3.0 issues :)