Patrick Hulce
Patrick Hulce
@InfobyteTarun you can use the `flags` argument of the `lighthouse` function or `settings` property of the Lighthouse config. ```js lighthouse(url, {disableStorageReset: true}) // OR lighthouse(url, flags, {extends: 'lighthouse:default', settings: {disableStorageReset:...
Heh, I was going to file with some supporting evidence if you were lukewarm positive, thank you! :)
> What % of developers/pages will this impact? React is detected on 5% of pages of a random sample of HTTPArchive. The detection goes beyond global scope detection (looks for...
> Can you somehow weigh those page stats w/ relative traffic? The BuiltWith dataset certainly shows the higher traffic sites use React more often (moving from ~1.5% to ~5% as...
cc @anniesullie we'd love to hear what the Chrome Speed Metrics team is working on in this area if there are any plans to do this in the future :)
> I think that would devolve in some common cases regarding carousels. Speed Index has this same problem but benefits from the fact that "Visual complete idle" isn't used for...
Assigning @brendankenny for fixing the #2459 related instances
@KolyaSlisarenko the examples are outlined in the issue description as 1-6. Do none of those cases apply to you?
@ferrerluis Google case usually falls under "Server failure with initial request URL". Google servers typically reject a portion of bot traffic and have a fairly low rate limit, so depending...
503 means that the service is unavailable. Is it possible that whatever is handling the request could go down in a way that wouldn't appear in the logs you're looking...