-
Notifications
You must be signed in to change notification settings - Fork 776
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
False Lighthouse Error: Document doesn't have a <title> element #1497
Comments
To add a little more info here, Lighthouse fails because axe takes ~2 minutes to complete and our deadline is 60 seconds. Most of this time seems to be spent in findDomNode Downstream issue is GoogleChrome/lighthouse#8287 |
Thanks for the issue. |
@patrickhulce Could you elaborate more on the 60s deadline for Lighthouse? Is that 60s for the entire run (including axe) or for each individual aspect Lighthouse tests (perf, a11y, etc.)? Do you have pages you run your benchmarks against that we could maybe test against as well? |
It's 60 seconds for each "gatherer" which is for each script we run on the page. Axe is one such script and so if axe does not complete within 60 seconds, all accessibility audits will display an error in the report. We don't have the extremely large sites that axe typically fails on in our regular test suite (most of those come from end-user reports), but GoogleChrome/lighthouse#2293 is an older issue that tracked a set of sites that were particularly slow. A few of those might still be good axe candidates? It's tricky because in many cases what slows axe down also slows the page itself down and so it tends to get fixed by the site owner at some point :) |
One of my to-go sites to stress tools is www.tmz.com. Might be worth giving it a try. |
Thanks for the information. I'll take a look at the sites. |
I'm going to close this issue for now. With the latest perf changes, axe runs in under 10s on the given page. I'll continue to work on improving axe's performance. |
Hi,
For one of our pages https://www.blinds.com/p/blindscom-2-deluxe-wood-blind/503440 we are seeing that the lighthouse is having issues with accessibility and SEO.
"Document doesn't have a <title> element" error is shown but we do have the title tag in the DOM. Also, other SEO tools are seeing the page and tags properly.
I read in some other threads about a possible Lighthouse-axe integration issue. I ran axe extension audit and I got this
Would you be able to help me here please?
Thanks,
Nithin
The text was updated successfully, but these errors were encountered: