lighthouse 11.7.0-dev.20240409 → 11.7.0-dev.20240411
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/cli-flags.js +3 -3
- package/cli/test/smokehouse/core-tests.js +0 -16
- package/cli/test/smokehouse/frontends/smokehouse-bin.js +2 -2
- package/core/audits/byte-efficiency/render-blocking-resources.js +25 -26
- package/core/audits/layout-shifts.js +1 -1
- package/core/computed/metrics/lantern-first-contentful-paint.js +3 -2
- package/core/computed/metrics/lantern-first-meaningful-paint.js +3 -2
- package/core/computed/metrics/lantern-interactive.js +3 -2
- package/core/computed/metrics/lantern-largest-contentful-paint.js +3 -2
- package/core/computed/metrics/lantern-max-potential-fid.js +3 -2
- package/core/computed/metrics/lantern-metric.d.ts +5 -0
- package/core/computed/metrics/lantern-metric.js +23 -1
- package/core/computed/metrics/lantern-speed-index.js +3 -2
- package/core/computed/navigation-insights.d.ts +36 -0
- package/core/computed/navigation-insights.js +35 -0
- package/core/computed/trace-engine-result.d.ts +16 -3
- package/core/computed/trace-engine-result.js +19 -14
- package/core/config/default-config.js +6 -51
- package/core/config/filters.js +0 -1
- package/core/gather/gatherers/root-causes.d.ts +2 -2
- package/core/gather/gatherers/root-causes.js +6 -5
- package/core/gather/gatherers/trace-elements.d.ts +2 -2
- package/core/gather/gatherers/trace-elements.js +2 -2
- package/core/lib/lantern/cpu-node.d.ts +7 -1
- package/core/lib/lantern/cpu-node.js +12 -2
- package/core/lib/lantern/lantern-error.d.ts +8 -0
- package/core/lib/lantern/lantern-error.js +9 -0
- package/core/lib/lantern/metrics/first-meaningful-paint.js +2 -4
- package/core/lib/lantern/metrics/interactive.js +1 -1
- package/core/lib/lantern/metrics/largest-contentful-paint.js +3 -3
- package/core/lib/lantern/network-node.js +28 -4
- package/core/lib/lantern/page-dependency-graph.js +14 -2
- package/core/lib/lantern/simulator/simulator.js +1 -1
- package/core/lib/lh-error.js +3 -3
- package/core/runner.js +0 -1
- package/dist/report/bundle.esm.js +11 -95
- package/dist/report/flow.js +16 -100
- package/dist/report/standalone.js +12 -96
- package/flow-report/src/help-dialog.tsx +0 -1
- package/flow-report/src/i18n/i18n.d.ts +0 -4
- package/flow-report/src/i18n/ui-strings.d.ts +0 -1
- package/flow-report/src/i18n/ui-strings.js +0 -2
- package/package.json +1 -1
- package/readme.md +2 -2
- package/report/assets/styles.css +1 -43
- package/report/assets/templates.html +0 -95
- package/report/renderer/components.d.ts +2 -2
- package/report/renderer/components.js +2 -103
- package/report/renderer/report-renderer.js +2 -12
- package/report/renderer/report-ui-features.js +1 -1
- package/report/renderer/report-utils.d.ts +0 -1
- package/report/renderer/report-utils.js +0 -3
- package/shared/localization/locales/ar-XB.json +0 -174
- package/shared/localization/locales/ar.json +0 -174
- package/shared/localization/locales/bg.json +0 -174
- package/shared/localization/locales/ca.json +0 -174
- package/shared/localization/locales/cs.json +0 -174
- package/shared/localization/locales/da.json +0 -174
- package/shared/localization/locales/de.json +0 -174
- package/shared/localization/locales/el.json +0 -174
- package/shared/localization/locales/en-GB.json +0 -174
- package/shared/localization/locales/en-US.json +0 -177
- package/shared/localization/locales/en-XA.json +0 -174
- package/shared/localization/locales/en-XL.json +0 -177
- package/shared/localization/locales/es-419.json +0 -174
- package/shared/localization/locales/es.json +0 -174
- package/shared/localization/locales/fi.json +0 -174
- package/shared/localization/locales/fil.json +0 -174
- package/shared/localization/locales/fr.json +0 -174
- package/shared/localization/locales/he.json +0 -174
- package/shared/localization/locales/hi.json +0 -174
- package/shared/localization/locales/hr.json +0 -174
- package/shared/localization/locales/hu.json +0 -174
- package/shared/localization/locales/id.json +0 -174
- package/shared/localization/locales/it.json +0 -174
- package/shared/localization/locales/ja.json +0 -174
- package/shared/localization/locales/ko.json +0 -174
- package/shared/localization/locales/lt.json +0 -174
- package/shared/localization/locales/lv.json +0 -174
- package/shared/localization/locales/nl.json +0 -174
- package/shared/localization/locales/no.json +0 -174
- package/shared/localization/locales/pl.json +0 -174
- package/shared/localization/locales/pt-PT.json +0 -174
- package/shared/localization/locales/pt.json +0 -174
- package/shared/localization/locales/ro.json +0 -174
- package/shared/localization/locales/ru.json +0 -174
- package/shared/localization/locales/sk.json +0 -174
- package/shared/localization/locales/sl.json +0 -174
- package/shared/localization/locales/sr-Latn.json +0 -174
- package/shared/localization/locales/sr.json +0 -174
- package/shared/localization/locales/sv.json +0 -174
- package/shared/localization/locales/ta.json +0 -174
- package/shared/localization/locales/te.json +0 -174
- package/shared/localization/locales/th.json +0 -174
- package/shared/localization/locales/tr.json +0 -174
- package/shared/localization/locales/uk.json +0 -174
- package/shared/localization/locales/vi.json +0 -174
- package/shared/localization/locales/zh-HK.json +0 -174
- package/shared/localization/locales/zh-TW.json +0 -174
- package/shared/localization/locales/zh.json +0 -174
- package/tsconfig.json +0 -1
- package/types/artifacts.d.ts +15 -90
- package/types/audit.d.ts +0 -10
- package/types/internal/smokehouse.d.ts +1 -1
- package/types/lhr/lhr.d.ts +0 -2
- package/core/audits/content-width.d.ts +0 -17
- package/core/audits/content-width.js +0 -76
- package/core/audits/installable-manifest.d.ts +0 -111
- package/core/audits/installable-manifest.js +0 -248
- package/core/audits/manual/pwa-cross-browser.d.ts +0 -12
- package/core/audits/manual/pwa-cross-browser.js +0 -40
- package/core/audits/manual/pwa-each-page-has-url.d.ts +0 -12
- package/core/audits/manual/pwa-each-page-has-url.js +0 -38
- package/core/audits/manual/pwa-page-transitions.d.ts +0 -12
- package/core/audits/manual/pwa-page-transitions.js +0 -38
- package/core/audits/maskable-icon.d.ts +0 -25
- package/core/audits/maskable-icon.js +0 -70
- package/core/audits/multi-check-audit.d.ts +0 -28
- package/core/audits/multi-check-audit.js +0 -82
- package/core/audits/splash-screen.d.ts +0 -37
- package/core/audits/splash-screen.js +0 -98
- package/core/audits/themed-omnibox.d.ts +0 -42
- package/core/audits/themed-omnibox.js +0 -102
- package/core/computed/manifest-values.d.ts +0 -24
- package/core/computed/manifest-values.js +0 -136
- package/core/gather/gatherers/dobetterweb/tags-blocking-first-paint.d.ts +0 -47
- package/core/gather/gatherers/dobetterweb/tags-blocking-first-paint.js +0 -233
- package/core/gather/gatherers/installability-errors.d.ts +0 -17
- package/core/gather/gatherers/installability-errors.js +0 -56
- package/core/gather/gatherers/web-app-manifest.d.ts +0 -32
- package/core/gather/gatherers/web-app-manifest.js +0 -106
- package/report/renderer/pwa-category-renderer.d.ts +0 -55
- package/report/renderer/pwa-category-renderer.js +0 -184
- package/third-party/chromium-synchronization/installability-errors-test.js +0 -79
|
@@ -734,18 +734,6 @@
|
|
|
734
734
|
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
735
735
|
"message": "Enable text compression"
|
|
736
736
|
},
|
|
737
|
-
"core/audits/content-width.js | description": {
|
|
738
|
-
"message": "If the width of your app's content doesn't match the width of the viewport, your app might not be optimised for mobile screens. [Learn how to size content for the viewport](https://developer.chrome.com/docs/lighthouse/pwa/content-width/)."
|
|
739
|
-
},
|
|
740
|
-
"core/audits/content-width.js | explanation": {
|
|
741
|
-
"message": "The viewport size of {innerWidth}px does not match the window size of {outerWidth}px."
|
|
742
|
-
},
|
|
743
|
-
"core/audits/content-width.js | failureTitle": {
|
|
744
|
-
"message": "Content is not sized correctly for the viewport"
|
|
745
|
-
},
|
|
746
|
-
"core/audits/content-width.js | title": {
|
|
747
|
-
"message": "Content is sized correctly for the viewport"
|
|
748
|
-
},
|
|
749
737
|
"core/audits/critical-request-chains.js | description": {
|
|
750
738
|
"message": "The critical request chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources or deferring the download of unnecessary resources to improve page load. [Learn how to avoid chaining critical requests](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
|
|
751
739
|
},
|
|
@@ -995,102 +983,6 @@
|
|
|
995
983
|
"core/audits/image-size-responsive.js | title": {
|
|
996
984
|
"message": "Serves images with appropriate resolution"
|
|
997
985
|
},
|
|
998
|
-
"core/audits/installable-manifest.js | already-installed": {
|
|
999
|
-
"message": "The app is already installed"
|
|
1000
|
-
},
|
|
1001
|
-
"core/audits/installable-manifest.js | cannot-download-icon": {
|
|
1002
|
-
"message": "Could not download a required icon from the manifest"
|
|
1003
|
-
},
|
|
1004
|
-
"core/audits/installable-manifest.js | columnValue": {
|
|
1005
|
-
"message": "Reason for failure"
|
|
1006
|
-
},
|
|
1007
|
-
"core/audits/installable-manifest.js | description": {
|
|
1008
|
-
"message": "Service worker is the technology that enables your app to use many progressive web app features, such as offline, add to homescreen and push notifications. With proper service worker and manifest implementations, browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. [Learn more about manifest installability requirements](https://developer.chrome.com/docs/lighthouse/pwa/installable-manifest/)."
|
|
1009
|
-
},
|
|
1010
|
-
"core/audits/installable-manifest.js | displayValue": {
|
|
1011
|
-
"message": "{itemCount,plural, =1{1 reason}other{# reasons}}"
|
|
1012
|
-
},
|
|
1013
|
-
"core/audits/installable-manifest.js | failureTitle": {
|
|
1014
|
-
"message": "Web app manifest or service worker do not meet the installability requirements"
|
|
1015
|
-
},
|
|
1016
|
-
"core/audits/installable-manifest.js | ids-do-not-match": {
|
|
1017
|
-
"message": "The Play Store app URL and Play Store ID do not match"
|
|
1018
|
-
},
|
|
1019
|
-
"core/audits/installable-manifest.js | in-incognito": {
|
|
1020
|
-
"message": "Page is loaded in an incognito window"
|
|
1021
|
-
},
|
|
1022
|
-
"core/audits/installable-manifest.js | manifest-display-not-supported": {
|
|
1023
|
-
"message": "Manifest `display` property must be one of `standalone`, `fullscreen`, or `minimal-ui`"
|
|
1024
|
-
},
|
|
1025
|
-
"core/audits/installable-manifest.js | manifest-display-override-not-supported": {
|
|
1026
|
-
"message": "Manifest contains 'display_override' field, and the first supported display mode must be one of 'standalone', 'fullscreen' or 'minimal-ui'"
|
|
1027
|
-
},
|
|
1028
|
-
"core/audits/installable-manifest.js | manifest-empty": {
|
|
1029
|
-
"message": "Manifest could not be fetched, is empty or could not be parsed"
|
|
1030
|
-
},
|
|
1031
|
-
"core/audits/installable-manifest.js | manifest-location-changed": {
|
|
1032
|
-
"message": "Manifest URL changed while the manifest was being fetched."
|
|
1033
|
-
},
|
|
1034
|
-
"core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
|
|
1035
|
-
"message": "Manifest does not contain a `name` or `short_name` field"
|
|
1036
|
-
},
|
|
1037
|
-
"core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
|
|
1038
|
-
"message": "Manifest does not contain a suitable icon – PNG, SVG or WebP format of at least {value0} px is required, the sizes attribute must be set, and the purpose attribute, if set, must include 'any'."
|
|
1039
|
-
},
|
|
1040
|
-
"core/audits/installable-manifest.js | no-acceptable-icon": {
|
|
1041
|
-
"message": "No supplied icon is at least {value0} px square in PNG, SVG or WebP format, with the purpose attribute unset or set to 'any'"
|
|
1042
|
-
},
|
|
1043
|
-
"core/audits/installable-manifest.js | no-icon-available": {
|
|
1044
|
-
"message": "Downloaded icon was empty or corrupted"
|
|
1045
|
-
},
|
|
1046
|
-
"core/audits/installable-manifest.js | no-id-specified": {
|
|
1047
|
-
"message": "No Play Store ID provided"
|
|
1048
|
-
},
|
|
1049
|
-
"core/audits/installable-manifest.js | no-manifest": {
|
|
1050
|
-
"message": "Page has no manifest <link> URL"
|
|
1051
|
-
},
|
|
1052
|
-
"core/audits/installable-manifest.js | no-url-for-service-worker": {
|
|
1053
|
-
"message": "Could not check service worker without a 'start_url' field in the manifest"
|
|
1054
|
-
},
|
|
1055
|
-
"core/audits/installable-manifest.js | noErrorId": {
|
|
1056
|
-
"message": "Installability error ID '{errorId}' is not recognised"
|
|
1057
|
-
},
|
|
1058
|
-
"core/audits/installable-manifest.js | not-from-secure-origin": {
|
|
1059
|
-
"message": "Page is not served from a secure origin"
|
|
1060
|
-
},
|
|
1061
|
-
"core/audits/installable-manifest.js | not-in-main-frame": {
|
|
1062
|
-
"message": "Page is not loaded in the main frame"
|
|
1063
|
-
},
|
|
1064
|
-
"core/audits/installable-manifest.js | not-offline-capable": {
|
|
1065
|
-
"message": "Page does not work offline"
|
|
1066
|
-
},
|
|
1067
|
-
"core/audits/installable-manifest.js | pipeline-restarted": {
|
|
1068
|
-
"message": "PWA has been uninstalled and installability checks resetting."
|
|
1069
|
-
},
|
|
1070
|
-
"core/audits/installable-manifest.js | platform-not-supported-on-android": {
|
|
1071
|
-
"message": "The specified application platform is not supported on Android"
|
|
1072
|
-
},
|
|
1073
|
-
"core/audits/installable-manifest.js | prefer-related-applications": {
|
|
1074
|
-
"message": "Manifest specifies prefer_related_applications: true"
|
|
1075
|
-
},
|
|
1076
|
-
"core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
|
|
1077
|
-
"message": "prefer_related_applications is only supported on Chrome Beta and Stable channels on Android."
|
|
1078
|
-
},
|
|
1079
|
-
"core/audits/installable-manifest.js | protocol-timeout": {
|
|
1080
|
-
"message": "Lighthouse could not determine if the page is installable. Please try with a newer version of Chrome."
|
|
1081
|
-
},
|
|
1082
|
-
"core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1083
|
-
"message": "Manifest start URL is not valid"
|
|
1084
|
-
},
|
|
1085
|
-
"core/audits/installable-manifest.js | title": {
|
|
1086
|
-
"message": "Web app manifest and service worker meet the installability requirements"
|
|
1087
|
-
},
|
|
1088
|
-
"core/audits/installable-manifest.js | url-not-supported-for-webapk": {
|
|
1089
|
-
"message": "A URL in the manifest contains a username, password or port"
|
|
1090
|
-
},
|
|
1091
|
-
"core/audits/installable-manifest.js | warn-not-offline-capable": {
|
|
1092
|
-
"message": "Page does not work offline. The page will not be regarded as installable after Chrome 93, stable release August 2021."
|
|
1093
|
-
},
|
|
1094
986
|
"core/audits/is-on-https.js | allowed": {
|
|
1095
987
|
"message": "Allowed"
|
|
1096
988
|
},
|
|
@@ -1202,33 +1094,6 @@
|
|
|
1202
1094
|
"core/audits/mainthread-work-breakdown.js | title": {
|
|
1203
1095
|
"message": "Minimises main-thread work"
|
|
1204
1096
|
},
|
|
1205
|
-
"core/audits/manual/pwa-cross-browser.js | description": {
|
|
1206
|
-
"message": "To reach the most users, sites should work across every major browser. [Learn about cross-browser compatibility](https://developer.chrome.com/docs/lighthouse/pwa/pwa-cross-browser/)."
|
|
1207
|
-
},
|
|
1208
|
-
"core/audits/manual/pwa-cross-browser.js | title": {
|
|
1209
|
-
"message": "Site works cross-browser"
|
|
1210
|
-
},
|
|
1211
|
-
"core/audits/manual/pwa-each-page-has-url.js | description": {
|
|
1212
|
-
"message": "Ensure individual pages are deep linkable via URL and that URLs are unique for the purpose of shareability on social media. [Learn more about providing deep links](https://developer.chrome.com/docs/lighthouse/pwa/pwa-each-page-has-url/)."
|
|
1213
|
-
},
|
|
1214
|
-
"core/audits/manual/pwa-each-page-has-url.js | title": {
|
|
1215
|
-
"message": "Each page has a URL"
|
|
1216
|
-
},
|
|
1217
|
-
"core/audits/manual/pwa-page-transitions.js | description": {
|
|
1218
|
-
"message": "Transitions should feel snappy as you tap around, even on a slow network. This experience is key to a user's perception of performance. [Learn more about page transitions](https://developer.chrome.com/docs/lighthouse/pwa/pwa-page-transitions/)."
|
|
1219
|
-
},
|
|
1220
|
-
"core/audits/manual/pwa-page-transitions.js | title": {
|
|
1221
|
-
"message": "Page transitions don't feel like they block on the network"
|
|
1222
|
-
},
|
|
1223
|
-
"core/audits/maskable-icon.js | description": {
|
|
1224
|
-
"message": "A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device. [Learn about maskable manifest icons](https://developer.chrome.com/docs/lighthouse/pwa/maskable-icon-audit/)."
|
|
1225
|
-
},
|
|
1226
|
-
"core/audits/maskable-icon.js | failureTitle": {
|
|
1227
|
-
"message": "Manifest doesn't have a maskable icon"
|
|
1228
|
-
},
|
|
1229
|
-
"core/audits/maskable-icon.js | title": {
|
|
1230
|
-
"message": "Manifest has a maskable icon"
|
|
1231
|
-
},
|
|
1232
1097
|
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1233
1098
|
"message": "Cumulative layout shift measures the movement of visible elements within the viewport. [Learn more about the cumulative layout shift metric](https://web.dev/articles/cls)."
|
|
1234
1099
|
},
|
|
@@ -1484,24 +1349,6 @@
|
|
|
1484
1349
|
"core/audits/server-response-time.js | title": {
|
|
1485
1350
|
"message": "Initial server response time was short"
|
|
1486
1351
|
},
|
|
1487
|
-
"core/audits/splash-screen.js | description": {
|
|
1488
|
-
"message": "A themed splash screen ensures a high-quality experience when users launch your app from their home screens. [Learn more about splash screens](https://developer.chrome.com/docs/lighthouse/pwa/splash-screen/)."
|
|
1489
|
-
},
|
|
1490
|
-
"core/audits/splash-screen.js | failureTitle": {
|
|
1491
|
-
"message": "Is not configured for a custom splash screen"
|
|
1492
|
-
},
|
|
1493
|
-
"core/audits/splash-screen.js | title": {
|
|
1494
|
-
"message": "Configured for a custom splash screen"
|
|
1495
|
-
},
|
|
1496
|
-
"core/audits/themed-omnibox.js | description": {
|
|
1497
|
-
"message": "The browser address bar can be themed to match your site. [Learn more about theming the address bar](https://developer.chrome.com/docs/lighthouse/pwa/themed-omnibox/)."
|
|
1498
|
-
},
|
|
1499
|
-
"core/audits/themed-omnibox.js | failureTitle": {
|
|
1500
|
-
"message": "Does not set a theme colour for the address bar."
|
|
1501
|
-
},
|
|
1502
|
-
"core/audits/themed-omnibox.js | title": {
|
|
1503
|
-
"message": "Sets a theme colour for the address bar."
|
|
1504
|
-
},
|
|
1505
1352
|
"core/audits/third-party-cookies.js | description": {
|
|
1506
1353
|
"message": "Support for third-party cookies will be removed in a future version of Chrome. [Learn more about phasing out third-party cookies](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)."
|
|
1507
1354
|
},
|
|
@@ -1769,21 +1616,6 @@
|
|
|
1769
1616
|
"core/config/default-config.js | performanceCategoryTitle": {
|
|
1770
1617
|
"message": "Performance"
|
|
1771
1618
|
},
|
|
1772
|
-
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1773
|
-
"message": "These checks validate the aspects of a progressive web app. [Learn what makes a good progressive web app](https://web.dev/articles/pwa-checklist)."
|
|
1774
|
-
},
|
|
1775
|
-
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1776
|
-
"message": "These checks are required by the baseline [PWA checklist](https://web.dev/articles/pwa-checklist) but are not automatically checked by Lighthouse. They do not affect your score but it's important that you verify them manually."
|
|
1777
|
-
},
|
|
1778
|
-
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1779
|
-
"message": "PWA"
|
|
1780
|
-
},
|
|
1781
|
-
"core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1782
|
-
"message": "Installable"
|
|
1783
|
-
},
|
|
1784
|
-
"core/config/default-config.js | pwaOptimizedGroupTitle": {
|
|
1785
|
-
"message": "PWA Optimised"
|
|
1786
|
-
},
|
|
1787
1619
|
"core/config/default-config.js | seoCategoryDescription": {
|
|
1788
1620
|
"message": "These checks ensure that your page is following basic search engine optimisation advice. There are many additional factors that Lighthouse does not score here that may affect your search ranking, including performance on [Core Web Vitals](https://web.dev/explore/vitals). [Learn more about Google Search essentials](https://support.google.com/webmasters/answer/35769)."
|
|
1789
1621
|
},
|
|
@@ -2666,9 +2498,6 @@
|
|
|
2666
2498
|
"flow-report/src/i18n/ui-strings.js | categoryPerformance": {
|
|
2667
2499
|
"message": "Performance"
|
|
2668
2500
|
},
|
|
2669
|
-
"flow-report/src/i18n/ui-strings.js | categoryProgressiveWebApp": {
|
|
2670
|
-
"message": "progressive web app"
|
|
2671
|
-
},
|
|
2672
2501
|
"flow-report/src/i18n/ui-strings.js | categorySeo": {
|
|
2673
2502
|
"message": "SEO"
|
|
2674
2503
|
},
|
|
@@ -3335,9 +3164,6 @@
|
|
|
3335
3164
|
"report/renderer/report-utils.js | passedAuditsGroupTitle": {
|
|
3336
3165
|
"message": "Passed audits"
|
|
3337
3166
|
},
|
|
3338
|
-
"report/renderer/report-utils.js | pwaRemovalMessage": {
|
|
3339
|
-
"message": "As per [Chrome's updated installability criteria](https://developer.chrome.com/blog/update-install-criteria), Lighthouse will be deprecating the PWA category in a future release. Please refer to the [Updated PWA documentation](https://developer.chrome.com/docs/devtools/progressive-web-apps/) for future PWA testing."
|
|
3340
|
-
},
|
|
3341
3167
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3342
3168
|
"message": "Initial page load"
|
|
3343
3169
|
},
|
|
@@ -734,18 +734,6 @@
|
|
|
734
734
|
"core/audits/byte-efficiency/uses-text-compression.js | title": {
|
|
735
735
|
"message": "Enable text compression"
|
|
736
736
|
},
|
|
737
|
-
"core/audits/content-width.js | description": {
|
|
738
|
-
"message": "If the width of your app's content doesn't match the width of the viewport, your app might not be optimized for mobile screens. [Learn how to size content for the viewport](https://developer.chrome.com/docs/lighthouse/pwa/content-width/)."
|
|
739
|
-
},
|
|
740
|
-
"core/audits/content-width.js | explanation": {
|
|
741
|
-
"message": "The viewport size of {innerWidth}px does not match the window size of {outerWidth}px."
|
|
742
|
-
},
|
|
743
|
-
"core/audits/content-width.js | failureTitle": {
|
|
744
|
-
"message": "Content is not sized correctly for the viewport"
|
|
745
|
-
},
|
|
746
|
-
"core/audits/content-width.js | title": {
|
|
747
|
-
"message": "Content is sized correctly for the viewport"
|
|
748
|
-
},
|
|
749
737
|
"core/audits/critical-request-chains.js | description": {
|
|
750
738
|
"message": "The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. [Learn how to avoid chaining critical requests](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/)."
|
|
751
739
|
},
|
|
@@ -995,105 +983,6 @@
|
|
|
995
983
|
"core/audits/image-size-responsive.js | title": {
|
|
996
984
|
"message": "Serves images with appropriate resolution"
|
|
997
985
|
},
|
|
998
|
-
"core/audits/installable-manifest.js | already-installed": {
|
|
999
|
-
"message": "The app is already installed"
|
|
1000
|
-
},
|
|
1001
|
-
"core/audits/installable-manifest.js | cannot-download-icon": {
|
|
1002
|
-
"message": "Could not download a required icon from the manifest"
|
|
1003
|
-
},
|
|
1004
|
-
"core/audits/installable-manifest.js | columnValue": {
|
|
1005
|
-
"message": "Failure reason"
|
|
1006
|
-
},
|
|
1007
|
-
"core/audits/installable-manifest.js | description": {
|
|
1008
|
-
"message": "Service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. With proper service worker and manifest implementations, browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. [Learn more about manifest installability requirements](https://developer.chrome.com/docs/lighthouse/pwa/installable-manifest/)."
|
|
1009
|
-
},
|
|
1010
|
-
"core/audits/installable-manifest.js | displayValue": {
|
|
1011
|
-
"message": "{itemCount, plural,\n =1 {1 reason}\n other {# reasons}\n }"
|
|
1012
|
-
},
|
|
1013
|
-
"core/audits/installable-manifest.js | failureTitle": {
|
|
1014
|
-
"message": "Web app manifest or service worker do not meet the installability requirements"
|
|
1015
|
-
},
|
|
1016
|
-
"core/audits/installable-manifest.js | ids-do-not-match": {
|
|
1017
|
-
"message": "The Play Store app URL and Play Store ID do not match"
|
|
1018
|
-
},
|
|
1019
|
-
"core/audits/installable-manifest.js | in-incognito": {
|
|
1020
|
-
"message": "Page is loaded in an incognito window"
|
|
1021
|
-
},
|
|
1022
|
-
"core/audits/installable-manifest.js | manifest-display-not-supported": {
|
|
1023
|
-
"message": "Manifest `display` property must be one of `standalone`, `fullscreen`, or `minimal-ui`"
|
|
1024
|
-
},
|
|
1025
|
-
"core/audits/installable-manifest.js | manifest-display-override-not-supported": {
|
|
1026
|
-
"message": "Manifest contains 'display_override' field, and the first supported display mode must be one of 'standalone', 'fullscreen', or 'minimal-ui'"
|
|
1027
|
-
},
|
|
1028
|
-
"core/audits/installable-manifest.js | manifest-empty": {
|
|
1029
|
-
"message": "Manifest could not be fetched, is empty, or could not be parsed"
|
|
1030
|
-
},
|
|
1031
|
-
"core/audits/installable-manifest.js | manifest-location-changed": {
|
|
1032
|
-
"message": "Manifest URL changed while the manifest was being fetched."
|
|
1033
|
-
},
|
|
1034
|
-
"core/audits/installable-manifest.js | manifest-missing-name-or-short-name": {
|
|
1035
|
-
"message": "Manifest does not contain a `name` or `short_name` field"
|
|
1036
|
-
},
|
|
1037
|
-
"core/audits/installable-manifest.js | manifest-missing-suitable-icon": {
|
|
1038
|
-
"message": "Manifest does not contain a suitable icon - PNG, SVG or WebP format of at least {value0} px is required, the sizes attribute must be set, and the purpose attribute, if set, must include \"any\"."
|
|
1039
|
-
},
|
|
1040
|
-
"core/audits/installable-manifest.js | manifest-parsing-or-network-error": {
|
|
1041
|
-
"message": "Manifest could not be fetched, is empty, or could not be parsed"
|
|
1042
|
-
},
|
|
1043
|
-
"core/audits/installable-manifest.js | no-acceptable-icon": {
|
|
1044
|
-
"message": "No supplied icon is at least {value0} px square in PNG, SVG or WebP format, with the purpose attribute unset or set to \"any\""
|
|
1045
|
-
},
|
|
1046
|
-
"core/audits/installable-manifest.js | no-icon-available": {
|
|
1047
|
-
"message": "Downloaded icon was empty or corrupted"
|
|
1048
|
-
},
|
|
1049
|
-
"core/audits/installable-manifest.js | no-id-specified": {
|
|
1050
|
-
"message": "No Play store ID provided"
|
|
1051
|
-
},
|
|
1052
|
-
"core/audits/installable-manifest.js | no-manifest": {
|
|
1053
|
-
"message": "Page has no manifest <link> URL"
|
|
1054
|
-
},
|
|
1055
|
-
"core/audits/installable-manifest.js | no-url-for-service-worker": {
|
|
1056
|
-
"message": "Could not check service worker without a 'start_url' field in the manifest"
|
|
1057
|
-
},
|
|
1058
|
-
"core/audits/installable-manifest.js | noErrorId": {
|
|
1059
|
-
"message": "Installability error id '{errorId}' is not recognized"
|
|
1060
|
-
},
|
|
1061
|
-
"core/audits/installable-manifest.js | not-from-secure-origin": {
|
|
1062
|
-
"message": "Page is not served from a secure origin"
|
|
1063
|
-
},
|
|
1064
|
-
"core/audits/installable-manifest.js | not-in-main-frame": {
|
|
1065
|
-
"message": "Page is not loaded in the main frame"
|
|
1066
|
-
},
|
|
1067
|
-
"core/audits/installable-manifest.js | not-offline-capable": {
|
|
1068
|
-
"message": "Page does not work offline"
|
|
1069
|
-
},
|
|
1070
|
-
"core/audits/installable-manifest.js | pipeline-restarted": {
|
|
1071
|
-
"message": "PWA has been uninstalled and installability checks resetting."
|
|
1072
|
-
},
|
|
1073
|
-
"core/audits/installable-manifest.js | platform-not-supported-on-android": {
|
|
1074
|
-
"message": "The specified application platform is not supported on Android"
|
|
1075
|
-
},
|
|
1076
|
-
"core/audits/installable-manifest.js | prefer-related-applications": {
|
|
1077
|
-
"message": "Manifest specifies prefer_related_applications: true"
|
|
1078
|
-
},
|
|
1079
|
-
"core/audits/installable-manifest.js | prefer-related-applications-only-beta-stable": {
|
|
1080
|
-
"message": "prefer_related_applications is only supported on Chrome Beta and Stable channels on Android."
|
|
1081
|
-
},
|
|
1082
|
-
"core/audits/installable-manifest.js | protocol-timeout": {
|
|
1083
|
-
"message": "Lighthouse could not determine if the page is installable. Please try with a newer version of Chrome."
|
|
1084
|
-
},
|
|
1085
|
-
"core/audits/installable-manifest.js | start-url-not-valid": {
|
|
1086
|
-
"message": "Manifest start URL is not valid"
|
|
1087
|
-
},
|
|
1088
|
-
"core/audits/installable-manifest.js | title": {
|
|
1089
|
-
"message": "Web app manifest and service worker meet the installability requirements"
|
|
1090
|
-
},
|
|
1091
|
-
"core/audits/installable-manifest.js | url-not-supported-for-webapk": {
|
|
1092
|
-
"message": "A URL in the manifest contains a username, password, or port"
|
|
1093
|
-
},
|
|
1094
|
-
"core/audits/installable-manifest.js | warn-not-offline-capable": {
|
|
1095
|
-
"message": "Page does not work offline. The page will not be regarded as installable after Chrome 93, stable release August 2021."
|
|
1096
|
-
},
|
|
1097
986
|
"core/audits/is-on-https.js | allowed": {
|
|
1098
987
|
"message": "Allowed"
|
|
1099
988
|
},
|
|
@@ -1205,33 +1094,6 @@
|
|
|
1205
1094
|
"core/audits/mainthread-work-breakdown.js | title": {
|
|
1206
1095
|
"message": "Minimizes main-thread work"
|
|
1207
1096
|
},
|
|
1208
|
-
"core/audits/manual/pwa-cross-browser.js | description": {
|
|
1209
|
-
"message": "To reach the most number of users, sites should work across every major browser. [Learn about cross-browser compatibility](https://developer.chrome.com/docs/lighthouse/pwa/pwa-cross-browser/)."
|
|
1210
|
-
},
|
|
1211
|
-
"core/audits/manual/pwa-cross-browser.js | title": {
|
|
1212
|
-
"message": "Site works cross-browser"
|
|
1213
|
-
},
|
|
1214
|
-
"core/audits/manual/pwa-each-page-has-url.js | description": {
|
|
1215
|
-
"message": "Ensure individual pages are deep linkable via URL and that URLs are unique for the purpose of shareability on social media. [Learn more about providing deep links](https://developer.chrome.com/docs/lighthouse/pwa/pwa-each-page-has-url/)."
|
|
1216
|
-
},
|
|
1217
|
-
"core/audits/manual/pwa-each-page-has-url.js | title": {
|
|
1218
|
-
"message": "Each page has a URL"
|
|
1219
|
-
},
|
|
1220
|
-
"core/audits/manual/pwa-page-transitions.js | description": {
|
|
1221
|
-
"message": "Transitions should feel snappy as you tap around, even on a slow network. This experience is key to a user's perception of performance. [Learn more about page transitions](https://developer.chrome.com/docs/lighthouse/pwa/pwa-page-transitions/)."
|
|
1222
|
-
},
|
|
1223
|
-
"core/audits/manual/pwa-page-transitions.js | title": {
|
|
1224
|
-
"message": "Page transitions don't feel like they block on the network"
|
|
1225
|
-
},
|
|
1226
|
-
"core/audits/maskable-icon.js | description": {
|
|
1227
|
-
"message": "A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device. [Learn about maskable manifest icons](https://developer.chrome.com/docs/lighthouse/pwa/maskable-icon-audit/)."
|
|
1228
|
-
},
|
|
1229
|
-
"core/audits/maskable-icon.js | failureTitle": {
|
|
1230
|
-
"message": "Manifest doesn't have a maskable icon"
|
|
1231
|
-
},
|
|
1232
|
-
"core/audits/maskable-icon.js | title": {
|
|
1233
|
-
"message": "Manifest has a maskable icon"
|
|
1234
|
-
},
|
|
1235
1097
|
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1236
1098
|
"message": "Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more about the Cumulative Layout Shift metric](https://web.dev/articles/cls)."
|
|
1237
1099
|
},
|
|
@@ -1496,24 +1358,6 @@
|
|
|
1496
1358
|
"core/audits/server-response-time.js | title": {
|
|
1497
1359
|
"message": "Initial server response time was short"
|
|
1498
1360
|
},
|
|
1499
|
-
"core/audits/splash-screen.js | description": {
|
|
1500
|
-
"message": "A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. [Learn more about splash screens](https://developer.chrome.com/docs/lighthouse/pwa/splash-screen/)."
|
|
1501
|
-
},
|
|
1502
|
-
"core/audits/splash-screen.js | failureTitle": {
|
|
1503
|
-
"message": "Is not configured for a custom splash screen"
|
|
1504
|
-
},
|
|
1505
|
-
"core/audits/splash-screen.js | title": {
|
|
1506
|
-
"message": "Configured for a custom splash screen"
|
|
1507
|
-
},
|
|
1508
|
-
"core/audits/themed-omnibox.js | description": {
|
|
1509
|
-
"message": "The browser address bar can be themed to match your site. [Learn more about theming the address bar](https://developer.chrome.com/docs/lighthouse/pwa/themed-omnibox/)."
|
|
1510
|
-
},
|
|
1511
|
-
"core/audits/themed-omnibox.js | failureTitle": {
|
|
1512
|
-
"message": "Does not set a theme color for the address bar."
|
|
1513
|
-
},
|
|
1514
|
-
"core/audits/themed-omnibox.js | title": {
|
|
1515
|
-
"message": "Sets a theme color for the address bar."
|
|
1516
|
-
},
|
|
1517
1361
|
"core/audits/third-party-cookies.js | description": {
|
|
1518
1362
|
"message": "Support for third-party cookies will be removed in a future version of Chrome. [Learn more about phasing out third-party cookies](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)."
|
|
1519
1363
|
},
|
|
@@ -1781,21 +1625,6 @@
|
|
|
1781
1625
|
"core/config/default-config.js | performanceCategoryTitle": {
|
|
1782
1626
|
"message": "Performance"
|
|
1783
1627
|
},
|
|
1784
|
-
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1785
|
-
"message": "These checks validate the aspects of a Progressive Web App. [Learn what makes a good Progressive Web App](https://web.dev/articles/pwa-checklist)."
|
|
1786
|
-
},
|
|
1787
|
-
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1788
|
-
"message": "These checks are required by the baseline [PWA Checklist](https://web.dev/articles/pwa-checklist) but are not automatically checked by Lighthouse. They do not affect your score but it's important that you verify them manually."
|
|
1789
|
-
},
|
|
1790
|
-
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1791
|
-
"message": "PWA"
|
|
1792
|
-
},
|
|
1793
|
-
"core/config/default-config.js | pwaInstallableGroupTitle": {
|
|
1794
|
-
"message": "Installable"
|
|
1795
|
-
},
|
|
1796
|
-
"core/config/default-config.js | pwaOptimizedGroupTitle": {
|
|
1797
|
-
"message": "PWA Optimized"
|
|
1798
|
-
},
|
|
1799
1628
|
"core/config/default-config.js | seoCategoryDescription": {
|
|
1800
1629
|
"message": "These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on [Core Web Vitals](https://web.dev/explore/vitals). [Learn more about Google Search Essentials](https://support.google.com/webmasters/answer/35769)."
|
|
1801
1630
|
},
|
|
@@ -2678,9 +2507,6 @@
|
|
|
2678
2507
|
"flow-report/src/i18n/ui-strings.js | categoryPerformance": {
|
|
2679
2508
|
"message": "Performance"
|
|
2680
2509
|
},
|
|
2681
|
-
"flow-report/src/i18n/ui-strings.js | categoryProgressiveWebApp": {
|
|
2682
|
-
"message": "Progressive Web App"
|
|
2683
|
-
},
|
|
2684
2510
|
"flow-report/src/i18n/ui-strings.js | categorySeo": {
|
|
2685
2511
|
"message": "SEO"
|
|
2686
2512
|
},
|
|
@@ -3347,9 +3173,6 @@
|
|
|
3347
3173
|
"report/renderer/report-utils.js | passedAuditsGroupTitle": {
|
|
3348
3174
|
"message": "Passed audits"
|
|
3349
3175
|
},
|
|
3350
|
-
"report/renderer/report-utils.js | pwaRemovalMessage": {
|
|
3351
|
-
"message": "As per [Chrome’s updated Installability Criteria](https://developer.chrome.com/blog/update-install-criteria), Lighthouse will be deprecating the PWA category in a future release. Please refer to the [updated PWA documentation](https://developer.chrome.com/docs/devtools/progressive-web-apps/) for future PWA testing."
|
|
3352
|
-
},
|
|
3353
3176
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3354
3177
|
"message": "Initial page load"
|
|
3355
3178
|
},
|