Adam Raine

Results 320 comments of Adam Raine

> Why do we have both initialUrl from requestedUrl on the LHR? The only thing i'm seeing here is that on a FR navigation, if there's already a page open...

> If we used something like startingUrl, would that unite the two ideas? Not really. A navigation in the middle of a user flow (e.g. clicking a link) will "start"...

> but maybe a visitedUrls[] array would meet the objectives of showing the initial URL, any subsequent navigations, and the final resting URL? I could see this being useful for...

Wut? ![Screen Shot 2022-07-27 at 1 41 56 PM](https://user-images.githubusercontent.com/6752989/181368283-35f2eac9-1fe1-4c2d-853e-c0b287d78ab1.png)

I was able to repro running Lighthouse on this page: ```html Content Hidden const ITERATIONS = 50; const h = document.getElementById('hidden'); for (let i = 0; i < ITERATIONS; ++i)...

> Why are we creating new sessions when we are taking a screenshot!? I think it's a fresh execution of _onSessionAttached with a session that's not entirely new.... A page...

Have you checked out https://github.com/GoogleChrome/lighthouse/blob/master/docs/authenticated-pages.md?

> Yes, I use option1 Script the login with Puppeteer. after use puppeteer to login and token stores in sessionStorage, and then run lighthouse always at login page because lighthouse...

Looks like this has been fixed in chrome. Worth investigating to ensure LCP is reported on these sites.

https://beta-bm19.housing.com/in/buy/projects/page/43368-hiranandani-castle-rock-by-hiranandani-in-powai This URL isn't working for me, is there another you can share? Also this could be normal [variability](https://github.com/GoogleChrome/lighthouse/blob/master/docs/variability.md?rgh-link-date=2022-08-04T12%3A52%3A55Z).