-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preload audit on lazy iframe #6675
Comments
@patrickhulce I did some research on this and when looking into devtools we get a resourceType of undefined back because it's a 302 so my suggestion is to hide 30x from this list too. Maybe this is considered a chrome bug but at least devtools does this wrong as well. |
Yeah I think that's a good call @wardpeet! 👍 |
Oh I just realized that might be because of OOPIFs (#6337), still makes sense to do your filter I think though until we have the protocol support we're waiting on. |
Provide the steps to reproduce
Run LH on https://www.clouty.ru/shop-item/9cedcb77-e064-40a5-9765-1e79152d83bc/jackets-zhaket-emporio-armani
What is the current behavior?
Audit suggests me to
Preload key requests
on iframe with srchttps://www.clouty.ru/toshop?id=9cedcb77e06440a597651e79152d83bc&type=iframe
.Iframe is injected lazily via js, some time after
onload
browser event and serves pure technical needs.What is the expected behavior?
Preloading this specified iframe would ruin the lazy behavior, but preload audit lowers score significantly
Environment Information
Related issues
#4425 (comment)
The text was updated successfully, but these errors were encountered: