lighthouse 11.3.0 → 11.4.0
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/core/audits/accessibility/aria-allowed-role.js +1 -1
- package/core/audits/bf-cache.d.ts +1 -0
- package/core/audits/bf-cache.js +12 -2
- package/core/audits/bootup-time.js +3 -0
- package/core/audits/byte-efficiency/byte-efficiency-audit.d.ts +0 -10
- package/core/audits/byte-efficiency/byte-efficiency-audit.js +6 -46
- package/core/audits/byte-efficiency/duplicated-javascript.d.ts +0 -6
- package/core/audits/byte-efficiency/duplicated-javascript.js +9 -38
- package/core/audits/byte-efficiency/legacy-javascript.d.ts +0 -11
- package/core/audits/byte-efficiency/legacy-javascript.js +5 -36
- package/core/audits/byte-efficiency/unminified-css.js +2 -2
- package/core/audits/byte-efficiency/unminified-javascript.js +2 -3
- package/core/audits/byte-efficiency/unused-javascript.js +10 -11
- package/core/audits/dobetterweb/uses-http2.d.ts +1 -1
- package/core/audits/dobetterweb/uses-http2.js +8 -5
- package/core/audits/layout-shift-elements.js +32 -17
- package/core/audits/metrics/cumulative-layout-shift.js +5 -1
- package/core/audits/metrics/max-potential-fid.d.ts +20 -0
- package/core/audits/metrics/max-potential-fid.js +69 -0
- package/core/audits/resource-summary.d.ts +11 -0
- package/core/audits/resource-summary.js +86 -0
- package/core/audits/third-party-cookies.d.ts +22 -0
- package/core/audits/third-party-cookies.js +112 -0
- package/core/audits/third-party-summary.d.ts +20 -2
- package/core/audits/third-party-summary.js +3 -48
- package/core/computed/entity-classification.js +1 -1
- package/core/computed/metrics/cumulative-layout-shift.d.ts +13 -1
- package/core/computed/metrics/cumulative-layout-shift.js +47 -1
- package/core/computed/metrics/lantern-first-contentful-paint.d.ts +50 -16
- package/core/computed/metrics/lantern-first-contentful-paint.js +56 -59
- package/core/computed/metrics/lantern-first-meaningful-paint.js +10 -12
- package/core/computed/metrics/lantern-largest-contentful-paint.js +9 -12
- package/core/computed/metrics/lantern-metric.d.ts +2 -2
- package/core/computed/metrics/lantern-metric.js +6 -5
- package/core/computed/resource-summary.d.ts +0 -1
- package/core/computed/resource-summary.js +2 -2
- package/core/computed/unused-css.js +2 -2
- package/core/config/constants.d.ts +2 -2
- package/core/config/constants.js +2 -2
- package/core/config/default-config.js +4 -0
- package/core/config/filters.js +1 -0
- package/core/gather/base-artifacts.js +2 -1
- package/core/gather/gatherers/css-usage.js +5 -0
- package/core/gather/gatherers/trace-elements.d.ts +6 -15
- package/core/gather/gatherers/trace-elements.js +15 -71
- package/core/gather/navigation-runner.js +1 -1
- package/core/lib/i18n/i18n.d.ts +2 -2
- package/core/lib/i18n/i18n.js +2 -2
- package/core/lib/minification-estimator.js +1 -1
- package/core/lib/network-recorder.d.ts +8 -0
- package/core/lib/network-recorder.js +13 -0
- package/core/lib/network-request.d.ts +11 -0
- package/core/lib/network-request.js +21 -1
- package/core/lib/rect-helpers.d.ts +5 -0
- package/core/lib/rect-helpers.js +15 -0
- package/core/lib/script-helpers.d.ts +34 -5
- package/core/lib/script-helpers.js +136 -0
- package/core/lib/url-utils.d.ts +6 -0
- package/core/lib/url-utils.js +14 -2
- package/core/runner.js +5 -1
- package/core/scripts/download-chrome.sh +56 -13
- package/dist/report/bundle.esm.js +30 -13
- package/dist/report/flow.js +32 -15
- package/dist/report/standalone.js +32 -15
- package/flow-report/src/i18n/i18n.d.ts +4 -0
- package/package.json +5 -4
- package/report/assets/styles.css +25 -8
- package/report/assets/templates.html +1 -1
- package/report/clients/standalone.js +1 -0
- package/report/renderer/components.js +2 -2
- package/report/renderer/explodey-gauge.js +0 -1
- package/report/renderer/performance-category-renderer.js +4 -2
- package/report/renderer/report-renderer.js +12 -1
- package/report/renderer/report-ui-features.js +3 -2
- package/report/renderer/report-utils.d.ts +2 -0
- package/report/renderer/report-utils.js +8 -4
- package/report/types/report-renderer.d.ts +2 -0
- package/shared/localization/locales/ar-XB.json +34 -25
- package/shared/localization/locales/ar.json +35 -26
- package/shared/localization/locales/bg.json +34 -25
- package/shared/localization/locales/ca.json +35 -26
- package/shared/localization/locales/cs.json +34 -25
- package/shared/localization/locales/da.json +51 -42
- package/shared/localization/locales/de.json +38 -29
- package/shared/localization/locales/el.json +34 -25
- package/shared/localization/locales/en-GB.json +35 -26
- package/shared/localization/locales/en-US.json +26 -5
- package/shared/localization/locales/en-XA.json +34 -25
- package/shared/localization/locales/en-XL.json +26 -5
- package/shared/localization/locales/es-419.json +34 -25
- package/shared/localization/locales/es.json +34 -25
- package/shared/localization/locales/fi.json +34 -25
- package/shared/localization/locales/fil.json +35 -26
- package/shared/localization/locales/fr.json +34 -25
- package/shared/localization/locales/he.json +35 -26
- package/shared/localization/locales/hi.json +35 -26
- package/shared/localization/locales/hr.json +35 -26
- package/shared/localization/locales/hu.json +34 -25
- package/shared/localization/locales/id.json +34 -25
- package/shared/localization/locales/it.json +34 -25
- package/shared/localization/locales/ja.json +34 -25
- package/shared/localization/locales/ko.json +35 -26
- package/shared/localization/locales/lt.json +34 -25
- package/shared/localization/locales/lv.json +35 -26
- package/shared/localization/locales/nl.json +35 -26
- package/shared/localization/locales/no.json +34 -25
- package/shared/localization/locales/pl.json +34 -25
- package/shared/localization/locales/pt-PT.json +35 -26
- package/shared/localization/locales/pt.json +35 -26
- package/shared/localization/locales/ro.json +34 -25
- package/shared/localization/locales/ru.json +35 -26
- package/shared/localization/locales/sk.json +35 -26
- package/shared/localization/locales/sl.json +35 -26
- package/shared/localization/locales/sr-Latn.json +34 -25
- package/shared/localization/locales/sr.json +34 -25
- package/shared/localization/locales/sv.json +35 -26
- package/shared/localization/locales/ta.json +35 -26
- package/shared/localization/locales/te.json +35 -26
- package/shared/localization/locales/th.json +34 -25
- package/shared/localization/locales/tr.json +35 -26
- package/shared/localization/locales/uk.json +34 -25
- package/shared/localization/locales/vi.json +34 -25
- package/shared/localization/locales/zh-HK.json +35 -26
- package/shared/localization/locales/zh-TW.json +38 -29
- package/shared/localization/locales/zh.json +34 -25
- package/shared/util.d.ts +14 -2
- package/shared/util.js +25 -3
- package/tsconfig.json +2 -0
- package/types/artifacts.d.ts +5 -2
|
@@ -444,12 +444,16 @@ const UIStrings = {
|
|
|
444
444
|
runtimeDesktopEmulation: 'Emulated Desktop',
|
|
445
445
|
/** Descriptive explanation for a runtime setting that is set to an unknown value. */
|
|
446
446
|
runtimeUnknown: 'Unknown',
|
|
447
|
-
/** Descriptive label that this analysis run was from a single
|
|
448
|
-
runtimeSingleLoad: 'Single page
|
|
447
|
+
/** Descriptive label that this analysis run was from a single sample of a page session (not a summary of hundreds of loads) */
|
|
448
|
+
runtimeSingleLoad: 'Single page session',
|
|
449
449
|
/** Descriptive label that this analysis only considers the initial load of the page, and no interaction beyond when the page had "fully loaded" */
|
|
450
450
|
runtimeAnalysisWindow: 'Initial page load',
|
|
451
|
-
/** Descriptive
|
|
452
|
-
|
|
451
|
+
/** Descriptive label that this analysis considers some arbitrary period of time containing user interactions */
|
|
452
|
+
runtimeAnalysisWindowTimespan: 'User interactions timespan',
|
|
453
|
+
/** Descriptive label that this analysis considers a snapshot of the page at a single point in time */
|
|
454
|
+
runtimeAnalysisWindowSnapshot: 'Point-in-time snapshot',
|
|
455
|
+
/** Descriptive explanation that this analysis run was from a single sample of a page session, whereas field data often summarizes hundreds+ of page loads */
|
|
456
|
+
runtimeSingleLoadTooltip: 'This data is taken from a single page session, as opposed to field data summarizing many sessions.', // eslint-disable-line max-len
|
|
453
457
|
|
|
454
458
|
/** Descriptive explanation for environment throttling that was provided by the runtime environment instead of provided by Lighthouse throttling. */
|
|
455
459
|
throttlingProvided: 'Provided by environment',
|
|
@@ -28,6 +28,8 @@ declare module Renderer {
|
|
|
28
28
|
omitTopbar?: boolean;
|
|
29
29
|
/** Prevent injection of report styles. Set to true if these styles are already included by the environment. */
|
|
30
30
|
omitGlobalStyles?: boolean;
|
|
31
|
+
/** Ensure the report occupies the entire viewport. This option should be enabled if the report represents the entire page content (i.e. standalone HTML & viewer app) */
|
|
32
|
+
occupyEntireViewport?: boolean;
|
|
31
33
|
/**
|
|
32
34
|
* Convert report anchor links to a different format.
|
|
33
35
|
* Flow report uses this to convert `#seo` to `#index=0&anchor=seo`.
|
|
@@ -639,7 +639,7 @@
|
|
|
639
639
|
"message": "Use video formats for animated content"
|
|
640
640
|
},
|
|
641
641
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
642
|
-
"message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. [Learn how to use modern JavaScript](https://web.dev/publish-modern-javascript
|
|
642
|
+
"message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. [Learn how to use modern JavaScript](https://web.dev/articles/publish-modern-javascript)"
|
|
643
643
|
},
|
|
644
644
|
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
645
645
|
"message": "Avoid serving legacy JavaScript to modern browsers"
|
|
@@ -993,7 +993,7 @@
|
|
|
993
993
|
"message": "Expected size"
|
|
994
994
|
},
|
|
995
995
|
"core/audits/image-size-responsive.js | description": {
|
|
996
|
-
"message": "Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. [Learn how to provide responsive images](https://web.dev/serve-responsive-images
|
|
996
|
+
"message": "Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. [Learn how to provide responsive images](https://web.dev/articles/serve-responsive-images)."
|
|
997
997
|
},
|
|
998
998
|
"core/audits/image-size-responsive.js | failureTitle": {
|
|
999
999
|
"message": "Serves images with low resolution"
|
|
@@ -1158,13 +1158,13 @@
|
|
|
1158
1158
|
"message": "CLS Contribution"
|
|
1159
1159
|
},
|
|
1160
1160
|
"core/audits/layout-shift-elements.js | description": {
|
|
1161
|
-
"message": "These DOM elements contribute most to the CLS of the page. [Learn how to improve CLS](https://web.dev/optimize-cls
|
|
1161
|
+
"message": "These DOM elements contribute most to the CLS of the page. [Learn how to improve CLS](https://web.dev/articles/optimize-cls)"
|
|
1162
1162
|
},
|
|
1163
1163
|
"core/audits/layout-shift-elements.js | title": {
|
|
1164
1164
|
"message": "Avoid large layout shifts"
|
|
1165
1165
|
},
|
|
1166
1166
|
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1167
|
-
"message": "Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. [Learn more about optimal lazy loading](https://web.dev/lcp-lazy-loading
|
|
1167
|
+
"message": "Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. [Learn more about optimal lazy loading](https://web.dev/articles/lcp-lazy-loading)."
|
|
1168
1168
|
},
|
|
1169
1169
|
"core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1170
1170
|
"message": "Largest Contentful Paint image was lazily loaded"
|
|
@@ -1173,7 +1173,7 @@
|
|
|
1173
1173
|
"message": "Largest Contentful Paint image was not lazily loaded"
|
|
1174
1174
|
},
|
|
1175
1175
|
"core/audits/long-tasks.js | description": {
|
|
1176
|
-
"message": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/long-tasks-devtools
|
|
1176
|
+
"message": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/articles/long-tasks-devtools)"
|
|
1177
1177
|
},
|
|
1178
1178
|
"core/audits/long-tasks.js | displayValue": {
|
|
1179
1179
|
"message": "{itemCount,plural, =1{# long task found}zero{# long tasks found}two{# long tasks found}few{# long tasks found}many{# long tasks found}other{# long tasks found}}"
|
|
@@ -1221,7 +1221,7 @@
|
|
|
1221
1221
|
"message": "Manifest has a maskable icon"
|
|
1222
1222
|
},
|
|
1223
1223
|
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1224
|
-
"message": "Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more about the Cumulative Layout Shift metric](https://web.dev/cls
|
|
1224
|
+
"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)."
|
|
1225
1225
|
},
|
|
1226
1226
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
1227
1227
|
"message": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more about the First Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)."
|
|
@@ -1230,7 +1230,7 @@
|
|
|
1230
1230
|
"message": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more about the First Meaningful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)."
|
|
1231
1231
|
},
|
|
1232
1232
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
1233
|
-
"message": "Interaction to Next Paint measures page responsiveness, how long it takes the page to visibly respond to user input. [Learn more about the Interaction to Next Paint metric](https://web.dev/inp
|
|
1233
|
+
"message": "Interaction to Next Paint measures page responsiveness, how long it takes the page to visibly respond to user input. [Learn more about the Interaction to Next Paint metric](https://web.dev/articles/inp)."
|
|
1234
1234
|
},
|
|
1235
1235
|
"core/audits/metrics/interactive.js | description": {
|
|
1236
1236
|
"message": "Time to Interactive is the amount of time it takes for the page to become fully interactive. [Learn more about the Time to Interactive metric](https://developer.chrome.com/docs/lighthouse/performance/interactive/)."
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
"message": "Server Backend Latencies"
|
|
1261
1261
|
},
|
|
1262
1262
|
"core/audits/no-unload-listeners.js | description": {
|
|
1263
|
-
"message": "The `unload` event does not fire reliably and listening for it can prevent browser optimizations like the Back-Forward Cache. Use `pagehide` or `visibilitychange` events instead. [Learn more about unload event listeners](https://web.dev/bfcache
|
|
1263
|
+
"message": "The `unload` event does not fire reliably and listening for it can prevent browser optimizations like the Back-Forward Cache. Use `pagehide` or `visibilitychange` events instead. [Learn more about unload event listeners](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1264
1264
|
},
|
|
1265
1265
|
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1266
1266
|
"message": "Registers an `unload` listener"
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
"message": "Performance budget"
|
|
1306
1306
|
},
|
|
1307
1307
|
"core/audits/preload-fonts.js | description": {
|
|
1308
|
-
"message": "Preload `optional` fonts so first-time visitors may use them. [Learn more about preloading fonts](https://web.dev/preload-optional-fonts
|
|
1308
|
+
"message": "Preload `optional` fonts so first-time visitors may use them. [Learn more about preloading fonts](https://web.dev/articles/preload-optional-fonts)"
|
|
1309
1309
|
},
|
|
1310
1310
|
"core/audits/preload-fonts.js | failureTitle": {
|
|
1311
1311
|
"message": "Fonts with `font-display: optional` are not preloaded"
|
|
@@ -1314,7 +1314,7 @@
|
|
|
1314
1314
|
"message": "Fonts with `font-display: optional` are preloaded"
|
|
1315
1315
|
},
|
|
1316
1316
|
"core/audits/prioritize-lcp-image.js | description": {
|
|
1317
|
-
"message": "If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. [Learn more about preloading LCP elements](https://web.dev/optimize-lcp
|
|
1317
|
+
"message": "If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. [Learn more about preloading LCP elements](https://web.dev/articles/optimize-lcp#optimize_when_the_resource_is_discovered)."
|
|
1318
1318
|
},
|
|
1319
1319
|
"core/audits/prioritize-lcp-image.js | title": {
|
|
1320
1320
|
"message": "Preload Largest Contentful Paint image"
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
"message": "Timing budget"
|
|
1588
1588
|
},
|
|
1589
1589
|
"core/audits/unsized-images.js | description": {
|
|
1590
|
-
"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/optimize-cls
|
|
1590
|
+
"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)"
|
|
1591
1591
|
},
|
|
1592
1592
|
"core/audits/unsized-images.js | failureTitle": {
|
|
1593
1593
|
"message": "Image elements do not have explicit `width` and `height`"
|
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
"message": "Has a `<meta name=\"viewport\">` tag with `width` or `initial-scale`"
|
|
1663
1663
|
},
|
|
1664
1664
|
"core/audits/work-during-interaction.js | description": {
|
|
1665
|
-
"message": "This is the thread-blocking work occurring during the Interaction to Next Paint measurement. [Learn more about the Interaction to Next Paint metric](https://web.dev/inp
|
|
1665
|
+
"message": "This is the thread-blocking work occurring during the Interaction to Next Paint measurement. [Learn more about the Interaction to Next Paint metric](https://web.dev/articles/inp)."
|
|
1666
1666
|
},
|
|
1667
1667
|
"core/audits/work-during-interaction.js | displayValue": {
|
|
1668
1668
|
"message": "{timeInMs, number, milliseconds} ms spent on event '{interactionType}'"
|
|
@@ -1704,10 +1704,10 @@
|
|
|
1704
1704
|
"message": "Best practices"
|
|
1705
1705
|
},
|
|
1706
1706
|
"core/config/default-config.js | a11yCategoryDescription": {
|
|
1707
|
-
"message": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/how-to-review
|
|
1707
|
+
"message": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/articles/how-to-review) is also encouraged."
|
|
1708
1708
|
},
|
|
1709
1709
|
"core/config/default-config.js | a11yCategoryManualDescription": {
|
|
1710
|
-
"message": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://web.dev/how-to-review
|
|
1710
|
+
"message": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://web.dev/articles/how-to-review)."
|
|
1711
1711
|
},
|
|
1712
1712
|
"core/config/default-config.js | a11yCategoryTitle": {
|
|
1713
1713
|
"message": "Accessibility"
|
|
@@ -1794,10 +1794,10 @@
|
|
|
1794
1794
|
"message": "Performance"
|
|
1795
1795
|
},
|
|
1796
1796
|
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1797
|
-
"message": "These checks validate the aspects of a Progressive Web App. [Learn what makes a good Progressive Web App](https://web.dev/pwa-checklist
|
|
1797
|
+
"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)."
|
|
1798
1798
|
},
|
|
1799
1799
|
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1800
|
-
"message": "These checks are required by the baseline [PWA Checklist](https://web.dev/pwa-checklist
|
|
1800
|
+
"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."
|
|
1801
1801
|
},
|
|
1802
1802
|
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1803
1803
|
"message": "PWA"
|
|
@@ -1809,7 +1809,7 @@
|
|
|
1809
1809
|
"message": "PWA Optimized"
|
|
1810
1810
|
},
|
|
1811
1811
|
"core/config/default-config.js | seoCategoryDescription": {
|
|
1812
|
-
"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/
|
|
1812
|
+
"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)."
|
|
1813
1813
|
},
|
|
1814
1814
|
"core/config/default-config.js | seoCategoryManualDescription": {
|
|
1815
1815
|
"message": "Run these additional validators on your site to check additional SEO best practices."
|
|
@@ -2657,6 +2657,9 @@
|
|
|
2657
2657
|
"core/lib/lh-error.js | urlInvalid": {
|
|
2658
2658
|
"message": "The URL you have provided appears to be invalid."
|
|
2659
2659
|
},
|
|
2660
|
+
"core/lib/navigation-error.js | warningStatusCode": {
|
|
2661
|
+
"message": "Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: {errorCode})"
|
|
2662
|
+
},
|
|
2660
2663
|
"core/lib/navigation-error.js | warningXhtml": {
|
|
2661
2664
|
"message": "The page MIME type is XHTML: Lighthouse does not explicitly support this document type"
|
|
2662
2665
|
},
|
|
@@ -3108,22 +3111,22 @@
|
|
|
3108
3111
|
"message": "Use [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) in NitroPack to reduce the size of the files that are sent to the browser."
|
|
3109
3112
|
},
|
|
3110
3113
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
|
|
3111
|
-
"message": "Use the `nuxt/image` component and set `format=\"webp\"`. [Learn more](https://image.
|
|
3114
|
+
"message": "Use the `nuxt/image` component and set `format=\"webp\"`. [Learn more](https://image.nuxt.com/usage/nuxt-img#format)."
|
|
3112
3115
|
},
|
|
3113
3116
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | offscreen-images": {
|
|
3114
|
-
"message": "Use the `nuxt/image` component and set `loading=\"lazy\"` for offscreen images. [Learn more](https://image.
|
|
3117
|
+
"message": "Use the `nuxt/image` component and set `loading=\"lazy\"` for offscreen images. [Learn more](https://image.nuxt.com/usage/nuxt-img#loading)."
|
|
3115
3118
|
},
|
|
3116
3119
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | prioritize-lcp-image": {
|
|
3117
|
-
"message": "Use the `nuxt/image` component and specify `preload` for LCP image. [Learn more](https://image.
|
|
3120
|
+
"message": "Use the `nuxt/image` component and specify `preload` for LCP image. [Learn more](https://image.nuxt.com/usage/nuxt-img#preload)."
|
|
3118
3121
|
},
|
|
3119
3122
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | unsized-images": {
|
|
3120
|
-
"message": "Use the `nuxt/image` component and specify explicit `width` and `height`. [Learn more](https://image.
|
|
3123
|
+
"message": "Use the `nuxt/image` component and specify explicit `width` and `height`. [Learn more](https://image.nuxt.com/usage/nuxt-img#width-height)."
|
|
3121
3124
|
},
|
|
3122
3125
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | uses-optimized-images": {
|
|
3123
|
-
"message": "Use the `nuxt/image` component and set the appropriate `quality`. [Learn more](https://image.
|
|
3126
|
+
"message": "Use the `nuxt/image` component and set the appropriate `quality`. [Learn more](https://image.nuxt.com/usage/nuxt-img#quality)."
|
|
3124
3127
|
},
|
|
3125
3128
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | uses-responsive-images": {
|
|
3126
|
-
"message": "Use the `nuxt/image` component and set the appropriate `sizes`. [Learn more](https://image.
|
|
3129
|
+
"message": "Use the `nuxt/image` component and set the appropriate `sizes`. [Learn more](https://image.nuxt.com/usage/nuxt-img#sizes)."
|
|
3127
3130
|
},
|
|
3128
3131
|
"node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
|
|
3129
3132
|
"message": "[Replace animated GIFs with video](https://web.dev/replace-gifs-with-videos/) for faster web page loads and consider using modern file formats such as [WebM](https://web.dev/replace-gifs-with-videos/#create-webm-videos) or [AV1](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder) to improve compression efficiency by greater than 30% over the current state-of-the-art video codec, VP9."
|
|
@@ -3359,6 +3362,12 @@
|
|
|
3359
3362
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3360
3363
|
"message": "Initial page load"
|
|
3361
3364
|
},
|
|
3365
|
+
"report/renderer/report-utils.js | runtimeAnalysisWindowSnapshot": {
|
|
3366
|
+
"message": "Point-in-time snapshot"
|
|
3367
|
+
},
|
|
3368
|
+
"report/renderer/report-utils.js | runtimeAnalysisWindowTimespan": {
|
|
3369
|
+
"message": "User interactions timespan"
|
|
3370
|
+
},
|
|
3362
3371
|
"report/renderer/report-utils.js | runtimeCustom": {
|
|
3363
3372
|
"message": "Custom throttling"
|
|
3364
3373
|
},
|
|
@@ -3393,10 +3402,10 @@
|
|
|
3393
3402
|
"message": "User agent (network)"
|
|
3394
3403
|
},
|
|
3395
3404
|
"report/renderer/report-utils.js | runtimeSingleLoad": {
|
|
3396
|
-
"message": "Single page
|
|
3405
|
+
"message": "Single page session"
|
|
3397
3406
|
},
|
|
3398
3407
|
"report/renderer/report-utils.js | runtimeSingleLoadTooltip": {
|
|
3399
|
-
"message": "This data is taken from a single page
|
|
3408
|
+
"message": "This data is taken from a single page session, as opposed to field data summarizing many sessions."
|
|
3400
3409
|
},
|
|
3401
3410
|
"report/renderer/report-utils.js | runtimeSlow4g": {
|
|
3402
3411
|
"message": "Slow 4G throttling"
|
|
@@ -639,7 +639,7 @@
|
|
|
639
639
|
"message": "استخدام تنسيقات الفيديو لمحتوى الصور المتحركة"
|
|
640
640
|
},
|
|
641
641
|
"core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
642
|
-
"message": "تساعد الرموز البرمجية polyfills وtransforms المتصفّحات القديمة في استخدام ميزات JavaScript الجديدة. ومع ذلك، يكون العديد منها غير ضروري للمتصفّحات الحديثة. وبالنسبة إلى حِزم JavaScript، يمكنك استخدام استراتيجية حديثة لنشر النصوص البرمجية باستخدام ميزة الكشف عن الميزات \"module/nomodule\" لتقليل عدد الرموز البرمجية التي يتم نقلها إلى المتصفّحات الحديثة مع استمرار التوافق مع المتصفّحات القديمة. تعرَّف على [كيفية استخدام لغة JavaScript الحديثة](https://web.dev/publish-modern-javascript
|
|
642
|
+
"message": "تساعد الرموز البرمجية polyfills وtransforms المتصفّحات القديمة في استخدام ميزات JavaScript الجديدة. ومع ذلك، يكون العديد منها غير ضروري للمتصفّحات الحديثة. وبالنسبة إلى حِزم JavaScript، يمكنك استخدام استراتيجية حديثة لنشر النصوص البرمجية باستخدام ميزة الكشف عن الميزات \"module/nomodule\" لتقليل عدد الرموز البرمجية التي يتم نقلها إلى المتصفّحات الحديثة مع استمرار التوافق مع المتصفّحات القديمة. تعرَّف على [كيفية استخدام لغة JavaScript الحديثة](https://web.dev/articles/publish-modern-javascript)."
|
|
643
643
|
},
|
|
644
644
|
"core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
645
645
|
"message": "تجنُّب عرض ميزات JavaScript القديمة في المتصفحات الحديثة"
|
|
@@ -993,7 +993,7 @@
|
|
|
993
993
|
"message": "الحجم المتوقع"
|
|
994
994
|
},
|
|
995
995
|
"core/audits/image-size-responsive.js | description": {
|
|
996
|
-
"message": "يجب أن تكون الأبعاد الطبيعية للصورة متناسبة مع حجم العرض ونسبة وحدة البكسل لزيادة وضوح الصورة إلى أقصى حد. تعرَّف على [كيفية تقديم صور سريعة الاستجابة](https://web.dev/serve-responsive-images
|
|
996
|
+
"message": "يجب أن تكون الأبعاد الطبيعية للصورة متناسبة مع حجم العرض ونسبة وحدة البكسل لزيادة وضوح الصورة إلى أقصى حد. تعرَّف على [كيفية تقديم صور سريعة الاستجابة](https://web.dev/articles/serve-responsive-images)."
|
|
997
997
|
},
|
|
998
998
|
"core/audits/image-size-responsive.js | failureTitle": {
|
|
999
999
|
"message": "يتم عرض الصور بدقة منخفضة"
|
|
@@ -1158,13 +1158,13 @@
|
|
|
1158
1158
|
"message": "المساهمة في متغيّرات التصميم التراكمية (CLS)"
|
|
1159
1159
|
},
|
|
1160
1160
|
"core/audits/layout-shift-elements.js | description": {
|
|
1161
|
-
"message": "تساهم عناصر DOM هذه أكثر في متغيّرات التصميم التراكمية (CLS) الخاصة بالصفحة. تعرَّف على [كيفية تحسين CLS](https://web.dev/optimize-cls
|
|
1161
|
+
"message": "تساهم عناصر DOM هذه أكثر في متغيّرات التصميم التراكمية (CLS) الخاصة بالصفحة. تعرَّف على [كيفية تحسين CLS](https://web.dev/articles/optimize-cls)."
|
|
1162
1162
|
},
|
|
1163
1163
|
"core/audits/layout-shift-elements.js | title": {
|
|
1164
1164
|
"message": "تجنُّب متغيّرات التصميم الكبيرة"
|
|
1165
1165
|
},
|
|
1166
1166
|
"core/audits/lcp-lazy-loaded.js | description": {
|
|
1167
|
-
"message": "تُعرَض لاحقًا الصور التي تم تحميلها في الجزء المرئي من الصفحة باستخدام طريقة التحميل الكسول، ما يتسبب في تأخير عرض أكبر جزء من المحتوى على الصفحة. [مزيد من المعلومات حول طريقة التحميل الكسول المحسَّنة](https://web.dev/lcp-lazy-loading
|
|
1167
|
+
"message": "تُعرَض لاحقًا الصور التي تم تحميلها في الجزء المرئي من الصفحة باستخدام طريقة التحميل الكسول، ما يتسبب في تأخير عرض أكبر جزء من المحتوى على الصفحة. [مزيد من المعلومات حول طريقة التحميل الكسول المحسَّنة](https://web.dev/articles/lcp-lazy-loading)"
|
|
1168
1168
|
},
|
|
1169
1169
|
"core/audits/lcp-lazy-loaded.js | failureTitle": {
|
|
1170
1170
|
"message": "تم عرض أكبر صورة ظاهرة في الصفحة بسرعة غير مناسبة"
|
|
@@ -1173,7 +1173,7 @@
|
|
|
1173
1173
|
"message": "تم عرض أكبر صورة ظاهرة في الصفحة بسرعة مناسبة"
|
|
1174
1174
|
},
|
|
1175
1175
|
"core/audits/long-tasks.js | description": {
|
|
1176
|
-
"message": "يتم إدراج المهام التي تستغرق وقتًا أطول في سلسلة التعليمات الرئيسية، ما يساعد في تحديد أكثر العوامل التي تسبِّب تأخيرًا في عملية الإدخال. تعرَّف على [كيفية تجنُّب المهام التي تستغرق وقتًا طويلاً والمُدرَجة في سلسلة التعليمات الرئيسية](https://web.dev/long-tasks-devtools
|
|
1176
|
+
"message": "يتم إدراج المهام التي تستغرق وقتًا أطول في سلسلة التعليمات الرئيسية، ما يساعد في تحديد أكثر العوامل التي تسبِّب تأخيرًا في عملية الإدخال. تعرَّف على [كيفية تجنُّب المهام التي تستغرق وقتًا طويلاً والمُدرَجة في سلسلة التعليمات الرئيسية](https://web.dev/articles/long-tasks-devtools)."
|
|
1177
1177
|
},
|
|
1178
1178
|
"core/audits/long-tasks.js | displayValue": {
|
|
1179
1179
|
"message": "{itemCount,plural, =1{تم العثور على مهمّة طويلة واحدة}zero{تم العثور على # مهمّة طويلة}two{تم العثور على مهمّتَين طويلتَين}few{تم العثور على # مهمّات طويلة}many{تم العثور على # مهمّة طويلة}other{تم العثور على # مهمّة طويلة}}"
|
|
@@ -1221,7 +1221,7 @@
|
|
|
1221
1221
|
"message": "البيان يحتوي على رمز قابل للإخفاء"
|
|
1222
1222
|
},
|
|
1223
1223
|
"core/audits/metrics/cumulative-layout-shift.js | description": {
|
|
1224
|
-
"message": "يحدِّد مقياس \"متغيّرات التصميم التراكمية\" مقدار حركة العناصر المرئية في إطار العرض. [مزيد من المعلومات حول مقياس \"متغيّرات التصميم التراكمية\"](https://web.dev/cls
|
|
1224
|
+
"message": "يحدِّد مقياس \"متغيّرات التصميم التراكمية\" مقدار حركة العناصر المرئية في إطار العرض. [مزيد من المعلومات حول مقياس \"متغيّرات التصميم التراكمية\"](https://web.dev/articles/cls)"
|
|
1225
1225
|
},
|
|
1226
1226
|
"core/audits/metrics/first-contentful-paint.js | description": {
|
|
1227
1227
|
"message": "يحدِّد مقياس \"سرعة عرض المحتوى على الصفحة\" الوقت الذي يُعرَض فيه أول نص أو صورة من محتوى الصفحة. [مزيد من المعلومات حول مقياس \"سرعة عرض المحتوى على الصفحة\"](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/)"
|
|
@@ -1230,7 +1230,7 @@
|
|
|
1230
1230
|
"message": "يوضِّح مقياس \"سرعة عرض أوّل محتوى مفيد على الصفحة\" الوقت الذي تم فيه عرض المحتوى الأساسي لإحدى الصفحات. [مزيد من المعلومات حول مقياس \"سرعة عرض أوّل محتوى مفيد على الصفحة\"](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/)"
|
|
1231
1231
|
},
|
|
1232
1232
|
"core/audits/metrics/interaction-to-next-paint.js | description": {
|
|
1233
|
-
"message": "يحدِّد مقياس \"مدة عرض الاستجابة لتفاعل المستخدم\" سرعة استجابة الصفحة والمدّة التي تستغرِقها الصفحة للاستجابة بشكل واضح للبيانات التي أدخلها المستخدم. [مزيد من المعلومات حول مقياس \"مدة عرض الاستجابة لتفاعل المستخدم\"](https://web.dev/inp
|
|
1233
|
+
"message": "يحدِّد مقياس \"مدة عرض الاستجابة لتفاعل المستخدم\" سرعة استجابة الصفحة والمدّة التي تستغرِقها الصفحة للاستجابة بشكل واضح للبيانات التي أدخلها المستخدم. [مزيد من المعلومات حول مقياس \"مدة عرض الاستجابة لتفاعل المستخدم\"](https://web.dev/articles/inp)"
|
|
1234
1234
|
},
|
|
1235
1235
|
"core/audits/metrics/interactive.js | description": {
|
|
1236
1236
|
"message": "\"وقت التفاعل\" هو مقدار الوقت المستغرَق حتى تصبح الصفحة تفاعلية بالكامل. [مزيد من المعلومات حول مقياس \"وقت التفاعل\"](https://developer.chrome.com/docs/lighthouse/performance/interactive/)"
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
"message": "أوقات الاستجابة لواجهة الخادم الخلفية"
|
|
1261
1261
|
},
|
|
1262
1262
|
"core/audits/no-unload-listeners.js | description": {
|
|
1263
|
-
"message": "لا يعمل حدث `unload` بفاعلية ويمكن أن تؤدي معالجته إلى عدم تنفيذ عمليات تحسين المتصفّح، مثل عملية \"التخزين المؤقت للصفحات\". وبدلاً من هذا الحدث، يمكنك استخدام `pagehide` أو `visibilitychange`. [مزيد من المعلومات حول إلغاء تحميل أدوات معالجة الأحداث](https://web.dev/bfcache
|
|
1263
|
+
"message": "لا يعمل حدث `unload` بفاعلية ويمكن أن تؤدي معالجته إلى عدم تنفيذ عمليات تحسين المتصفّح، مثل عملية \"التخزين المؤقت للصفحات\". وبدلاً من هذا الحدث، يمكنك استخدام `pagehide` أو `visibilitychange`. [مزيد من المعلومات حول إلغاء تحميل أدوات معالجة الأحداث](https://web.dev/articles/bfcache#never_use_the_unload_event)"
|
|
1264
1264
|
},
|
|
1265
1265
|
"core/audits/no-unload-listeners.js | failureTitle": {
|
|
1266
1266
|
"message": "يتم استخدام أدوات معالجة حدث `unload`"
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
"message": "ميزانية الأداء"
|
|
1306
1306
|
},
|
|
1307
1307
|
"core/audits/preload-fonts.js | description": {
|
|
1308
|
-
"message": "يجب تحميل الخطوط `optional` بشكل مسبق حتى يتسنى للزوار الجدد استخدامها. [مزيد من المعلومات عن التحميل المسبَق للخطوط](https://web.dev/preload-optional-fonts
|
|
1308
|
+
"message": "يجب تحميل الخطوط `optional` بشكل مسبق حتى يتسنى للزوار الجدد استخدامها. [مزيد من المعلومات عن التحميل المسبَق للخطوط](https://web.dev/articles/preload-optional-fonts)"
|
|
1309
1309
|
},
|
|
1310
1310
|
"core/audits/preload-fonts.js | failureTitle": {
|
|
1311
1311
|
"message": "الخطوط التي استخدمت `font-display: optional` لم يتم تحميلها مُسبَقًا"
|
|
@@ -1314,7 +1314,7 @@
|
|
|
1314
1314
|
"message": "تم تحميل الخطوط التي استخدمت `font-display: optional` مُسبَقًا"
|
|
1315
1315
|
},
|
|
1316
1316
|
"core/audits/prioritize-lcp-image.js | description": {
|
|
1317
|
-
"message": "في حال إضافة المقياس \"سرعة عرض أكبر جزء من المحتوى على الصفحة\" (LCP) إلى الصفحة بشكل ديناميكي، يجب تحميل الصورة مسبقًا لتحسين مقياس LCP. [مزيد من المعلومات حول التحميل المسبق لعناصر LCP](https://web.dev/optimize-lcp
|
|
1317
|
+
"message": "في حال إضافة المقياس \"سرعة عرض أكبر جزء من المحتوى على الصفحة\" (LCP) إلى الصفحة بشكل ديناميكي، يجب تحميل الصورة مسبقًا لتحسين مقياس LCP. [مزيد من المعلومات حول التحميل المسبق لعناصر LCP](https://web.dev/articles/optimize-lcp#optimize_when_the_resource_is_discovered)"
|
|
1318
1318
|
},
|
|
1319
1319
|
"core/audits/prioritize-lcp-image.js | title": {
|
|
1320
1320
|
"message": "التحميل المُسبَق لصورة المقياس \"سرعة عرض أكبر جزء من المحتوى على الصفحة\""
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
"message": "ميزانية قائمة على الوقت"
|
|
1588
1588
|
},
|
|
1589
1589
|
"core/audits/unsized-images.js | description": {
|
|
1590
|
-
"message": "يجب ضبط قيَم واضحة للعرض والارتفاع في عناصر الصور للحدّ من متغيّرات التصميم وتحسين متغيّرات التصميم التراكمية (CLS). تعرَّف على [كيفية ضبط أبعاد الصور](https://web.dev/optimize-cls
|
|
1590
|
+
"message": "يجب ضبط قيَم واضحة للعرض والارتفاع في عناصر الصور للحدّ من متغيّرات التصميم وتحسين متغيّرات التصميم التراكمية (CLS). تعرَّف على [كيفية ضبط أبعاد الصور](https://web.dev/articles/optimize-cls#images_without_dimensions)."
|
|
1591
1591
|
},
|
|
1592
1592
|
"core/audits/unsized-images.js | failureTitle": {
|
|
1593
1593
|
"message": "عناصر الصور لا تحتوي على قيَم `width` و`height` محدَّدة"
|
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
"message": "تضمين علامة `<meta name=\"viewport\">` مع `width` أو `initial-scale`"
|
|
1663
1663
|
},
|
|
1664
1664
|
"core/audits/work-during-interaction.js | description": {
|
|
1665
|
-
"message": "يشير هذا إلى إجراء حظر سلسلة التعليمات الذي يحدث أثناء قياس \"مدة عرض الاستجابة لتفاعل المستخدم\". [مزيد من المعلومات حول مقياس \"مدة عرض الاستجابة لتفاعل المستخدم\"](https://web.dev/inp
|
|
1665
|
+
"message": "يشير هذا إلى إجراء حظر سلسلة التعليمات الذي يحدث أثناء قياس \"مدة عرض الاستجابة لتفاعل المستخدم\". [مزيد من المعلومات حول مقياس \"مدة عرض الاستجابة لتفاعل المستخدم\"](https://web.dev/articles/inp)"
|
|
1666
1666
|
},
|
|
1667
1667
|
"core/audits/work-during-interaction.js | displayValue": {
|
|
1668
1668
|
"message": "تم استغراق {timeInMs, number, milliseconds} ملي ثانية لإكمال الحدث \"{interactionType}\"."
|
|
@@ -1704,10 +1704,10 @@
|
|
|
1704
1704
|
"message": "أفضل الممارسات"
|
|
1705
1705
|
},
|
|
1706
1706
|
"core/config/default-config.js | a11yCategoryDescription": {
|
|
1707
|
-
"message": "تحدّد عمليات التحقّق هذه الفرص المتاحة [لتحسين إمكانية استخدام تطبيق الويب](https://developer.chrome.com/docs/lighthouse/accessibility/). يمكن لميزة الرصد التلقائي رصد مجموعة فرعية من المشاكل فقط ولا تضمن تسهيل استخدام تطبيق الويب، لذلك ننصح أيضًا بإجراء [الاختبار اليدوي](https://web.dev/how-to-review
|
|
1707
|
+
"message": "تحدّد عمليات التحقّق هذه الفرص المتاحة [لتحسين إمكانية استخدام تطبيق الويب](https://developer.chrome.com/docs/lighthouse/accessibility/). يمكن لميزة الرصد التلقائي رصد مجموعة فرعية من المشاكل فقط ولا تضمن تسهيل استخدام تطبيق الويب، لذلك ننصح أيضًا بإجراء [الاختبار اليدوي](https://web.dev/articles/how-to-review)."
|
|
1708
1708
|
},
|
|
1709
1709
|
"core/config/default-config.js | a11yCategoryManualDescription": {
|
|
1710
|
-
"message": "تعالج هذه العناصر المناطق التي يتعذر على أداة الاختبار المبرمجة تغطيتها. تعرّف على مزيد من المعلومات في دليلنا حول [مراجعة إمكانية الوصول](https://web.dev/how-to-review
|
|
1710
|
+
"message": "تعالج هذه العناصر المناطق التي يتعذر على أداة الاختبار المبرمجة تغطيتها. تعرّف على مزيد من المعلومات في دليلنا حول [مراجعة إمكانية الوصول](https://web.dev/articles/how-to-review)."
|
|
1711
1711
|
},
|
|
1712
1712
|
"core/config/default-config.js | a11yCategoryTitle": {
|
|
1713
1713
|
"message": "إمكانية الوصول"
|
|
@@ -1794,10 +1794,10 @@
|
|
|
1794
1794
|
"message": "الأداء"
|
|
1795
1795
|
},
|
|
1796
1796
|
"core/config/default-config.js | pwaCategoryDescription": {
|
|
1797
|
-
"message": "تتحقَّق عمليات التحقُّق هذه من جوانب تطبيق الويب التقدّمي. [تعرَّف على العوامل التي تساهم في إنشاء تطبيق ويب تقدّمي جيد](https://web.dev/pwa-checklist
|
|
1797
|
+
"message": "تتحقَّق عمليات التحقُّق هذه من جوانب تطبيق الويب التقدّمي. [تعرَّف على العوامل التي تساهم في إنشاء تطبيق ويب تقدّمي جيد](https://web.dev/articles/pwa-checklist)."
|
|
1798
1798
|
},
|
|
1799
1799
|
"core/config/default-config.js | pwaCategoryManualDescription": {
|
|
1800
|
-
"message": "يُطلب إجراء عمليات التحقّق هذه من خلال المرجع [قائمة التحقق PWA](https://web.dev/pwa-checklist
|
|
1800
|
+
"message": "يُطلب إجراء عمليات التحقّق هذه من خلال المرجع [قائمة التحقق PWA](https://web.dev/articles/pwa-checklist)، ولكن لم يتم التحقُّق منها تلقائيًا من خلال Lighthouse. لا تؤثر عمليات التحقق هذه في نتيجتك، ولكن من المهم أنك تتحقق منها يدويًا."
|
|
1801
1801
|
},
|
|
1802
1802
|
"core/config/default-config.js | pwaCategoryTitle": {
|
|
1803
1803
|
"message": "PWA"
|
|
@@ -1809,7 +1809,7 @@
|
|
|
1809
1809
|
"message": "تحسين PWA"
|
|
1810
1810
|
},
|
|
1811
1811
|
"core/config/default-config.js | seoCategoryDescription": {
|
|
1812
|
-
"message": "تضمن عمليات التحقّق هذه اتّباع صفحتك للنصائح الأساسية الخاصة بتحسين محركات البحث. هناك العديد من العوامل الإضافية التي تتسبب في عدم تحقيق أداة Lighthouse لأي نقاط هنا والتي قد تؤثّر في ترتيب نتائج البحث، بما في ذلك الأداء في ما يخص [مؤشرات أداء الويب الأساسية](https://web.dev/
|
|
1812
|
+
"message": "تضمن عمليات التحقّق هذه اتّباع صفحتك للنصائح الأساسية الخاصة بتحسين محركات البحث. هناك العديد من العوامل الإضافية التي تتسبب في عدم تحقيق أداة Lighthouse لأي نقاط هنا والتي قد تؤثّر في ترتيب نتائج البحث، بما في ذلك الأداء في ما يخص [مؤشرات أداء الويب الأساسية](https://web.dev/explore/vitals). [مزيد من المعلومات حول \"أساسيات بحث Google\"](https://support.google.com/webmasters/answer/35769)"
|
|
1813
1813
|
},
|
|
1814
1814
|
"core/config/default-config.js | seoCategoryManualDescription": {
|
|
1815
1815
|
"message": "تشغيل أدوات التحقُّق الإضافية هذه على موقعك الإلكتروني للتحقُّق من أفضل ممارسات تحسين محركات البحث الإضافية."
|
|
@@ -2643,7 +2643,7 @@
|
|
|
2643
2643
|
"message": "لم يتمكّن Lighthouse من تحميل الصفحة المطلوبة بشكل موثوق. عليك التأكّد من اختبار عنوان URL الصحيح وأن الخادم يستجيب بشكل صحيح لجميع الطلبات. (التفاصيل: {errorDetails})"
|
|
2644
2644
|
},
|
|
2645
2645
|
"core/lib/lh-error.js | pageLoadFailedWithStatusCode": {
|
|
2646
|
-
"message": "لم
|
|
2646
|
+
"message": "لم تتمكّن أداة Lighthouse من تحميل الصفحة المطلوبة بشكل موثوق. عليك التأكّد من اختبار عنوان URL الصحيح وأنّ الخادم يستجيب بشكل صحيح لجميع الطلبات. (رمز الحالة: {statusCode})"
|
|
2647
2647
|
},
|
|
2648
2648
|
"core/lib/lh-error.js | pageLoadTookTooLong": {
|
|
2649
2649
|
"message": "استغرق تحميل الصفحة وقتًا طويلاً. يُرجى اتّباع الفرص الواردة في التقرير لتقليل وقت تحميل الصفحة، ثم محاولة إعادة تشغيل Lighthouse. ({errorCode})"
|
|
@@ -2657,6 +2657,9 @@
|
|
|
2657
2657
|
"core/lib/lh-error.js | urlInvalid": {
|
|
2658
2658
|
"message": "يبدو أن عنوان URL الذي قدمته غير صحيح."
|
|
2659
2659
|
},
|
|
2660
|
+
"core/lib/navigation-error.js | warningStatusCode": {
|
|
2661
|
+
"message": "لم تتمكّن أداة Lighthouse من تحميل الصفحة المطلوبة بشكل موثوق. عليك التأكّد من اختبار عنوان URL الصحيح وأنّ الخادم يستجيب بشكل صحيح لجميع الطلبات. (رمز الحالة: {errorCode})"
|
|
2662
|
+
},
|
|
2660
2663
|
"core/lib/navigation-error.js | warningXhtml": {
|
|
2661
2664
|
"message": "نوع MIME للصفحة هو XHTML: لا يتوافق وضع Lighthouse مع هذا النوع من المستندات بشكلٍ صريح."
|
|
2662
2665
|
},
|
|
@@ -3108,22 +3111,22 @@
|
|
|
3108
3111
|
"message": "يمكنك استخدام [`Gzip compression`](https://support.nitropack.io/hc/en-us/articles/13229297479313-Enabling-GZIP-compression) في NitroPack لتقليص حجم الملفات التي يتم إرسالها إلى المتصفّح."
|
|
3109
3112
|
},
|
|
3110
3113
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
|
|
3111
|
-
"message": "يمكنك استخدام المكوّن `nuxt/image` وضبط `format=\"webp\"`. [مزيد من المعلومات](https://image.
|
|
3114
|
+
"message": "يمكنك استخدام المكوّن `nuxt/image` وضبط `format=\"webp\"`. [مزيد من المعلومات](https://image.nuxt.com/usage/nuxt-img#format)"
|
|
3112
3115
|
},
|
|
3113
3116
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | offscreen-images": {
|
|
3114
|
-
"message": "يمكنك استخدام المكوّن `nuxt/image` وضبط `loading=\"lazy\"` لتأجيل تحميل الصور خارج الشاشة. [مزيد من المعلومات](https://image.
|
|
3117
|
+
"message": "يمكنك استخدام المكوّن `nuxt/image` وضبط `loading=\"lazy\"` لتأجيل تحميل الصور خارج الشاشة. [مزيد من المعلومات](https://image.nuxt.com/usage/nuxt-img#loading)"
|
|
3115
3118
|
},
|
|
3116
3119
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | prioritize-lcp-image": {
|
|
3117
|
-
"message": "يمكنك استخدام المكوِّن `nuxt/image` وتحديد `preload` لصورة المقياس LCP. [مزيد من المعلومات](https://image.
|
|
3120
|
+
"message": "يمكنك استخدام المكوِّن `nuxt/image` وتحديد `preload` لصورة المقياس LCP. [مزيد من المعلومات](https://image.nuxt.com/usage/nuxt-img#preload)"
|
|
3118
3121
|
},
|
|
3119
3122
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | unsized-images": {
|
|
3120
|
-
"message": "يمكنك استخدام المكوّن `nuxt/image` واختيار `width` و`height` مُحدّدين. [مزيد من المعلومات](https://image.
|
|
3123
|
+
"message": "يمكنك استخدام المكوّن `nuxt/image` واختيار `width` و`height` مُحدّدين. [مزيد من المعلومات](https://image.nuxt.com/usage/nuxt-img#width-height)"
|
|
3121
3124
|
},
|
|
3122
3125
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | uses-optimized-images": {
|
|
3123
|
-
"message": "يمكنك استخدام المكوِّن `nuxt/image` وضبط `quality` المناسبة. [مزيد من المعلومات](https://image.
|
|
3126
|
+
"message": "يمكنك استخدام المكوِّن `nuxt/image` وضبط `quality` المناسبة. [مزيد من المعلومات](https://image.nuxt.com/usage/nuxt-img#quality)"
|
|
3124
3127
|
},
|
|
3125
3128
|
"node_modules/lighthouse-stack-packs/packs/nuxt.js | uses-responsive-images": {
|
|
3126
|
-
"message": "يمكنك استخدام المكوِّن `nuxt/image` وضبط `sizes` المناسبة. [مزيد من المعلومات](https://image.
|
|
3129
|
+
"message": "يمكنك استخدام المكوِّن `nuxt/image` وضبط `sizes` المناسبة. [مزيد من المعلومات](https://image.nuxt.com/usage/nuxt-img#sizes)"
|
|
3127
3130
|
},
|
|
3128
3131
|
"node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
|
|
3129
3132
|
"message": "[يمكنك استخدام الفيديو بدلاً من صور GIF المتحركة](https://web.dev/replace-gifs-with-videos/) لتحميل صفحات الويب بشكل أسرع، بالإضافة إلى استخدام تنسيقات ملفات حديثة، مثل [WebM](https://web.dev/replace-gifs-with-videos/#create-webm-videos) أو [AV1](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder) لتحسين كفاءة الضغط بنسبة تزيد عن 30% على برنامج ترميز الفيديو المتطوّر الحالي، VP9."
|
|
@@ -3359,6 +3362,12 @@
|
|
|
3359
3362
|
"report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
|
3360
3363
|
"message": "التحميل الأولي للصفحة"
|
|
3361
3364
|
},
|
|
3365
|
+
"report/renderer/report-utils.js | runtimeAnalysisWindowSnapshot": {
|
|
3366
|
+
"message": "نبذة عن نقطة زمنية"
|
|
3367
|
+
},
|
|
3368
|
+
"report/renderer/report-utils.js | runtimeAnalysisWindowTimespan": {
|
|
3369
|
+
"message": "الفترة الزمنية التي تتضمّن تفاعلات المستخدم"
|
|
3370
|
+
},
|
|
3362
3371
|
"report/renderer/report-utils.js | runtimeCustom": {
|
|
3363
3372
|
"message": "تقييد مخصَّص لتحميل الصفحة"
|
|
3364
3373
|
},
|
|
@@ -3393,10 +3402,10 @@
|
|
|
3393
3402
|
"message": "وكيل المستخدم (شبكة)"
|
|
3394
3403
|
},
|
|
3395
3404
|
"report/renderer/report-utils.js | runtimeSingleLoad": {
|
|
3396
|
-
"message": "
|
|
3405
|
+
"message": "جلسة تتضمّن صفحة واحدة"
|
|
3397
3406
|
},
|
|
3398
3407
|
"report/renderer/report-utils.js | runtimeSingleLoadTooltip": {
|
|
3399
|
-
"message": "هذه البيانات مأخوذة من
|
|
3408
|
+
"message": "هذه البيانات مأخوذة من جلسة تتضمّن صفحة واحدة، على عكس بيانات الحقول التي تلخِّص العديد من الجلسات."
|
|
3400
3409
|
},
|
|
3401
3410
|
"report/renderer/report-utils.js | runtimeSlow4g": {
|
|
3402
3411
|
"message": "التقييد البطيء لتحميل الصفحة في شبكة الجيل الرابع"
|