@paulirish/trace_engine 0.0.55 → 0.0.56

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 (121) hide show
  1. package/.tmp/tsbuildinfo/tsconfig.tsbuildinfo +1 -1
  2. package/core/platform/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  3. package/core/platform/platform.prebundle.d.ts +18 -0
  4. package/core/platform/platform.prebundle.js +53 -0
  5. package/core/platform/platform.prebundle.js.map +1 -0
  6. package/core/platform/platform.prebundle.ts +71 -0
  7. package/locales/en-US.json +58 -46
  8. package/locales/en-XL.json +58 -46
  9. package/models/cpu_profile/cpu_profile.prebundle.d.ts +3 -0
  10. package/models/cpu_profile/cpu_profile.prebundle.js +7 -0
  11. package/models/cpu_profile/cpu_profile.prebundle.js.map +1 -0
  12. package/models/cpu_profile/cpu_profile.prebundle.ts +11 -0
  13. package/models/cpu_profile/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  14. package/models/trace/Processor.js +4 -4
  15. package/models/trace/Processor.js.map +1 -1
  16. package/models/trace/devtools_entrypoint-bundle-tsconfig-tsconfig.json +61 -0
  17. package/models/trace/extras/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  18. package/models/trace/extras/extras.prebundle.d.ts +7 -0
  19. package/models/trace/extras/extras.prebundle.js +11 -0
  20. package/models/trace/extras/extras.prebundle.js.map +1 -0
  21. package/models/trace/extras/extras.prebundle.ts +11 -0
  22. package/models/trace/handlers/ImagePaintingHandler.d.ts +7 -1
  23. package/models/trace/handlers/ImagePaintingHandler.js +33 -1
  24. package/models/trace/handlers/ImagePaintingHandler.js.map +1 -1
  25. package/models/trace/handlers/NetworkRequestsHandler.js +61 -1
  26. package/models/trace/handlers/NetworkRequestsHandler.js.map +1 -1
  27. package/models/trace/handlers/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  28. package/models/trace/handlers/handlers.prebundle.d.ts +4 -0
  29. package/models/trace/handlers/handlers.prebundle.js +8 -0
  30. package/models/trace/handlers/handlers.prebundle.js.map +1 -0
  31. package/models/trace/handlers/handlers.prebundle.ts +8 -0
  32. package/models/trace/helpers/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  33. package/models/trace/helpers/helpers.prebundle.d.ts +7 -0
  34. package/models/trace/helpers/helpers.prebundle.js +11 -0
  35. package/models/trace/helpers/helpers.prebundle.js.map +1 -0
  36. package/models/trace/helpers/helpers.prebundle.ts +11 -0
  37. package/models/trace/insights/CLSCulprits.d.ts +4 -4
  38. package/models/trace/insights/CLSCulprits.js +7 -7
  39. package/models/trace/insights/CLSCulprits.js.map +1 -1
  40. package/models/trace/insights/Common.d.ts +1 -1
  41. package/models/trace/insights/Common.js +3 -3
  42. package/models/trace/insights/Common.js.map +1 -1
  43. package/models/trace/insights/DOMSize.d.ts +26 -1
  44. package/models/trace/insights/DOMSize.js +34 -1
  45. package/models/trace/insights/DOMSize.js.map +1 -1
  46. package/models/trace/insights/DocumentLatency.js +1 -1
  47. package/models/trace/insights/DocumentLatency.js.map +1 -1
  48. package/models/trace/insights/ForcedReflow.d.ts +1 -1
  49. package/models/trace/insights/ForcedReflow.js +1 -1
  50. package/models/trace/insights/ForcedReflow.js.map +1 -1
  51. package/models/trace/insights/{InteractionToNextPaint.d.ts → INPBreakdown.d.ts} +8 -8
  52. package/models/trace/insights/{InteractionToNextPaint.js → INPBreakdown.js} +10 -10
  53. package/models/trace/insights/INPBreakdown.js.map +1 -0
  54. package/models/trace/insights/ImageDelivery.js +18 -7
  55. package/models/trace/insights/ImageDelivery.js.map +1 -1
  56. package/models/trace/insights/{LCPPhases.d.ts → LCPBreakdown.d.ts} +26 -22
  57. package/models/trace/insights/{LCPPhases.js → LCPBreakdown.js} +56 -46
  58. package/models/trace/insights/LCPBreakdown.js.map +1 -0
  59. package/models/trace/insights/LCPDiscovery.js +1 -1
  60. package/models/trace/insights/LCPDiscovery.js.map +1 -1
  61. package/models/trace/insights/Models.d.ts +2 -2
  62. package/models/trace/insights/Models.js +2 -2
  63. package/models/trace/insights/Models.js.map +1 -1
  64. package/models/trace/insights/NetworkDependencyTree.d.ts +4 -4
  65. package/models/trace/insights/NetworkDependencyTree.js +11 -10
  66. package/models/trace/insights/NetworkDependencyTree.js.map +1 -1
  67. package/models/trace/insights/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  68. package/models/trace/insights/insights-tsconfig.json +2 -2
  69. package/models/trace/insights/insights.prebundle.d.ts +4 -0
  70. package/models/trace/insights/insights.prebundle.js +8 -0
  71. package/models/trace/insights/insights.prebundle.js.map +1 -0
  72. package/models/trace/insights/insights.prebundle.ts +8 -0
  73. package/models/trace/insights/types.d.ts +2 -2
  74. package/models/trace/insights/types.js +2 -2
  75. package/models/trace/insights/types.js.map +1 -1
  76. package/models/trace/lantern/core/core.prebundle.d.ts +2 -0
  77. package/models/trace/lantern/core/core.prebundle.js +6 -0
  78. package/models/trace/lantern/core/core.prebundle.js.map +1 -0
  79. package/models/trace/lantern/core/core.prebundle.ts +6 -0
  80. package/models/trace/lantern/core/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  81. package/models/trace/lantern/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  82. package/models/trace/lantern/graph/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  83. package/models/trace/lantern/graph/graph.prebundle.d.ts +4 -0
  84. package/models/trace/lantern/graph/graph.prebundle.js +8 -0
  85. package/models/trace/lantern/graph/graph.prebundle.js.map +1 -0
  86. package/models/trace/lantern/graph/graph.prebundle.ts +8 -0
  87. package/models/trace/lantern/lantern.prebundle.d.ts +6 -0
  88. package/models/trace/lantern/lantern.prebundle.js +10 -0
  89. package/models/trace/lantern/lantern.prebundle.js.map +1 -0
  90. package/models/trace/lantern/lantern.prebundle.ts +17 -0
  91. package/models/trace/lantern/metrics/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  92. package/models/trace/lantern/metrics/metrics.prebundle.d.ts +8 -0
  93. package/models/trace/lantern/metrics/metrics.prebundle.js +12 -0
  94. package/models/trace/lantern/metrics/metrics.prebundle.js.map +1 -0
  95. package/models/trace/lantern/metrics/metrics.prebundle.ts +12 -0
  96. package/models/trace/lantern/simulation/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  97. package/models/trace/lantern/simulation/simulation.prebundle.d.ts +6 -0
  98. package/models/trace/lantern/simulation/simulation.prebundle.js +10 -0
  99. package/models/trace/lantern/simulation/simulation.prebundle.js.map +1 -0
  100. package/models/trace/lantern/simulation/simulation.prebundle.ts +10 -0
  101. package/models/trace/lantern/types/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  102. package/models/trace/lantern/types/types.prebundle.d.ts +1 -0
  103. package/models/trace/lantern/types/types.prebundle.js +5 -0
  104. package/models/trace/lantern/types/types.prebundle.js.map +1 -0
  105. package/models/trace/lantern/types/types.prebundle.ts +5 -0
  106. package/models/trace/trace.prebundle.d.ts +10 -0
  107. package/models/trace/trace.prebundle.js +14 -0
  108. package/models/trace/trace.prebundle.js.map +1 -0
  109. package/models/trace/trace.prebundle.ts +25 -0
  110. package/models/trace/types/File.d.ts +1 -0
  111. package/models/trace/types/File.js.map +1 -1
  112. package/models/trace/types/Timing.js.map +1 -1
  113. package/models/trace/types/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
  114. package/models/trace/types/types.prebundle.d.ts +5 -0
  115. package/models/trace/types/types.prebundle.js +9 -0
  116. package/models/trace/types/types.prebundle.js.map +1 -0
  117. package/models/trace/types/types.prebundle.ts +9 -0
  118. package/package.json +1 -1
  119. package/test/test-trace-engine.mjs +2 -2
  120. package/models/trace/insights/InteractionToNextPaint.js.map +0 -1
  121. package/models/trace/insights/LCPPhases.js.map +0 -1
@@ -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
  },
@@ -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
  },
@@ -0,0 +1,3 @@
1
+ import * as CPUProfileDataModel from './CPUProfileDataModel.js';
2
+ import * as ProfileTreeModel from './ProfileTreeModel.js';
3
+ export { CPUProfileDataModel, ProfileTreeModel, };
@@ -0,0 +1,7 @@
1
+ // Copyright 2023 The Chromium Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+ import * as CPUProfileDataModel from './CPUProfileDataModel.js';
5
+ import * as ProfileTreeModel from './ProfileTreeModel.js';
6
+ export { CPUProfileDataModel, ProfileTreeModel, };
7
+ //# sourceMappingURL=cpu_profile.prebundle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cpu_profile.prebundle.js","sourceRoot":"","sources":["cpu_profile.prebundle.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,yEAAyE;AACzE,6BAA6B;AAE7B,OAAO,KAAK,mBAAmB,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,gBAAgB,MAAM,uBAAuB,CAAC;AAE1D,OAAO,EACL,mBAAmB,EACnB,gBAAgB,GACjB,CAAC","sourcesContent":["// Copyright 2023 The Chromium Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\nimport * as CPUProfileDataModel from './CPUProfileDataModel.js';\nimport * as ProfileTreeModel from './ProfileTreeModel.js';\n\nexport {\n CPUProfileDataModel,\n ProfileTreeModel,\n};\n"]}
@@ -0,0 +1,11 @@
1
+ // Copyright 2023 The Chromium Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
5
+ import * as CPUProfileDataModel from './CPUProfileDataModel.js';
6
+ import * as ProfileTreeModel from './ProfileTreeModel.js';
7
+
8
+ export {
9
+ CPUProfileDataModel,
10
+ ProfileTreeModel,
11
+ };
@@ -0,0 +1,43 @@
1
+ {
2
+ "compilerOptions": {
3
+ "allowJs": true,
4
+ "checkJs": true,
5
+ "composite": true,
6
+ "declaration": true,
7
+ "experimentalDecorators": true,
8
+ "forceConsistentCasingInFileNames": true,
9
+ "inlineSources": true,
10
+ "lib": [
11
+ "esnext",
12
+ "dom",
13
+ "dom.iterable"
14
+ ],
15
+ "module": "esnext",
16
+ "noEmitOnError": true,
17
+ "noFallthroughCasesInSwitch": true,
18
+ "noImplicitOverride": true,
19
+ "noImplicitReturns": true,
20
+ "noUnusedLocals": false,
21
+ "noUnusedParameters": false,
22
+ "outDir": ".",
23
+ "rootDir": ".",
24
+ "skipLibCheck": true,
25
+ "sourceMap": true,
26
+ "strict": true,
27
+ "target": "esnext",
28
+ "tsBuildInfoFile": "devtools_entrypoint-bundle-tsconfig-tsconfig.json.tsbuildinfo",
29
+ "typeRoots": [],
30
+ "useUnknownInCatchVariables": false
31
+ },
32
+ "files": [
33
+ "cpu_profile.prebundle.ts",
34
+ "../../../../../../front_end/legacy/legacy-defs.d.ts",
35
+ "../../../../../../front_end/global_typings/global_defs.d.ts",
36
+ "../../../../../../node_modules/@types/filesystem/index.d.ts"
37
+ ],
38
+ "references": [
39
+ {
40
+ "path": "./cpu_profile-tsconfig.json"
41
+ }
42
+ ]
43
+ }
@@ -287,8 +287,8 @@ export class TraceProcessor extends EventTarget {
287
287
  // The initial order of the insights is alphabetical, based on `front_end/models/trace/insights/Models.ts`.
288
288
  // The order here provides a baseline that groups insights in a more logical way.
289
289
  const baselineOrder = {
290
- InteractionToNextPaint: null,
291
- LCPPhases: null,
290
+ INPBreakdown: null,
291
+ LCPBreakdown: null,
292
292
  LCPDiscovery: null,
293
293
  CLSCulprits: null,
294
294
  RenderBlocking: null,
@@ -408,8 +408,8 @@ export class TraceProcessor extends EventTarget {
408
408
  const isNavigation = id === Types.Events.NO_NAVIGATION;
409
409
  const trivialThreshold = Helpers.Timing.milliToMicro(Types.Timing.Milli(5000));
410
410
  const everyInsightPasses = Object.values(model).filter(model => !(model instanceof Error)).every(model => model.state === 'pass');
411
- const noLcp = !model.LCPPhases.lcpEvent;
412
- const noInp = !model.InteractionToNextPaint.longestInteractionEvent;
411
+ const noLcp = !model.LCPBreakdown.lcpEvent;
412
+ const noInp = !model.INPBreakdown.longestInteractionEvent;
413
413
  const noLayoutShifts = model.CLSCulprits.shifts?.size === 0;
414
414
  const shouldExclude = isNavigation && context.bounds.range < trivialThreshold && everyInsightPasses && noLcp &&
415
415
  noInp && noLayoutShifts;