GoogleChrome / GoogleChrome/lighthouse
Lighthouse reporting failed passive listener on a script from other host
- 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://kabardinovd.com/posts/jquery/ (mobile)
#### What is the current behavior?
Best practices section shows failed audit
"Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance." about this script:
https://www.gstatic.com/recaptcha/releases/nuX0GNR875hMLA1LR7ayD9tc/recaptcha__en.js
(host www.gstatic.com , whereas my host is kabardinovd.com)
#### What is the expected behavior?
As I understand lighthouse should filter out scripts from the hosts different from mine as I don't have control over them.
#### Environment Information
* Affected Channels: DevTools (at least, didn't try with others)
* Lighthouse version: 5.7.1
* Chrome version: 83.0.4103.116 (Official Build) (64-bit) (cohort: Stable)
* Node.js version: v12.18.2
* Operating System: Windows 10
Contributor guide
Assessment
This issue has not been assessed yet.