lighthouse 11.7.0-dev.20240407 → 11.7.0-dev.20240408

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.
Files changed (61) hide show
  1. package/core/computed/metrics/cumulative-layout-shift.js +2 -2
  2. package/core/computed/trace-engine-result.js +1 -1
  3. package/core/config/default-config.js +0 -5
  4. package/core/gather/gatherers/trace-elements.d.ts +0 -10
  5. package/core/gather/gatherers/trace-elements.js +0 -19
  6. package/package.json +2 -2
  7. package/shared/localization/locales/ar-XB.json +0 -18
  8. package/shared/localization/locales/ar.json +0 -18
  9. package/shared/localization/locales/bg.json +0 -18
  10. package/shared/localization/locales/ca.json +0 -18
  11. package/shared/localization/locales/cs.json +0 -18
  12. package/shared/localization/locales/da.json +0 -18
  13. package/shared/localization/locales/de.json +0 -18
  14. package/shared/localization/locales/el.json +0 -18
  15. package/shared/localization/locales/en-GB.json +0 -18
  16. package/shared/localization/locales/en-US.json +0 -18
  17. package/shared/localization/locales/en-XA.json +0 -18
  18. package/shared/localization/locales/en-XL.json +0 -18
  19. package/shared/localization/locales/es-419.json +0 -18
  20. package/shared/localization/locales/es.json +0 -18
  21. package/shared/localization/locales/fi.json +0 -18
  22. package/shared/localization/locales/fil.json +0 -18
  23. package/shared/localization/locales/fr.json +0 -18
  24. package/shared/localization/locales/he.json +0 -18
  25. package/shared/localization/locales/hi.json +0 -18
  26. package/shared/localization/locales/hr.json +0 -18
  27. package/shared/localization/locales/hu.json +0 -18
  28. package/shared/localization/locales/id.json +0 -18
  29. package/shared/localization/locales/it.json +0 -18
  30. package/shared/localization/locales/ja.json +0 -18
  31. package/shared/localization/locales/ko.json +0 -18
  32. package/shared/localization/locales/lt.json +0 -18
  33. package/shared/localization/locales/lv.json +0 -18
  34. package/shared/localization/locales/nl.json +0 -18
  35. package/shared/localization/locales/no.json +0 -18
  36. package/shared/localization/locales/pl.json +0 -18
  37. package/shared/localization/locales/pt-PT.json +0 -18
  38. package/shared/localization/locales/pt.json +0 -18
  39. package/shared/localization/locales/ro.json +0 -18
  40. package/shared/localization/locales/ru.json +0 -18
  41. package/shared/localization/locales/sk.json +0 -18
  42. package/shared/localization/locales/sl.json +0 -18
  43. package/shared/localization/locales/sr-Latn.json +0 -18
  44. package/shared/localization/locales/sr.json +0 -18
  45. package/shared/localization/locales/sv.json +0 -18
  46. package/shared/localization/locales/ta.json +0 -18
  47. package/shared/localization/locales/te.json +0 -18
  48. package/shared/localization/locales/th.json +0 -18
  49. package/shared/localization/locales/tr.json +0 -18
  50. package/shared/localization/locales/uk.json +0 -18
  51. package/shared/localization/locales/vi.json +0 -18
  52. package/shared/localization/locales/zh-HK.json +0 -18
  53. package/shared/localization/locales/zh-TW.json +0 -18
  54. package/shared/localization/locales/zh.json +0 -18
  55. package/types/artifacts.d.ts +1 -13
  56. package/core/audits/layout-shift-elements.d.ts +0 -16
  57. package/core/audits/layout-shift-elements.js +0 -101
  58. package/core/audits/seo/plugins.d.ts +0 -15
  59. package/core/audits/seo/plugins.js +0 -150
  60. package/core/gather/gatherers/seo/embedded-content.d.ts +0 -10
  61. package/core/gather/gatherers/seo/embedded-content.js +0 -63
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Элемент \"Отрисовка самого крупного контента\""
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Влияние смещения макета"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Смещения макета больше всего повлияли на эти элементы DOM. Некоторые смещения макета, возможно, не были учтены в показателе CLS, так как использовалась [обработка методом окна](https://web.dev/articles/cls#what_is_cls). Узнайте, [как уменьшить CLS](https://web.dev/articles/optimize-cls)."
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Устраните большие смещения макета"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Показатель смещения макета"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "В документе есть метаописание"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Поисковые системы не могут индексировать содержимое плагинов. К тому же на многих устройствах использование плагинов ограничено или не поддерживается. Подробнее о том, [как отказаться от использования плагинов](https://developer.chrome.com/docs/lighthouse/seo/plugins/)…"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "В документе используются плагины"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "В документе нет плагинов"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Если файл robots.txt поврежден, поисковые роботы могут не распознать ваши инструкции по сканированию или индексации сайта. Подробнее [о файле robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)…"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Prvok vykreslenia najväčšieho obsahu"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Vplyv zmeny rozloženia"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Tieto prvky DOM boli najviac ovplyvnené zmenami rozloženia. Niektoré zmeny rozloženia nemusia byť zahrnuté v hodnote metriky súhrnu posunov rozloženia stránky, pretože bol použitý [windowing](https://web.dev/articles/cls#what_is_cls). [Ako zlepšiť súhrn posunov rozloženia stránky](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Nepoužívajte veľké posuny rozloženia"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Skóre posunu rozloženia"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokument má metapopis"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Vyhľadávače nemôžu indexovať obsah doplnkov a mnoho zariadení obmedzuje doplnky alebo ich nepodporuje. [Ako sa vyhnúť doplnkom](https://developer.chrome.com/docs/lighthouse/seo/plugins/)"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokument používa doplnky"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokument nepoužíva doplnky"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Ak máte chybný súbor robots.txt, prehľadávače nemusia pochopiť, akým spôsobom majú váš web prehľadávať alebo indexovať. [Ďalšie informácie o súboroch robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Element največjega vsebinskega izrisa"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Vpliv spremembe postavitve"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Na te elemente DOM so spremembe postavitve vplivale najbolj. Nekatere spremembe postavitve morda niso vključene v vrednost meritve CLS zaradi [prikaza v oknu](https://web.dev/articles/cls#what_is_cls). [Preberite, kako izboljšate CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Izogibajte se velikim pomikom postavitve"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Rezultat spremembe postavitve"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokument ima metaopis"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Iskalniki ne morejo indeksirati vsebine vtičnikov in številne naprave vtičnike omejujejo ali jih ne podpirajo. [Preberite več o izogibanju vtičnikom](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokument uporablja vtičnike"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokument ne vsebuje vtičnikov"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Če datoteka robots.txt ni pravilno oblikovana, iskalniki po spletni vsebini morda ne bodo razumeli, kako želite, da se išče po spletni vsebini vašega spletnega mesta in se jo indeksira. [Preberite več o datoteki robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Element sa najvećim prikazivanjem sadržaja"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Uticaj promene rasporeda"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Promene rasporeda su najviše uticale na ove DOM elemente. Neke promene rasporeda možda nisu uvrštene u vrednost CLS pokazatelja zbog [prozorskog prikaza](https://web.dev/articles/cls#what_is_cls). [Saznajte kako da poboljšate CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Izbegavajte velike promene rasporeda"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Rezultat promene rasporeda"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokument ima metaopis"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Pretraživači ne mogu da indeksiraju sadržaj dodatnih komponenata, a mnogi uređaji ograničavaju dodatne komponente ili ih ne podržavaju. [Saznajte više o izbegavanju dodatnih komponenti](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokument koristi dodatne komponente"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokument izbegava dodatne komponente"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Ako fajl robots.txt nije pravilno napravljen, popisivači možda neće moći da razumeju kako želite da se veb-sajt popiše ili indeksira. [Saznajte više o fajlu robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Елемент са највећим приказивањем садржаја"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Утицај промене распореда"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Промене распореда су највише утицале на ове DOM елементе. Неке промене распореда можда нису уврштене у вредност CLS показатеља због [прозорског приказа](https://web.dev/articles/cls#what_is_cls). [Сазнајте како да побољшате CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Избегавајте велике промене распореда"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Резултат промене распореда"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Документ има метаопис"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Претраживачи не могу да индексирају садржај додатних компонената, а многи уређаји ограничавају додатне компоненте или их не подржавају. [Сазнајте више о избегавању додатних компоненти](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Документ користи додатне компоненте"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Документ избегава додатне компоненте"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Ако фајл robots.txt није правилно направљен, пописивачи можда неће моћи да разумеју како желите да се веб-сајт попише или индексира. [Сазнајте више о фајлу robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Element som största uppritningen av innehåll gjordes för"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Effekt av layoutförskjutning"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Dessa DOM-element påverkades mest av layoutförskjutningar. Vissa layoutförskjutningar kanske inte tas med i CLS-mätvärdet på grund av [windowing](https://web.dev/articles/cls#what_is_cls). [Läs mer om hur du kan förbättra CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Undvik större layoutförskjutningar"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Resultat för layoutförskjutning"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Dokumentet har en metabeskrivning"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Sökmotorer kan inte indexera plugin-innehåll och många enheter begränsar plugin-program eller stöder dem inte. [Läs mer om hur du undviker plugin-program](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Dokumentet använder plugin-program"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Dokumentet undviker plugin-program"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Om robots.txt-filen har felaktigt format kan sökrobotarna inte förstå hur du vill att din webbplats ska genomsökas eller indexeras. [Läs mer om robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "பெரிய பகுதியைக் காண்பிக்கும் நேரத்திற்கான உறுப்பு"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "லே-அவுட் ஷிஃப்ட்டின் பாதிப்பு"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "லே-அவுட் ஷிஃப்ட்களால் இந்த DOM உறுப்புகள் அதிகம் பாதிக்கப்பட்டன. [விண்டோவிங்](https://web.dev/articles/cls#what_is_cls) காரணமாகச் சில லே-அவுட் ஷிஃப்ட்கள் CLS அளவீட்டு மதிப்பில் சேர்க்கப்படாமல் போகலாம். [CLSஸை எப்படி மேம்படுத்துவது என்று தெரிந்துகொள்ளுங்கள்](https://web.dev/articles/optimize-cls)."
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "பெரிய தளவமைப்பு ஷிஃப்ட்களைத் தவிர்த்தல்"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "லே-அவுட் ஷிஃப்ட் ஸ்கோர்"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "ஆவணத்தில் மீவிளக்கம் உள்ளது"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "தேடல் இன்ஜின்களால் செருகுநிரல் உள்ளடக்கத்தை இன்டெக்ஸ் செய்ய முடியவில்லை. மேலும் பல சாதனங்கள் அவற்றைக் கட்டுப்படுத்தும் அல்லது ஆதரிக்காது. [செருகுநிரல்களைத் தவிர்ப்பது குறித்து மேலும் அறிக](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "ஆவணத்தில் செருகுநிரல்கள் உள்ளன"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "ஆவணத்தில் செருகுநிரல்கள் தவிர்க்கப்பட்டுள்ளன"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "உங்கள் robots.txt ஃபைல் தவறான வடிவமைப்பில் இருந்தால் உங்கள் இணையதளத்தை எப்படி உலாவ அல்லது இன்டெக்ஸ் செய்ய விரும்புகிறீர்கள் என்பதை கிராலர் மென்பொருட்களால் புரிந்துகொள்ள முடியாமல் போகக்கூடும். [robots.txt குறித்து மேலும் அறிக](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "కంటెంట్ కలిగి ఉండే అతిపెద్ద పెయింట్ మూలకం"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "లేఅవుట్ షిఫ్ట్ ప్రభావం"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "ఈ DOM ఎలిమెంట్‌లు లేఅవుట్ షిఫ్ట్‌ల ద్వారా ఎక్కువగా ప్రభావితమయ్యాయి. [విండో తరహా](https://web.dev/articles/cls#what_is_cls) కారణంగా కొన్ని లేఅవుట్ షిఫ్ట్‌లు CLS మెట్రిక్ విలువలో చేర్చబడకపోవచ్చు. [CLSని మెరుగుపరచడం ఎలాగో తెలుసుకోండి](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "పెద్ద లేఅవుట్ షిఫ్ట్‌లను నివారించండి"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "లేఅవుట్ షిఫ్ట్ స్కోర్"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "డాక్యుమెంట్‌లో మెటా వివరణ ఉంది"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "ప్లగ్ఇన్ కంటెంట్‌ను సెర్చ్ ఇంజిన్‌లు ఇండెక్స్ చేయలేవు, చాలా వరకు పరికరాలలో ప్లగ్ఇన్‌ల వినియోగం నియంత్రించబడి ఉంటుంది లేదా వాటికి సపోర్ట్ ఉండదు. [ప్లగ్ఇన్‌లను నివారించడం గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "డాక్యుమెంట్‌లో ప్లగ్ఇన్‌లు ఉపయోగించబడుతున్నాయి"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "డాక్యుమెంట్‌లో ప్లగ్ఇన్‌లు నివారించబడ్డాయి"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "మీ robots.txt ఫైల్ ఫార్మాట్ తప్పుగా ఉంటే, మీరు మీ వెబ్‌సైట్‌ను ఎలా క్రాల్ చేయాలనుకుంటున్నారు లేదా ఎలా ఇండెక్స్ చేయాలనుకుంటున్నారు అన్నది క్రాలర్‌లకు అర్థం కాకపోవచ్చు. [robots.txt గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "องค์ประกอบ Largest Contentful Paint"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "ผลกระทบของการเปลี่ยนเลย์เอาต์"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "องค์ประกอบ DOM เหล่านี้ได้รับผลกระทบมากที่สุดจากการเปลี่ยนเลย์เอาต์ การเปลี่ยนเลย์เอาต์บางอย่างอาจไม่รวมอยู่ในค่าเมตริก CLS อันเนื่องมาจาก[การจัดกรอบเวลา](https://web.dev/articles/cls#what_is_cls) [ดูวิธีเพิ่มประสิทธิภาพ CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "หลีกเลี่ยงการเลื่อนเลย์เอาต์ขนาดใหญ่"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "คะแนนการเปลี่ยนเลย์เอาต์"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "เอกสารมีคำอธิบายเมตา"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "เครื่องมือค้นหาจัดทำดัชนีเนื้อหาปลั๊กอินไม่ได้ และอุปกรณ์จำนวนมากจำกัดการใช้หรือไม่รองรับปลั๊กอิน [ดูข้อมูลเพิ่มเติมเกี่ยวกับการหลีกเลี่ยงปลั๊กอิน](https://developer.chrome.com/docs/lighthouse/seo/plugins/)"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "เอกสารใช้ปลั๊กอิน"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "เอกสารหลีกเลี่ยงการใช้ปลั๊กอิน"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "หากไฟล์ robots.txt มีรูปแบบไม่ถูกต้อง Crawler อาจไม่เข้าใจวิธีที่คุณต้องการให้ Crawl หรือจัดทำดัชนีเว็บไซต์ [ดูข้อมูลเพิ่มเติมเกี่ยวกับ robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Largest Contentful Paint öğesi"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Düzen kaymasının etkisi"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Düzen kaymalarından en çok bu DOM öğeleri etkilendi. [Pencereleme](https://web.dev/articles/cls#what_is_cls) nedeniyle CLS metriği değerine bazı düzen kaymaları dahil edilmeyebilir. [CLS'yi nasıl iyileştireceğinizi öğrenin](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Büyük düzen kaymalarından kaçının"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Düzen kayması puanı"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Doküman meta tanım içeriyor"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Arama motorları eklenti içeriğini dizine ekleyemez. Ayrıca birçok cihaz eklentileri kısıtlar veya desteklemez. [Eklentilerden kaçınma hakkında daha fazla bilgi edinin](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Doküman, eklenti kullanıyor"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Doküman eklenti içermiyor"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "robots.txt dosyanız yanlış biçimlendirilmişse, tarayıcılar web sitenizin nasıl taranmasını veya dizine eklenmesini istediğinizi anlayamayabilir. [Robots.txt hakkında daha fazla bilgi edinin](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Елемент візуалізації великого контенту"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Вплив зміщень макета"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Зміщення макета найбільше вплинули на ці елементи DOM. Деякі зміщення можуть не включатися в значення показника CLS через [віконізацію](https://web.dev/articles/cls#what_is_cls). [Дізнайтесь, як покращити показник CLS.](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Уникайте великих зсувів макета"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Показник зміщення макета"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Документ містить метаопис"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Пошукові системи не можуть індексувати вміст плагінів. Багато пристроїв обмежують або не підтримують плагіни. [Докладніше про те, як уникати плагінів.](https://developer.chrome.com/docs/lighthouse/seo/plugins/)"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Документ використовує плагіни"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Документ уникає плагінів"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Якщо файл robots.txt недійсний, веб-сканери можуть не зрозуміти, як потрібно індексувати або сканувати ваш веб-сайт. [Докладніше про файл robots.txt.](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "Thành phần Thời gian hiển thị nội dung lớn nhất"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "Ảnh hưởng của việc thay đổi bố cục"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "Các phần tử DOM này là đối tượng chịu ảnh hưởng nhiều nhất của việc thay đổi bố cục. Một số thay đổi về bố cục có thể không được tính vào giá trị chỉ số CLS do phương pháp [chuẩn hoá](https://web.dev/articles/cls#what_is_cls). [Tìm hiểu cách cải thiện CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "Tránh các thay đổi lớn về bố cục"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "Điểm số về mức thay đổi bố cục"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "Tài liệu có phần mô tả meta"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "Các công cụ tìm kiếm không thể lập chỉ mục nội dung trình bổ trợ và nhiều thiết bị hạn chế hoặc không hỗ trợ trình bổ trợ. [Tìm hiểu thêm về cách tránh trình bổ trợ](https://developer.chrome.com/docs/lighthouse/seo/plugins/)."
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "Tài liệu sử dụng plugin"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "Tài liệu tránh sử dụng plugin"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "Nếu định dạng của tệp robots.txt không đúng, thì trình thu thập thông tin có thể không hiểu được cách bạn muốn thu thập thông tin hoặc lập chỉ mục trang web của mình. [Tìm hiểu thêm về tệp robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "「最大內容繪製」元素"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "受版面配置轉移影響的元素數量"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "版面配置轉移對這些 DOM 元素造成的影響最大。由於[視窗化](https://web.dev/articles/cls#what_is_cls),部分版面配置轉移可能不會包含在 CLS 數據值中。[瞭解如何改善累計版面配置轉移 (CLS)](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "避免大幅度的版面配置轉移"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "版面配置轉移分數"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "文件具有中繼說明"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "搜尋引擎無法為外掛程式內容加入索引,而且很多裝置對外掛程式都設有限制甚至不提供支援。[進一步瞭解如何避免使用外掛程式](https://developer.chrome.com/docs/lighthouse/seo/plugins/)。"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "文件使用外掛程式"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "文件避免使用外掛程式"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "如果您的 robots.txt 檔案格式錯誤,檢索器可能無法瞭解您偏好的網站檢索或加入索引方式。[進一步瞭解 robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)。"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "最大內容繪製元素"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "受版面配置位移影響的元素數量"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "版面配置位移對這些 DOM 元素造成的影響最大。由於[執行時間較短](https://web.dev/articles/cls#what_is_cls),部分版面配置位移可能不會包含在 CLS 指標值中。[瞭解如何改善 CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "避免大量版面配置轉移"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "版面配置位移分數"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "文件具有中繼說明"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "搜尋引擎無法為外掛程式內容建立索引,而且許多裝置對外掛程式設有限制或不提供支援。[進一步瞭解如何避免使用外掛程式](https://developer.chrome.com/docs/lighthouse/seo/plugins/)。"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "文件使用外掛程式"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "文件盡量不使用外掛程式"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "如果 robots.txt 檔案格式錯誤,檢索器可能無法瞭解你偏好的網站檢索方式或索引建立方式。[進一步瞭解 robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)。"
1477
1459
  },
@@ -1148,15 +1148,6 @@
1148
1148
  "core/audits/largest-contentful-paint-element.js | title": {
1149
1149
  "message": "最大内容渲染时间元素"
1150
1150
  },
1151
- "core/audits/layout-shift-elements.js | columnContribution": {
1152
- "message": "布局偏移的影响"
1153
- },
1154
- "core/audits/layout-shift-elements.js | description": {
1155
- "message": "这些 DOM 元素受布局偏移的影响最大。由于[窗口化](https://web.dev/articles/cls#what_is_cls)的原因,某些布局偏移可能未包含在 CLS 指标值中。[了解如何改善 CLS](https://web.dev/articles/optimize-cls)"
1156
- },
1157
- "core/audits/layout-shift-elements.js | title": {
1158
- "message": "请避免出现大幅度的布局偏移"
1159
- },
1160
1151
  "core/audits/layout-shifts.js | columnScore": {
1161
1152
  "message": "布局偏移分数"
1162
1153
  },
@@ -1463,15 +1454,6 @@
1463
1454
  "core/audits/seo/meta-description.js | title": {
1464
1455
  "message": "文档有 meta 描述"
1465
1456
  },
1466
- "core/audits/seo/plugins.js | description": {
1467
- "message": "搜索引擎无法将插件内容编入索引,而且许多设备都限制或不支持使用插件。[详细了解如何避免使用插件](https://developer.chrome.com/docs/lighthouse/seo/plugins/)。"
1468
- },
1469
- "core/audits/seo/plugins.js | failureTitle": {
1470
- "message": "文档使用了插件"
1471
- },
1472
- "core/audits/seo/plugins.js | title": {
1473
- "message": "文档中没有插件"
1474
- },
1475
1457
  "core/audits/seo/robots-txt.js | description": {
1476
1458
  "message": "如果 robots.txt 文件的格式不正确,抓取工具可能无法理解您希望以何种方式抓取网站内容或将其编入索引。[详细了解 robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)。"
1477
1459
  },
@@ -119,8 +119,6 @@ export interface GathererArtifacts extends PublicGathererArtifacts {
119
119
  Doctype: Artifacts.Doctype | null;
120
120
  /** Information on the size of all DOM nodes in the page and the most extreme members. */
121
121
  DOMStats: Artifacts.DOMStats;
122
- /** Relevant attributes and child properties of all <object>s, <embed>s and <applet>s in the page. */
123
- EmbeddedContent: Artifacts.EmbeddedContentInfo[];
124
122
  /** Information on poorly sized font usage and the text affected by it. */
125
123
  FontSize: Artifacts.FontSize;
126
124
  /** All the input elements, including associated form and label elements. */
@@ -249,16 +247,6 @@ declare module Artifacts {
249
247
  depth: NodeDetails & {max: number;};
250
248
  }
251
249
 
252
- interface EmbeddedContentInfo {
253
- tagName: string;
254
- type: string | null;
255
- src: string | null;
256
- data: string | null;
257
- code: string | null;
258
- params: Array<{name: string; value: string}>;
259
- node: Artifacts.NodeDetails;
260
- }
261
-
262
250
  interface IFrameElement {
263
251
  /** The `id` attribute of the iframe. */
264
252
  id: string,
@@ -561,7 +549,7 @@ declare module Artifacts {
561
549
  }
562
550
 
563
551
  interface TraceElement {
564
- traceEventType: 'largest-contentful-paint'|'layout-shift'|'layout-shift-element'|'animation'|'responsiveness';
552
+ traceEventType: 'largest-contentful-paint'|'layout-shift'|'animation'|'responsiveness';
565
553
  node: NodeDetails;
566
554
  nodeId: number;
567
555
  animations?: {name?: string, failureReasonsMask?: number, unsupportedProperties?: string[]}[];
@@ -1,16 +0,0 @@
1
- export default LayoutShiftElements;
2
- declare class LayoutShiftElements extends Audit {
3
- /**
4
- * @param {LH.Artifacts} artifacts
5
- * @param {LH.Audit.Context} context
6
- * @return {Promise<LH.Audit.Product>}
7
- */
8
- static audit(artifacts: LH.Artifacts, context: LH.Audit.Context): Promise<LH.Audit.Product>;
9
- }
10
- export namespace UIStrings {
11
- const title: string;
12
- const description: string;
13
- const columnContribution: string;
14
- }
15
- import { Audit } from './audit.js';
16
- //# sourceMappingURL=layout-shift-elements.d.ts.map