@paulirish/trace_engine 0.0.55 → 0.0.57

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 (268) hide show
  1. package/.tmp/tsbuildinfo/tsconfig.tsbuildinfo +1 -1
  2. package/README.md +2 -2
  3. package/core/platform/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  4. package/core/platform/platform.prebundle.d.ts +18 -0
  5. package/core/platform/platform.prebundle.js +53 -0
  6. package/core/platform/platform.prebundle.js.map +1 -0
  7. package/core/platform/platform.prebundle.ts +71 -0
  8. package/generated/protocol.d.ts +51 -23
  9. package/locales/af.json +8 -8
  10. package/locales/am.json +8 -8
  11. package/locales/ar.json +8 -8
  12. package/locales/as.json +8 -8
  13. package/locales/az.json +8 -8
  14. package/locales/be.json +7 -7
  15. package/locales/bg.json +8 -8
  16. package/locales/bn.json +8 -8
  17. package/locales/bs.json +8 -8
  18. package/locales/ca.json +8 -8
  19. package/locales/cs.json +8 -8
  20. package/locales/cy.json +8 -8
  21. package/locales/da.json +8 -8
  22. package/locales/de.json +8 -8
  23. package/locales/el.json +8 -8
  24. package/locales/en-GB.json +8 -8
  25. package/locales/en-US.json +72 -51
  26. package/locales/en-XL.json +72 -51
  27. package/locales/es-419.json +8 -8
  28. package/locales/es.json +8 -8
  29. package/locales/et.json +8 -8
  30. package/locales/eu.json +8 -8
  31. package/locales/fa.json +11 -11
  32. package/locales/fi.json +8 -8
  33. package/locales/fil.json +8 -8
  34. package/locales/fr-CA.json +8 -8
  35. package/locales/fr.json +8 -8
  36. package/locales/gl.json +8 -8
  37. package/locales/gu.json +8 -8
  38. package/locales/he.json +8 -8
  39. package/locales/hi.json +8 -8
  40. package/locales/hr.json +8 -8
  41. package/locales/hu.json +8 -8
  42. package/locales/hy.json +8 -8
  43. package/locales/id.json +8 -8
  44. package/locales/is.json +8 -8
  45. package/locales/it.json +8 -8
  46. package/locales/ja.json +8 -8
  47. package/locales/ka.json +8 -8
  48. package/locales/kk.json +8 -8
  49. package/locales/km.json +8 -8
  50. package/locales/kn.json +7 -7
  51. package/locales/ko.json +8 -8
  52. package/locales/ky.json +7 -7
  53. package/locales/lo.json +8 -8
  54. package/locales/lt.json +8 -8
  55. package/locales/lv.json +8 -8
  56. package/locales/mk.json +8 -8
  57. package/locales/ml.json +8 -8
  58. package/locales/mn.json +8 -8
  59. package/locales/mr.json +7 -7
  60. package/locales/ms.json +7 -7
  61. package/locales/my.json +8 -8
  62. package/locales/ne.json +8 -8
  63. package/locales/nl.json +8 -8
  64. package/locales/no.json +8 -8
  65. package/locales/or.json +8 -8
  66. package/locales/pa.json +7 -7
  67. package/locales/pl.json +8 -8
  68. package/locales/pt-PT.json +8 -8
  69. package/locales/pt.json +8 -8
  70. package/locales/ro.json +8 -8
  71. package/locales/ru.json +8 -8
  72. package/locales/si.json +8 -8
  73. package/locales/sk.json +8 -8
  74. package/locales/sl.json +8 -8
  75. package/locales/sq.json +8 -8
  76. package/locales/sr-Latn.json +8 -8
  77. package/locales/sr.json +8 -8
  78. package/locales/sv.json +8 -8
  79. package/locales/sw.json +7 -7
  80. package/locales/ta.json +8 -8
  81. package/locales/te.json +8 -8
  82. package/locales/th.json +8 -8
  83. package/locales/tr.json +7 -7
  84. package/locales/uk.json +7 -7
  85. package/locales/ur.json +8 -8
  86. package/locales/uz.json +7 -7
  87. package/locales/vi.json +8 -8
  88. package/locales/zh-HK.json +8 -8
  89. package/locales/zh-TW.json +8 -8
  90. package/locales/zh.json +8 -8
  91. package/locales/zu.json +8 -8
  92. package/models/cpu_profile/cpu_profile.prebundle.d.ts +3 -0
  93. package/models/cpu_profile/cpu_profile.prebundle.js +7 -0
  94. package/models/cpu_profile/cpu_profile.prebundle.js.map +1 -0
  95. package/models/cpu_profile/cpu_profile.prebundle.ts +11 -0
  96. package/models/cpu_profile/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  97. package/models/trace/ModelImpl.d.ts +1 -0
  98. package/models/trace/ModelImpl.js +2 -4
  99. package/models/trace/ModelImpl.js.map +1 -1
  100. package/models/trace/Processor.js +20 -14
  101. package/models/trace/Processor.js.map +1 -1
  102. package/models/trace/devtools_entrypoint-bundle-tsconfig-tsconfig.json +61 -0
  103. package/models/trace/extras/TraceTree.d.ts +0 -1
  104. package/models/trace/extras/TraceTree.js +0 -3
  105. package/models/trace/extras/TraceTree.js.map +1 -1
  106. package/models/trace/extras/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  107. package/models/trace/extras/extras.prebundle.d.ts +7 -0
  108. package/models/trace/extras/extras.prebundle.js +11 -0
  109. package/models/trace/extras/extras.prebundle.js.map +1 -0
  110. package/models/trace/extras/extras.prebundle.ts +11 -0
  111. package/models/trace/handlers/ExtensionTraceDataHandler.js +28 -14
  112. package/models/trace/handlers/ExtensionTraceDataHandler.js.map +1 -1
  113. package/models/trace/handlers/ImagePaintingHandler.d.ts +7 -1
  114. package/models/trace/handlers/ImagePaintingHandler.js +33 -1
  115. package/models/trace/handlers/ImagePaintingHandler.js.map +1 -1
  116. package/models/trace/handlers/NetworkRequestsHandler.js +70 -3
  117. package/models/trace/handlers/NetworkRequestsHandler.js.map +1 -1
  118. package/models/trace/handlers/SamplesHandler.js +2 -6
  119. package/models/trace/handlers/SamplesHandler.js.map +1 -1
  120. package/models/trace/handlers/SelectorStatsHandler.d.ts +17 -0
  121. package/models/trace/handlers/SelectorStatsHandler.js +42 -0
  122. package/models/trace/handlers/SelectorStatsHandler.js.map +1 -1
  123. package/models/trace/handlers/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  124. package/models/trace/handlers/handlers.prebundle.d.ts +4 -0
  125. package/models/trace/handlers/handlers.prebundle.js +8 -0
  126. package/models/trace/handlers/handlers.prebundle.js.map +1 -0
  127. package/models/trace/handlers/handlers.prebundle.ts +8 -0
  128. package/models/trace/helpers/SamplesIntegrator.js +14 -22
  129. package/models/trace/helpers/SamplesIntegrator.js.map +1 -1
  130. package/models/trace/helpers/SyntheticEvents.d.ts +0 -6
  131. package/models/trace/helpers/SyntheticEvents.js +2 -2
  132. package/models/trace/helpers/SyntheticEvents.js.map +1 -1
  133. package/models/trace/helpers/Timing.d.ts +5 -0
  134. package/models/trace/helpers/Timing.js +53 -3
  135. package/models/trace/helpers/Timing.js.map +1 -1
  136. package/models/trace/helpers/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  137. package/models/trace/helpers/helpers.prebundle.d.ts +7 -0
  138. package/models/trace/helpers/helpers.prebundle.js +11 -0
  139. package/models/trace/helpers/helpers.prebundle.js.map +1 -0
  140. package/models/trace/helpers/helpers.prebundle.ts +11 -0
  141. package/models/trace/insights/CLSCulprits.d.ts +5 -4
  142. package/models/trace/insights/CLSCulprits.js +29 -7
  143. package/models/trace/insights/CLSCulprits.js.map +1 -1
  144. package/models/trace/insights/Cache.d.ts +2 -0
  145. package/models/trace/insights/Cache.js +10 -0
  146. package/models/trace/insights/Cache.js.map +1 -1
  147. package/models/trace/insights/Common.d.ts +1 -1
  148. package/models/trace/insights/Common.js +3 -3
  149. package/models/trace/insights/Common.js.map +1 -1
  150. package/models/trace/insights/DOMSize.d.ts +27 -1
  151. package/models/trace/insights/DOMSize.js +42 -1
  152. package/models/trace/insights/DOMSize.js.map +1 -1
  153. package/models/trace/insights/DocumentLatency.d.ts +1 -0
  154. package/models/trace/insights/DocumentLatency.js +43 -1
  155. package/models/trace/insights/DocumentLatency.js.map +1 -1
  156. package/models/trace/insights/DuplicatedJavaScript.d.ts +2 -0
  157. package/models/trace/insights/DuplicatedJavaScript.js +9 -0
  158. package/models/trace/insights/DuplicatedJavaScript.js.map +1 -1
  159. package/models/trace/insights/FontDisplay.d.ts +1 -0
  160. package/models/trace/insights/FontDisplay.js +7 -0
  161. package/models/trace/insights/FontDisplay.js.map +1 -1
  162. package/models/trace/insights/ForcedReflow.d.ts +3 -1
  163. package/models/trace/insights/ForcedReflow.js +18 -1
  164. package/models/trace/insights/ForcedReflow.js.map +1 -1
  165. package/models/trace/insights/{InteractionToNextPaint.d.ts → INPBreakdown.d.ts} +14 -8
  166. package/models/trace/insights/{InteractionToNextPaint.js → INPBreakdown.js} +41 -10
  167. package/models/trace/insights/INPBreakdown.js.map +1 -0
  168. package/models/trace/insights/ImageDelivery.d.ts +2 -0
  169. package/models/trace/insights/ImageDelivery.js +28 -7
  170. package/models/trace/insights/ImageDelivery.js.map +1 -1
  171. package/models/trace/insights/{LCPPhases.d.ts → LCPBreakdown.d.ts} +27 -22
  172. package/models/trace/insights/{LCPPhases.js → LCPBreakdown.js} +77 -48
  173. package/models/trace/insights/LCPBreakdown.js.map +1 -0
  174. package/models/trace/insights/LCPDiscovery.d.ts +12 -0
  175. package/models/trace/insights/LCPDiscovery.js +59 -1
  176. package/models/trace/insights/LCPDiscovery.js.map +1 -1
  177. package/models/trace/insights/LegacyJavaScript.d.ts +2 -0
  178. package/models/trace/insights/LegacyJavaScript.js +9 -0
  179. package/models/trace/insights/LegacyJavaScript.js.map +1 -1
  180. package/models/trace/insights/Models.d.ts +2 -2
  181. package/models/trace/insights/Models.js +2 -2
  182. package/models/trace/insights/Models.js.map +1 -1
  183. package/models/trace/insights/ModernHTTP.d.ts +8 -5
  184. package/models/trace/insights/ModernHTTP.js +26 -13
  185. package/models/trace/insights/ModernHTTP.js.map +1 -1
  186. package/models/trace/insights/NetworkDependencyTree.d.ts +5 -4
  187. package/models/trace/insights/NetworkDependencyTree.js +36 -11
  188. package/models/trace/insights/NetworkDependencyTree.js.map +1 -1
  189. package/models/trace/insights/RenderBlocking.d.ts +2 -0
  190. package/models/trace/insights/RenderBlocking.js +10 -0
  191. package/models/trace/insights/RenderBlocking.js.map +1 -1
  192. package/models/trace/insights/SlowCSSSelector.d.ts +11 -2
  193. package/models/trace/insights/SlowCSSSelector.js +33 -14
  194. package/models/trace/insights/SlowCSSSelector.js.map +1 -1
  195. package/models/trace/insights/ThirdParties.d.ts +3 -0
  196. package/models/trace/insights/ThirdParties.js +31 -0
  197. package/models/trace/insights/ThirdParties.js.map +1 -1
  198. package/models/trace/insights/Viewport.d.ts +2 -1
  199. package/models/trace/insights/Viewport.js +16 -0
  200. package/models/trace/insights/Viewport.js.map +1 -1
  201. package/models/trace/insights/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  202. package/models/trace/insights/insights-tsconfig.json +2 -2
  203. package/models/trace/insights/insights.prebundle.d.ts +4 -0
  204. package/models/trace/insights/insights.prebundle.js +8 -0
  205. package/models/trace/insights/insights.prebundle.js.map +1 -0
  206. package/models/trace/insights/insights.prebundle.ts +8 -0
  207. package/models/trace/insights/types.d.ts +6 -3
  208. package/models/trace/insights/types.js +3 -2
  209. package/models/trace/insights/types.js.map +1 -1
  210. package/models/trace/lantern/core/core.prebundle.d.ts +2 -0
  211. package/models/trace/lantern/core/core.prebundle.js +6 -0
  212. package/models/trace/lantern/core/core.prebundle.js.map +1 -0
  213. package/models/trace/lantern/core/core.prebundle.ts +6 -0
  214. package/models/trace/lantern/core/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  215. package/models/trace/lantern/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  216. package/models/trace/lantern/graph/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  217. package/models/trace/lantern/graph/graph.prebundle.d.ts +4 -0
  218. package/models/trace/lantern/graph/graph.prebundle.js +8 -0
  219. package/models/trace/lantern/graph/graph.prebundle.js.map +1 -0
  220. package/models/trace/lantern/graph/graph.prebundle.ts +8 -0
  221. package/models/trace/lantern/lantern.prebundle.d.ts +6 -0
  222. package/models/trace/lantern/lantern.prebundle.js +10 -0
  223. package/models/trace/lantern/lantern.prebundle.js.map +1 -0
  224. package/models/trace/lantern/lantern.prebundle.ts +17 -0
  225. package/models/trace/lantern/metrics/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  226. package/models/trace/lantern/metrics/metrics.prebundle.d.ts +8 -0
  227. package/models/trace/lantern/metrics/metrics.prebundle.js +12 -0
  228. package/models/trace/lantern/metrics/metrics.prebundle.js.map +1 -0
  229. package/models/trace/lantern/metrics/metrics.prebundle.ts +12 -0
  230. package/models/trace/lantern/simulation/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  231. package/models/trace/lantern/simulation/simulation.prebundle.d.ts +6 -0
  232. package/models/trace/lantern/simulation/simulation.prebundle.js +10 -0
  233. package/models/trace/lantern/simulation/simulation.prebundle.js.map +1 -0
  234. package/models/trace/lantern/simulation/simulation.prebundle.ts +10 -0
  235. package/models/trace/lantern/types/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  236. package/models/trace/lantern/types/types.prebundle.d.ts +1 -0
  237. package/models/trace/lantern/types/types.prebundle.js +5 -0
  238. package/models/trace/lantern/types/types.prebundle.js.map +1 -0
  239. package/models/trace/lantern/types/types.prebundle.ts +5 -0
  240. package/models/trace/trace.prebundle.d.ts +10 -0
  241. package/models/trace/trace.prebundle.js +14 -0
  242. package/models/trace/trace.prebundle.js.map +1 -0
  243. package/models/trace/trace.prebundle.ts +25 -0
  244. package/models/trace/types/Extensions.d.ts +13 -1
  245. package/models/trace/types/Extensions.js +5 -1
  246. package/models/trace/types/Extensions.js.map +1 -1
  247. package/models/trace/types/File.d.ts +1 -0
  248. package/models/trace/types/File.js.map +1 -1
  249. package/models/trace/types/Overlays.d.ts +110 -0
  250. package/models/trace/types/Overlays.js +5 -0
  251. package/models/trace/types/Overlays.js.map +1 -0
  252. package/models/trace/types/Timing.js.map +1 -1
  253. package/models/trace/types/TraceEvents.d.ts +27 -9
  254. package/models/trace/types/TraceEvents.js +7 -18
  255. package/models/trace/types/TraceEvents.js.map +1 -1
  256. package/models/trace/types/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  257. package/models/trace/types/types-tsconfig.json +1 -0
  258. package/models/trace/types/types.d.ts +1 -0
  259. package/models/trace/types/types.js +1 -0
  260. package/models/trace/types/types.js.map +1 -1
  261. package/models/trace/types/types.prebundle.d.ts +5 -0
  262. package/models/trace/types/types.prebundle.js +9 -0
  263. package/models/trace/types/types.prebundle.js.map +1 -0
  264. package/models/trace/types/types.prebundle.ts +9 -0
  265. package/package.json +1 -1
  266. package/test/test-trace-engine.mjs +3 -3
  267. package/models/trace/insights/InteractionToNextPaint.js.map +0 -1
  268. package/models/trace/insights/LCPPhases.js.map +0 -1
@@ -45,7 +45,7 @@
45
45
  "message": "getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details."
46
46
  },
47
47
  "generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
48
- "message": "Found an <h1> tag within an <article>, <aside>, <nav>, or <section> which does not have a specified font-size. The size of this heading text will be changing in this browser in the near future. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 for more information."
48
+ "message": "Found an &lt;h1&gt; tag within an &lt;article&gt;, &lt;aside&gt;, &lt;nav&gt;, or &lt;section&gt; which does not have a specified font-size. The size of this heading text will be changing in this browser in the near future. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 for more information."
49
49
  },
50
50
  "generated/Deprecation.ts | HostCandidateAttributeGetter": {
51
51
  "message": "RTCPeerConnectionIceErrorEvent.hostCandidate is deprecated. Please use RTCPeerConnectionIceErrorEvent.address or RTCPeerConnectionIceErrorEvent.port instead."
@@ -92,6 +92,9 @@
92
92
  "generated/Deprecation.ts | OverflowVisibleOnReplacedElement": {
93
93
  "message": "Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md."
94
94
  },
95
+ "generated/Deprecation.ts | OverrideFlashEmbedwithHTML": {
96
+ "message": "Legacy flash video embed has been rewritten to HTML iframe. Flash is long gone, this rewriting hack is deprecated and may be removed in the future."
97
+ },
95
98
  "generated/Deprecation.ts | PaymentInstruments": {
96
99
  "message": "paymentManager.instruments is deprecated. Please use just-in-time install for payment handlers instead."
97
100
  },
@@ -161,9 +164,6 @@
161
164
  "generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
162
165
  "message": "Extensions should opt into cross-origin isolation to continue using SharedArrayBuffer. See https://developer.chrome.com/docs/extensions/mv3/cross-origin-isolation/."
163
166
  },
164
- "generated/Deprecation.ts | WebGPUAdapterIsFallbackAdapter": {
165
- "message": "The GPUAdapter isFallbackAdapter attribute is deprecated, instead use the GPUAdapterInfo isFallbackAdapter attribute."
166
- },
167
167
  "generated/Deprecation.ts | XHRJSONEncodingDetection": {
168
168
  "message": "UTF-16 is not supported by response json in XMLHttpRequest"
169
169
  },
@@ -194,9 +194,6 @@
194
194
  "models/trace/insights/CLSCulprits.ts | description": {
195
195
  "message": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://web.dev/articles/optimize-cls), such as elements being added, removed, or their fonts changing as the page loads."
196
196
  },
197
- "models/trace/insights/CLSCulprits.ts | fontRequest": {
198
- "message": "Font request"
199
- },
200
197
  "models/trace/insights/CLSCulprits.ts | injectedIframe": {
201
198
  "message": "Injected iframe"
202
199
  },
@@ -218,6 +215,9 @@
218
215
  "models/trace/insights/CLSCulprits.ts | unsizedImage": {
219
216
  "message": "Unsized image element"
220
217
  },
218
+ "models/trace/insights/CLSCulprits.ts | webFont": {
219
+ "message": "Web font"
220
+ },
221
221
  "models/trace/insights/CLSCulprits.ts | worstCluster": {
222
222
  "message": "Worst cluster"
223
223
  },
@@ -260,9 +260,18 @@
260
260
  "models/trace/insights/DOMSize.ts | description": {
261
261
  "message": "A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
262
262
  },
263
+ "models/trace/insights/DOMSize.ts | duration": {
264
+ "message": "Duration"
265
+ },
263
266
  "models/trace/insights/DOMSize.ts | element": {
264
267
  "message": "Element"
265
268
  },
269
+ "models/trace/insights/DOMSize.ts | largeLayout": {
270
+ "message": "Layout ({PH1} objects)"
271
+ },
272
+ "models/trace/insights/DOMSize.ts | largeStyleRecalc": {
273
+ "message": "Style recalculation ({PH1} elements)"
274
+ },
266
275
  "models/trace/insights/DOMSize.ts | maxChildren": {
267
276
  "message": "Most children"
268
277
  },
@@ -275,6 +284,9 @@
275
284
  "models/trace/insights/DOMSize.ts | title": {
276
285
  "message": "Optimize DOM size"
277
286
  },
287
+ "models/trace/insights/DOMSize.ts | topUpdatesDescription": {
288
+ "message": "These are the largest layout and style recalculation events. Their performance impact may be reduced by making the DOM simpler."
289
+ },
278
290
  "models/trace/insights/DOMSize.ts | totalElements": {
279
291
  "message": "Total elements"
280
292
  },
@@ -309,7 +321,7 @@
309
321
  "message": "(anonymous)"
310
322
  },
311
323
  "models/trace/insights/ForcedReflow.ts | description": {
312
- "message": "Many APIs, typically reading layout geometry, force the rendering engine to pause script execution in order to calculate the style and layout. Learn more about [forced reflow](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) and its mitigations."
324
+ "message": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) and possible mitigations."
313
325
  },
314
326
  "models/trace/insights/ForcedReflow.ts | relatedStackTrace": {
315
327
  "message": "Stack trace"
@@ -356,29 +368,59 @@
356
368
  "models/trace/insights/ImageDelivery.ts | useVideoFormat": {
357
369
  "message": "Using video formats instead of GIFs can improve the download size of animated content."
358
370
  },
359
- "models/trace/insights/InteractionToNextPaint.ts | description": {
360
- "message": "Start investigating with the longest phase. [Delays can be minimized](https://web.dev/articles/optimize-inp#optimize_interactions). To reduce processing duration, [optimize the main-thread costs](https://web.dev/articles/optimize-long-tasks), often JS."
371
+ "models/trace/insights/INPBreakdown.ts | description": {
372
+ "message": "Start investigating with the longest subpart. [Delays can be minimized](https://web.dev/articles/optimize-inp#optimize_interactions). To reduce processing duration, [optimize the main-thread costs](https://web.dev/articles/optimize-long-tasks), often JS."
361
373
  },
362
- "models/trace/insights/InteractionToNextPaint.ts | duration": {
374
+ "models/trace/insights/INPBreakdown.ts | duration": {
363
375
  "message": "Duration"
364
376
  },
365
- "models/trace/insights/InteractionToNextPaint.ts | inputDelay": {
377
+ "models/trace/insights/INPBreakdown.ts | inputDelay": {
366
378
  "message": "Input delay"
367
379
  },
368
- "models/trace/insights/InteractionToNextPaint.ts | noInteractions": {
380
+ "models/trace/insights/INPBreakdown.ts | noInteractions": {
369
381
  "message": "No interactions detected"
370
382
  },
371
- "models/trace/insights/InteractionToNextPaint.ts | phase": {
372
- "message": "Phase"
373
- },
374
- "models/trace/insights/InteractionToNextPaint.ts | presentationDelay": {
383
+ "models/trace/insights/INPBreakdown.ts | presentationDelay": {
375
384
  "message": "Presentation delay"
376
385
  },
377
- "models/trace/insights/InteractionToNextPaint.ts | processingDuration": {
386
+ "models/trace/insights/INPBreakdown.ts | processingDuration": {
378
387
  "message": "Processing duration"
379
388
  },
380
- "models/trace/insights/InteractionToNextPaint.ts | title": {
381
- "message": "INP by phase"
389
+ "models/trace/insights/INPBreakdown.ts | subpart": {
390
+ "message": "Subpart"
391
+ },
392
+ "models/trace/insights/INPBreakdown.ts | title": {
393
+ "message": "INP breakdown"
394
+ },
395
+ "models/trace/insights/LCPBreakdown.ts | description": {
396
+ "message": "Each [subpart has specific improvement strategies](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
397
+ },
398
+ "models/trace/insights/LCPBreakdown.ts | duration": {
399
+ "message": "Duration"
400
+ },
401
+ "models/trace/insights/LCPBreakdown.ts | elementRenderDelay": {
402
+ "message": "Element render delay"
403
+ },
404
+ "models/trace/insights/LCPBreakdown.ts | fieldDuration": {
405
+ "message": "Field p75"
406
+ },
407
+ "models/trace/insights/LCPBreakdown.ts | noLcp": {
408
+ "message": "No LCP detected"
409
+ },
410
+ "models/trace/insights/LCPBreakdown.ts | resourceLoadDelay": {
411
+ "message": "Resource load delay"
412
+ },
413
+ "models/trace/insights/LCPBreakdown.ts | resourceLoadDuration": {
414
+ "message": "Resource load duration"
415
+ },
416
+ "models/trace/insights/LCPBreakdown.ts | subpart": {
417
+ "message": "Subpart"
418
+ },
419
+ "models/trace/insights/LCPBreakdown.ts | timeToFirstByte": {
420
+ "message": "Time to first byte"
421
+ },
422
+ "models/trace/insights/LCPBreakdown.ts | title": {
423
+ "message": "LCP breakdown"
382
424
  },
383
425
  "models/trace/insights/LCPDiscovery.ts | description": {
384
426
  "message": "Optimize LCP by making the LCP image [discoverable](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) from the HTML immediately, and [avoiding lazy-loading](https://web.dev/articles/lcp-lazy-loading)"
@@ -407,36 +449,6 @@
407
449
  "models/trace/insights/LCPDiscovery.ts | title": {
408
450
  "message": "LCP request discovery"
409
451
  },
410
- "models/trace/insights/LCPPhases.ts | description": {
411
- "message": "Each [phase has specific improvement strategies](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
412
- },
413
- "models/trace/insights/LCPPhases.ts | duration": {
414
- "message": "Duration"
415
- },
416
- "models/trace/insights/LCPPhases.ts | elementRenderDelay": {
417
- "message": "Element render delay"
418
- },
419
- "models/trace/insights/LCPPhases.ts | fieldDuration": {
420
- "message": "Field p75"
421
- },
422
- "models/trace/insights/LCPPhases.ts | noLcp": {
423
- "message": "No LCP detected"
424
- },
425
- "models/trace/insights/LCPPhases.ts | phase": {
426
- "message": "Phase"
427
- },
428
- "models/trace/insights/LCPPhases.ts | resourceLoadDelay": {
429
- "message": "Resource load delay"
430
- },
431
- "models/trace/insights/LCPPhases.ts | resourceLoadDuration": {
432
- "message": "Resource load duration"
433
- },
434
- "models/trace/insights/LCPPhases.ts | timeToFirstByte": {
435
- "message": "Time to first byte"
436
- },
437
- "models/trace/insights/LCPPhases.ts | title": {
438
- "message": "LCP by phase"
439
- },
440
452
  "models/trace/insights/LegacyJavaScript.ts | columnScript": {
441
453
  "message": "Script"
442
454
  },
@@ -453,7 +465,7 @@
453
465
  "message": "HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. [Learn more about using modern HTTP](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
454
466
  },
455
467
  "models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
456
- "message": "No requests used HTTP/1.1"
468
+ "message": "No requests used HTTP/1.1, or its current use of HTTP/1.1 does not present a significant optimization opportunity. HTTP/1.1 requests are only flagged if six or more static assets originate from the same origin, and they are not served from a local development environment or a third-party source."
457
469
  },
458
470
  "models/trace/insights/ModernHTTP.ts | protocol": {
459
471
  "message": "Protocol"
@@ -554,6 +566,12 @@
554
566
  "models/trace/insights/SlowCSSSelector.ts | title": {
555
567
  "message": "CSS Selector costs"
556
568
  },
569
+ "models/trace/insights/SlowCSSSelector.ts | topSelectorElapsedTime": {
570
+ "message": "Top selector elaspsed time"
571
+ },
572
+ "models/trace/insights/SlowCSSSelector.ts | topSelectorMatchAttempt": {
573
+ "message": "Top selector match attempt"
574
+ },
557
575
  "models/trace/insights/SlowCSSSelector.ts | topSelectors": {
558
576
  "message": "Top selectors"
559
577
  },
@@ -875,6 +893,9 @@
875
893
  "panels/application/components/BackForwardCacheStrings.ts | sharedWorker": {
876
894
  "message": "Pages that use SharedWorker are not currently eligible for back/forward cache."
877
895
  },
896
+ "panels/application/components/BackForwardCacheStrings.ts | sharedWorkerMessage": {
897
+ "message": "The page was evicted from the cache because it received a message from a SharedWorker"
898
+ },
878
899
  "panels/application/components/BackForwardCacheStrings.ts | speechRecognizer": {
879
900
  "message": "Pages that use SpeechRecognizer are not currently eligible for back/forward cache."
880
901
  },
@@ -45,7 +45,7 @@
45
45
  "message": "getUserMedia() n\u0302o\u0301 l\u0302o\u0301n\u0302g\u0301e\u0302r\u0301 w\u0302o\u0301r\u0302k\u0301s\u0302 o\u0301n\u0302 i\u0301n\u0302s\u0301e\u0302c\u0301u\u0302r\u0301e\u0302 o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302s\u0301. T\u0302o\u0301 u\u0302s\u0301e\u0302 t\u0301h\u0302i\u0301s\u0302 f\u0301e\u0302a\u0301t\u0302u\u0301r\u0302e\u0301, y\u0302o\u0301u\u0302 s\u0301h\u0302o\u0301u\u0302l\u0301d\u0302 c\u0301o\u0302n\u0301s\u0302i\u0301d\u0302e\u0301r\u0302 s\u0301w\u0302i\u0301t\u0302c\u0301h\u0302i\u0301n\u0302g\u0301 y\u0302o\u0301u\u0302r\u0301 a\u0302p\u0301p\u0302l\u0301i\u0302c\u0301a\u0302t\u0301i\u0302o\u0301n\u0302 t\u0301o\u0302 a\u0301 s\u0302e\u0301c\u0302u\u0301r\u0302e\u0301 o\u0302r\u0301i\u0302g\u0301i\u0302n\u0301, s\u0302u\u0301c\u0302h\u0301 a\u0302s\u0301 H\u0302T\u0301T\u0302P\u0301S\u0302. S\u0301e\u0302e\u0301 h\u0302t\u0301t\u0302p\u0301s\u0302://g\u0301o\u0302o\u0301.g\u0302l\u0301e\u0302/c\u0301h\u0302r\u0301o\u0302m\u0301e\u0302-i\u0301n\u0302s\u0301e\u0302c\u0301u\u0302r\u0301e\u0302-o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302s\u0301 f\u0302o\u0301r\u0302 m\u0301o\u0302r\u0301e\u0302 d\u0301e\u0302t\u0301a\u0302i\u0301l\u0302s\u0301."
46
46
  },
47
47
  "generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
48
- "message": "F\u0302o\u0301u\u0302n\u0301d\u0302 a\u0301n\u0302 <h\u03011> t\u0302a\u0301g\u0302 w\u0301i\u0302t\u0301h\u0302i\u0301n\u0302 a\u0301n\u0302 <a\u0301r\u0302t\u0301i\u0302c\u0301l\u0302e\u0301>, <a\u0302s\u0301i\u0302d\u0301e\u0302>, <n\u0301a\u0302v\u0301>, o\u0302r\u0301 <s\u0302e\u0301c\u0302t\u0301i\u0302o\u0301n\u0302> w\u0301h\u0302i\u0301c\u0302h\u0301 d\u0302o\u0301e\u0302s\u0301 n\u0302o\u0301t\u0302 h\u0301a\u0302v\u0301e\u0302 a\u0301 s\u0302p\u0301e\u0302c\u0301i\u0302f\u0301i\u0302e\u0301d\u0302 f\u0301o\u0302n\u0301t\u0302-s\u0301i\u0302z\u0301e\u0302. T\u0301h\u0302e\u0301 s\u0302i\u0301z\u0302e\u0301 o\u0302f\u0301 t\u0302h\u0301i\u0302s\u0301 h\u0302e\u0301a\u0302d\u0301i\u0302n\u0301g\u0302 t\u0301e\u0302x\u0301t\u0302 w\u0301i\u0302l\u0301l\u0302 b\u0301e\u0302 c\u0301h\u0302a\u0301n\u0302g\u0301i\u0302n\u0301g\u0302 i\u0301n\u0302 t\u0301h\u0302i\u0301s\u0302 b\u0301r\u0302o\u0301w\u0302s\u0301e\u0302r\u0301 i\u0302n\u0301 t\u0302h\u0301e\u0302 n\u0301e\u0302a\u0301r\u0302 f\u0301u\u0302t\u0301u\u0302r\u0301e\u0302. S\u0301e\u0302e\u0301 h\u0302t\u0301t\u0302p\u0301s\u0302://d\u0301e\u0302v\u0301e\u0302l\u0301o\u0302p\u0301e\u0302r\u0301.m\u0302o\u0301z\u0302i\u0301l\u0302l\u0301a\u0302.o\u0301r\u0302g\u0301/e\u0302n\u0301-U\u0302S\u0301/d\u0302o\u0301c\u0302s\u0301/W\u0302e\u0301b\u0302/H\u0301T\u0302M\u0301L\u0302/E\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301/H\u0302e\u0301a\u0302d\u0301i\u0302n\u0301g\u0302_E\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301s\u0302#s\u0301p\u0302e\u0301c\u0302i\u0301f\u0302y\u0301i\u0302n\u0301g\u0302_a\u0301_u\u0302n\u0301i\u0302f\u0301o\u0302r\u0301m\u0302_f\u0301o\u0302n\u0301t\u0302_s\u0301i\u0302z\u0301e\u0302_f\u0301o\u0302r\u0301_h\u03021 f\u0301o\u0302r\u0301 m\u0302o\u0301r\u0302e\u0301 i\u0302n\u0301f\u0302o\u0301r\u0302m\u0301a\u0302t\u0301i\u0302o\u0301n\u0302."
48
+ "message": "F\u0302o\u0301u\u0302n\u0301d\u0302 a\u0301n\u0302 &lt;h1&gt; t\u0301a\u0302g\u0301 w\u0302i\u0301t\u0302h\u0301i\u0302n\u0301 a\u0302n\u0301 &lt;article&gt;, &lt;aside&gt;, &lt;nav&gt;, o\u0302r\u0301 &lt;section&gt; w\u0302h\u0301i\u0302c\u0301h\u0302 d\u0301o\u0302e\u0301s\u0302 n\u0301o\u0302t\u0301 h\u0302a\u0301v\u0302e\u0301 a\u0302 s\u0301p\u0302e\u0301c\u0302i\u0301f\u0302i\u0301e\u0302d\u0301 f\u0302o\u0301n\u0302t\u0301-s\u0302i\u0301z\u0302e\u0301. T\u0302h\u0301e\u0302 s\u0301i\u0302z\u0301e\u0302 o\u0301f\u0302 t\u0301h\u0302i\u0301s\u0302 h\u0301e\u0302a\u0301d\u0302i\u0301n\u0302g\u0301 t\u0302e\u0301x\u0302t\u0301 w\u0302i\u0301l\u0302l\u0301 b\u0302e\u0301 c\u0302h\u0301a\u0302n\u0301g\u0302i\u0301n\u0302g\u0301 i\u0302n\u0301 t\u0302h\u0301i\u0302s\u0301 b\u0302r\u0301o\u0302w\u0301s\u0302e\u0301r\u0302 i\u0301n\u0302 t\u0301h\u0302e\u0301 n\u0302e\u0301a\u0302r\u0301 f\u0302u\u0301t\u0302u\u0301r\u0302e\u0301. S\u0302e\u0301e\u0302 h\u0301t\u0302t\u0301p\u0302s\u0301://d\u0302e\u0301v\u0302e\u0301l\u0302o\u0301p\u0302e\u0301r\u0302.m\u0301o\u0302z\u0301i\u0302l\u0301l\u0302a\u0301.o\u0302r\u0301g\u0302/e\u0301n\u0302-U\u0301S\u0302/d\u0301o\u0302c\u0301s\u0302/W\u0301e\u0302b\u0301/H\u0302T\u0301M\u0302L\u0301/E\u0302l\u0301e\u0302m\u0301e\u0302n\u0301t\u0302/H\u0301e\u0302a\u0301d\u0302i\u0301n\u0302g\u0301_E\u0302l\u0301e\u0302m\u0301e\u0302n\u0301t\u0302s\u0301#s\u0302p\u0301e\u0302c\u0301i\u0302f\u0301y\u0302i\u0301n\u0302g\u0301_a\u0302_u\u0301n\u0302i\u0301f\u0302o\u0301r\u0302m\u0301_f\u0302o\u0301n\u0302t\u0301_s\u0302i\u0301z\u0302e\u0301_f\u0302o\u0301r\u0302_h\u03011 f\u0302o\u0301r\u0302 m\u0301o\u0302r\u0301e\u0302 i\u0301n\u0302f\u0301o\u0302r\u0301m\u0302a\u0301t\u0302i\u0301o\u0302n\u0301."
49
49
  },
50
50
  "generated/Deprecation.ts | HostCandidateAttributeGetter": {
51
51
  "message": "RTCPeerConnectionIceErrorEvent.hostCandidate i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301. P\u0302l\u0301e\u0302a\u0301s\u0302e\u0301 u\u0302s\u0301e\u0302 RTCPeerConnectionIceErrorEvent.address o\u0301r\u0302 RTCPeerConnectionIceErrorEvent.port i\u0301n\u0302s\u0301t\u0302e\u0301a\u0302d\u0301."
@@ -92,6 +92,9 @@
92
92
  "generated/Deprecation.ts | OverflowVisibleOnReplacedElement": {
93
93
  "message": "S\u0302p\u0301e\u0302c\u0301i\u0302f\u0301y\u0302i\u0301n\u0302g\u0301 overflow: visible o\u0302n\u0301 i\u0302m\u0301g\u0302, v\u0301i\u0302d\u0301e\u0302o\u0301 a\u0302n\u0301d\u0302 c\u0301a\u0302n\u0301v\u0302a\u0301s\u0302 t\u0301a\u0302g\u0301s\u0302 m\u0301a\u0302y\u0301 c\u0302a\u0301u\u0302s\u0301e\u0302 t\u0301h\u0302e\u0301m\u0302 t\u0301o\u0302 p\u0301r\u0302o\u0301d\u0302u\u0301c\u0302e\u0301 v\u0302i\u0301s\u0302u\u0301a\u0302l\u0301 c\u0302o\u0301n\u0302t\u0301e\u0302n\u0301t\u0302 o\u0301u\u0302t\u0301s\u0302i\u0301d\u0302e\u0301 o\u0302f\u0301 t\u0302h\u0301e\u0302 e\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301 b\u0302o\u0301u\u0302n\u0301d\u0302s\u0301. S\u0302e\u0301e\u0302 h\u0301t\u0302t\u0301p\u0302s\u0301://g\u0302i\u0301t\u0302h\u0301u\u0302b\u0301.c\u0302o\u0301m\u0302/W\u0301I\u0302C\u0301G\u0302/s\u0301h\u0302a\u0301r\u0302e\u0301d\u0302-e\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301-t\u0302r\u0301a\u0302n\u0301s\u0302i\u0301t\u0302i\u0301o\u0302n\u0301s\u0302/b\u0301l\u0302o\u0301b\u0302/m\u0301a\u0302i\u0301n\u0302/d\u0301e\u0302b\u0301u\u0302g\u0301g\u0302i\u0301n\u0302g\u0301_o\u0302v\u0301e\u0302r\u0301f\u0302l\u0301o\u0302w\u0301_o\u0302n\u0301_i\u0302m\u0301a\u0302g\u0301e\u0302s\u0301.m\u0302d\u0301."
94
94
  },
95
+ "generated/Deprecation.ts | OverrideFlashEmbedwithHTML": {
96
+ "message": "L\u0302e\u0301g\u0302a\u0301c\u0302y\u0301 f\u0302l\u0301a\u0302s\u0301h\u0302 v\u0301i\u0302d\u0301e\u0302o\u0301 e\u0302m\u0301b\u0302e\u0301d\u0302 h\u0301a\u0302s\u0301 b\u0302e\u0301e\u0302n\u0301 r\u0302e\u0301w\u0302r\u0301i\u0302t\u0301t\u0302e\u0301n\u0302 t\u0301o\u0302 H\u0301T\u0302M\u0301L\u0302 i\u0301f\u0302r\u0301a\u0302m\u0301e\u0302. F\u0301l\u0302a\u0301s\u0302h\u0301 i\u0302s\u0301 l\u0302o\u0301n\u0302g\u0301 g\u0302o\u0301n\u0302e\u0301, t\u0302h\u0301i\u0302s\u0301 r\u0302e\u0301w\u0302r\u0301i\u0302t\u0301i\u0302n\u0301g\u0302 h\u0301a\u0302c\u0301k\u0302 i\u0301s\u0302 d\u0301e\u0302p\u0301r\u0302e\u0301c\u0302a\u0301t\u0302e\u0301d\u0302 a\u0301n\u0302d\u0301 m\u0302a\u0301y\u0302 b\u0301e\u0302 r\u0301e\u0302m\u0301o\u0302v\u0301e\u0302d\u0301 i\u0302n\u0301 t\u0302h\u0301e\u0302 f\u0301u\u0302t\u0301u\u0302r\u0301e\u0302."
97
+ },
95
98
  "generated/Deprecation.ts | PaymentInstruments": {
96
99
  "message": "paymentManager.instruments i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301. P\u0302l\u0301e\u0302a\u0301s\u0302e\u0301 u\u0302s\u0301e\u0302 j\u0301u\u0302s\u0301t\u0302-i\u0301n\u0302-t\u0301i\u0302m\u0301e\u0302 i\u0301n\u0302s\u0301t\u0302a\u0301l\u0302l\u0301 f\u0302o\u0301r\u0302 p\u0301a\u0302y\u0301m\u0302e\u0301n\u0302t\u0301 h\u0302a\u0301n\u0302d\u0301l\u0302e\u0301r\u0302s\u0301 i\u0302n\u0301s\u0302t\u0301e\u0302a\u0301d\u0302."
97
100
  },
@@ -161,9 +164,6 @@
161
164
  "generated/Deprecation.ts | V8SharedArrayBufferConstructedInExtensionWithoutIsolation": {
162
165
  "message": "E\u0302x\u0301t\u0302e\u0301n\u0302s\u0301i\u0302o\u0301n\u0302s\u0301 s\u0302h\u0301o\u0302u\u0301l\u0302d\u0301 o\u0302p\u0301t\u0302 i\u0301n\u0302t\u0301o\u0302 c\u0301r\u0302o\u0301s\u0302s\u0301-o\u0302r\u0301i\u0302g\u0301i\u0302n\u0301 i\u0302s\u0301o\u0302l\u0301a\u0302t\u0301i\u0302o\u0301n\u0302 t\u0301o\u0302 c\u0301o\u0302n\u0301t\u0302i\u0301n\u0302u\u0301e\u0302 u\u0301s\u0302i\u0301n\u0302g\u0301 SharedArrayBuffer. S\u0302e\u0301e\u0302 h\u0301t\u0302t\u0301p\u0302s\u0301://d\u0302e\u0301v\u0302e\u0301l\u0302o\u0301p\u0302e\u0301r\u0302.c\u0301h\u0302r\u0301o\u0302m\u0301e\u0302.c\u0301o\u0302m\u0301/d\u0302o\u0301c\u0302s\u0301/e\u0302x\u0301t\u0302e\u0301n\u0302s\u0301i\u0302o\u0301n\u0302s\u0301/m\u0302v\u03013/c\u0302r\u0301o\u0302s\u0301s\u0302-o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302-i\u0301s\u0302o\u0301l\u0302a\u0301t\u0302i\u0301o\u0302n\u0301/."
163
166
  },
164
- "generated/Deprecation.ts | WebGPUAdapterIsFallbackAdapter": {
165
- "message": "T\u0302h\u0301e\u0302 G\u0301P\u0302U\u0301A\u0302d\u0301a\u0302p\u0301t\u0302e\u0301r\u0302 isFallbackAdapter a\u0301t\u0302t\u0301r\u0302i\u0301b\u0302u\u0301t\u0302e\u0301 i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301, i\u0302n\u0301s\u0302t\u0301e\u0302a\u0301d\u0302 u\u0301s\u0302e\u0301 t\u0302h\u0301e\u0302 G\u0301P\u0302U\u0301A\u0302d\u0301a\u0302p\u0301t\u0302e\u0301r\u0302I\u0301n\u0302f\u0301o\u0302 isFallbackAdapter a\u0301t\u0302t\u0301r\u0302i\u0301b\u0302u\u0301t\u0302e\u0301."
166
- },
167
167
  "generated/Deprecation.ts | XHRJSONEncodingDetection": {
168
168
  "message": "U\u0302T\u0301F\u0302-16 i\u0301s\u0302 n\u0301o\u0302t\u0301 s\u0302u\u0301p\u0302p\u0301o\u0302r\u0301t\u0302e\u0301d\u0302 b\u0301y\u0302 r\u0301e\u0302s\u0301p\u0302o\u0301n\u0302s\u0301e\u0302 j\u0301s\u0302o\u0301n\u0302 i\u0301n\u0302 XMLHttpRequest"
169
169
  },
@@ -194,9 +194,6 @@
194
194
  "models/trace/insights/CLSCulprits.ts | description": {
195
195
  "message": "L\u0302a\u0301y\u0302o\u0301u\u0302t\u0301 s\u0302h\u0301i\u0302f\u0301t\u0302s\u0301 o\u0302c\u0301c\u0302u\u0301r\u0302 w\u0301h\u0302e\u0301n\u0302 e\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301s\u0302 m\u0301o\u0302v\u0301e\u0302 a\u0301b\u0302s\u0301e\u0302n\u0301t\u0302 a\u0301n\u0302y\u0301 u\u0302s\u0301e\u0302r\u0301 i\u0302n\u0301t\u0302e\u0301r\u0302a\u0301c\u0302t\u0301i\u0302o\u0301n\u0302. [I\u0301n\u0302v\u0301e\u0302s\u0301t\u0302i\u0301g\u0302a\u0301t\u0302e\u0301 t\u0302h\u0301e\u0302 c\u0301a\u0302u\u0301s\u0302e\u0301s\u0302 o\u0301f\u0302 l\u0301a\u0302y\u0301o\u0302u\u0301t\u0302 s\u0301h\u0302i\u0301f\u0302t\u0301s\u0302](https://web.dev/articles/optimize-cls), s\u0301u\u0302c\u0301h\u0302 a\u0301s\u0302 e\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301s\u0302 b\u0301e\u0302i\u0301n\u0302g\u0301 a\u0302d\u0301d\u0302e\u0301d\u0302, r\u0301e\u0302m\u0301o\u0302v\u0301e\u0302d\u0301, o\u0302r\u0301 t\u0302h\u0301e\u0302i\u0301r\u0302 f\u0301o\u0302n\u0301t\u0302s\u0301 c\u0302h\u0301a\u0302n\u0301g\u0302i\u0301n\u0302g\u0301 a\u0302s\u0301 t\u0302h\u0301e\u0302 p\u0301a\u0302g\u0301e\u0302 l\u0301o\u0302a\u0301d\u0302s\u0301."
196
196
  },
197
- "models/trace/insights/CLSCulprits.ts | fontRequest": {
198
- "message": "F\u0302o\u0301n\u0302t\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302"
199
- },
200
197
  "models/trace/insights/CLSCulprits.ts | injectedIframe": {
201
198
  "message": "I\u0302n\u0301j\u0302e\u0301c\u0302t\u0301e\u0302d\u0301 i\u0302f\u0301r\u0302a\u0301m\u0302e\u0301"
202
199
  },
@@ -218,6 +215,9 @@
218
215
  "models/trace/insights/CLSCulprits.ts | unsizedImage": {
219
216
  "message": "U\u0302n\u0301s\u0302i\u0301z\u0302e\u0301d\u0302 i\u0301m\u0302a\u0301g\u0302e\u0301 e\u0302l\u0301e\u0302m\u0301e\u0302n\u0301t\u0302"
220
217
  },
218
+ "models/trace/insights/CLSCulprits.ts | webFont": {
219
+ "message": "W\u0302e\u0301b\u0302 f\u0301o\u0302n\u0301t\u0302"
220
+ },
221
221
  "models/trace/insights/CLSCulprits.ts | worstCluster": {
222
222
  "message": "W\u0302o\u0301r\u0302s\u0301t\u0302 c\u0301l\u0302u\u0301s\u0302t\u0301e\u0302r\u0301"
223
223
  },
@@ -260,9 +260,18 @@
260
260
  "models/trace/insights/DOMSize.ts | description": {
261
261
  "message": "A\u0302 l\u0301a\u0302r\u0301g\u0302e\u0301 D\u0302O\u0301M\u0302 c\u0301a\u0302n\u0301 i\u0302n\u0301c\u0302r\u0301e\u0302a\u0301s\u0302e\u0301 t\u0302h\u0301e\u0302 d\u0301u\u0302r\u0301a\u0302t\u0301i\u0302o\u0301n\u0302 o\u0301f\u0302 s\u0301t\u0302y\u0301l\u0302e\u0301 c\u0302a\u0301l\u0302c\u0301u\u0302l\u0301a\u0302t\u0301i\u0302o\u0301n\u0302s\u0301 a\u0302n\u0301d\u0302 l\u0301a\u0302y\u0301o\u0302u\u0301t\u0302 r\u0301e\u0302f\u0301l\u0302o\u0301w\u0302s\u0301, i\u0302m\u0301p\u0302a\u0301c\u0302t\u0301i\u0302n\u0301g\u0302 p\u0301a\u0302g\u0301e\u0302 r\u0301e\u0302s\u0301p\u0302o\u0301n\u0302s\u0301i\u0302v\u0301e\u0302n\u0301e\u0302s\u0301s\u0302. A\u0301 l\u0302a\u0301r\u0302g\u0301e\u0302 D\u0301O\u0302M\u0301 w\u0302i\u0301l\u0302l\u0301 a\u0302l\u0301s\u0302o\u0301 i\u0302n\u0301c\u0302r\u0301e\u0302a\u0301s\u0302e\u0301 m\u0302e\u0301m\u0302o\u0301r\u0302y\u0301 u\u0302s\u0301a\u0302g\u0301e\u0302. [L\u0301e\u0302a\u0301r\u0302n\u0301 h\u0302o\u0301w\u0302 t\u0301o\u0302 a\u0301v\u0302o\u0301i\u0302d\u0301 a\u0302n\u0301 e\u0302x\u0301c\u0302e\u0301s\u0302s\u0301i\u0302v\u0301e\u0302 D\u0301O\u0302M\u0301 s\u0302i\u0301z\u0302e\u0301](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
262
262
  },
263
+ "models/trace/insights/DOMSize.ts | duration": {
264
+ "message": "D\u0302u\u0301r\u0302a\u0301t\u0302i\u0301o\u0302n\u0301"
265
+ },
263
266
  "models/trace/insights/DOMSize.ts | element": {
264
267
  "message": "E\u0302l\u0301e\u0302m\u0301e\u0302n\u0301t\u0302"
265
268
  },
269
+ "models/trace/insights/DOMSize.ts | largeLayout": {
270
+ "message": "L\u0302a\u0301y\u0302o\u0301u\u0302t\u0301 ({PH1} o\u0302b\u0301j\u0302e\u0301c\u0302t\u0301s\u0302)"
271
+ },
272
+ "models/trace/insights/DOMSize.ts | largeStyleRecalc": {
273
+ "message": "S\u0302t\u0301y\u0302l\u0301e\u0302 r\u0301e\u0302c\u0301a\u0302l\u0301c\u0302u\u0301l\u0302a\u0301t\u0302i\u0301o\u0302n\u0301 ({PH1} e\u0302l\u0301e\u0302m\u0301e\u0302n\u0301t\u0302s\u0301)"
274
+ },
266
275
  "models/trace/insights/DOMSize.ts | maxChildren": {
267
276
  "message": "M\u0302o\u0301s\u0302t\u0301 c\u0302h\u0301i\u0302l\u0301d\u0302r\u0301e\u0302n\u0301"
268
277
  },
@@ -275,6 +284,9 @@
275
284
  "models/trace/insights/DOMSize.ts | title": {
276
285
  "message": "O\u0302p\u0301t\u0302i\u0301m\u0302i\u0301z\u0302e\u0301 D\u0302O\u0301M\u0302 s\u0301i\u0302z\u0301e\u0302"
277
286
  },
287
+ "models/trace/insights/DOMSize.ts | topUpdatesDescription": {
288
+ "message": "T\u0302h\u0301e\u0302s\u0301e\u0302 a\u0301r\u0302e\u0301 t\u0302h\u0301e\u0302 l\u0301a\u0302r\u0301g\u0302e\u0301s\u0302t\u0301 l\u0302a\u0301y\u0302o\u0301u\u0302t\u0301 a\u0302n\u0301d\u0302 s\u0301t\u0302y\u0301l\u0302e\u0301 r\u0302e\u0301c\u0302a\u0301l\u0302c\u0301u\u0302l\u0301a\u0302t\u0301i\u0302o\u0301n\u0302 e\u0301v\u0302e\u0301n\u0302t\u0301s\u0302. T\u0301h\u0302e\u0301i\u0302r\u0301 p\u0302e\u0301r\u0302f\u0301o\u0302r\u0301m\u0302a\u0301n\u0302c\u0301e\u0302 i\u0301m\u0302p\u0301a\u0302c\u0301t\u0302 m\u0301a\u0302y\u0301 b\u0302e\u0301 r\u0302e\u0301d\u0302u\u0301c\u0302e\u0301d\u0302 b\u0301y\u0302 m\u0301a\u0302k\u0301i\u0302n\u0301g\u0302 t\u0301h\u0302e\u0301 D\u0302O\u0301M\u0302 s\u0301i\u0302m\u0301p\u0302l\u0301e\u0302r\u0301."
289
+ },
278
290
  "models/trace/insights/DOMSize.ts | totalElements": {
279
291
  "message": "T\u0302o\u0301t\u0302a\u0301l\u0302 e\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301s\u0302"
280
292
  },
@@ -309,7 +321,7 @@
309
321
  "message": "(a\u0302n\u0301o\u0302n\u0301y\u0302m\u0301o\u0302u\u0301s\u0302)"
310
322
  },
311
323
  "models/trace/insights/ForcedReflow.ts | description": {
312
- "message": "M\u0302a\u0301n\u0302y\u0301 A\u0302P\u0301I\u0302s\u0301, t\u0302y\u0301p\u0302i\u0301c\u0302a\u0301l\u0302l\u0301y\u0302 r\u0301e\u0302a\u0301d\u0302i\u0301n\u0302g\u0301 l\u0302a\u0301y\u0302o\u0301u\u0302t\u0301 g\u0302e\u0301o\u0302m\u0301e\u0302t\u0301r\u0302y\u0301, f\u0302o\u0301r\u0302c\u0301e\u0302 t\u0301h\u0302e\u0301 r\u0302e\u0301n\u0302d\u0301e\u0302r\u0301i\u0302n\u0301g\u0302 e\u0301n\u0302g\u0301i\u0302n\u0301e\u0302 t\u0301o\u0302 p\u0301a\u0302u\u0301s\u0302e\u0301 s\u0302c\u0301r\u0302i\u0301p\u0302t\u0301 e\u0302x\u0301e\u0302c\u0301u\u0302t\u0301i\u0302o\u0301n\u0302 i\u0301n\u0302 o\u0301r\u0302d\u0301e\u0302r\u0301 t\u0302o\u0301 c\u0302a\u0301l\u0302c\u0301u\u0302l\u0301a\u0302t\u0301e\u0302 t\u0301h\u0302e\u0301 s\u0302t\u0301y\u0302l\u0301e\u0302 a\u0301n\u0302d\u0301 l\u0302a\u0301y\u0302o\u0301u\u0302t\u0301. L\u0302e\u0301a\u0302r\u0301n\u0302 m\u0301o\u0302r\u0301e\u0302 a\u0301b\u0302o\u0301u\u0302t\u0301 [f\u0302o\u0301r\u0302c\u0301e\u0302d\u0301 r\u0302e\u0301f\u0302l\u0301o\u0302w\u0301](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) a\u0302n\u0301d\u0302 i\u0301t\u0302s\u0301 m\u0302i\u0301t\u0302i\u0301g\u0302a\u0301t\u0302i\u0301o\u0302n\u0301s\u0302."
324
+ "message": "A\u0302 f\u0301o\u0302r\u0301c\u0302e\u0301d\u0302 r\u0301e\u0302f\u0301l\u0302o\u0301w\u0302 o\u0301c\u0302c\u0301u\u0302r\u0301s\u0302 w\u0301h\u0302e\u0301n\u0302 J\u0301a\u0302v\u0301a\u0302S\u0301c\u0302r\u0301i\u0302p\u0301t\u0302 q\u0301u\u0302e\u0301r\u0302i\u0301e\u0302s\u0301 g\u0302e\u0301o\u0302m\u0301e\u0302t\u0301r\u0302i\u0301c\u0302 p\u0301r\u0302o\u0301p\u0302e\u0301r\u0302t\u0301i\u0302e\u0301s\u0302 (s\u0301u\u0302c\u0301h\u0302 a\u0301s\u0302 offsetWidth) a\u0301f\u0302t\u0301e\u0302r\u0301 s\u0302t\u0301y\u0302l\u0301e\u0302s\u0301 h\u0302a\u0301v\u0302e\u0301 b\u0302e\u0301e\u0302n\u0301 i\u0302n\u0301v\u0302a\u0301l\u0302i\u0301d\u0302a\u0301t\u0302e\u0301d\u0302 b\u0301y\u0302 a\u0301 c\u0302h\u0301a\u0302n\u0301g\u0302e\u0301 t\u0302o\u0301 t\u0302h\u0301e\u0302 D\u0301O\u0302M\u0301 s\u0302t\u0301a\u0302t\u0301e\u0302. T\u0301h\u0302i\u0301s\u0302 c\u0301a\u0302n\u0301 r\u0302e\u0301s\u0302u\u0301l\u0302t\u0301 i\u0302n\u0301 p\u0302o\u0301o\u0302r\u0301 p\u0302e\u0301r\u0302f\u0301o\u0302r\u0301m\u0302a\u0301n\u0302c\u0301e\u0302. L\u0301e\u0302a\u0301r\u0302n\u0301 m\u0302o\u0301r\u0302e\u0301 a\u0302b\u0301o\u0302u\u0301t\u0302 [f\u0301o\u0302r\u0301c\u0302e\u0301d\u0302 r\u0301e\u0302f\u0301l\u0302o\u0301w\u0302s\u0301](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) a\u0302n\u0301d\u0302 p\u0301o\u0302s\u0301s\u0302i\u0301b\u0302l\u0301e\u0302 m\u0301i\u0302t\u0301i\u0302g\u0301a\u0302t\u0301i\u0302o\u0301n\u0302s\u0301."
313
325
  },
314
326
  "models/trace/insights/ForcedReflow.ts | relatedStackTrace": {
315
327
  "message": "S\u0302t\u0301a\u0302c\u0301k\u0302 t\u0301r\u0302a\u0301c\u0302e\u0301"
@@ -356,29 +368,59 @@
356
368
  "models/trace/insights/ImageDelivery.ts | useVideoFormat": {
357
369
  "message": "U\u0302s\u0301i\u0302n\u0301g\u0302 v\u0301i\u0302d\u0301e\u0302o\u0301 f\u0302o\u0301r\u0302m\u0301a\u0302t\u0301s\u0302 i\u0301n\u0302s\u0301t\u0302e\u0301a\u0302d\u0301 o\u0302f\u0301 G\u0302I\u0301F\u0302s\u0301 c\u0302a\u0301n\u0302 i\u0301m\u0302p\u0301r\u0302o\u0301v\u0302e\u0301 t\u0302h\u0301e\u0302 d\u0301o\u0302w\u0301n\u0302l\u0301o\u0302a\u0301d\u0302 s\u0301i\u0302z\u0301e\u0302 o\u0301f\u0302 a\u0301n\u0302i\u0301m\u0302a\u0301t\u0302e\u0301d\u0302 c\u0301o\u0302n\u0301t\u0302e\u0301n\u0302t\u0301."
358
370
  },
359
- "models/trace/insights/InteractionToNextPaint.ts | description": {
360
- "message": "S\u0302t\u0301a\u0302r\u0301t\u0302 i\u0301n\u0302v\u0301e\u0302s\u0301t\u0302i\u0301g\u0302a\u0301t\u0302i\u0301n\u0302g\u0301 w\u0302i\u0301t\u0302h\u0301 t\u0302h\u0301e\u0302 l\u0301o\u0302n\u0301g\u0302e\u0301s\u0302t\u0301 p\u0302h\u0301a\u0302s\u0301e\u0302. [D\u0301e\u0302l\u0301a\u0302y\u0301s\u0302 c\u0301a\u0302n\u0301 b\u0302e\u0301 m\u0302i\u0301n\u0302i\u0301m\u0302i\u0301z\u0302e\u0301d\u0302](https://web.dev/articles/optimize-inp#optimize_interactions). T\u0301o\u0302 r\u0301e\u0302d\u0301u\u0302c\u0301e\u0302 p\u0301r\u0302o\u0301c\u0302e\u0301s\u0302s\u0301i\u0302n\u0301g\u0302 d\u0301u\u0302r\u0301a\u0302t\u0301i\u0302o\u0301n\u0302, [o\u0301p\u0302t\u0301i\u0302m\u0301i\u0302z\u0301e\u0302 t\u0301h\u0302e\u0301 m\u0302a\u0301i\u0302n\u0301-t\u0302h\u0301r\u0302e\u0301a\u0302d\u0301 c\u0302o\u0301s\u0302t\u0301s\u0302](https://web.dev/articles/optimize-long-tasks), o\u0301f\u0302t\u0301e\u0302n\u0301 J\u0302S\u0301."
371
+ "models/trace/insights/INPBreakdown.ts | description": {
372
+ "message": "S\u0302t\u0301a\u0302r\u0301t\u0302 i\u0301n\u0302v\u0301e\u0302s\u0301t\u0302i\u0301g\u0302a\u0301t\u0302i\u0301n\u0302g\u0301 w\u0302i\u0301t\u0302h\u0301 t\u0302h\u0301e\u0302 l\u0301o\u0302n\u0301g\u0302e\u0301s\u0302t\u0301 s\u0302u\u0301b\u0302p\u0301a\u0302r\u0301t\u0302. [D\u0301e\u0302l\u0301a\u0302y\u0301s\u0302 c\u0301a\u0302n\u0301 b\u0302e\u0301 m\u0302i\u0301n\u0302i\u0301m\u0302i\u0301z\u0302e\u0301d\u0302](https://web.dev/articles/optimize-inp#optimize_interactions). T\u0301o\u0302 r\u0301e\u0302d\u0301u\u0302c\u0301e\u0302 p\u0301r\u0302o\u0301c\u0302e\u0301s\u0302s\u0301i\u0302n\u0301g\u0302 d\u0301u\u0302r\u0301a\u0302t\u0301i\u0302o\u0301n\u0302, [o\u0301p\u0302t\u0301i\u0302m\u0301i\u0302z\u0301e\u0302 t\u0301h\u0302e\u0301 m\u0302a\u0301i\u0302n\u0301-t\u0302h\u0301r\u0302e\u0301a\u0302d\u0301 c\u0302o\u0301s\u0302t\u0301s\u0302](https://web.dev/articles/optimize-long-tasks), o\u0301f\u0302t\u0301e\u0302n\u0301 J\u0302S\u0301."
361
373
  },
362
- "models/trace/insights/InteractionToNextPaint.ts | duration": {
374
+ "models/trace/insights/INPBreakdown.ts | duration": {
363
375
  "message": "D\u0302u\u0301r\u0302a\u0301t\u0302i\u0301o\u0302n\u0301"
364
376
  },
365
- "models/trace/insights/InteractionToNextPaint.ts | inputDelay": {
377
+ "models/trace/insights/INPBreakdown.ts | inputDelay": {
366
378
  "message": "I\u0302n\u0301p\u0302u\u0301t\u0302 d\u0301e\u0302l\u0301a\u0302y\u0301"
367
379
  },
368
- "models/trace/insights/InteractionToNextPaint.ts | noInteractions": {
380
+ "models/trace/insights/INPBreakdown.ts | noInteractions": {
369
381
  "message": "N\u0302o\u0301 i\u0302n\u0301t\u0302e\u0301r\u0302a\u0301c\u0302t\u0301i\u0302o\u0301n\u0302s\u0301 d\u0302e\u0301t\u0302e\u0301c\u0302t\u0301e\u0302d\u0301"
370
382
  },
371
- "models/trace/insights/InteractionToNextPaint.ts | phase": {
372
- "message": "P\u0302h\u0301a\u0302s\u0301e\u0302"
373
- },
374
- "models/trace/insights/InteractionToNextPaint.ts | presentationDelay": {
383
+ "models/trace/insights/INPBreakdown.ts | presentationDelay": {
375
384
  "message": "P\u0302r\u0301e\u0302s\u0301e\u0302n\u0301t\u0302a\u0301t\u0302i\u0301o\u0302n\u0301 d\u0302e\u0301l\u0302a\u0301y\u0302"
376
385
  },
377
- "models/trace/insights/InteractionToNextPaint.ts | processingDuration": {
386
+ "models/trace/insights/INPBreakdown.ts | processingDuration": {
378
387
  "message": "P\u0302r\u0301o\u0302c\u0301e\u0302s\u0301s\u0302i\u0301n\u0302g\u0301 d\u0302u\u0301r\u0302a\u0301t\u0302i\u0301o\u0302n\u0301"
379
388
  },
380
- "models/trace/insights/InteractionToNextPaint.ts | title": {
381
- "message": "I\u0302N\u0301P\u0302 b\u0301y\u0302 p\u0301h\u0302a\u0301s\u0302e\u0301"
389
+ "models/trace/insights/INPBreakdown.ts | subpart": {
390
+ "message": "S\u0302u\u0301b\u0302p\u0301a\u0302r\u0301t\u0302"
391
+ },
392
+ "models/trace/insights/INPBreakdown.ts | title": {
393
+ "message": "I\u0302N\u0301P\u0302 b\u0301r\u0302e\u0301a\u0302k\u0301d\u0302o\u0301w\u0302n\u0301"
394
+ },
395
+ "models/trace/insights/LCPBreakdown.ts | description": {
396
+ "message": "E\u0302a\u0301c\u0302h\u0301 [s\u0302u\u0301b\u0302p\u0301a\u0302r\u0301t\u0302 h\u0301a\u0302s\u0301 s\u0302p\u0301e\u0302c\u0301i\u0302f\u0301i\u0302c\u0301 i\u0302m\u0301p\u0302r\u0301o\u0302v\u0301e\u0302m\u0301e\u0302n\u0301t\u0302 s\u0301t\u0302r\u0301a\u0302t\u0301e\u0302g\u0301i\u0302e\u0301s\u0302](https://web.dev/articles/optimize-lcp#lcp-breakdown). I\u0301d\u0302e\u0301a\u0302l\u0301l\u0302y\u0301, m\u0302o\u0301s\u0302t\u0301 o\u0302f\u0301 t\u0302h\u0301e\u0302 L\u0301C\u0302P\u0301 t\u0302i\u0301m\u0302e\u0301 s\u0302h\u0301o\u0302u\u0301l\u0302d\u0301 b\u0302e\u0301 s\u0302p\u0301e\u0302n\u0301t\u0302 o\u0301n\u0302 l\u0301o\u0302a\u0301d\u0302i\u0301n\u0302g\u0301 t\u0302h\u0301e\u0302 r\u0301e\u0302s\u0301o\u0302u\u0301r\u0302c\u0301e\u0302s\u0301, n\u0302o\u0301t\u0302 w\u0301i\u0302t\u0301h\u0302i\u0301n\u0302 d\u0301e\u0302l\u0301a\u0302y\u0301s\u0302."
397
+ },
398
+ "models/trace/insights/LCPBreakdown.ts | duration": {
399
+ "message": "D\u0302u\u0301r\u0302a\u0301t\u0302i\u0301o\u0302n\u0301"
400
+ },
401
+ "models/trace/insights/LCPBreakdown.ts | elementRenderDelay": {
402
+ "message": "E\u0302l\u0301e\u0302m\u0301e\u0302n\u0301t\u0302 r\u0301e\u0302n\u0301d\u0302e\u0301r\u0302 d\u0301e\u0302l\u0301a\u0302y\u0301"
403
+ },
404
+ "models/trace/insights/LCPBreakdown.ts | fieldDuration": {
405
+ "message": "F\u0302i\u0301e\u0302l\u0301d\u0302 p\u030175"
406
+ },
407
+ "models/trace/insights/LCPBreakdown.ts | noLcp": {
408
+ "message": "N\u0302o\u0301 L\u0302C\u0301P\u0302 d\u0301e\u0302t\u0301e\u0302c\u0301t\u0302e\u0301d\u0302"
409
+ },
410
+ "models/trace/insights/LCPBreakdown.ts | resourceLoadDelay": {
411
+ "message": "R\u0302e\u0301s\u0302o\u0301u\u0302r\u0301c\u0302e\u0301 l\u0302o\u0301a\u0302d\u0301 d\u0302e\u0301l\u0302a\u0301y\u0302"
412
+ },
413
+ "models/trace/insights/LCPBreakdown.ts | resourceLoadDuration": {
414
+ "message": "R\u0302e\u0301s\u0302o\u0301u\u0302r\u0301c\u0302e\u0301 l\u0302o\u0301a\u0302d\u0301 d\u0302u\u0301r\u0302a\u0301t\u0302i\u0301o\u0302n\u0301"
415
+ },
416
+ "models/trace/insights/LCPBreakdown.ts | subpart": {
417
+ "message": "S\u0302u\u0301b\u0302p\u0301a\u0302r\u0301t\u0302"
418
+ },
419
+ "models/trace/insights/LCPBreakdown.ts | timeToFirstByte": {
420
+ "message": "T\u0302i\u0301m\u0302e\u0301 t\u0302o\u0301 f\u0302i\u0301r\u0302s\u0301t\u0302 b\u0301y\u0302t\u0301e\u0302"
421
+ },
422
+ "models/trace/insights/LCPBreakdown.ts | title": {
423
+ "message": "L\u0302C\u0301P\u0302 b\u0301r\u0302e\u0301a\u0302k\u0301d\u0302o\u0301w\u0302n\u0301"
382
424
  },
383
425
  "models/trace/insights/LCPDiscovery.ts | description": {
384
426
  "message": "O\u0302p\u0301t\u0302i\u0301m\u0302i\u0301z\u0302e\u0301 L\u0302C\u0301P\u0302 b\u0301y\u0302 m\u0301a\u0302k\u0301i\u0302n\u0301g\u0302 t\u0301h\u0302e\u0301 L\u0302C\u0301P\u0302 i\u0301m\u0302a\u0301g\u0302e\u0301 [d\u0302i\u0301s\u0302c\u0301o\u0302v\u0301e\u0302r\u0301a\u0302b\u0301l\u0302e\u0301](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) f\u0302r\u0301o\u0302m\u0301 t\u0302h\u0301e\u0302 H\u0301T\u0302M\u0301L\u0302 i\u0301m\u0302m\u0301e\u0302d\u0301i\u0302a\u0301t\u0302e\u0301l\u0302y\u0301, a\u0302n\u0301d\u0302 [a\u0301v\u0302o\u0301i\u0302d\u0301i\u0302n\u0301g\u0302 l\u0301a\u0302z\u0301y\u0302-l\u0301o\u0302a\u0301d\u0302i\u0301n\u0302g\u0301](https://web.dev/articles/lcp-lazy-loading)"
@@ -407,36 +449,6 @@
407
449
  "models/trace/insights/LCPDiscovery.ts | title": {
408
450
  "message": "L\u0302C\u0301P\u0302 r\u0301e\u0302q\u0301u\u0302e\u0301s\u0302t\u0301 d\u0302i\u0301s\u0302c\u0301o\u0302v\u0301e\u0302r\u0301y\u0302"
409
451
  },
410
- "models/trace/insights/LCPPhases.ts | description": {
411
- "message": "E\u0302a\u0301c\u0302h\u0301 [p\u0302h\u0301a\u0302s\u0301e\u0302 h\u0301a\u0302s\u0301 s\u0302p\u0301e\u0302c\u0301i\u0302f\u0301i\u0302c\u0301 i\u0302m\u0301p\u0302r\u0301o\u0302v\u0301e\u0302m\u0301e\u0302n\u0301t\u0302 s\u0301t\u0302r\u0301a\u0302t\u0301e\u0302g\u0301i\u0302e\u0301s\u0302](https://web.dev/articles/optimize-lcp#lcp-breakdown). I\u0301d\u0302e\u0301a\u0302l\u0301l\u0302y\u0301, m\u0302o\u0301s\u0302t\u0301 o\u0302f\u0301 t\u0302h\u0301e\u0302 L\u0301C\u0302P\u0301 t\u0302i\u0301m\u0302e\u0301 s\u0302h\u0301o\u0302u\u0301l\u0302d\u0301 b\u0302e\u0301 s\u0302p\u0301e\u0302n\u0301t\u0302 o\u0301n\u0302 l\u0301o\u0302a\u0301d\u0302i\u0301n\u0302g\u0301 t\u0302h\u0301e\u0302 r\u0301e\u0302s\u0301o\u0302u\u0301r\u0302c\u0301e\u0302s\u0301, n\u0302o\u0301t\u0302 w\u0301i\u0302t\u0301h\u0302i\u0301n\u0302 d\u0301e\u0302l\u0301a\u0302y\u0301s\u0302."
412
- },
413
- "models/trace/insights/LCPPhases.ts | duration": {
414
- "message": "D\u0302u\u0301r\u0302a\u0301t\u0302i\u0301o\u0302n\u0301"
415
- },
416
- "models/trace/insights/LCPPhases.ts | elementRenderDelay": {
417
- "message": "E\u0302l\u0301e\u0302m\u0301e\u0302n\u0301t\u0302 r\u0301e\u0302n\u0301d\u0302e\u0301r\u0302 d\u0301e\u0302l\u0301a\u0302y\u0301"
418
- },
419
- "models/trace/insights/LCPPhases.ts | fieldDuration": {
420
- "message": "F\u0302i\u0301e\u0302l\u0301d\u0302 p\u030175"
421
- },
422
- "models/trace/insights/LCPPhases.ts | noLcp": {
423
- "message": "N\u0302o\u0301 L\u0302C\u0301P\u0302 d\u0301e\u0302t\u0301e\u0302c\u0301t\u0302e\u0301d\u0302"
424
- },
425
- "models/trace/insights/LCPPhases.ts | phase": {
426
- "message": "P\u0302h\u0301a\u0302s\u0301e\u0302"
427
- },
428
- "models/trace/insights/LCPPhases.ts | resourceLoadDelay": {
429
- "message": "R\u0302e\u0301s\u0302o\u0301u\u0302r\u0301c\u0302e\u0301 l\u0302o\u0301a\u0302d\u0301 d\u0302e\u0301l\u0302a\u0301y\u0302"
430
- },
431
- "models/trace/insights/LCPPhases.ts | resourceLoadDuration": {
432
- "message": "R\u0302e\u0301s\u0302o\u0301u\u0302r\u0301c\u0302e\u0301 l\u0302o\u0301a\u0302d\u0301 d\u0302u\u0301r\u0302a\u0301t\u0302i\u0301o\u0302n\u0301"
433
- },
434
- "models/trace/insights/LCPPhases.ts | timeToFirstByte": {
435
- "message": "T\u0302i\u0301m\u0302e\u0301 t\u0302o\u0301 f\u0302i\u0301r\u0302s\u0301t\u0302 b\u0301y\u0302t\u0301e\u0302"
436
- },
437
- "models/trace/insights/LCPPhases.ts | title": {
438
- "message": "L\u0302C\u0301P\u0302 b\u0301y\u0302 p\u0301h\u0302a\u0301s\u0302e\u0301"
439
- },
440
452
  "models/trace/insights/LegacyJavaScript.ts | columnScript": {
441
453
  "message": "S\u0302c\u0301r\u0302i\u0301p\u0302t\u0301"
442
454
  },
@@ -453,7 +465,7 @@
453
465
  "message": "H\u0302T\u0301T\u0302P\u0301/2 a\u0302n\u0301d\u0302 H\u0301T\u0302T\u0301P\u0302/3 o\u0301f\u0302f\u0301e\u0302r\u0301 m\u0302a\u0301n\u0302y\u0301 b\u0302e\u0301n\u0302e\u0301f\u0302i\u0301t\u0302s\u0301 o\u0302v\u0301e\u0302r\u0301 H\u0302T\u0301T\u0302P\u0301/1.1, s\u0302u\u0301c\u0302h\u0301 a\u0302s\u0301 m\u0302u\u0301l\u0302t\u0301i\u0302p\u0301l\u0302e\u0301x\u0302i\u0301n\u0302g\u0301. [L\u0302e\u0301a\u0302r\u0301n\u0302 m\u0301o\u0302r\u0301e\u0302 a\u0301b\u0302o\u0301u\u0302t\u0301 u\u0302s\u0301i\u0302n\u0301g\u0302 m\u0301o\u0302d\u0301e\u0302r\u0301n\u0302 H\u0301T\u0302T\u0301P\u0302](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
454
466
  },
455
467
  "models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
456
- "message": "N\u0302o\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301 u\u0302s\u0301e\u0302d\u0301 H\u0302T\u0301T\u0302P\u0301/1.1"
468
+ "message": "N\u0302o\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301 u\u0302s\u0301e\u0302d\u0301 H\u0302T\u0301T\u0302P\u0301/1.1, o\u0302r\u0301 i\u0302t\u0301s\u0302 c\u0301u\u0302r\u0301r\u0302e\u0301n\u0302t\u0301 u\u0302s\u0301e\u0302 o\u0301f\u0302 H\u0301T\u0302T\u0301P\u0302/1.1 d\u0301o\u0302e\u0301s\u0302 n\u0301o\u0302t\u0301 p\u0302r\u0301e\u0302s\u0301e\u0302n\u0301t\u0302 a\u0301 s\u0302i\u0301g\u0302n\u0301i\u0302f\u0301i\u0302c\u0301a\u0302n\u0301t\u0302 o\u0301p\u0302t\u0301i\u0302m\u0301i\u0302z\u0301a\u0302t\u0301i\u0302o\u0301n\u0302 o\u0301p\u0302p\u0301o\u0302r\u0301t\u0302u\u0301n\u0302i\u0301t\u0302y\u0301. H\u0302T\u0301T\u0302P\u0301/1.1 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301 a\u0302r\u0301e\u0302 o\u0301n\u0302l\u0301y\u0302 f\u0301l\u0302a\u0301g\u0302g\u0301e\u0302d\u0301 i\u0302f\u0301 s\u0302i\u0301x\u0302 o\u0301r\u0302 m\u0301o\u0302r\u0301e\u0302 s\u0301t\u0302a\u0301t\u0302i\u0301c\u0302 a\u0301s\u0302s\u0301e\u0302t\u0301s\u0302 o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302a\u0301t\u0302e\u0301 f\u0302r\u0301o\u0302m\u0301 t\u0302h\u0301e\u0302 s\u0301a\u0302m\u0301e\u0302 o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302, a\u0301n\u0302d\u0301 t\u0302h\u0301e\u0302y\u0301 a\u0302r\u0301e\u0302 n\u0301o\u0302t\u0301 s\u0302e\u0301r\u0302v\u0301e\u0302d\u0301 f\u0302r\u0301o\u0302m\u0301 a\u0302 l\u0301o\u0302c\u0301a\u0302l\u0301 d\u0302e\u0301v\u0302e\u0301l\u0302o\u0301p\u0302m\u0301e\u0302n\u0301t\u0302 e\u0301n\u0302v\u0301i\u0302r\u0301o\u0302n\u0301m\u0302e\u0301n\u0302t\u0301 o\u0302r\u0301 a\u0302 t\u0301h\u0302i\u0301r\u0302d\u0301-p\u0302a\u0301r\u0302t\u0301y\u0302 s\u0301o\u0302u\u0301r\u0302c\u0301e\u0302."
457
469
  },
458
470
  "models/trace/insights/ModernHTTP.ts | protocol": {
459
471
  "message": "P\u0302r\u0301o\u0302t\u0301o\u0302c\u0301o\u0302l\u0301"
@@ -554,6 +566,12 @@
554
566
  "models/trace/insights/SlowCSSSelector.ts | title": {
555
567
  "message": "C\u0302S\u0301S\u0302 S\u0301e\u0302l\u0301e\u0302c\u0301t\u0302o\u0301r\u0302 c\u0301o\u0302s\u0301t\u0302s\u0301"
556
568
  },
569
+ "models/trace/insights/SlowCSSSelector.ts | topSelectorElapsedTime": {
570
+ "message": "T\u0302o\u0301p\u0302 s\u0301e\u0302l\u0301e\u0302c\u0301t\u0302o\u0301r\u0302 e\u0301l\u0302a\u0301s\u0302p\u0301s\u0302e\u0301d\u0302 t\u0301i\u0302m\u0301e\u0302"
571
+ },
572
+ "models/trace/insights/SlowCSSSelector.ts | topSelectorMatchAttempt": {
573
+ "message": "T\u0302o\u0301p\u0302 s\u0301e\u0302l\u0301e\u0302c\u0301t\u0302o\u0301r\u0302 m\u0301a\u0302t\u0301c\u0302h\u0301 a\u0302t\u0301t\u0302e\u0301m\u0302p\u0301t\u0302"
574
+ },
557
575
  "models/trace/insights/SlowCSSSelector.ts | topSelectors": {
558
576
  "message": "T\u0302o\u0301p\u0302 s\u0301e\u0302l\u0301e\u0302c\u0301t\u0302o\u0301r\u0302s\u0301"
559
577
  },
@@ -875,6 +893,9 @@
875
893
  "panels/application/components/BackForwardCacheStrings.ts | sharedWorker": {
876
894
  "message": "P\u0302a\u0301g\u0302e\u0301s\u0302 t\u0301h\u0302a\u0301t\u0302 u\u0301s\u0302e\u0301 S\u0302h\u0301a\u0302r\u0301e\u0302d\u0301W\u0302o\u0301r\u0302k\u0301e\u0302r\u0301 a\u0302r\u0301e\u0302 n\u0301o\u0302t\u0301 c\u0302u\u0301r\u0302r\u0301e\u0302n\u0301t\u0302l\u0301y\u0302 e\u0301l\u0302i\u0301g\u0302i\u0301b\u0302l\u0301e\u0302 f\u0301o\u0302r\u0301 b\u0302a\u0301c\u0302k\u0301/f\u0302o\u0301r\u0302w\u0301a\u0302r\u0301d\u0302 c\u0301a\u0302c\u0301h\u0302e\u0301."
877
895
  },
896
+ "panels/application/components/BackForwardCacheStrings.ts | sharedWorkerMessage": {
897
+ "message": "T\u0302h\u0301e\u0302 p\u0301a\u0302g\u0301e\u0302 w\u0301a\u0302s\u0301 e\u0302v\u0301i\u0302c\u0301t\u0302e\u0301d\u0302 f\u0301r\u0302o\u0301m\u0302 t\u0301h\u0302e\u0301 c\u0302a\u0301c\u0302h\u0301e\u0302 b\u0301e\u0302c\u0301a\u0302u\u0301s\u0302e\u0301 i\u0302t\u0301 r\u0302e\u0301c\u0302e\u0301i\u0302v\u0301e\u0302d\u0301 a\u0302 m\u0301e\u0302s\u0301s\u0302a\u0301g\u0302e\u0301 f\u0302r\u0301o\u0302m\u0301 a\u0302 S\u0301h\u0302a\u0301r\u0302e\u0301d\u0302W\u0301o\u0302r\u0301k\u0302e\u0301r\u0302"
898
+ },
878
899
  "panels/application/components/BackForwardCacheStrings.ts | speechRecognizer": {
879
900
  "message": "P\u0302a\u0301g\u0302e\u0301s\u0302 t\u0301h\u0302a\u0301t\u0302 u\u0301s\u0302e\u0301 S\u0302p\u0301e\u0302e\u0301c\u0302h\u0301R\u0302e\u0301c\u0302o\u0301g\u0302n\u0301i\u0302z\u0301e\u0302r\u0301 a\u0302r\u0301e\u0302 n\u0301o\u0302t\u0301 c\u0302u\u0301r\u0302r\u0301e\u0302n\u0301t\u0302l\u0301y\u0302 e\u0301l\u0302i\u0301g\u0302i\u0301b\u0302l\u0301e\u0302 f\u0301o\u0302r\u0301 b\u0302a\u0301c\u0302k\u0301/f\u0302o\u0301r\u0302w\u0301a\u0302r\u0301d\u0302 c\u0301a\u0302c\u0301h\u0302e\u0301."
880
901
  },
@@ -11,9 +11,6 @@
11
11
  "generated/Deprecation.ts | CanRequestURLHTTPContainingNewline": {
12
12
  "message": "Las solicitudes de recurso cuyas URLs conten\u00edan tanto caracteres \\(n|r|t) con espacio en blanco que se quitaron y caracteres inferiores (<) est\u00e1n bloqueadas. Quita las l\u00edneas nuevas y codifica caracteres inferiores en lugares como los valores del atributo del elemento a fin de cargar estos recursos."
13
13
  },
14
- "generated/Deprecation.ts | CharsetAutoDetectionISO2022JP": {
15
- "message": "La detecci\u00f3n autom\u00e1tica del conjunto de caracteres ISO-2022-JP dej\u00f3 de estar disponible y se inhabilitar\u00e1 pronto. Especifica el conjunto de caracteres en el encabezado del tipo de contenido o a trav\u00e9s de una metaetiqueta (https://developer.mozilla.org/es/docs/Glossary/Character_encoding)."
16
- },
17
14
  "generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
18
15
  "message": "chrome.loadTimes() ya no est\u00e1 disponible, en su lugar, usa la API estandarizada Navigation Timing 2."
19
16
  },
@@ -200,8 +197,8 @@
200
197
  "models/trace/insights/CLSCulprits.ts | topCulprits": {
201
198
  "message": "Principales causantes del cambio de dise\u00f1o"
202
199
  },
203
- "models/trace/insights/CLSCulprits.ts | unsizedImages": {
204
- "message": "Im\u00e1genes sin tama\u00f1o"
200
+ "models/trace/insights/CLSCulprits.ts | unsizedImage": {
201
+ "message": "Elemento de imagen sin tama\u00f1o"
205
202
  },
206
203
  "models/trace/insights/CLSCulprits.ts | worstCluster": {
207
204
  "message": "Peor cl\u00faster"
@@ -258,7 +255,7 @@
258
255
  "message": "Tuvo redireccionamientos ({PH1} redireccionamientos, +{PH2})"
259
256
  },
260
257
  "models/trace/insights/DocumentLatency.ts | failedServerResponseTime": {
261
- "message": "El servidor respondi\u00f3 con lentitud ({PH1} observado) "
258
+ "message": "El servidor respondi\u00f3 con lentitud ({PH1} observado)"
262
259
  },
263
260
  "models/trace/insights/DocumentLatency.ts | failedTextCompression": {
264
261
  "message": "No se aplic\u00f3 ninguna compresi\u00f3n"
@@ -267,7 +264,7 @@
267
264
  "message": "Evita redireccionamientos"
268
265
  },
269
266
  "models/trace/insights/DocumentLatency.ts | passingServerResponseTime": {
270
- "message": "El servidor responde r\u00e1pidamente ({PH1} observado) "
267
+ "message": "El servidor responde r\u00e1pidamente ({PH1} observado)"
271
268
  },
272
269
  "models/trace/insights/DocumentLatency.ts | passingTextCompression": {
273
270
  "message": "Aplicar la compresi\u00f3n de texto"
@@ -489,7 +486,7 @@
489
486
  "message": "[Evita encadenar solicitudes cr\u00edticas](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) reduciendo la longitud de las cadenas, disminuyendo el tama\u00f1o de los recursos para la descarga o postergando la descarga de recursos innecesarios para mejorar la carga de la p\u00e1gina."
490
487
  },
491
488
  "models/trace/insights/NetworkDependencyTree.ts | estSavingTableDescription": {
492
- "message": "Agrega sugerencias de [conexi\u00f3n previa](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) a tus or\u00edgenes m\u00e1s importantes, pero intenta usar menos de 4."
489
+ "message": "Agrega sugerencias de [conexi\u00f3n previa](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) a tus or\u00edgenes m\u00e1s importantes, pero intenta usar no m\u00e1s de 4."
493
490
  },
494
491
  "models/trace/insights/NetworkDependencyTree.ts | estSavingTableTitle": {
495
492
  "message": "Candidatos para la conexi\u00f3n previa"
@@ -584,6 +581,9 @@
584
581
  "models/trace/insights/Viewport.ts | description": {
585
582
  "message": "Las interacciones de presi\u00f3n pueden [retrasarse hasta 300\u00a0ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) si el viewport no est\u00e1 optimizado para dispositivos m\u00f3viles."
586
583
  },
584
+ "models/trace/insights/Viewport.ts | mobileTapDelayLabel": {
585
+ "message": "Retraso de toque en dispositivo m\u00f3vil"
586
+ },
587
587
  "models/trace/insights/Viewport.ts | title": {
588
588
  "message": "Optimiza el viewport para dispositivos m\u00f3viles"
589
589
  },