-
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 PWA category #15455
core: remove PWA category #15455
Conversation
core/config/default-config.js
Outdated
@@ -610,6 +603,8 @@ const defaultConfig = { | |||
{id: 'errors-in-console', weight: 1, group: 'best-practices-general'}, | |||
{id: 'valid-source-maps', weight: 0, group: 'best-practices-general'}, | |||
{id: 'inspector-issues', weight: 1, group: 'best-practices-general'}, | |||
{id: 'themed-omnibox', weight: 1, group: 'best-practices-general'}, | |||
{id: 'viewport', weight: 2, group: 'best-practices-general'}, |
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.
I don't think we need this audit in performance, seo and best practices. I think we should remove it from SEO if we really want it here, but that's a different conversation.
found more PWA references:
|
|
@@ -129,8 +129,6 @@ export interface GathererArtifacts extends PublicGathererArtifacts { | |||
GlobalListeners: Array<Artifacts.GlobalListener>; | |||
/** The issues surfaced in the devtools Issues panel */ | |||
InspectorIssues: Artifacts.InspectorIssues; | |||
/** Errors preventing page being installable as PWA. */ | |||
InstallabilityErrors: Artifacts.InstallabilityErrors; |
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.
WebAppManifest
too?
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.
done!
https://github.com/GoogleChrome/lighthouse/releases/tag/v12.0.0: "As per Chrome’s updated Installability Criteria(https://developer.chrome.com/blog/update-install-criteria), Lighthouse has removed the PWA category (GoogleChrome/lighthouse#15455). For future PWA testing, users will be directed to use the updated PWA documentation: https://developer.chrome.com/docs/devtools/progressive-web-apps/"
https://github.com/GoogleChrome/lighthouse/releases/tag/v12.0.0: "As per Chrome’s updated Installability Criteria(https://developer.chrome.com/blog/update-install-criteria), Lighthouse has removed the PWA category (GoogleChrome/lighthouse#15455). For future PWA testing, users will be directed to use the updated PWA documentation: https://developer.chrome.com/docs/devtools/progressive-web-apps/"
updated report with PWA category
updated report with no PWA category
checks off the following in issue/5535: