-
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
core: remove no-websql audit #6293
Conversation
oh, maybe it's new actions or whatever |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah! Definitely feels like the kind of thing that should come through Chrome's deprecations (which should be free...) instead of a slow check by us.
Need to also delete WebSQL
in artifacts.d.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@brendankenny do you have a way for force vscode show the .d.ts files and have them in find/replace
hasn't been doing the trick clearly :) |
oh, no, and I hadn't even noticed that was a problem... I was thinking that maybe we need to reverse |
Summary
This audit is relevant to only 0.6% of sites on HTTPArchive (only 8k out of ~1.3M) . The
websql
gatherer takes at least 500ms for every site that passes the audit, so we're spending 1,200,000 seconds a month just on WPT doing nothing :)My claim is that this audit would not pass our
new-audit
criteria doc if we were to validate it today and should be removed.Related Issues
thought of while investigating #6272
See Query