-
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
Duplicate recaptcha.js in Lighthouse treemap #16074
Comments
Can you give us the lighthouse report? |
We need a url and the lighthouse json. Images are not sufficient |
Oh sorry, I didn't know. I find it odd that the reports from Page Speed Insights and LiDevTools Lighthouse are so different. The json I'm attaching is from the Lighthouse tool, while the duplicated reCaptcha js is visible only when testing in the Page Sped Insights. |
I can't reproduce this on PageSpeed insights, I don't see any recaptcha js files in the treemap at all: Using Lighthouse directly, I only see one recaptcha js like you said: We can reopen if this becomes reproducible again |
Hi,
We've been trying to increase a websites score in Insights and checking the Lighthouse Treemap, we saw the https://www.gstatic.com/recaptcha/releases/.../recaptcha__en.js script loads twice.
Checking the website code, we didn't find multiple instances of the script loading. It's just the <script> and an iframe.
However, when we run Lighthouse from the DevTools, I see just one instance of the recpatcha script loading.
Now, we are wondering, is it some kind of Lighthouse bug? Is it some setting of our websitre? How can we fix it?
Thank you in advance.
The text was updated successfully, but these errors were encountered: