GoogleChrome / GoogleChrome/lighthouse
Some cross-frame requests never receive Network.loadingFinished events
- Dominant language
- JavaScript
- Stars
- 30.8k
- Forks
- 9.8k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 20
Description
#### Provide the steps to reproduce
1. Run LH on https://www.oyorooms.com/us/
#### What is the current behavior?
No `Network.loadingFinished` event for https://facebook.com/tr *Document* request will be in the devtools log.
#### What is the expected behavior?
https://facebook.com/tr has a Network.loadingFinished event.
Discovered while investigating https://github.com/GoogleChrome/lighthouse/issues/11849. The implications for this are that with enough of these requests (3 or more) Lighthouse will timeout while waiting for the page to load.
#### Environment Information
* Affected Channels: all
* Lighthouse version: all
Contributor guide
Assessment
This issue has not been assessed yet.