@paulirish/trace_engine 0.0.54 → 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.
- package/.tmp/tsbuildinfo/models/trace/extras/polyfills.d.ts +4 -0
- package/.tmp/tsbuildinfo/models/trace/extras/polyfills.d.ts.map +1 -0
- package/.tmp/tsbuildinfo/tsconfig.tsbuildinfo +1 -1
- package/core/platform/MimeType.d.ts +3 -2
- package/core/platform/MimeType.js +4 -3
- package/core/platform/MimeType.js.map +1 -1
- package/core/platform/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
- package/core/platform/platform.prebundle.d.ts +18 -0
- package/core/platform/platform.prebundle.js +53 -0
- package/core/platform/platform.prebundle.js.map +1 -0
- package/core/platform/platform.prebundle.ts +71 -0
- package/generated/protocol.d.ts +115 -16
- package/locales/af.json +52 -10
- package/locales/am.json +52 -10
- package/locales/ar.json +51 -9
- package/locales/as.json +52 -10
- package/locales/az.json +52 -10
- package/locales/be.json +52 -10
- package/locales/bg.json +52 -10
- package/locales/bn.json +52 -10
- package/locales/bs.json +52 -10
- package/locales/ca.json +52 -10
- package/locales/cs.json +52 -10
- package/locales/cy.json +52 -10
- package/locales/da.json +52 -10
- package/locales/de.json +52 -10
- package/locales/el.json +52 -10
- package/locales/en-GB.json +52 -10
- package/locales/en-US.json +70 -58
- package/locales/en-XL.json +70 -58
- package/locales/es-419.json +52 -10
- package/locales/es.json +50 -8
- package/locales/et.json +52 -10
- package/locales/eu.json +52 -10
- package/locales/fa.json +51 -9
- package/locales/fi.json +52 -10
- package/locales/fil.json +52 -10
- package/locales/fr-CA.json +52 -10
- package/locales/fr.json +52 -10
- package/locales/gl.json +52 -10
- package/locales/gu.json +52 -10
- package/locales/he.json +52 -10
- package/locales/hi.json +52 -10
- package/locales/hr.json +52 -10
- package/locales/hu.json +51 -9
- package/locales/hy.json +51 -9
- package/locales/id.json +52 -10
- package/locales/is.json +53 -11
- package/locales/it.json +51 -9
- package/locales/ja.json +52 -10
- package/locales/ka.json +53 -11
- package/locales/kk.json +51 -9
- package/locales/km.json +52 -10
- package/locales/kn.json +52 -10
- package/locales/ko.json +52 -10
- package/locales/ky.json +51 -9
- package/locales/lo.json +52 -10
- package/locales/lt.json +52 -10
- package/locales/lv.json +51 -9
- package/locales/mk.json +52 -10
- package/locales/ml.json +53 -11
- package/locales/mn.json +52 -10
- package/locales/mr.json +52 -10
- package/locales/ms.json +52 -10
- package/locales/my.json +51 -9
- package/locales/ne.json +52 -10
- package/locales/nl.json +52 -10
- package/locales/no.json +52 -10
- package/locales/or.json +53 -11
- package/locales/pa.json +53 -11
- package/locales/pl.json +51 -9
- package/locales/pt-PT.json +52 -10
- package/locales/pt.json +52 -10
- package/locales/ro.json +52 -10
- package/locales/ru.json +53 -11
- package/locales/si.json +52 -10
- package/locales/sk.json +51 -9
- package/locales/sl.json +51 -9
- package/locales/sq.json +52 -10
- package/locales/sr-Latn.json +52 -10
- package/locales/sr.json +52 -10
- package/locales/sv.json +52 -10
- package/locales/sw.json +51 -9
- package/locales/ta.json +52 -10
- package/locales/te.json +52 -10
- package/locales/th.json +51 -9
- package/locales/tr.json +52 -10
- package/locales/uk.json +52 -10
- package/locales/ur.json +52 -10
- package/locales/uz.json +51 -9
- package/locales/vi.json +52 -10
- package/locales/zh-HK.json +52 -10
- package/locales/zh-TW.json +51 -9
- package/locales/zh.json +52 -10
- package/locales/zu.json +52 -10
- package/models/cpu_profile/CPUProfileDataModel.d.ts +4 -2
- package/models/cpu_profile/CPUProfileDataModel.js.map +1 -1
- package/models/cpu_profile/ProfileTreeModel.d.ts +0 -1
- package/models/cpu_profile/ProfileTreeModel.js +0 -2
- package/models/cpu_profile/ProfileTreeModel.js.map +1 -1
- package/models/cpu_profile/cpu_profile.prebundle.d.ts +3 -0
- package/models/cpu_profile/cpu_profile.prebundle.js +7 -0
- package/models/cpu_profile/cpu_profile.prebundle.js.map +1 -0
- package/models/cpu_profile/cpu_profile.prebundle.ts +11 -0
- package/models/cpu_profile/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
- package/models/trace/LanternComputationData.js +7 -6
- package/models/trace/LanternComputationData.js.map +1 -1
- package/models/trace/Processor.js +25 -18
- package/models/trace/Processor.js.map +1 -1
- package/models/trace/devtools_entrypoint-bundle-tsconfig-tsconfig.json +61 -0
- package/models/trace/{root-causes/devtools_entrypoint-bundle-typescript-tsconfig.json → extras/devtools_entrypoint-bundle-tsconfig-tsconfig.json} +5 -4
- package/models/trace/extras/extras-tsconfig.json +0 -2
- package/models/trace/extras/extras.js.map +1 -1
- package/models/trace/extras/extras.prebundle.d.ts +7 -0
- package/models/trace/extras/extras.prebundle.js +11 -0
- package/models/trace/extras/extras.prebundle.js.map +1 -0
- package/models/trace/extras/extras.prebundle.ts +11 -0
- package/models/trace/handlers/ImagePaintingHandler.d.ts +7 -1
- package/models/trace/handlers/ImagePaintingHandler.js +33 -1
- package/models/trace/handlers/ImagePaintingHandler.js.map +1 -1
- package/models/trace/handlers/MetaHandler.js +2 -0
- package/models/trace/handlers/MetaHandler.js.map +1 -1
- package/models/trace/handlers/NetworkRequestsHandler.d.ts +0 -5
- package/models/trace/handlers/NetworkRequestsHandler.js +61 -20
- package/models/trace/handlers/NetworkRequestsHandler.js.map +1 -1
- package/models/trace/handlers/SamplesHandler.js +7 -2
- package/models/trace/handlers/SamplesHandler.js.map +1 -1
- package/models/trace/handlers/ScriptsHandler.js.map +1 -1
- package/models/trace/{root-causes/root-causes-tsconfig.json → handlers/devtools_entrypoint-bundle-tsconfig-tsconfig.json} +5 -17
- package/models/trace/handlers/handlers.prebundle.d.ts +4 -0
- package/models/trace/handlers/handlers.prebundle.js +8 -0
- package/models/trace/handlers/handlers.prebundle.js.map +1 -0
- package/models/trace/handlers/handlers.prebundle.ts +8 -0
- package/models/trace/helpers/SamplesIntegrator.js +8 -13
- package/models/trace/helpers/SamplesIntegrator.js.map +1 -1
- package/models/trace/helpers/Trace.js +0 -7
- package/models/trace/helpers/Trace.js.map +1 -1
- package/models/trace/helpers/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
- package/models/trace/helpers/helpers.prebundle.d.ts +7 -0
- package/models/trace/helpers/helpers.prebundle.js +11 -0
- package/models/trace/helpers/helpers.prebundle.js.map +1 -0
- package/models/trace/helpers/helpers.prebundle.ts +11 -0
- package/models/trace/insights/CLSCulprits.d.ts +27 -7
- package/models/trace/insights/CLSCulprits.js +34 -15
- package/models/trace/insights/CLSCulprits.js.map +1 -1
- package/models/trace/insights/Common.d.ts +1 -1
- package/models/trace/insights/Common.js +3 -3
- package/models/trace/insights/Common.js.map +1 -1
- package/models/trace/insights/DOMSize.d.ts +26 -1
- package/models/trace/insights/DOMSize.js +34 -1
- package/models/trace/insights/DOMSize.js.map +1 -1
- package/models/trace/insights/DocumentLatency.d.ts +2 -2
- package/models/trace/insights/DocumentLatency.js +3 -3
- package/models/trace/insights/DocumentLatency.js.map +1 -1
- package/models/trace/insights/ForcedReflow.d.ts +1 -1
- package/models/trace/insights/ForcedReflow.js +1 -1
- package/models/trace/insights/ForcedReflow.js.map +1 -1
- package/models/trace/insights/{InteractionToNextPaint.d.ts → INPBreakdown.d.ts} +8 -8
- package/models/trace/insights/{InteractionToNextPaint.js → INPBreakdown.js} +10 -10
- package/models/trace/insights/INPBreakdown.js.map +1 -0
- package/models/trace/insights/ImageDelivery.js +18 -7
- package/models/trace/insights/ImageDelivery.js.map +1 -1
- package/models/trace/insights/{LCPPhases.d.ts → LCPBreakdown.d.ts} +26 -22
- package/models/trace/insights/{LCPPhases.js → LCPBreakdown.js} +56 -46
- package/models/trace/insights/LCPBreakdown.js.map +1 -0
- package/models/trace/insights/LCPDiscovery.js +1 -1
- package/models/trace/insights/LCPDiscovery.js.map +1 -1
- package/models/trace/insights/Models.d.ts +2 -2
- package/models/trace/insights/Models.js +2 -2
- package/models/trace/insights/Models.js.map +1 -1
- package/models/trace/insights/NetworkDependencyTree.d.ts +34 -8
- package/models/trace/insights/NetworkDependencyTree.js +144 -18
- package/models/trace/insights/NetworkDependencyTree.js.map +1 -1
- package/models/trace/insights/Viewport.d.ts +8 -2
- package/models/trace/insights/Viewport.js +16 -1
- package/models/trace/insights/Viewport.js.map +1 -1
- package/models/trace/insights/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
- package/models/trace/insights/insights-tsconfig.json +2 -2
- package/models/trace/insights/insights.prebundle.d.ts +4 -0
- package/models/trace/insights/insights.prebundle.js +8 -0
- package/models/trace/insights/insights.prebundle.js.map +1 -0
- package/models/trace/insights/insights.prebundle.ts +8 -0
- package/models/trace/insights/types.d.ts +2 -2
- package/models/trace/insights/types.js +2 -2
- package/models/trace/insights/types.js.map +1 -1
- package/models/trace/lantern/core/core.prebundle.d.ts +2 -0
- package/models/trace/lantern/core/core.prebundle.js +6 -0
- package/models/trace/lantern/core/core.prebundle.js.map +1 -0
- package/models/trace/lantern/core/core.prebundle.ts +6 -0
- package/models/trace/lantern/core/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
- package/models/trace/lantern/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
- package/models/trace/lantern/graph/BaseNode.d.ts +5 -2
- package/models/trace/lantern/graph/BaseNode.js +8 -5
- package/models/trace/lantern/graph/BaseNode.js.map +1 -1
- package/models/trace/lantern/graph/PageDependencyGraph.js +46 -3
- package/models/trace/lantern/graph/PageDependencyGraph.js.map +1 -1
- package/models/trace/lantern/graph/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
- package/models/trace/lantern/graph/graph.prebundle.d.ts +4 -0
- package/models/trace/lantern/graph/graph.prebundle.js +8 -0
- package/models/trace/lantern/graph/graph.prebundle.js.map +1 -0
- package/models/trace/lantern/graph/graph.prebundle.ts +8 -0
- package/models/trace/lantern/lantern.prebundle.d.ts +6 -0
- package/models/trace/lantern/lantern.prebundle.js +10 -0
- package/models/trace/lantern/lantern.prebundle.js.map +1 -0
- package/models/trace/lantern/lantern.prebundle.ts +17 -0
- package/models/trace/lantern/metrics/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
- package/models/trace/lantern/metrics/metrics.prebundle.d.ts +8 -0
- package/models/trace/lantern/metrics/metrics.prebundle.js +12 -0
- package/models/trace/lantern/metrics/metrics.prebundle.js.map +1 -0
- package/models/trace/lantern/metrics/metrics.prebundle.ts +12 -0
- package/models/trace/lantern/simulation/Simulator.js +1 -1
- package/models/trace/lantern/simulation/Simulator.js.map +1 -1
- package/models/trace/lantern/simulation/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
- package/models/trace/lantern/simulation/simulation.prebundle.d.ts +6 -0
- package/models/trace/lantern/simulation/simulation.prebundle.js +10 -0
- package/models/trace/lantern/simulation/simulation.prebundle.js.map +1 -0
- package/models/trace/lantern/simulation/simulation.prebundle.ts +10 -0
- package/models/trace/lantern/types/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
- package/models/trace/lantern/types/types.prebundle.d.ts +1 -0
- package/models/trace/lantern/types/types.prebundle.js +5 -0
- package/models/trace/lantern/types/types.prebundle.js.map +1 -0
- package/models/trace/lantern/types/types.prebundle.ts +5 -0
- package/models/trace/trace-tsconfig.json +0 -1
- package/models/trace/trace.d.ts +1 -2
- package/models/trace/trace.js +1 -2
- package/models/trace/trace.js.map +1 -1
- package/models/trace/trace.prebundle.d.ts +10 -0
- package/models/trace/trace.prebundle.js +14 -0
- package/models/trace/trace.prebundle.js.map +1 -0
- package/models/trace/trace.prebundle.ts +25 -0
- package/models/trace/types/Extensions.d.ts +6 -1
- package/models/trace/types/Extensions.js.map +1 -1
- package/models/trace/types/File.d.ts +16 -1
- package/models/trace/types/File.js.map +1 -1
- package/models/trace/types/Timing.js.map +1 -1
- package/models/trace/types/TraceEvents.d.ts +7 -4
- package/models/trace/types/TraceEvents.js +4 -3
- package/models/trace/types/TraceEvents.js.map +1 -1
- package/models/trace/types/devtools_entrypoint-bundle-tsconfig-tsconfig.json +43 -0
- package/models/trace/types/types.prebundle.d.ts +5 -0
- package/models/trace/types/types.prebundle.js +9 -0
- package/models/trace/types/types.prebundle.js.map +1 -0
- package/models/trace/types/types.prebundle.ts +9 -0
- package/package.json +1 -1
- package/test/test-trace-engine.mjs +2 -2
- package/core/platform/ServerTiming.d.ts +0 -31
- package/core/platform/ServerTiming.js +0 -212
- package/core/platform/ServerTiming.js.map +0 -1
- package/models/trace/TracingManager.js.map +0 -1
- package/models/trace/extras/FetchNodes.d.ts +0 -61
- package/models/trace/extras/FetchNodes.js +0 -214
- package/models/trace/extras/FetchNodes.js.map +0 -1
- package/models/trace/extras/Metadata.d.ts +0 -3
- package/models/trace/extras/Metadata.js +0 -71
- package/models/trace/extras/Metadata.js.map +0 -1
- package/models/trace/extras/TimelineJSProfile.d.ts +0 -13
- package/models/trace/extras/TimelineJSProfile.js +0 -55
- package/models/trace/extras/TimelineJSProfile.js.map +0 -1
- package/models/trace/extras/URLForEntry.d.ts +0 -12
- package/models/trace/extras/URLForEntry.js +0 -43
- package/models/trace/extras/URLForEntry.js.map +0 -1
- package/models/trace/handlers/ServerTimingsHandler.d.ts +0 -9
- package/models/trace/handlers/ServerTimingsHandler.js +0 -106
- package/models/trace/handlers/ServerTimingsHandler.js.map +0 -1
- package/models/trace/insights/CumulativeLayoutShift.d.ts +0 -57
- package/models/trace/insights/CumulativeLayoutShift.js +0 -335
- package/models/trace/insights/CumulativeLayoutShift.js.map +0 -1
- package/models/trace/insights/InsightRunners.d.ts +0 -9
- package/models/trace/insights/InsightRunners.js +0 -13
- package/models/trace/insights/InsightRunners.js.map +0 -1
- package/models/trace/insights/InteractionToNextPaint.js.map +0 -1
- package/models/trace/insights/LCPPhases.js.map +0 -1
- package/models/trace/insights/LargestContentfulPaint.d.ts +0 -38
- package/models/trace/insights/LargestContentfulPaint.js +0 -113
- package/models/trace/insights/LargestContentfulPaint.js.map +0 -1
- package/models/trace/insights/ThirdPartyWeb.d.ts +0 -13
- package/models/trace/insights/ThirdPartyWeb.js +0 -42
- package/models/trace/insights/ThirdPartyWeb.js.map +0 -1
- package/models/trace/root-causes/LayoutShift.d.ts +0 -125
- package/models/trace/root-causes/LayoutShift.js +0 -519
- package/models/trace/root-causes/LayoutShift.js.map +0 -1
- package/models/trace/root-causes/RootCauses.d.ts +0 -15
- package/models/trace/root-causes/RootCauses.js +0 -12
- package/models/trace/root-causes/RootCauses.js.map +0 -1
- package/models/trace/root-causes/bundle-tsconfig.json +0 -1
- package/models/trace/root-causes/root-causes.d.ts +0 -1
- package/models/trace/root-causes/root-causes.js +0 -5
- package/models/trace/root-causes/root-causes.js.map +0 -1
package/locales/en-US.json
CHANGED
|
@@ -5,9 +5,6 @@
|
|
|
5
5
|
"generated/Deprecation.ts | CanRequestURLHTTPContainingNewline": {
|
|
6
6
|
"message": "Resource requests whose URLs contained both removed whitespace \\(n|r|t) characters and less-than characters (<) are blocked. Please remove newlines and encode less-than characters from places like element attribute values in order to load these resources."
|
|
7
7
|
},
|
|
8
|
-
"generated/Deprecation.ts | CharsetAutoDetectionISO2022JP": {
|
|
9
|
-
"message": "Auto-detection of ISO-2022-JP character set is deprecated and it will be disabled in the near future. Please specify character set in the Content Type header or by using a meta tag (https://developer.mozilla.org/en-US/docs/Glossary/Character_encoding)."
|
|
10
|
-
},
|
|
11
8
|
"generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
|
|
12
9
|
"message": "chrome.loadTimes() is deprecated, instead use standardized API: Navigation Timing 2."
|
|
13
10
|
},
|
|
@@ -38,9 +35,6 @@
|
|
|
38
35
|
"generated/Deprecation.ts | DataUrlInSvgUse": {
|
|
39
36
|
"message": "Support for data: URLs in SVGUseElement is deprecated and it will be removed in the future."
|
|
40
37
|
},
|
|
41
|
-
"generated/Deprecation.ts | DOMMutationEvents": {
|
|
42
|
-
"message": "DOM Mutation Events, including DOMSubtreeModified, DOMNodeInserted, DOMNodeRemoved, DOMNodeRemovedFromDocument, DOMNodeInsertedIntoDocument, and DOMCharacterDataModified are deprecated (https://w3c.github.io/uievents/#legacy-event-types) and will be removed. Please use MutationObserver instead."
|
|
43
|
-
},
|
|
44
38
|
"generated/Deprecation.ts | GeolocationInsecureOrigin": {
|
|
45
39
|
"message": "getCurrentPosition() and watchPosition() no longer work 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
40
|
},
|
|
@@ -200,9 +194,6 @@
|
|
|
200
194
|
"models/trace/insights/CLSCulprits.ts | description": {
|
|
201
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."
|
|
202
196
|
},
|
|
203
|
-
"models/trace/insights/CLSCulprits.ts | fontRequest": {
|
|
204
|
-
"message": "Font request"
|
|
205
|
-
},
|
|
206
197
|
"models/trace/insights/CLSCulprits.ts | injectedIframe": {
|
|
207
198
|
"message": "Injected iframe"
|
|
208
199
|
},
|
|
@@ -221,8 +212,11 @@
|
|
|
221
212
|
"models/trace/insights/CLSCulprits.ts | topCulprits": {
|
|
222
213
|
"message": "Top layout shift culprits"
|
|
223
214
|
},
|
|
224
|
-
"models/trace/insights/CLSCulprits.ts |
|
|
225
|
-
"message": "Unsized
|
|
215
|
+
"models/trace/insights/CLSCulprits.ts | unsizedImage": {
|
|
216
|
+
"message": "Unsized image element"
|
|
217
|
+
},
|
|
218
|
+
"models/trace/insights/CLSCulprits.ts | webFont": {
|
|
219
|
+
"message": "Web font"
|
|
226
220
|
},
|
|
227
221
|
"models/trace/insights/CLSCulprits.ts | worstCluster": {
|
|
228
222
|
"message": "Worst cluster"
|
|
@@ -237,7 +231,7 @@
|
|
|
237
231
|
"message": "Had redirects ({PH1} redirects, +{PH2})"
|
|
238
232
|
},
|
|
239
233
|
"models/trace/insights/DocumentLatency.ts | failedServerResponseTime": {
|
|
240
|
-
"message": "Server responded slowly (observed {PH1})
|
|
234
|
+
"message": "Server responded slowly (observed {PH1})"
|
|
241
235
|
},
|
|
242
236
|
"models/trace/insights/DocumentLatency.ts | failedTextCompression": {
|
|
243
237
|
"message": "No compression applied"
|
|
@@ -246,7 +240,7 @@
|
|
|
246
240
|
"message": "Avoids redirects"
|
|
247
241
|
},
|
|
248
242
|
"models/trace/insights/DocumentLatency.ts | passingServerResponseTime": {
|
|
249
|
-
"message": "Server responds quickly (observed {PH1})
|
|
243
|
+
"message": "Server responds quickly (observed {PH1})"
|
|
250
244
|
},
|
|
251
245
|
"models/trace/insights/DocumentLatency.ts | passingTextCompression": {
|
|
252
246
|
"message": "Applies text compression"
|
|
@@ -266,9 +260,18 @@
|
|
|
266
260
|
"models/trace/insights/DOMSize.ts | description": {
|
|
267
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/)."
|
|
268
262
|
},
|
|
263
|
+
"models/trace/insights/DOMSize.ts | duration": {
|
|
264
|
+
"message": "Duration"
|
|
265
|
+
},
|
|
269
266
|
"models/trace/insights/DOMSize.ts | element": {
|
|
270
267
|
"message": "Element"
|
|
271
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
|
+
},
|
|
272
275
|
"models/trace/insights/DOMSize.ts | maxChildren": {
|
|
273
276
|
"message": "Most children"
|
|
274
277
|
},
|
|
@@ -281,6 +284,9 @@
|
|
|
281
284
|
"models/trace/insights/DOMSize.ts | title": {
|
|
282
285
|
"message": "Optimize DOM size"
|
|
283
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
|
+
},
|
|
284
290
|
"models/trace/insights/DOMSize.ts | totalElements": {
|
|
285
291
|
"message": "Total elements"
|
|
286
292
|
},
|
|
@@ -315,7 +321,7 @@
|
|
|
315
321
|
"message": "(anonymous)"
|
|
316
322
|
},
|
|
317
323
|
"models/trace/insights/ForcedReflow.ts | description": {
|
|
318
|
-
"message": "
|
|
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."
|
|
319
325
|
},
|
|
320
326
|
"models/trace/insights/ForcedReflow.ts | relatedStackTrace": {
|
|
321
327
|
"message": "Stack trace"
|
|
@@ -362,29 +368,59 @@
|
|
|
362
368
|
"models/trace/insights/ImageDelivery.ts | useVideoFormat": {
|
|
363
369
|
"message": "Using video formats instead of GIFs can improve the download size of animated content."
|
|
364
370
|
},
|
|
365
|
-
"models/trace/insights/
|
|
366
|
-
"message": "Start investigating with the longest
|
|
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."
|
|
367
373
|
},
|
|
368
|
-
"models/trace/insights/
|
|
374
|
+
"models/trace/insights/INPBreakdown.ts | duration": {
|
|
369
375
|
"message": "Duration"
|
|
370
376
|
},
|
|
371
|
-
"models/trace/insights/
|
|
377
|
+
"models/trace/insights/INPBreakdown.ts | inputDelay": {
|
|
372
378
|
"message": "Input delay"
|
|
373
379
|
},
|
|
374
|
-
"models/trace/insights/
|
|
380
|
+
"models/trace/insights/INPBreakdown.ts | noInteractions": {
|
|
375
381
|
"message": "No interactions detected"
|
|
376
382
|
},
|
|
377
|
-
"models/trace/insights/
|
|
378
|
-
"message": "Phase"
|
|
379
|
-
},
|
|
380
|
-
"models/trace/insights/InteractionToNextPaint.ts | presentationDelay": {
|
|
383
|
+
"models/trace/insights/INPBreakdown.ts | presentationDelay": {
|
|
381
384
|
"message": "Presentation delay"
|
|
382
385
|
},
|
|
383
|
-
"models/trace/insights/
|
|
386
|
+
"models/trace/insights/INPBreakdown.ts | processingDuration": {
|
|
384
387
|
"message": "Processing duration"
|
|
385
388
|
},
|
|
386
|
-
"models/trace/insights/
|
|
387
|
-
"message": "
|
|
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"
|
|
388
424
|
},
|
|
389
425
|
"models/trace/insights/LCPDiscovery.ts | description": {
|
|
390
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)"
|
|
@@ -413,36 +449,6 @@
|
|
|
413
449
|
"models/trace/insights/LCPDiscovery.ts | title": {
|
|
414
450
|
"message": "LCP request discovery"
|
|
415
451
|
},
|
|
416
|
-
"models/trace/insights/LCPPhases.ts | description": {
|
|
417
|
-
"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."
|
|
418
|
-
},
|
|
419
|
-
"models/trace/insights/LCPPhases.ts | duration": {
|
|
420
|
-
"message": "Duration"
|
|
421
|
-
},
|
|
422
|
-
"models/trace/insights/LCPPhases.ts | elementRenderDelay": {
|
|
423
|
-
"message": "Element render delay"
|
|
424
|
-
},
|
|
425
|
-
"models/trace/insights/LCPPhases.ts | fieldDuration": {
|
|
426
|
-
"message": "Field p75"
|
|
427
|
-
},
|
|
428
|
-
"models/trace/insights/LCPPhases.ts | noLcp": {
|
|
429
|
-
"message": "No LCP detected"
|
|
430
|
-
},
|
|
431
|
-
"models/trace/insights/LCPPhases.ts | phase": {
|
|
432
|
-
"message": "Phase"
|
|
433
|
-
},
|
|
434
|
-
"models/trace/insights/LCPPhases.ts | resourceLoadDelay": {
|
|
435
|
-
"message": "Resource load delay"
|
|
436
|
-
},
|
|
437
|
-
"models/trace/insights/LCPPhases.ts | resourceLoadDuration": {
|
|
438
|
-
"message": "Resource load duration"
|
|
439
|
-
},
|
|
440
|
-
"models/trace/insights/LCPPhases.ts | timeToFirstByte": {
|
|
441
|
-
"message": "Time to first byte"
|
|
442
|
-
},
|
|
443
|
-
"models/trace/insights/LCPPhases.ts | title": {
|
|
444
|
-
"message": "LCP by phase"
|
|
445
|
-
},
|
|
446
452
|
"models/trace/insights/LegacyJavaScript.ts | columnScript": {
|
|
447
453
|
"message": "Script"
|
|
448
454
|
},
|
|
@@ -485,11 +491,14 @@
|
|
|
485
491
|
"models/trace/insights/NetworkDependencyTree.ts | columnWastedMs": {
|
|
486
492
|
"message": "Est LCP savings"
|
|
487
493
|
},
|
|
494
|
+
"models/trace/insights/NetworkDependencyTree.ts | crossoriginWarning": {
|
|
495
|
+
"message": "Unused preconnect. Check that the crossorigin attribute is used properly."
|
|
496
|
+
},
|
|
488
497
|
"models/trace/insights/NetworkDependencyTree.ts | description": {
|
|
489
498
|
"message": "[Avoid chaining critical requests](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
|
|
490
499
|
},
|
|
491
500
|
"models/trace/insights/NetworkDependencyTree.ts | estSavingTableDescription": {
|
|
492
|
-
"message": "Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use
|
|
501
|
+
"message": "Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4."
|
|
493
502
|
},
|
|
494
503
|
"models/trace/insights/NetworkDependencyTree.ts | estSavingTableTitle": {
|
|
495
504
|
"message": "Preconnect candidates"
|
|
@@ -510,7 +519,7 @@
|
|
|
510
519
|
"message": "[preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to."
|
|
511
520
|
},
|
|
512
521
|
"models/trace/insights/NetworkDependencyTree.ts | preconnectOriginsTableTitle": {
|
|
513
|
-
"message": "
|
|
522
|
+
"message": "Preconnected origins"
|
|
514
523
|
},
|
|
515
524
|
"models/trace/insights/NetworkDependencyTree.ts | title": {
|
|
516
525
|
"message": "Network dependency tree"
|
|
@@ -584,6 +593,9 @@
|
|
|
584
593
|
"models/trace/insights/Viewport.ts | description": {
|
|
585
594
|
"message": "Tap interactions may be [delayed by up to 300\u00a0ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) if the viewport is not optimized for mobile."
|
|
586
595
|
},
|
|
596
|
+
"models/trace/insights/Viewport.ts | mobileTapDelayLabel": {
|
|
597
|
+
"message": "Mobile tap delay"
|
|
598
|
+
},
|
|
587
599
|
"models/trace/insights/Viewport.ts | title": {
|
|
588
600
|
"message": "Optimize viewport for mobile"
|
|
589
601
|
},
|
package/locales/en-XL.json
CHANGED
|
@@ -5,9 +5,6 @@
|
|
|
5
5
|
"generated/Deprecation.ts | CanRequestURLHTTPContainingNewline": {
|
|
6
6
|
"message": "R\u0302e\u0301s\u0302o\u0301u\u0302r\u0301c\u0302e\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301 w\u0302h\u0301o\u0302s\u0301e\u0302 U\u0301R\u0302L\u0301s\u0302 c\u0301o\u0302n\u0301t\u0302a\u0301i\u0302n\u0301e\u0302d\u0301 b\u0302o\u0301t\u0302h\u0301 r\u0302e\u0301m\u0302o\u0301v\u0302e\u0301d\u0302 w\u0301h\u0302i\u0301t\u0302e\u0301s\u0302p\u0301a\u0302c\u0301e\u0302 \\(n|r|t) c\u0301h\u0302a\u0301r\u0302a\u0301c\u0302t\u0301e\u0302r\u0301s\u0302 a\u0301n\u0302d\u0301 l\u0302e\u0301s\u0302s\u0301-t\u0302h\u0301a\u0302n\u0301 c\u0302h\u0301a\u0302r\u0301a\u0302c\u0301t\u0302e\u0301r\u0302s\u0301 (<) a\u0302r\u0301e\u0302 b\u0301l\u0302o\u0301c\u0302k\u0301e\u0302d\u0301. P\u0302l\u0301e\u0302a\u0301s\u0302e\u0301 r\u0302e\u0301m\u0302o\u0301v\u0302e\u0301 n\u0302e\u0301w\u0302l\u0301i\u0302n\u0301e\u0302s\u0301 a\u0302n\u0301d\u0302 e\u0301n\u0302c\u0301o\u0302d\u0301e\u0302 l\u0301e\u0302s\u0301s\u0302-t\u0301h\u0302a\u0301n\u0302 c\u0301h\u0302a\u0301r\u0302a\u0301c\u0302t\u0301e\u0302r\u0301s\u0302 f\u0301r\u0302o\u0301m\u0302 p\u0301l\u0302a\u0301c\u0302e\u0301s\u0302 l\u0301i\u0302k\u0301e\u0302 e\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301 a\u0302t\u0301t\u0302r\u0301i\u0302b\u0301u\u0302t\u0301e\u0302 v\u0301a\u0302l\u0301u\u0302e\u0301s\u0302 i\u0301n\u0302 o\u0301r\u0302d\u0301e\u0302r\u0301 t\u0302o\u0301 l\u0302o\u0301a\u0302d\u0301 t\u0302h\u0301e\u0302s\u0301e\u0302 r\u0301e\u0302s\u0301o\u0302u\u0301r\u0302c\u0301e\u0302s\u0301."
|
|
7
7
|
},
|
|
8
|
-
"generated/Deprecation.ts | CharsetAutoDetectionISO2022JP": {
|
|
9
|
-
"message": "A\u0302u\u0301t\u0302o\u0301-d\u0302e\u0301t\u0302e\u0301c\u0302t\u0301i\u0302o\u0301n\u0302 o\u0301f\u0302 I\u0301S\u0302O\u0301-2022-J\u0302P\u0301 c\u0302h\u0301a\u0302r\u0301a\u0302c\u0301t\u0302e\u0301r\u0302 s\u0301e\u0302t\u0301 i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301 a\u0302n\u0301d\u0302 i\u0301t\u0302 w\u0301i\u0302l\u0301l\u0302 b\u0301e\u0302 d\u0301i\u0302s\u0301a\u0302b\u0301l\u0302e\u0301d\u0302 i\u0301n\u0302 t\u0301h\u0302e\u0301 n\u0302e\u0301a\u0302r\u0301 f\u0302u\u0301t\u0302u\u0301r\u0302e\u0301. P\u0302l\u0301e\u0302a\u0301s\u0302e\u0301 s\u0302p\u0301e\u0302c\u0301i\u0302f\u0301y\u0302 c\u0301h\u0302a\u0301r\u0302a\u0301c\u0302t\u0301e\u0302r\u0301 s\u0302e\u0301t\u0302 i\u0301n\u0302 t\u0301h\u0302e\u0301 C\u0302o\u0301n\u0302t\u0301e\u0302n\u0301t\u0302 T\u0301y\u0302p\u0301e\u0302 h\u0301e\u0302a\u0301d\u0302e\u0301r\u0302 o\u0301r\u0302 b\u0301y\u0302 u\u0301s\u0302i\u0301n\u0302g\u0301 a\u0302 m\u0301e\u0302t\u0301a\u0302 t\u0301a\u0302g\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/G\u0302l\u0301o\u0302s\u0301s\u0302a\u0301r\u0302y\u0301/C\u0302h\u0301a\u0302r\u0301a\u0302c\u0301t\u0302e\u0301r\u0302_e\u0301n\u0302c\u0301o\u0302d\u0301i\u0302n\u0301g\u0302)."
|
|
10
|
-
},
|
|
11
8
|
"generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
|
|
12
9
|
"message": "chrome.loadTimes() 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 s\u0302t\u0301a\u0302n\u0301d\u0302a\u0301r\u0302d\u0301i\u0302z\u0301e\u0302d\u0301 A\u0302P\u0301I\u0302: N\u0301a\u0302v\u0301i\u0302g\u0301a\u0302t\u0301i\u0302o\u0301n\u0302 T\u0301i\u0302m\u0301i\u0302n\u0301g\u0302 2."
|
|
13
10
|
},
|
|
@@ -38,9 +35,6 @@
|
|
|
38
35
|
"generated/Deprecation.ts | DataUrlInSvgUse": {
|
|
39
36
|
"message": "S\u0302u\u0301p\u0302p\u0301o\u0302r\u0301t\u0302 f\u0301o\u0302r\u0301 d\u0302a\u0301t\u0302a\u0301: U\u0302R\u0301L\u0302s\u0301 i\u0302n\u0301 S\u0302V\u0301G\u0302U\u0301s\u0302e\u0301E\u0302l\u0301e\u0302m\u0301e\u0302n\u0301t\u0302 i\u0301s\u0302 d\u0301e\u0302p\u0301r\u0302e\u0301c\u0302a\u0301t\u0302e\u0301d\u0302 a\u0301n\u0302d\u0301 i\u0302t\u0301 w\u0302i\u0301l\u0302l\u0301 b\u0302e\u0301 r\u0302e\u0301m\u0302o\u0301v\u0302e\u0301d\u0302 i\u0301n\u0302 t\u0301h\u0302e\u0301 f\u0302u\u0301t\u0302u\u0301r\u0302e\u0301."
|
|
40
37
|
},
|
|
41
|
-
"generated/Deprecation.ts | DOMMutationEvents": {
|
|
42
|
-
"message": "D\u0302O\u0301M\u0302 M\u0301u\u0302t\u0301a\u0302t\u0301i\u0302o\u0301n\u0302 E\u0301v\u0302e\u0301n\u0302t\u0301s\u0302, i\u0301n\u0302c\u0301l\u0302u\u0301d\u0302i\u0301n\u0302g\u0301 DOMSubtreeModified, DOMNodeInserted, DOMNodeRemoved, DOMNodeRemovedFromDocument, DOMNodeInsertedIntoDocument, a\u0302n\u0301d\u0302 DOMCharacterDataModified a\u0301r\u0302e\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301 (h\u0302t\u0301t\u0302p\u0301s\u0302://w\u03013c\u0302.g\u0301i\u0302t\u0301h\u0302u\u0301b\u0302.i\u0301o\u0302/u\u0301i\u0302e\u0301v\u0302e\u0301n\u0302t\u0301s\u0302/#l\u0301e\u0302g\u0301a\u0302c\u0301y\u0302-e\u0301v\u0302e\u0301n\u0302t\u0301-t\u0302y\u0301p\u0302e\u0301s\u0302) a\u0301n\u0302d\u0301 w\u0302i\u0301l\u0302l\u0301 b\u0302e\u0301 r\u0302e\u0301m\u0302o\u0301v\u0302e\u0301d\u0302. P\u0301l\u0302e\u0301a\u0302s\u0301e\u0302 u\u0301s\u0302e\u0301 MutationObserver i\u0302n\u0301s\u0302t\u0301e\u0302a\u0301d\u0302."
|
|
43
|
-
},
|
|
44
38
|
"generated/Deprecation.ts | GeolocationInsecureOrigin": {
|
|
45
39
|
"message": "getCurrentPosition() a\u0302n\u0301d\u0302 watchPosition() n\u0301o\u0302 l\u0301o\u0302n\u0301g\u0302e\u0301r\u0302 w\u0301o\u0302r\u0301k\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
40
|
},
|
|
@@ -200,9 +194,6 @@
|
|
|
200
194
|
"models/trace/insights/CLSCulprits.ts | description": {
|
|
201
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."
|
|
202
196
|
},
|
|
203
|
-
"models/trace/insights/CLSCulprits.ts | fontRequest": {
|
|
204
|
-
"message": "F\u0302o\u0301n\u0302t\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302"
|
|
205
|
-
},
|
|
206
197
|
"models/trace/insights/CLSCulprits.ts | injectedIframe": {
|
|
207
198
|
"message": "I\u0302n\u0301j\u0302e\u0301c\u0302t\u0301e\u0302d\u0301 i\u0302f\u0301r\u0302a\u0301m\u0302e\u0301"
|
|
208
199
|
},
|
|
@@ -221,8 +212,11 @@
|
|
|
221
212
|
"models/trace/insights/CLSCulprits.ts | topCulprits": {
|
|
222
213
|
"message": "T\u0302o\u0301p\u0302 l\u0301a\u0302y\u0301o\u0302u\u0301t\u0302 s\u0301h\u0302i\u0301f\u0302t\u0301 c\u0302u\u0301l\u0302p\u0301r\u0302i\u0301t\u0302s\u0301"
|
|
223
214
|
},
|
|
224
|
-
"models/trace/insights/CLSCulprits.ts |
|
|
225
|
-
"message": "U\u0302n\u0301s\u0302i\u0301z\u0302e\u0301d\u0302
|
|
215
|
+
"models/trace/insights/CLSCulprits.ts | unsizedImage": {
|
|
216
|
+
"message": "U\u0302n\u0301s\u0302i\u0301z\u0302e\u0301d\u0302 i\u0301m\u0302a\u0301g\u0302e\u0301 e\u0302l\u0301e\u0302m\u0301e\u0302n\u0301t\u0302"
|
|
217
|
+
},
|
|
218
|
+
"models/trace/insights/CLSCulprits.ts | webFont": {
|
|
219
|
+
"message": "W\u0302e\u0301b\u0302 f\u0301o\u0302n\u0301t\u0302"
|
|
226
220
|
},
|
|
227
221
|
"models/trace/insights/CLSCulprits.ts | worstCluster": {
|
|
228
222
|
"message": "W\u0302o\u0301r\u0302s\u0301t\u0302 c\u0301l\u0302u\u0301s\u0302t\u0301e\u0302r\u0301"
|
|
@@ -237,7 +231,7 @@
|
|
|
237
231
|
"message": "H\u0302a\u0301d\u0302 r\u0301e\u0302d\u0301i\u0302r\u0301e\u0302c\u0301t\u0302s\u0301 ({PH1} r\u0302e\u0301d\u0302i\u0301r\u0302e\u0301c\u0302t\u0301s\u0302, +{PH2})"
|
|
238
232
|
},
|
|
239
233
|
"models/trace/insights/DocumentLatency.ts | failedServerResponseTime": {
|
|
240
|
-
"message": "S\u0302e\u0301r\u0302v\u0301e\u0302r\u0301 r\u0302e\u0301s\u0302p\u0301o\u0302n\u0301d\u0302e\u0301d\u0302 s\u0301l\u0302o\u0301w\u0302l\u0301y\u0302 (o\u0301b\u0302s\u0301e\u0302r\u0301v\u0302e\u0301d\u0302 {PH1})
|
|
234
|
+
"message": "S\u0302e\u0301r\u0302v\u0301e\u0302r\u0301 r\u0302e\u0301s\u0302p\u0301o\u0302n\u0301d\u0302e\u0301d\u0302 s\u0301l\u0302o\u0301w\u0302l\u0301y\u0302 (o\u0301b\u0302s\u0301e\u0302r\u0301v\u0302e\u0301d\u0302 {PH1})"
|
|
241
235
|
},
|
|
242
236
|
"models/trace/insights/DocumentLatency.ts | failedTextCompression": {
|
|
243
237
|
"message": "N\u0302o\u0301 c\u0302o\u0301m\u0302p\u0301r\u0302e\u0301s\u0302s\u0301i\u0302o\u0301n\u0302 a\u0301p\u0302p\u0301l\u0302i\u0301e\u0302d\u0301"
|
|
@@ -246,7 +240,7 @@
|
|
|
246
240
|
"message": "A\u0302v\u0301o\u0302i\u0301d\u0302s\u0301 r\u0302e\u0301d\u0302i\u0301r\u0302e\u0301c\u0302t\u0301s\u0302"
|
|
247
241
|
},
|
|
248
242
|
"models/trace/insights/DocumentLatency.ts | passingServerResponseTime": {
|
|
249
|
-
"message": "S\u0302e\u0301r\u0302v\u0301e\u0302r\u0301 r\u0302e\u0301s\u0302p\u0301o\u0302n\u0301d\u0302s\u0301 q\u0302u\u0301i\u0302c\u0301k\u0302l\u0301y\u0302 (o\u0301b\u0302s\u0301e\u0302r\u0301v\u0302e\u0301d\u0302 {PH1})
|
|
243
|
+
"message": "S\u0302e\u0301r\u0302v\u0301e\u0302r\u0301 r\u0302e\u0301s\u0302p\u0301o\u0302n\u0301d\u0302s\u0301 q\u0302u\u0301i\u0302c\u0301k\u0302l\u0301y\u0302 (o\u0301b\u0302s\u0301e\u0302r\u0301v\u0302e\u0301d\u0302 {PH1})"
|
|
250
244
|
},
|
|
251
245
|
"models/trace/insights/DocumentLatency.ts | passingTextCompression": {
|
|
252
246
|
"message": "A\u0302p\u0301p\u0302l\u0301i\u0302e\u0301s\u0302 t\u0301e\u0302x\u0301t\u0302 c\u0301o\u0302m\u0301p\u0302r\u0301e\u0302s\u0301s\u0302i\u0301o\u0302n\u0301"
|
|
@@ -266,9 +260,18 @@
|
|
|
266
260
|
"models/trace/insights/DOMSize.ts | description": {
|
|
267
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/)."
|
|
268
262
|
},
|
|
263
|
+
"models/trace/insights/DOMSize.ts | duration": {
|
|
264
|
+
"message": "D\u0302u\u0301r\u0302a\u0301t\u0302i\u0301o\u0302n\u0301"
|
|
265
|
+
},
|
|
269
266
|
"models/trace/insights/DOMSize.ts | element": {
|
|
270
267
|
"message": "E\u0302l\u0301e\u0302m\u0301e\u0302n\u0301t\u0302"
|
|
271
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
|
+
},
|
|
272
275
|
"models/trace/insights/DOMSize.ts | maxChildren": {
|
|
273
276
|
"message": "M\u0302o\u0301s\u0302t\u0301 c\u0302h\u0301i\u0302l\u0301d\u0302r\u0301e\u0302n\u0301"
|
|
274
277
|
},
|
|
@@ -281,6 +284,9 @@
|
|
|
281
284
|
"models/trace/insights/DOMSize.ts | title": {
|
|
282
285
|
"message": "O\u0302p\u0301t\u0302i\u0301m\u0302i\u0301z\u0302e\u0301 D\u0302O\u0301M\u0302 s\u0301i\u0302z\u0301e\u0302"
|
|
283
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
|
+
},
|
|
284
290
|
"models/trace/insights/DOMSize.ts | totalElements": {
|
|
285
291
|
"message": "T\u0302o\u0301t\u0302a\u0301l\u0302 e\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301s\u0302"
|
|
286
292
|
},
|
|
@@ -315,7 +321,7 @@
|
|
|
315
321
|
"message": "(a\u0302n\u0301o\u0302n\u0301y\u0302m\u0301o\u0302u\u0301s\u0302)"
|
|
316
322
|
},
|
|
317
323
|
"models/trace/insights/ForcedReflow.ts | description": {
|
|
318
|
-
"message": "
|
|
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."
|
|
319
325
|
},
|
|
320
326
|
"models/trace/insights/ForcedReflow.ts | relatedStackTrace": {
|
|
321
327
|
"message": "S\u0302t\u0301a\u0302c\u0301k\u0302 t\u0301r\u0302a\u0301c\u0302e\u0301"
|
|
@@ -362,29 +368,59 @@
|
|
|
362
368
|
"models/trace/insights/ImageDelivery.ts | useVideoFormat": {
|
|
363
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."
|
|
364
370
|
},
|
|
365
|
-
"models/trace/insights/
|
|
366
|
-
"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
|
|
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."
|
|
367
373
|
},
|
|
368
|
-
"models/trace/insights/
|
|
374
|
+
"models/trace/insights/INPBreakdown.ts | duration": {
|
|
369
375
|
"message": "D\u0302u\u0301r\u0302a\u0301t\u0302i\u0301o\u0302n\u0301"
|
|
370
376
|
},
|
|
371
|
-
"models/trace/insights/
|
|
377
|
+
"models/trace/insights/INPBreakdown.ts | inputDelay": {
|
|
372
378
|
"message": "I\u0302n\u0301p\u0302u\u0301t\u0302 d\u0301e\u0302l\u0301a\u0302y\u0301"
|
|
373
379
|
},
|
|
374
|
-
"models/trace/insights/
|
|
380
|
+
"models/trace/insights/INPBreakdown.ts | noInteractions": {
|
|
375
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"
|
|
376
382
|
},
|
|
377
|
-
"models/trace/insights/
|
|
378
|
-
"message": "P\u0302h\u0301a\u0302s\u0301e\u0302"
|
|
379
|
-
},
|
|
380
|
-
"models/trace/insights/InteractionToNextPaint.ts | presentationDelay": {
|
|
383
|
+
"models/trace/insights/INPBreakdown.ts | presentationDelay": {
|
|
381
384
|
"message": "P\u0302r\u0301e\u0302s\u0301e\u0302n\u0301t\u0302a\u0301t\u0302i\u0301o\u0302n\u0301 d\u0302e\u0301l\u0302a\u0301y\u0302"
|
|
382
385
|
},
|
|
383
|
-
"models/trace/insights/
|
|
386
|
+
"models/trace/insights/INPBreakdown.ts | processingDuration": {
|
|
384
387
|
"message": "P\u0302r\u0301o\u0302c\u0301e\u0302s\u0301s\u0302i\u0301n\u0302g\u0301 d\u0302u\u0301r\u0302a\u0301t\u0302i\u0301o\u0302n\u0301"
|
|
385
388
|
},
|
|
386
|
-
"models/trace/insights/
|
|
387
|
-
"message": "
|
|
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"
|
|
388
424
|
},
|
|
389
425
|
"models/trace/insights/LCPDiscovery.ts | description": {
|
|
390
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)"
|
|
@@ -413,36 +449,6 @@
|
|
|
413
449
|
"models/trace/insights/LCPDiscovery.ts | title": {
|
|
414
450
|
"message": "L\u0302C\u0301P\u0302 r\u0301e\u0302q\u0301u\u0302e\u0301s\u0302t\u0301 d\u0302i\u0301s\u0302c\u0301o\u0302v\u0301e\u0302r\u0301y\u0302"
|
|
415
451
|
},
|
|
416
|
-
"models/trace/insights/LCPPhases.ts | description": {
|
|
417
|
-
"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."
|
|
418
|
-
},
|
|
419
|
-
"models/trace/insights/LCPPhases.ts | duration": {
|
|
420
|
-
"message": "D\u0302u\u0301r\u0302a\u0301t\u0302i\u0301o\u0302n\u0301"
|
|
421
|
-
},
|
|
422
|
-
"models/trace/insights/LCPPhases.ts | elementRenderDelay": {
|
|
423
|
-
"message": "E\u0302l\u0301e\u0302m\u0301e\u0302n\u0301t\u0302 r\u0301e\u0302n\u0301d\u0302e\u0301r\u0302 d\u0301e\u0302l\u0301a\u0302y\u0301"
|
|
424
|
-
},
|
|
425
|
-
"models/trace/insights/LCPPhases.ts | fieldDuration": {
|
|
426
|
-
"message": "F\u0302i\u0301e\u0302l\u0301d\u0302 p\u030175"
|
|
427
|
-
},
|
|
428
|
-
"models/trace/insights/LCPPhases.ts | noLcp": {
|
|
429
|
-
"message": "N\u0302o\u0301 L\u0302C\u0301P\u0302 d\u0301e\u0302t\u0301e\u0302c\u0301t\u0302e\u0301d\u0302"
|
|
430
|
-
},
|
|
431
|
-
"models/trace/insights/LCPPhases.ts | phase": {
|
|
432
|
-
"message": "P\u0302h\u0301a\u0302s\u0301e\u0302"
|
|
433
|
-
},
|
|
434
|
-
"models/trace/insights/LCPPhases.ts | resourceLoadDelay": {
|
|
435
|
-
"message": "R\u0302e\u0301s\u0302o\u0301u\u0302r\u0301c\u0302e\u0301 l\u0302o\u0301a\u0302d\u0301 d\u0302e\u0301l\u0302a\u0301y\u0302"
|
|
436
|
-
},
|
|
437
|
-
"models/trace/insights/LCPPhases.ts | resourceLoadDuration": {
|
|
438
|
-
"message": "R\u0302e\u0301s\u0302o\u0301u\u0302r\u0301c\u0302e\u0301 l\u0302o\u0301a\u0302d\u0301 d\u0302u\u0301r\u0302a\u0301t\u0302i\u0301o\u0302n\u0301"
|
|
439
|
-
},
|
|
440
|
-
"models/trace/insights/LCPPhases.ts | timeToFirstByte": {
|
|
441
|
-
"message": "T\u0302i\u0301m\u0302e\u0301 t\u0302o\u0301 f\u0302i\u0301r\u0302s\u0301t\u0302 b\u0301y\u0302t\u0301e\u0302"
|
|
442
|
-
},
|
|
443
|
-
"models/trace/insights/LCPPhases.ts | title": {
|
|
444
|
-
"message": "L\u0302C\u0301P\u0302 b\u0301y\u0302 p\u0301h\u0302a\u0301s\u0302e\u0301"
|
|
445
|
-
},
|
|
446
452
|
"models/trace/insights/LegacyJavaScript.ts | columnScript": {
|
|
447
453
|
"message": "S\u0302c\u0301r\u0302i\u0301p\u0302t\u0301"
|
|
448
454
|
},
|
|
@@ -485,11 +491,14 @@
|
|
|
485
491
|
"models/trace/insights/NetworkDependencyTree.ts | columnWastedMs": {
|
|
486
492
|
"message": "E\u0302s\u0301t\u0302 L\u0301C\u0302P\u0301 s\u0302a\u0301v\u0302i\u0301n\u0302g\u0301s\u0302"
|
|
487
493
|
},
|
|
494
|
+
"models/trace/insights/NetworkDependencyTree.ts | crossoriginWarning": {
|
|
495
|
+
"message": "U\u0302n\u0301u\u0302s\u0301e\u0302d\u0301 p\u0302r\u0301e\u0302c\u0301o\u0302n\u0301n\u0302e\u0301c\u0302t\u0301. C\u0302h\u0301e\u0302c\u0301k\u0302 t\u0301h\u0302a\u0301t\u0302 t\u0301h\u0302e\u0301 crossorigin a\u0302t\u0301t\u0302r\u0301i\u0302b\u0301u\u0302t\u0301e\u0302 i\u0301s\u0302 u\u0301s\u0302e\u0301d\u0302 p\u0301r\u0302o\u0301p\u0302e\u0301r\u0302l\u0301y\u0302."
|
|
496
|
+
},
|
|
488
497
|
"models/trace/insights/NetworkDependencyTree.ts | description": {
|
|
489
498
|
"message": "[A\u0302v\u0301o\u0302i\u0301d\u0302 c\u0301h\u0302a\u0301i\u0302n\u0301i\u0302n\u0301g\u0302 c\u0301r\u0302i\u0301t\u0302i\u0301c\u0302a\u0301l\u0302 r\u0301e\u0302q\u0301u\u0302e\u0301s\u0302t\u0301s\u0302](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) b\u0301y\u0302 r\u0301e\u0302d\u0301u\u0302c\u0301i\u0302n\u0301g\u0302 t\u0301h\u0302e\u0301 l\u0302e\u0301n\u0302g\u0301t\u0302h\u0301 o\u0302f\u0301 c\u0302h\u0301a\u0302i\u0301n\u0302s\u0301, r\u0302e\u0301d\u0302u\u0301c\u0302i\u0301n\u0302g\u0301 t\u0302h\u0301e\u0302 d\u0301o\u0302w\u0301n\u0302l\u0301o\u0302a\u0301d\u0302 s\u0301i\u0302z\u0301e\u0302 o\u0301f\u0302 r\u0301e\u0302s\u0301o\u0302u\u0301r\u0302c\u0301e\u0302s\u0301, o\u0302r\u0301 d\u0302e\u0301f\u0302e\u0301r\u0302r\u0301i\u0302n\u0301g\u0302 t\u0301h\u0302e\u0301 d\u0302o\u0301w\u0302n\u0301l\u0302o\u0301a\u0302d\u0301 o\u0302f\u0301 u\u0302n\u0301n\u0302e\u0301c\u0302e\u0301s\u0302s\u0301a\u0302r\u0301y\u0302 r\u0301e\u0302s\u0301o\u0302u\u0301r\u0302c\u0301e\u0302s\u0301 t\u0302o\u0301 i\u0302m\u0301p\u0302r\u0301o\u0302v\u0301e\u0302 p\u0301a\u0302g\u0301e\u0302 l\u0301o\u0302a\u0301d\u0302."
|
|
490
499
|
},
|
|
491
500
|
"models/trace/insights/NetworkDependencyTree.ts | estSavingTableDescription": {
|
|
492
|
-
"message": "A\u0302d\u0301d\u0302 [p\u0301r\u0302e\u0301c\u0302o\u0301n\u0302n\u0301e\u0302c\u0301t\u0302](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) h\u0301i\u0302n\u0301t\u0302s\u0301 t\u0302o\u0301 y\u0302o\u0301u\u0302r\u0301 m\u0302o\u0301s\u0302t\u0301 i\u0302m\u0301p\u0302o\u0301r\u0302t\u0301a\u0302n\u0301t\u0302 o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302s\u0301, b\u0302u\u0301t\u0302 t\u0301r\u0302y\u0301 t\u0302o\u0301 u\u0302s\u0301e\u0302
|
|
501
|
+
"message": "A\u0302d\u0301d\u0302 [p\u0301r\u0302e\u0301c\u0302o\u0301n\u0302n\u0301e\u0302c\u0301t\u0302](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) h\u0301i\u0302n\u0301t\u0302s\u0301 t\u0302o\u0301 y\u0302o\u0301u\u0302r\u0301 m\u0302o\u0301s\u0302t\u0301 i\u0302m\u0301p\u0302o\u0301r\u0302t\u0301a\u0302n\u0301t\u0302 o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302s\u0301, b\u0302u\u0301t\u0302 t\u0301r\u0302y\u0301 t\u0302o\u0301 u\u0302s\u0301e\u0302 n\u0301o\u0302 m\u0301o\u0302r\u0301e\u0302 t\u0301h\u0302a\u0301n\u0302 4."
|
|
493
502
|
},
|
|
494
503
|
"models/trace/insights/NetworkDependencyTree.ts | estSavingTableTitle": {
|
|
495
504
|
"message": "P\u0302r\u0301e\u0302c\u0301o\u0302n\u0301n\u0302e\u0301c\u0302t\u0301 c\u0302a\u0301n\u0302d\u0301i\u0302d\u0301a\u0302t\u0301e\u0302s\u0301"
|
|
@@ -510,7 +519,7 @@
|
|
|
510
519
|
"message": "[p\u0302r\u0301e\u0302c\u0301o\u0302n\u0301n\u0302e\u0301c\u0302t\u0301](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) h\u0302i\u0301n\u0302t\u0301s\u0302 h\u0301e\u0302l\u0301p\u0302 t\u0301h\u0302e\u0301 b\u0302r\u0301o\u0302w\u0301s\u0302e\u0301r\u0302 e\u0301s\u0302t\u0301a\u0302b\u0301l\u0302i\u0301s\u0302h\u0301 a\u0302 c\u0301o\u0302n\u0301n\u0302e\u0301c\u0302t\u0301i\u0302o\u0301n\u0302 e\u0301a\u0302r\u0301l\u0302i\u0301e\u0302r\u0301 i\u0302n\u0301 t\u0302h\u0301e\u0302 p\u0301a\u0302g\u0301e\u0302 l\u0301o\u0302a\u0301d\u0302, s\u0301a\u0302v\u0301i\u0302n\u0301g\u0302 t\u0301i\u0302m\u0301e\u0302 w\u0301h\u0302e\u0301n\u0302 t\u0301h\u0302e\u0301 f\u0302i\u0301r\u0302s\u0301t\u0302 r\u0301e\u0302q\u0301u\u0302e\u0301s\u0302t\u0301 f\u0302o\u0301r\u0302 t\u0301h\u0302a\u0301t\u0302 o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302 i\u0301s\u0302 m\u0301a\u0302d\u0301e\u0302. T\u0301h\u0302e\u0301 f\u0302o\u0301l\u0302l\u0301o\u0302w\u0301i\u0302n\u0301g\u0302 a\u0301r\u0302e\u0301 t\u0302h\u0301e\u0302 o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302s\u0301 t\u0302h\u0301a\u0302t\u0301 t\u0302h\u0301e\u0302 p\u0301a\u0302g\u0301e\u0302 p\u0301r\u0302e\u0301c\u0302o\u0301n\u0302n\u0301e\u0302c\u0301t\u0302e\u0301d\u0302 t\u0301o\u0302."
|
|
511
520
|
},
|
|
512
521
|
"models/trace/insights/NetworkDependencyTree.ts | preconnectOriginsTableTitle": {
|
|
513
|
-
"message": "P\u0302r\u0301e\u0302c\u0301o\u0302n\u0301n\u0302e\u0301c\u0302t\u0301 o\u0302r\u0301i\u0302g\u0301i\u0302n\u0301s\u0302"
|
|
522
|
+
"message": "P\u0302r\u0301e\u0302c\u0301o\u0302n\u0301n\u0302e\u0301c\u0302t\u0301e\u0302d\u0301 o\u0302r\u0301i\u0302g\u0301i\u0302n\u0301s\u0302"
|
|
514
523
|
},
|
|
515
524
|
"models/trace/insights/NetworkDependencyTree.ts | title": {
|
|
516
525
|
"message": "N\u0302e\u0301t\u0302w\u0301o\u0302r\u0301k\u0302 d\u0301e\u0302p\u0301e\u0302n\u0301d\u0302e\u0301n\u0302c\u0301y\u0302 t\u0301r\u0302e\u0301e\u0302"
|
|
@@ -584,6 +593,9 @@
|
|
|
584
593
|
"models/trace/insights/Viewport.ts | description": {
|
|
585
594
|
"message": "T\u0302a\u0301p\u0302 i\u0301n\u0302t\u0301e\u0302r\u0301a\u0302c\u0301t\u0302i\u0301o\u0302n\u0301s\u0302 m\u0301a\u0302y\u0301 b\u0302e\u0301 [d\u0302e\u0301l\u0302a\u0301y\u0302e\u0301d\u0302 b\u0301y\u0302 u\u0301p\u0302 t\u0301o\u0302 300\u00a0m\u0301s\u0302](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) i\u0301f\u0302 t\u0301h\u0302e\u0301 v\u0302i\u0301e\u0302w\u0301p\u0302o\u0301r\u0302t\u0301 i\u0302s\u0301 n\u0302o\u0301t\u0302 o\u0301p\u0302t\u0301i\u0302m\u0301i\u0302z\u0301e\u0302d\u0301 f\u0302o\u0301r\u0302 m\u0301o\u0302b\u0301i\u0302l\u0301e\u0302."
|
|
586
595
|
},
|
|
596
|
+
"models/trace/insights/Viewport.ts | mobileTapDelayLabel": {
|
|
597
|
+
"message": "M\u0302o\u0301b\u0302i\u0301l\u0302e\u0301 t\u0302a\u0301p\u0302 d\u0301e\u0302l\u0301a\u0302y\u0301"
|
|
598
|
+
},
|
|
587
599
|
"models/trace/insights/Viewport.ts | title": {
|
|
588
600
|
"message": "O\u0302p\u0301t\u0302i\u0301m\u0302i\u0301z\u0302e\u0301 v\u0302i\u0301e\u0302w\u0301p\u0302o\u0301r\u0302t\u0301 f\u0302o\u0301r\u0302 m\u0301o\u0302b\u0301i\u0302l\u0301e\u0302"
|
|
589
601
|
},
|