-
Notifications
You must be signed in to change notification settings - Fork 793
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
td-has-headers takes 30+ seconds #908
Comments
http://giveawaylisting.com/ takes over 3 minutes due to this issue. |
Any update on this issue? We have a single page on our website that breaks due to this issue. Could someone explain in detail what exactly is breaking in lighthouse so that I have a better idea of what's going on? The fact this breaks on just one of our pages leads me to believe there is something unusual on the page. I'm worried this may be impacting our rankings as we noticed some drops in the last couple months. |
I'm not aware of anyone working on this issue. If you've got some time, we'd very much welcome some suggestions on how to improve the performance. A pull request would also be fantastic. Marking this as help wanted, as I don't see us prioritising this issue any time soon. |
Not taking more than 2seconds for me, verified for axe-core:3.0.3 and chrome 78 version |
Seems like you might want to memoize toGrid or something, O(w^2*h^2) is rough :)
axe-core/lib/commons/table/get-headers.js
Line 17 in cd1e5ee
Originally reported in GoogleChrome/lighthouse#5249, Lighthouse axe run never completes within 60s
The text was updated successfully, but these errors were encountered: