Patrick Hulce
Patrick Hulce
Thanks for filing @CymruUSA! This is a great idea and it looks like we already have the protocol support to do it too with [`Security.CertificateSecurityState`](https://chromedevtools.github.io/devtools-protocol/tot/Security/#type-CertificateSecurityState). A great candidate for our...
Seems super useful and in scope for recent safety initiatives.
> see if this should be in issues panel. Does that mean we should *not* support it in Lighthouse? If we have everything needed emitted by protocol already I'm not...
> @patrickhulce does this seem like something we can model in Lantern? Yep we could! It's basically what we do with the preconnect audit today. If we had this extra...
Ah this is tricky thanks for filing @mdiblasio! Because we ignore `link[rel=preload]` stylesheets and this site has an unnecessary `link[rel=preload]` for the same blocking URL *before* the other stylesheet `link`,...
Thanks for filing @cheneytsai! We haven't considered supporting user timing manipulation in simulated before, but you raise a good point about consistency. There's a lot to think through how to...
Example of how we're handling this in long tasks diagnostic https://github.com/GoogleChrome/lighthouse/pull/10942 I expect this won't work with user timings though because they are not necessarily tied to a specific task....
After doing some research here. I don't think we'll ever be able to solve this problem as many user timings have no guarantee of being preserved in a reorganized simulation...