lighthouse 11.7.0-dev.20240416 → 11.7.0-dev.20240417
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/bin.js +0 -7
- package/cli/cli-flags.d.ts +1 -5
- package/cli/cli-flags.js +1 -5
- package/cli/test/smokehouse/core-tests.js +0 -2
- package/core/audits/byte-efficiency/render-blocking-resources.js +3 -1
- package/core/audits/byte-efficiency/unminified-css.js +2 -2
- package/core/audits/byte-efficiency/unused-css-rules.js +3 -1
- package/core/audits/font-display.js +2 -2
- package/core/audits/resource-summary.d.ts +2 -0
- package/core/audits/resource-summary.js +5 -4
- package/core/computed/resource-summary.d.ts +10 -12
- package/core/computed/resource-summary.js +12 -19
- package/core/computed/unused-css.d.ts +3 -1
- package/core/computed/unused-css.js +6 -5
- package/core/config/config-helpers.js +0 -4
- package/core/config/constants.js +0 -1
- package/core/config/default-config.js +1 -14
- package/core/gather/gatherers/css-usage.d.ts +0 -21
- package/core/gather/gatherers/css-usage.js +9 -119
- package/core/gather/gatherers/stylesheets.d.ts +26 -0
- package/core/gather/gatherers/stylesheets.js +138 -0
- package/core/lib/i18n/i18n.d.ts +0 -1
- package/core/lib/i18n/i18n.js +0 -2
- package/core/runner.js +0 -1
- package/dist/report/bundle.esm.js +2 -19
- package/dist/report/flow.js +5 -22
- package/dist/report/standalone.js +3 -20
- package/package.json +1 -1
- package/readme.md +2 -2
- package/report/assets/styles.css +0 -17
- package/report/renderer/components.js +1 -1
- package/report/renderer/dom.d.ts +1 -1
- package/report/renderer/dom.js +1 -1
- package/report/renderer/performance-category-renderer.js +0 -21
- package/shared/localization/locales/ar-XB.json +61 -91
- package/shared/localization/locales/ar.json +61 -91
- package/shared/localization/locales/bg.json +61 -91
- package/shared/localization/locales/ca.json +61 -91
- package/shared/localization/locales/cs.json +61 -91
- package/shared/localization/locales/da.json +61 -91
- package/shared/localization/locales/de.json +61 -91
- package/shared/localization/locales/el.json +61 -91
- package/shared/localization/locales/en-GB.json +61 -91
- package/shared/localization/locales/en-US.json +0 -30
- package/shared/localization/locales/en-XA.json +61 -91
- package/shared/localization/locales/en-XL.json +0 -30
- package/shared/localization/locales/es-419.json +61 -91
- package/shared/localization/locales/es.json +61 -91
- package/shared/localization/locales/fi.json +61 -91
- package/shared/localization/locales/fil.json +60 -90
- package/shared/localization/locales/fr.json +61 -91
- package/shared/localization/locales/he.json +61 -91
- package/shared/localization/locales/hi.json +61 -91
- package/shared/localization/locales/hr.json +62 -92
- package/shared/localization/locales/hu.json +61 -91
- package/shared/localization/locales/id.json +61 -91
- package/shared/localization/locales/it.json +61 -91
- package/shared/localization/locales/ja.json +61 -91
- package/shared/localization/locales/ko.json +61 -91
- package/shared/localization/locales/lt.json +61 -91
- package/shared/localization/locales/lv.json +61 -91
- package/shared/localization/locales/nl.json +61 -91
- package/shared/localization/locales/no.json +61 -91
- package/shared/localization/locales/pl.json +60 -90
- package/shared/localization/locales/pt-PT.json +61 -91
- package/shared/localization/locales/pt.json +63 -93
- package/shared/localization/locales/ro.json +61 -91
- package/shared/localization/locales/ru.json +61 -91
- package/shared/localization/locales/sk.json +61 -91
- package/shared/localization/locales/sl.json +61 -91
- package/shared/localization/locales/sr-Latn.json +61 -91
- package/shared/localization/locales/sr.json +61 -91
- package/shared/localization/locales/sv.json +61 -91
- package/shared/localization/locales/ta.json +60 -90
- package/shared/localization/locales/te.json +61 -91
- package/shared/localization/locales/th.json +61 -91
- package/shared/localization/locales/tr.json +61 -91
- package/shared/localization/locales/uk.json +61 -91
- package/shared/localization/locales/vi.json +60 -90
- package/shared/localization/locales/zh-HK.json +61 -91
- package/shared/localization/locales/zh-TW.json +60 -90
- package/shared/localization/locales/zh.json +61 -91
- package/tsconfig.json +0 -1
- package/types/artifacts.d.ts +3 -1
- package/types/externs.d.ts +0 -2
- package/types/lh.d.ts +0 -2
- package/types/lhr/settings.d.ts +0 -4
- package/core/audits/performance-budget.d.ts +0 -39
- package/core/audits/performance-budget.js +0 -154
- package/core/audits/timing-budget.d.ts +0 -43
- package/core/audits/timing-budget.js +0 -175
- package/core/config/budget.d.ts +0 -74
- package/core/config/budget.js +0 -340
- package/types/lhr/budget.d.ts +0 -60
|
@@ -1160,15 +1160,6 @@
|
|
|
1160
1160
|
"core/audits/non-composited-animations.js | unsupportedTimingParameters": {
|
|
1161
1161
|
"message": "Effect has unsupported timing parameters"
|
|
1162
1162
|
},
|
|
1163
|
-
"core/audits/performance-budget.js | description": {
|
|
1164
|
-
"message": "Keep the quantity and size of network requests under the targets set by the provided performance budget. [Learn more about performance budgets](https://developers.google.com/web/tools/lighthouse/audits/budgets)."
|
|
1165
|
-
},
|
|
1166
|
-
"core/audits/performance-budget.js | requestCountOverBudget": {
|
|
1167
|
-
"message": "{count, plural,\n =1 {1 request}\n other {# requests}\n }"
|
|
1168
|
-
},
|
|
1169
|
-
"core/audits/performance-budget.js | title": {
|
|
1170
|
-
"message": "Performance budget"
|
|
1171
|
-
},
|
|
1172
1163
|
"core/audits/preload-fonts.js | description": {
|
|
1173
1164
|
"message": "Preload `optional` fonts so first-time visitors may use them. [Learn more about preloading fonts](https://web.dev/articles/preload-optional-fonts)"
|
|
1174
1165
|
},
|
|
@@ -1412,18 +1403,6 @@
|
|
|
1412
1403
|
"core/audits/third-party-summary.js | title": {
|
|
1413
1404
|
"message": "Minimize third-party usage"
|
|
1414
1405
|
},
|
|
1415
|
-
"core/audits/timing-budget.js | columnMeasurement": {
|
|
1416
|
-
"message": "Measurement"
|
|
1417
|
-
},
|
|
1418
|
-
"core/audits/timing-budget.js | columnTimingMetric": {
|
|
1419
|
-
"message": "Metric"
|
|
1420
|
-
},
|
|
1421
|
-
"core/audits/timing-budget.js | description": {
|
|
1422
|
-
"message": "Set a timing budget to help you keep an eye on the performance of your site. Performant sites load fast and respond to user input events quickly. [Learn more about performance budgets](https://developers.google.com/web/tools/lighthouse/audits/budgets)."
|
|
1423
|
-
},
|
|
1424
|
-
"core/audits/timing-budget.js | title": {
|
|
1425
|
-
"message": "Timing budget"
|
|
1426
|
-
},
|
|
1427
1406
|
"core/audits/unsized-images.js | description": {
|
|
1428
1407
|
"message": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
|
|
1429
1408
|
},
|
|
@@ -1595,12 +1574,6 @@
|
|
|
1595
1574
|
"core/config/default-config.js | bestPracticesUXGroupTitle": {
|
|
1596
1575
|
"message": "User Experience"
|
|
1597
1576
|
},
|
|
1598
|
-
"core/config/default-config.js | budgetsGroupDescription": {
|
|
1599
|
-
"message": "Performance budgets set standards for the performance of your site."
|
|
1600
|
-
},
|
|
1601
|
-
"core/config/default-config.js | budgetsGroupTitle": {
|
|
1602
|
-
"message": "Budgets"
|
|
1603
|
-
},
|
|
1604
1577
|
"core/config/default-config.js | diagnosticsGroupDescription": {
|
|
1605
1578
|
"message": "More information about the performance of your application. These numbers don't [directly affect](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) the Performance score."
|
|
1606
1579
|
},
|
|
@@ -2294,9 +2267,6 @@
|
|
|
2294
2267
|
"core/lib/i18n/i18n.js | columnName": {
|
|
2295
2268
|
"message": "Name"
|
|
2296
2269
|
},
|
|
2297
|
-
"core/lib/i18n/i18n.js | columnOverBudget": {
|
|
2298
|
-
"message": "Over Budget"
|
|
2299
|
-
},
|
|
2300
2270
|
"core/lib/i18n/i18n.js | columnRequests": {
|
|
2301
2271
|
"message": "Requests"
|
|
2302
2272
|
},
|