-
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
No dogfood #3074
Comments
@Tsaukpaetra those results for google.com look extremely unusual. Does it really take 17 seconds to load for you? In these cases it's almost always been another extension or antivirus software interfering with the run. A trace of your load (obtained via the CLI with the The below results are what you should expect from google.com or any well-built site that hasn't been made a PWA. This did help uncover a bug in one of our best practices audits though :) #3079 |
Interestingly I just tested google.co.za, and it gives me similar results to google.com, except for a score of 69 on "Best Practices" (vs 77 on google.com). The difference seems to be that google.co.za has an additional failure for "Requests the geolocation permission on page load". There's nothing like free QA, right? 😉 |
Heh the "Requests the geolocation permission on page load" is a dicey one for quite a few searches as well. It's starts entering arguable territory whether a search navigation is a user gesture where one might expect the prompt, not a page load. For example, if Google were an SPA that prompted you on entering into a search box instead of form submission, it'd pass the audit. |
I understand what you're saying, it's just interesting that google.com passes the audit but google.co.za does not, is all I'm saying 🤷♂️ |
I clicked the lighthouse on https://developers.google.com/web/tools/lighthouse/
It epicly failed the page.
Heck, even https://www.google.com gave me abysmal results:
https://pastebin.com/XEKLKctP
What's going on here?
The text was updated successfully, but these errors were encountered: