@paulirish/trace_engine 0.0.50 → 0.0.52
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/tsconfig.tsbuildinfo +1 -1
- package/core/platform/Constructor.d.ts +2 -2
- package/core/platform/Constructor.js.map +1 -1
- package/core/platform/StringUtilities.d.ts +2 -5
- package/core/platform/StringUtilities.js +4 -4
- package/core/platform/StringUtilities.js.map +1 -1
- package/core/platform/TypescriptUtilities.d.ts +1 -1
- package/core/platform/TypescriptUtilities.js +1 -1
- package/core/platform/TypescriptUtilities.js.map +1 -1
- package/core/platform/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/core/platform/platform-tsconfig.json +3 -4
- package/core/platform/platform.d.ts +1 -2
- package/core/platform/platform.js +1 -2
- package/core/platform/platform.js.map +1 -1
- package/generated/protocol.d.ts +306 -62
- package/locales/af.json +63 -3
- package/locales/am.json +63 -3
- package/locales/ar.json +63 -3
- package/locales/as.json +63 -3
- package/locales/az.json +63 -3
- package/locales/be.json +64 -4
- package/locales/bg.json +62 -2
- package/locales/bn.json +63 -3
- package/locales/bs.json +63 -3
- package/locales/ca.json +62 -2
- package/locales/cs.json +62 -2
- package/locales/cy.json +63 -3
- package/locales/da.json +63 -3
- package/locales/de.json +63 -3
- package/locales/el.json +62 -2
- package/locales/en-GB.json +63 -3
- package/locales/en-US.json +58 -22
- package/locales/en-XL.json +58 -22
- package/locales/es-419.json +63 -3
- package/locales/es.json +64 -4
- package/locales/et.json +64 -4
- package/locales/eu.json +79 -19
- package/locales/fa.json +62 -2
- package/locales/fi.json +63 -3
- package/locales/fil.json +63 -3
- package/locales/fr-CA.json +63 -3
- package/locales/fr.json +63 -3
- package/locales/gl.json +62 -2
- package/locales/gu.json +63 -3
- package/locales/he.json +63 -3
- package/locales/hi.json +62 -2
- package/locales/hr.json +63 -3
- package/locales/hu.json +62 -2
- package/locales/hy.json +63 -3
- package/locales/id.json +62 -2
- package/locales/is.json +64 -4
- package/locales/it.json +64 -4
- package/locales/ja.json +63 -3
- package/locales/ka.json +63 -3
- package/locales/kk.json +62 -2
- package/locales/km.json +62 -2
- package/locales/kn.json +63 -3
- package/locales/ko.json +63 -3
- package/locales/ky.json +63 -3
- package/locales/lo.json +63 -3
- package/locales/lt.json +62 -2
- package/locales/lv.json +62 -2
- package/locales/mk.json +62 -2
- package/locales/ml.json +63 -3
- package/locales/mn.json +63 -3
- package/locales/mr.json +64 -4
- package/locales/ms.json +63 -3
- package/locales/my.json +63 -3
- package/locales/ne.json +64 -4
- package/locales/nl.json +63 -3
- package/locales/no.json +62 -2
- package/locales/or.json +63 -3
- package/locales/pa.json +62 -2
- package/locales/pl.json +62 -2
- package/locales/pt-PT.json +62 -2
- package/locales/pt.json +63 -3
- package/locales/ro.json +63 -3
- package/locales/ru.json +63 -3
- package/locales/si.json +63 -3
- package/locales/sk.json +63 -3
- package/locales/sl.json +62 -2
- package/locales/sq.json +63 -3
- package/locales/sr-Latn.json +62 -2
- package/locales/sr.json +62 -2
- package/locales/sv.json +62 -2
- package/locales/sw.json +63 -3
- package/locales/ta.json +66 -6
- package/locales/te.json +63 -3
- package/locales/th.json +63 -3
- package/locales/tr.json +63 -3
- package/locales/uk.json +63 -3
- package/locales/ur.json +64 -4
- package/locales/uz.json +62 -2
- package/locales/vi.json +62 -2
- package/locales/zh-HK.json +63 -3
- package/locales/zh-TW.json +63 -3
- package/locales/zh.json +62 -2
- package/locales/zu.json +63 -3
- package/models/cpu_profile/CPUProfileDataModel.d.ts +8 -0
- package/models/cpu_profile/CPUProfileDataModel.js.map +1 -1
- package/models/cpu_profile/cpu_profile-tsconfig.json +3 -3
- package/models/cpu_profile/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/Processor.d.ts +1 -1
- package/models/trace/Processor.js +94 -74
- package/models/trace/Processor.js.map +1 -1
- package/models/trace/TracingManager.js.map +1 -1
- package/models/trace/bundle-tsconfig.json +1 -1
- package/models/trace/devtools_entrypoint-bundle-typescript-tsconfig.json +21 -3
- package/models/trace/extras/ScriptDuplication.d.ts +15 -16
- package/models/trace/extras/ScriptDuplication.js +63 -79
- package/models/trace/extras/ScriptDuplication.js.map +1 -1
- package/models/trace/extras/StackTraceForEvent.js +80 -47
- package/models/trace/extras/StackTraceForEvent.js.map +1 -1
- package/models/trace/extras/ThirdParties.d.ts +14 -20
- package/models/trace/extras/ThirdParties.js +97 -130
- package/models/trace/extras/ThirdParties.js.map +1 -1
- package/models/trace/extras/TraceTree.d.ts +15 -3
- package/models/trace/extras/TraceTree.js +36 -8
- package/models/trace/extras/TraceTree.js.map +1 -1
- package/models/trace/extras/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/extras/extras-tsconfig.json +3 -3
- package/models/trace/extras/extras.d.ts +1029 -844
- package/models/trace/extras/extras.js +1029 -844
- package/models/trace/handlers/AsyncJSCallsHandler.d.ts +5 -0
- package/models/trace/handlers/AsyncJSCallsHandler.js +48 -13
- package/models/trace/handlers/AsyncJSCallsHandler.js.map +1 -1
- package/models/trace/handlers/InvalidationsHandler.js +1 -0
- package/models/trace/handlers/InvalidationsHandler.js.map +1 -1
- package/models/trace/handlers/ModelHandlers.d.ts +0 -1
- package/models/trace/handlers/ModelHandlers.js +0 -1
- package/models/trace/handlers/ModelHandlers.js.map +1 -1
- package/models/trace/handlers/NetworkRequestsHandler.js +1 -1
- package/models/trace/handlers/NetworkRequestsHandler.js.map +1 -1
- package/models/trace/handlers/RendererHandler.d.ts +1 -1
- package/models/trace/handlers/RendererHandler.js +2 -2
- package/models/trace/handlers/RendererHandler.js.map +1 -1
- package/models/trace/handlers/ScreenshotsHandler.js +4 -1
- package/models/trace/handlers/ScreenshotsHandler.js.map +1 -1
- package/models/trace/handlers/ScriptsHandler.d.ts +12 -0
- package/models/trace/handlers/ScriptsHandler.js +99 -1
- package/models/trace/handlers/ScriptsHandler.js.map +1 -1
- package/models/trace/handlers/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/handlers/handlers-tsconfig.json +3 -4
- package/models/trace/handlers/helpers.js +9 -0
- package/models/trace/handlers/helpers.js.map +1 -1
- package/models/trace/helpers/Network.d.ts +5 -0
- package/models/trace/helpers/Network.js +17 -0
- package/models/trace/helpers/Network.js.map +1 -1
- package/models/trace/helpers/SamplesIntegrator.js +19 -23
- package/models/trace/helpers/SamplesIntegrator.js.map +1 -1
- package/models/trace/helpers/SyntheticEvents.d.ts +0 -1
- package/models/trace/helpers/SyntheticEvents.js +0 -4
- package/models/trace/helpers/SyntheticEvents.js.map +1 -1
- package/models/trace/helpers/Trace.d.ts +2 -1
- package/models/trace/helpers/Trace.js +101 -1
- package/models/trace/helpers/Trace.js.map +1 -1
- package/models/trace/helpers/TreeHelpers.d.ts +2 -5
- package/models/trace/helpers/TreeHelpers.js +0 -4
- package/models/trace/helpers/TreeHelpers.js.map +1 -1
- package/models/trace/helpers/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/helpers/helpers-tsconfig.json +3 -3
- package/models/trace/insights/CLSCulprits.d.ts +6 -1
- package/models/trace/insights/CLSCulprits.js +11 -2
- package/models/trace/insights/CLSCulprits.js.map +1 -1
- package/models/trace/insights/{UseCache.d.ts → Cache.d.ts} +2 -3
- package/models/trace/insights/{UseCache.js → Cache.js} +12 -6
- package/models/trace/insights/Cache.js.map +1 -0
- package/models/trace/insights/Common.d.ts +21 -2
- package/models/trace/insights/Common.js +89 -2
- package/models/trace/insights/Common.js.map +1 -1
- package/models/trace/insights/DocumentLatency.js +3 -8
- package/models/trace/insights/DocumentLatency.js.map +1 -1
- package/models/trace/insights/DuplicatedJavaScript.d.ts +7 -4
- package/models/trace/insights/DuplicatedJavaScript.js +31 -5
- package/models/trace/insights/DuplicatedJavaScript.js.map +1 -1
- package/models/trace/insights/ForcedReflow.d.ts +5 -1
- package/models/trace/insights/ForcedReflow.js +6 -2
- package/models/trace/insights/ForcedReflow.js.map +1 -1
- package/models/trace/insights/ImageDelivery.d.ts +0 -1
- package/models/trace/insights/ImageDelivery.js +1 -1
- package/models/trace/insights/ImageDelivery.js.map +1 -1
- package/models/trace/insights/InteractionToNextPaint.d.ts +1 -0
- package/models/trace/insights/InteractionToNextPaint.js +3 -0
- package/models/trace/insights/InteractionToNextPaint.js.map +1 -1
- package/models/trace/insights/LegacyJavaScript.d.ts +32 -0
- package/models/trace/insights/LegacyJavaScript.js +80 -0
- package/models/trace/insights/LegacyJavaScript.js.map +1 -0
- package/models/trace/insights/Models.d.ts +3 -1
- package/models/trace/insights/Models.js +3 -1
- package/models/trace/insights/Models.js.map +1 -1
- package/models/trace/insights/ModernHTTP.d.ts +51 -0
- package/models/trace/insights/ModernHTTP.js +187 -0
- package/models/trace/insights/ModernHTTP.js.map +1 -0
- package/models/trace/insights/NetworkDependencyTree.js +1 -1
- package/models/trace/insights/NetworkDependencyTree.js.map +1 -1
- package/models/trace/insights/ThirdParties.d.ts +1 -5
- package/models/trace/insights/ThirdParties.js +8 -21
- package/models/trace/insights/ThirdParties.js.map +1 -1
- package/models/trace/insights/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/insights/insights-tsconfig.json +9 -4
- package/models/trace/insights/types.d.ts +10 -0
- package/models/trace/insights/types.js.map +1 -1
- package/models/trace/lantern/core/core-tsconfig.json +3 -3
- package/models/trace/lantern/core/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/lantern/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/lantern/graph/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/lantern/graph/graph-tsconfig.json +3 -3
- package/models/trace/lantern/lantern-tsconfig.json +3 -3
- package/models/trace/lantern/metrics/Metric.d.ts +4 -4
- package/models/trace/lantern/metrics/Metric.js +4 -6
- package/models/trace/lantern/metrics/Metric.js.map +1 -1
- package/models/trace/lantern/metrics/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/lantern/metrics/metrics-tsconfig.json +3 -3
- package/models/trace/lantern/simulation/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/lantern/simulation/simulation-tsconfig.json +3 -3
- package/models/trace/lantern/types/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/lantern/types/types-tsconfig.json +3 -3
- package/models/trace/trace-tsconfig.json +3 -3
- package/models/trace/types/Configuration.d.ts +2 -0
- package/models/trace/types/Configuration.js.map +1 -1
- package/models/trace/types/TraceEvents.d.ts +30 -54
- package/models/trace/types/TraceEvents.js +8 -23
- package/models/trace/types/TraceEvents.js.map +1 -1
- package/models/trace/types/devtools_entrypoint-bundle-typescript-tsconfig.json +3 -3
- package/models/trace/types/types-tsconfig.json +3 -3
- package/package.json +3 -2
- package/test/test-trace-engine.mjs +19 -17
- package/third_party/legacy-javascript/legacy-javascript.d.ts +1 -0
- package/third_party/legacy-javascript/legacy-javascript.js +1 -0
- 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/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/UseCache.js.map +0 -1
package/locales/en-GB.json
CHANGED
|
@@ -47,9 +47,15 @@
|
|
|
47
47
|
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
48
|
"message": "getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details."
|
|
49
49
|
},
|
|
50
|
+
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
51
|
+
"message": "Found an <h1> tag within an <article>, <aside>, <nav> or <section> which does not have a specified font-size. The size of this heading text will be changing in this browser in the near future. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 for more information."
|
|
52
|
+
},
|
|
50
53
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
54
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate is deprecated. Please use RTCPeerConnectionIceErrorEvent.address or RTCPeerConnectionIceErrorEvent.port instead."
|
|
52
55
|
},
|
|
56
|
+
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
57
|
+
"message": "This format for the navigator.credentials.get() request for digital credentials is deprecated, please update your call to use the new format."
|
|
58
|
+
},
|
|
53
59
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
54
60
|
"message": "The merchant origin and arbitrary data from the canmakepayment service worker event are deprecated and will be removed: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
55
61
|
},
|
|
@@ -200,6 +206,24 @@
|
|
|
200
206
|
"models/trace/insights/CLSCulprits.ts | worstLayoutShiftCluster": {
|
|
201
207
|
"message": "Worst layout shift cluster"
|
|
202
208
|
},
|
|
209
|
+
"models/trace/insights/Cache.ts | cacheTTL": {
|
|
210
|
+
"message": "Cache TTL"
|
|
211
|
+
},
|
|
212
|
+
"models/trace/insights/Cache.ts | description": {
|
|
213
|
+
"message": "A long cache lifetime can speed up repeat visits to your page. [Learn more](https://web.dev/uses-long-cache-ttl/)."
|
|
214
|
+
},
|
|
215
|
+
"models/trace/insights/Cache.ts | noRequestsToCache": {
|
|
216
|
+
"message": "No requests with inefficient cache policies"
|
|
217
|
+
},
|
|
218
|
+
"models/trace/insights/Cache.ts | others": {
|
|
219
|
+
"message": "{PH1} others"
|
|
220
|
+
},
|
|
221
|
+
"models/trace/insights/Cache.ts | requestColumn": {
|
|
222
|
+
"message": "Request"
|
|
223
|
+
},
|
|
224
|
+
"models/trace/insights/Cache.ts | title": {
|
|
225
|
+
"message": "Use efficient cache lifetimes"
|
|
226
|
+
},
|
|
203
227
|
"models/trace/insights/DOMSize.ts | description": {
|
|
204
228
|
"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/)."
|
|
205
229
|
},
|
|
@@ -257,11 +281,17 @@
|
|
|
257
281
|
"models/trace/insights/DocumentLatency.ts | uncompressedDownload": {
|
|
258
282
|
"message": "Uncompressed download"
|
|
259
283
|
},
|
|
260
|
-
"models/trace/insights/
|
|
284
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnDuplicatedBytes": {
|
|
285
|
+
"message": "Duplicated bytes"
|
|
286
|
+
},
|
|
287
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnSource": {
|
|
288
|
+
"message": "Source"
|
|
289
|
+
},
|
|
290
|
+
"models/trace/insights/DuplicatedJavaScript.ts | description": {
|
|
261
291
|
"message": "Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity."
|
|
262
292
|
},
|
|
263
|
-
"models/trace/insights/
|
|
264
|
-
"message": "
|
|
293
|
+
"models/trace/insights/DuplicatedJavaScript.ts | title": {
|
|
294
|
+
"message": "Duplicated JavaScript"
|
|
265
295
|
},
|
|
266
296
|
"models/trace/insights/FontDisplay.ts | description": {
|
|
267
297
|
"message": "Consider setting [font-display](https://developer.chrome.com/blog/font-display) to swap or optional to ensure that text is consistently visible. swap can be further optimised to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
|
|
@@ -290,6 +320,9 @@
|
|
|
290
320
|
"models/trace/insights/ForcedReflow.ts | totalReflowTime": {
|
|
291
321
|
"message": "Total reflow time"
|
|
292
322
|
},
|
|
323
|
+
"models/trace/insights/ForcedReflow.ts | unattributed": {
|
|
324
|
+
"message": "Unattributed"
|
|
325
|
+
},
|
|
293
326
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
294
327
|
"message": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimising image size](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
|
|
295
328
|
},
|
|
@@ -401,6 +434,33 @@
|
|
|
401
434
|
"models/trace/insights/LCPPhases.ts | title": {
|
|
402
435
|
"message": "LCP by phase"
|
|
403
436
|
},
|
|
437
|
+
"models/trace/insights/LegacyJavaScript.ts | columnScript": {
|
|
438
|
+
"message": "Script"
|
|
439
|
+
},
|
|
440
|
+
"models/trace/insights/LegacyJavaScript.ts | columnWastedBytes": {
|
|
441
|
+
"message": "Wasted bytes"
|
|
442
|
+
},
|
|
443
|
+
"models/trace/insights/LegacyJavaScript.ts | description": {
|
|
444
|
+
"message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know that you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
445
|
+
},
|
|
446
|
+
"models/trace/insights/LegacyJavaScript.ts | title": {
|
|
447
|
+
"message": "Legacy JavaScript"
|
|
448
|
+
},
|
|
449
|
+
"models/trace/insights/ModernHTTP.ts | description": {
|
|
450
|
+
"message": "HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. [Learn more about using modern HTTP](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
451
|
+
},
|
|
452
|
+
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
453
|
+
"message": "No requests used HTTP/1.1"
|
|
454
|
+
},
|
|
455
|
+
"models/trace/insights/ModernHTTP.ts | protocol": {
|
|
456
|
+
"message": "Protocol"
|
|
457
|
+
},
|
|
458
|
+
"models/trace/insights/ModernHTTP.ts | request": {
|
|
459
|
+
"message": "Request"
|
|
460
|
+
},
|
|
461
|
+
"models/trace/insights/ModernHTTP.ts | title": {
|
|
462
|
+
"message": "Modern HTTP"
|
|
463
|
+
},
|
|
404
464
|
"models/trace/insights/NetworkDependencyTree.ts | description": {
|
|
405
465
|
"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."
|
|
406
466
|
},
|
package/locales/en-US.json
CHANGED
|
@@ -5,6 +5,9 @@
|
|
|
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
|
+
},
|
|
8
11
|
"generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
|
|
9
12
|
"message": "chrome.loadTimes() is deprecated, instead use standardized API: Navigation Timing 2."
|
|
10
13
|
},
|
|
@@ -48,11 +51,14 @@
|
|
|
48
51
|
"message": "getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details."
|
|
49
52
|
},
|
|
50
53
|
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
51
|
-
"message": "
|
|
54
|
+
"message": "Found an <h1> tag within an <article>, <aside>, <nav>, or <section> which does not have a specified font-size. The size of this heading text will be changing in this browser in the near future. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 for more information."
|
|
52
55
|
},
|
|
53
56
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
54
57
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate is deprecated. Please use RTCPeerConnectionIceErrorEvent.address or RTCPeerConnectionIceErrorEvent.port instead."
|
|
55
58
|
},
|
|
59
|
+
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
60
|
+
"message": "This format for the navigator.credentials.get() request for digital credentials is deprecated, please update your call to use the new format."
|
|
61
|
+
},
|
|
56
62
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
57
63
|
"message": "The merchant origin and arbitrary data from the canmakepayment service worker event are deprecated and will be removed: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
58
64
|
},
|
|
@@ -167,6 +173,24 @@
|
|
|
167
173
|
"generated/Deprecation.ts | XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload": {
|
|
168
174
|
"message": "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/."
|
|
169
175
|
},
|
|
176
|
+
"models/trace/insights/Cache.ts | cacheTTL": {
|
|
177
|
+
"message": "Cache TTL"
|
|
178
|
+
},
|
|
179
|
+
"models/trace/insights/Cache.ts | description": {
|
|
180
|
+
"message": "A long cache lifetime can speed up repeat visits to your page. [Learn more](https://web.dev/uses-long-cache-ttl/)."
|
|
181
|
+
},
|
|
182
|
+
"models/trace/insights/Cache.ts | noRequestsToCache": {
|
|
183
|
+
"message": "No requests with inefficient cache policies"
|
|
184
|
+
},
|
|
185
|
+
"models/trace/insights/Cache.ts | others": {
|
|
186
|
+
"message": "{PH1} others"
|
|
187
|
+
},
|
|
188
|
+
"models/trace/insights/Cache.ts | requestColumn": {
|
|
189
|
+
"message": "Request"
|
|
190
|
+
},
|
|
191
|
+
"models/trace/insights/Cache.ts | title": {
|
|
192
|
+
"message": "Use efficient cache lifetimes"
|
|
193
|
+
},
|
|
170
194
|
"models/trace/insights/CLSCulprits.ts | animation": {
|
|
171
195
|
"message": "Animation"
|
|
172
196
|
},
|
|
@@ -260,8 +284,8 @@
|
|
|
260
284
|
"models/trace/insights/DOMSize.ts | value": {
|
|
261
285
|
"message": "Value"
|
|
262
286
|
},
|
|
263
|
-
"models/trace/insights/DuplicatedJavaScript.ts |
|
|
264
|
-
"message": "
|
|
287
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnDuplicatedBytes": {
|
|
288
|
+
"message": "Duplicated bytes"
|
|
265
289
|
},
|
|
266
290
|
"models/trace/insights/DuplicatedJavaScript.ts | columnSource": {
|
|
267
291
|
"message": "Source"
|
|
@@ -284,6 +308,9 @@
|
|
|
284
308
|
"models/trace/insights/FontDisplay.ts | wastedTimeColumn": {
|
|
285
309
|
"message": "Wasted time"
|
|
286
310
|
},
|
|
311
|
+
"models/trace/insights/ForcedReflow.ts | anonymous": {
|
|
312
|
+
"message": "(anonymous)"
|
|
313
|
+
},
|
|
287
314
|
"models/trace/insights/ForcedReflow.ts | description": {
|
|
288
315
|
"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."
|
|
289
316
|
},
|
|
@@ -300,7 +327,7 @@
|
|
|
300
327
|
"message": "Total reflow time"
|
|
301
328
|
},
|
|
302
329
|
"models/trace/insights/ForcedReflow.ts | unattributed": {
|
|
303
|
-
"message": "
|
|
330
|
+
"message": "[unattributed]"
|
|
304
331
|
},
|
|
305
332
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
306
333
|
"message": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
|
|
@@ -413,6 +440,33 @@
|
|
|
413
440
|
"models/trace/insights/LCPPhases.ts | title": {
|
|
414
441
|
"message": "LCP by phase"
|
|
415
442
|
},
|
|
443
|
+
"models/trace/insights/LegacyJavaScript.ts | columnScript": {
|
|
444
|
+
"message": "Script"
|
|
445
|
+
},
|
|
446
|
+
"models/trace/insights/LegacyJavaScript.ts | columnWastedBytes": {
|
|
447
|
+
"message": "Wasted bytes"
|
|
448
|
+
},
|
|
449
|
+
"models/trace/insights/LegacyJavaScript.ts | description": {
|
|
450
|
+
"message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support legacy browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
451
|
+
},
|
|
452
|
+
"models/trace/insights/LegacyJavaScript.ts | title": {
|
|
453
|
+
"message": "Legacy JavaScript"
|
|
454
|
+
},
|
|
455
|
+
"models/trace/insights/ModernHTTP.ts | description": {
|
|
456
|
+
"message": "HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. [Learn more about using modern HTTP](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
457
|
+
},
|
|
458
|
+
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
459
|
+
"message": "No requests used HTTP/1.1"
|
|
460
|
+
},
|
|
461
|
+
"models/trace/insights/ModernHTTP.ts | protocol": {
|
|
462
|
+
"message": "Protocol"
|
|
463
|
+
},
|
|
464
|
+
"models/trace/insights/ModernHTTP.ts | request": {
|
|
465
|
+
"message": "Request"
|
|
466
|
+
},
|
|
467
|
+
"models/trace/insights/ModernHTTP.ts | title": {
|
|
468
|
+
"message": "Modern HTTP"
|
|
469
|
+
},
|
|
416
470
|
"models/trace/insights/NetworkDependencyTree.ts | description": {
|
|
417
471
|
"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."
|
|
418
472
|
},
|
|
@@ -485,24 +539,6 @@
|
|
|
485
539
|
"models/trace/insights/ThirdParties.ts | title": {
|
|
486
540
|
"message": "3rd parties"
|
|
487
541
|
},
|
|
488
|
-
"models/trace/insights/UseCache.ts | cacheTTL": {
|
|
489
|
-
"message": "Cache TTL"
|
|
490
|
-
},
|
|
491
|
-
"models/trace/insights/UseCache.ts | description": {
|
|
492
|
-
"message": "A long cache lifetime can speed up repeat visits to your page. [Learn more](https://web.dev/uses-long-cache-ttl/)."
|
|
493
|
-
},
|
|
494
|
-
"models/trace/insights/UseCache.ts | noRequestsToCache": {
|
|
495
|
-
"message": "No requests with inefficient cache policies"
|
|
496
|
-
},
|
|
497
|
-
"models/trace/insights/UseCache.ts | others": {
|
|
498
|
-
"message": "{PH1} others"
|
|
499
|
-
},
|
|
500
|
-
"models/trace/insights/UseCache.ts | requestColumn": {
|
|
501
|
-
"message": "Request"
|
|
502
|
-
},
|
|
503
|
-
"models/trace/insights/UseCache.ts | title": {
|
|
504
|
-
"message": "Use efficient cache lifetimes"
|
|
505
|
-
},
|
|
506
542
|
"models/trace/insights/Viewport.ts | description": {
|
|
507
543
|
"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."
|
|
508
544
|
},
|
package/locales/en-XL.json
CHANGED
|
@@ -5,6 +5,9 @@
|
|
|
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
|
+
},
|
|
8
11
|
"generated/Deprecation.ts | ChromeLoadTimesConnectionInfo": {
|
|
9
12
|
"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."
|
|
10
13
|
},
|
|
@@ -48,11 +51,14 @@
|
|
|
48
51
|
"message": "getUserMedia() n\u0302o\u0301 l\u0302o\u0301n\u0302g\u0301e\u0302r\u0301 w\u0302o\u0301r\u0302k\u0301s\u0302 o\u0301n\u0302 i\u0301n\u0302s\u0301e\u0302c\u0301u\u0302r\u0301e\u0302 o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302s\u0301. T\u0302o\u0301 u\u0302s\u0301e\u0302 t\u0301h\u0302i\u0301s\u0302 f\u0301e\u0302a\u0301t\u0302u\u0301r\u0302e\u0301, y\u0302o\u0301u\u0302 s\u0301h\u0302o\u0301u\u0302l\u0301d\u0302 c\u0301o\u0302n\u0301s\u0302i\u0301d\u0302e\u0301r\u0302 s\u0301w\u0302i\u0301t\u0302c\u0301h\u0302i\u0301n\u0302g\u0301 y\u0302o\u0301u\u0302r\u0301 a\u0302p\u0301p\u0302l\u0301i\u0302c\u0301a\u0302t\u0301i\u0302o\u0301n\u0302 t\u0301o\u0302 a\u0301 s\u0302e\u0301c\u0302u\u0301r\u0302e\u0301 o\u0302r\u0301i\u0302g\u0301i\u0302n\u0301, s\u0302u\u0301c\u0302h\u0301 a\u0302s\u0301 H\u0302T\u0301T\u0302P\u0301S\u0302. S\u0301e\u0302e\u0301 h\u0302t\u0301t\u0302p\u0301s\u0302://g\u0301o\u0302o\u0301.g\u0302l\u0301e\u0302/c\u0301h\u0302r\u0301o\u0302m\u0301e\u0302-i\u0301n\u0302s\u0301e\u0302c\u0301u\u0302r\u0301e\u0302-o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302s\u0301 f\u0302o\u0301r\u0302 m\u0301o\u0302r\u0301e\u0302 d\u0301e\u0302t\u0301a\u0302i\u0301l\u0302s\u0301."
|
|
49
52
|
},
|
|
50
53
|
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
51
|
-
"message": "
|
|
54
|
+
"message": "F\u0302o\u0301u\u0302n\u0301d\u0302 a\u0301n\u0302 <h\u03011> t\u0302a\u0301g\u0302 w\u0301i\u0302t\u0301h\u0302i\u0301n\u0302 a\u0301n\u0302 <a\u0301r\u0302t\u0301i\u0302c\u0301l\u0302e\u0301>, <a\u0302s\u0301i\u0302d\u0301e\u0302>, <n\u0301a\u0302v\u0301>, o\u0302r\u0301 <s\u0302e\u0301c\u0302t\u0301i\u0302o\u0301n\u0302> w\u0301h\u0302i\u0301c\u0302h\u0301 d\u0302o\u0301e\u0302s\u0301 n\u0302o\u0301t\u0302 h\u0301a\u0302v\u0301e\u0302 a\u0301 s\u0302p\u0301e\u0302c\u0301i\u0302f\u0301i\u0302e\u0301d\u0302 f\u0301o\u0302n\u0301t\u0302-s\u0301i\u0302z\u0301e\u0302. T\u0301h\u0302e\u0301 s\u0302i\u0301z\u0302e\u0301 o\u0302f\u0301 t\u0302h\u0301i\u0302s\u0301 h\u0302e\u0301a\u0302d\u0301i\u0302n\u0301g\u0302 t\u0301e\u0302x\u0301t\u0302 w\u0301i\u0302l\u0301l\u0302 b\u0301e\u0302 c\u0301h\u0302a\u0301n\u0302g\u0301i\u0302n\u0301g\u0302 i\u0301n\u0302 t\u0301h\u0302i\u0301s\u0302 b\u0301r\u0302o\u0301w\u0302s\u0301e\u0302r\u0301 i\u0302n\u0301 t\u0302h\u0301e\u0302 n\u0301e\u0302a\u0301r\u0302 f\u0301u\u0302t\u0301u\u0302r\u0301e\u0302. S\u0301e\u0302e\u0301 h\u0302t\u0301t\u0302p\u0301s\u0302://d\u0301e\u0302v\u0301e\u0302l\u0301o\u0302p\u0301e\u0302r\u0301.m\u0302o\u0301z\u0302i\u0301l\u0302l\u0301a\u0302.o\u0301r\u0302g\u0301/e\u0302n\u0301-U\u0302S\u0301/d\u0302o\u0301c\u0302s\u0301/W\u0302e\u0301b\u0302/H\u0301T\u0302M\u0301L\u0302/E\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301/H\u0302e\u0301a\u0302d\u0301i\u0302n\u0301g\u0302_E\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301s\u0302#s\u0301p\u0302e\u0301c\u0302i\u0301f\u0302y\u0301i\u0302n\u0301g\u0302_a\u0301_u\u0302n\u0301i\u0302f\u0301o\u0302r\u0301m\u0302_f\u0301o\u0302n\u0301t\u0302_s\u0301i\u0302z\u0301e\u0302_f\u0301o\u0302r\u0301_h\u03021 f\u0301o\u0302r\u0301 m\u0302o\u0301r\u0302e\u0301 i\u0302n\u0301f\u0302o\u0301r\u0302m\u0301a\u0302t\u0301i\u0302o\u0301n\u0302."
|
|
52
55
|
},
|
|
53
56
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
54
57
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301. P\u0302l\u0301e\u0302a\u0301s\u0302e\u0301 u\u0302s\u0301e\u0302 RTCPeerConnectionIceErrorEvent.address o\u0301r\u0302 RTCPeerConnectionIceErrorEvent.port i\u0301n\u0302s\u0301t\u0302e\u0301a\u0302d\u0301."
|
|
55
58
|
},
|
|
59
|
+
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
60
|
+
"message": "T\u0302h\u0301i\u0302s\u0301 f\u0302o\u0301r\u0302m\u0301a\u0302t\u0301 f\u0302o\u0301r\u0302 t\u0301h\u0302e\u0301 n\u0302a\u0301v\u0302i\u0301g\u0302a\u0301t\u0302o\u0301r\u0302.c\u0301r\u0302e\u0301d\u0302e\u0301n\u0302t\u0301i\u0302a\u0301l\u0302s\u0301.g\u0302e\u0301t\u0302() r\u0301e\u0302q\u0301u\u0302e\u0301s\u0302t\u0301 f\u0302o\u0301r\u0302 d\u0301i\u0302g\u0301i\u0302t\u0301a\u0302l\u0301 c\u0302r\u0301e\u0302d\u0301e\u0302n\u0301t\u0302i\u0301a\u0302l\u0301s\u0302 i\u0301s\u0302 d\u0301e\u0302p\u0301r\u0302e\u0301c\u0302a\u0301t\u0302e\u0301d\u0302, p\u0301l\u0302e\u0301a\u0302s\u0301e\u0302 u\u0301p\u0302d\u0301a\u0302t\u0301e\u0302 y\u0301o\u0302u\u0301r\u0302 c\u0301a\u0302l\u0301l\u0302 t\u0301o\u0302 u\u0301s\u0302e\u0301 t\u0302h\u0301e\u0302 n\u0301e\u0302w\u0301 f\u0302o\u0301r\u0302m\u0301a\u0302t\u0301."
|
|
61
|
+
},
|
|
56
62
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
57
63
|
"message": "T\u0302h\u0301e\u0302 m\u0301e\u0302r\u0301c\u0302h\u0301a\u0302n\u0301t\u0302 o\u0301r\u0302i\u0301g\u0302i\u0301n\u0302 a\u0301n\u0302d\u0301 a\u0302r\u0301b\u0302i\u0301t\u0302r\u0301a\u0302r\u0301y\u0302 d\u0301a\u0302t\u0301a\u0302 f\u0301r\u0302o\u0301m\u0302 t\u0301h\u0302e\u0301 canmakepayment s\u0302e\u0301r\u0302v\u0301i\u0302c\u0301e\u0302 w\u0301o\u0302r\u0301k\u0302e\u0301r\u0302 e\u0301v\u0302e\u0301n\u0302t\u0301 a\u0302r\u0301e\u0302 d\u0301e\u0302p\u0301r\u0302e\u0301c\u0302a\u0301t\u0302e\u0301d\u0302 a\u0301n\u0302d\u0301 w\u0302i\u0301l\u0302l\u0301 b\u0302e\u0301 r\u0302e\u0301m\u0302o\u0301v\u0302e\u0301d\u0302: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
58
64
|
},
|
|
@@ -167,6 +173,24 @@
|
|
|
167
173
|
"generated/Deprecation.ts | XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload": {
|
|
168
174
|
"message": "S\u0302y\u0301n\u0302c\u0301h\u0302r\u0301o\u0302n\u0301o\u0302u\u0301s\u0302 XMLHttpRequest o\u0301n\u0302 t\u0301h\u0302e\u0301 m\u0302a\u0301i\u0302n\u0301 t\u0302h\u0301r\u0302e\u0301a\u0302d\u0301 i\u0302s\u0301 d\u0302e\u0301p\u0302r\u0301e\u0302c\u0301a\u0302t\u0301e\u0302d\u0301 b\u0302e\u0301c\u0302a\u0301u\u0302s\u0301e\u0302 o\u0301f\u0302 i\u0301t\u0302s\u0301 d\u0302e\u0301t\u0302r\u0301i\u0302m\u0301e\u0302n\u0301t\u0302a\u0301l\u0302 e\u0301f\u0302f\u0301e\u0302c\u0301t\u0302s\u0301 t\u0302o\u0301 t\u0302h\u0301e\u0302 e\u0301n\u0302d\u0301 u\u0302s\u0301e\u0302r\u0301's\u0302 e\u0301x\u0302p\u0301e\u0302r\u0301i\u0302e\u0301n\u0302c\u0301e\u0302. F\u0301o\u0302r\u0301 m\u0302o\u0301r\u0302e\u0301 h\u0302e\u0301l\u0302p\u0301, c\u0302h\u0301e\u0302c\u0301k\u0302 h\u0301t\u0302t\u0301p\u0302s\u0301://x\u0302h\u0301r\u0302.s\u0301p\u0302e\u0301c\u0302.w\u0301h\u0302a\u0301t\u0302w\u0301g\u0302.o\u0301r\u0302g\u0301/."
|
|
169
175
|
},
|
|
176
|
+
"models/trace/insights/Cache.ts | cacheTTL": {
|
|
177
|
+
"message": "C\u0302a\u0301c\u0302h\u0301e\u0302 T\u0301T\u0302L\u0301"
|
|
178
|
+
},
|
|
179
|
+
"models/trace/insights/Cache.ts | description": {
|
|
180
|
+
"message": "A\u0302 l\u0301o\u0302n\u0301g\u0302 c\u0301a\u0302c\u0301h\u0302e\u0301 l\u0302i\u0301f\u0302e\u0301t\u0302i\u0301m\u0302e\u0301 c\u0302a\u0301n\u0302 s\u0301p\u0302e\u0301e\u0302d\u0301 u\u0302p\u0301 r\u0302e\u0301p\u0302e\u0301a\u0302t\u0301 v\u0302i\u0301s\u0302i\u0301t\u0302s\u0301 t\u0302o\u0301 y\u0302o\u0301u\u0302r\u0301 p\u0302a\u0301g\u0302e\u0301. [L\u0302e\u0301a\u0302r\u0301n\u0302 m\u0301o\u0302r\u0301e\u0302](https://web.dev/uses-long-cache-ttl/)."
|
|
181
|
+
},
|
|
182
|
+
"models/trace/insights/Cache.ts | noRequestsToCache": {
|
|
183
|
+
"message": "N\u0302o\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301 w\u0302i\u0301t\u0302h\u0301 i\u0302n\u0301e\u0302f\u0301f\u0302i\u0301c\u0302i\u0301e\u0302n\u0301t\u0302 c\u0301a\u0302c\u0301h\u0302e\u0301 p\u0302o\u0301l\u0302i\u0301c\u0302i\u0301e\u0302s\u0301"
|
|
184
|
+
},
|
|
185
|
+
"models/trace/insights/Cache.ts | others": {
|
|
186
|
+
"message": "{PH1} o\u0302t\u0301h\u0302e\u0301r\u0302s\u0301"
|
|
187
|
+
},
|
|
188
|
+
"models/trace/insights/Cache.ts | requestColumn": {
|
|
189
|
+
"message": "R\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302"
|
|
190
|
+
},
|
|
191
|
+
"models/trace/insights/Cache.ts | title": {
|
|
192
|
+
"message": "U\u0302s\u0301e\u0302 e\u0301f\u0302f\u0301i\u0302c\u0301i\u0302e\u0301n\u0302t\u0301 c\u0302a\u0301c\u0302h\u0301e\u0302 l\u0301i\u0302f\u0301e\u0302t\u0301i\u0302m\u0301e\u0302s\u0301"
|
|
193
|
+
},
|
|
170
194
|
"models/trace/insights/CLSCulprits.ts | animation": {
|
|
171
195
|
"message": "A\u0302n\u0301i\u0302m\u0301a\u0302t\u0301i\u0302o\u0301n\u0302"
|
|
172
196
|
},
|
|
@@ -260,8 +284,8 @@
|
|
|
260
284
|
"models/trace/insights/DOMSize.ts | value": {
|
|
261
285
|
"message": "V\u0302a\u0301l\u0302u\u0301e\u0302"
|
|
262
286
|
},
|
|
263
|
-
"models/trace/insights/DuplicatedJavaScript.ts |
|
|
264
|
-
"message": "
|
|
287
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnDuplicatedBytes": {
|
|
288
|
+
"message": "D\u0302u\u0301p\u0302l\u0301i\u0302c\u0301a\u0302t\u0301e\u0302d\u0301 b\u0302y\u0301t\u0302e\u0301s\u0302"
|
|
265
289
|
},
|
|
266
290
|
"models/trace/insights/DuplicatedJavaScript.ts | columnSource": {
|
|
267
291
|
"message": "S\u0302o\u0301u\u0302r\u0301c\u0302e\u0301"
|
|
@@ -284,6 +308,9 @@
|
|
|
284
308
|
"models/trace/insights/FontDisplay.ts | wastedTimeColumn": {
|
|
285
309
|
"message": "W\u0302a\u0301s\u0302t\u0301e\u0302d\u0301 t\u0302i\u0301m\u0302e\u0301"
|
|
286
310
|
},
|
|
311
|
+
"models/trace/insights/ForcedReflow.ts | anonymous": {
|
|
312
|
+
"message": "(a\u0302n\u0301o\u0302n\u0301y\u0302m\u0301o\u0302u\u0301s\u0302)"
|
|
313
|
+
},
|
|
287
314
|
"models/trace/insights/ForcedReflow.ts | description": {
|
|
288
315
|
"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."
|
|
289
316
|
},
|
|
@@ -300,7 +327,7 @@
|
|
|
300
327
|
"message": "T\u0302o\u0301t\u0302a\u0301l\u0302 r\u0301e\u0302f\u0301l\u0302o\u0301w\u0302 t\u0301i\u0302m\u0301e\u0302"
|
|
301
328
|
},
|
|
302
329
|
"models/trace/insights/ForcedReflow.ts | unattributed": {
|
|
303
|
-
"message": "
|
|
330
|
+
"message": "[u\u0302n\u0301a\u0302t\u0301t\u0302r\u0301i\u0302b\u0301u\u0302t\u0301e\u0302d\u0301]"
|
|
304
331
|
},
|
|
305
332
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
306
333
|
"message": "R\u0302e\u0301d\u0302u\u0301c\u0302i\u0301n\u0302g\u0301 t\u0302h\u0301e\u0302 d\u0301o\u0302w\u0301n\u0302l\u0301o\u0302a\u0301d\u0302 t\u0301i\u0302m\u0301e\u0302 o\u0301f\u0302 i\u0301m\u0302a\u0301g\u0302e\u0301s\u0302 c\u0301a\u0302n\u0301 i\u0302m\u0301p\u0302r\u0301o\u0302v\u0301e\u0302 t\u0301h\u0302e\u0301 p\u0302e\u0301r\u0302c\u0301e\u0302i\u0301v\u0302e\u0301d\u0302 l\u0301o\u0302a\u0301d\u0302 t\u0301i\u0302m\u0301e\u0302 o\u0301f\u0302 t\u0301h\u0302e\u0301 p\u0302a\u0301g\u0302e\u0301 a\u0302n\u0301d\u0302 L\u0301C\u0302P\u0301. [L\u0302e\u0301a\u0302r\u0301n\u0302 m\u0301o\u0302r\u0301e\u0302 a\u0301b\u0302o\u0301u\u0302t\u0301 o\u0302p\u0301t\u0302i\u0301m\u0302i\u0301z\u0302i\u0301n\u0302g\u0301 i\u0302m\u0301a\u0302g\u0301e\u0302 s\u0301i\u0302z\u0301e\u0302](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
|
|
@@ -413,6 +440,33 @@
|
|
|
413
440
|
"models/trace/insights/LCPPhases.ts | title": {
|
|
414
441
|
"message": "L\u0302C\u0301P\u0302 b\u0301y\u0302 p\u0301h\u0302a\u0301s\u0302e\u0301"
|
|
415
442
|
},
|
|
443
|
+
"models/trace/insights/LegacyJavaScript.ts | columnScript": {
|
|
444
|
+
"message": "S\u0302c\u0301r\u0302i\u0301p\u0302t\u0301"
|
|
445
|
+
},
|
|
446
|
+
"models/trace/insights/LegacyJavaScript.ts | columnWastedBytes": {
|
|
447
|
+
"message": "W\u0302a\u0301s\u0302t\u0301e\u0302d\u0301 b\u0302y\u0301t\u0302e\u0301s\u0302"
|
|
448
|
+
},
|
|
449
|
+
"models/trace/insights/LegacyJavaScript.ts | description": {
|
|
450
|
+
"message": "P\u0302o\u0301l\u0302y\u0301f\u0302i\u0301l\u0302l\u0301s\u0302 a\u0301n\u0302d\u0301 t\u0302r\u0301a\u0302n\u0301s\u0302f\u0301o\u0302r\u0301m\u0302s\u0301 e\u0302n\u0301a\u0302b\u0301l\u0302e\u0301 l\u0302e\u0301g\u0302a\u0301c\u0302y\u0301 b\u0302r\u0301o\u0302w\u0301s\u0302e\u0301r\u0302s\u0301 t\u0302o\u0301 u\u0302s\u0301e\u0302 n\u0301e\u0302w\u0301 J\u0302a\u0301v\u0302a\u0301S\u0302c\u0301r\u0302i\u0301p\u0302t\u0301 f\u0302e\u0301a\u0302t\u0301u\u0302r\u0301e\u0302s\u0301. H\u0302o\u0301w\u0302e\u0301v\u0302e\u0301r\u0302, m\u0301a\u0302n\u0301y\u0302 a\u0301r\u0302e\u0301n\u0302't\u0301 n\u0302e\u0301c\u0302e\u0301s\u0302s\u0301a\u0302r\u0301y\u0302 f\u0301o\u0302r\u0301 m\u0302o\u0301d\u0302e\u0301r\u0302n\u0301 b\u0302r\u0301o\u0302w\u0301s\u0302e\u0301r\u0302s\u0301. C\u0302o\u0301n\u0302s\u0301i\u0302d\u0301e\u0302r\u0301 m\u0302o\u0301d\u0302i\u0301f\u0302y\u0301i\u0302n\u0301g\u0302 y\u0301o\u0302u\u0301r\u0302 J\u0301a\u0302v\u0301a\u0302S\u0301c\u0302r\u0301i\u0302p\u0301t\u0302 b\u0301u\u0302i\u0301l\u0302d\u0301 p\u0302r\u0301o\u0302c\u0301e\u0302s\u0301s\u0302 t\u0301o\u0302 n\u0301o\u0302t\u0301 t\u0302r\u0301a\u0302n\u0301s\u0302p\u0301i\u0302l\u0301e\u0302 [B\u0301a\u0302s\u0301e\u0302l\u0301i\u0302n\u0301e\u0302](https://web.dev/articles/baseline-and-polyfills) f\u0301e\u0302a\u0301t\u0302u\u0301r\u0302e\u0301s\u0302, u\u0301n\u0302l\u0301e\u0302s\u0301s\u0302 y\u0301o\u0302u\u0301 k\u0302n\u0301o\u0302w\u0301 y\u0302o\u0301u\u0302 m\u0301u\u0302s\u0301t\u0302 s\u0301u\u0302p\u0301p\u0302o\u0301r\u0302t\u0301 l\u0302e\u0301g\u0302a\u0301c\u0302y\u0301 b\u0302r\u0301o\u0302w\u0301s\u0302e\u0301r\u0302s\u0301. [L\u0302e\u0301a\u0302r\u0301n\u0302 w\u0301h\u0302y\u0301 m\u0302o\u0301s\u0302t\u0301 s\u0302i\u0301t\u0302e\u0301s\u0302 c\u0301a\u0302n\u0301 d\u0302e\u0301p\u0302l\u0301o\u0302y\u0301 E\u0302S\u03016+ c\u0302o\u0301d\u0302e\u0301 w\u0302i\u0301t\u0302h\u0301o\u0302u\u0301t\u0302 t\u0301r\u0302a\u0301n\u0302s\u0301p\u0302i\u0301l\u0302i\u0301n\u0302g\u0301](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
451
|
+
},
|
|
452
|
+
"models/trace/insights/LegacyJavaScript.ts | title": {
|
|
453
|
+
"message": "L\u0302e\u0301g\u0302a\u0301c\u0302y\u0301 J\u0302a\u0301v\u0302a\u0301S\u0302c\u0301r\u0302i\u0301p\u0302t\u0301"
|
|
454
|
+
},
|
|
455
|
+
"models/trace/insights/ModernHTTP.ts | description": {
|
|
456
|
+
"message": "H\u0302T\u0301T\u0302P\u0301/2 a\u0302n\u0301d\u0302 H\u0301T\u0302T\u0301P\u0302/3 o\u0301f\u0302f\u0301e\u0302r\u0301 m\u0302a\u0301n\u0302y\u0301 b\u0302e\u0301n\u0302e\u0301f\u0302i\u0301t\u0302s\u0301 o\u0302v\u0301e\u0302r\u0301 H\u0302T\u0301T\u0302P\u0301/1.1, s\u0302u\u0301c\u0302h\u0301 a\u0302s\u0301 m\u0302u\u0301l\u0302t\u0301i\u0302p\u0301l\u0302e\u0301x\u0302i\u0301n\u0302g\u0301. [L\u0302e\u0301a\u0302r\u0301n\u0302 m\u0301o\u0302r\u0301e\u0302 a\u0301b\u0302o\u0301u\u0302t\u0301 u\u0302s\u0301i\u0302n\u0301g\u0302 m\u0301o\u0302d\u0301e\u0302r\u0301n\u0302 H\u0301T\u0302T\u0301P\u0302](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
457
|
+
},
|
|
458
|
+
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
459
|
+
"message": "N\u0302o\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301 u\u0302s\u0301e\u0302d\u0301 H\u0302T\u0301T\u0302P\u0301/1.1"
|
|
460
|
+
},
|
|
461
|
+
"models/trace/insights/ModernHTTP.ts | protocol": {
|
|
462
|
+
"message": "P\u0302r\u0301o\u0302t\u0301o\u0302c\u0301o\u0302l\u0301"
|
|
463
|
+
},
|
|
464
|
+
"models/trace/insights/ModernHTTP.ts | request": {
|
|
465
|
+
"message": "R\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302"
|
|
466
|
+
},
|
|
467
|
+
"models/trace/insights/ModernHTTP.ts | title": {
|
|
468
|
+
"message": "M\u0302o\u0301d\u0302e\u0301r\u0302n\u0301 H\u0302T\u0301T\u0302P\u0301"
|
|
469
|
+
},
|
|
416
470
|
"models/trace/insights/NetworkDependencyTree.ts | description": {
|
|
417
471
|
"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."
|
|
418
472
|
},
|
|
@@ -485,24 +539,6 @@
|
|
|
485
539
|
"models/trace/insights/ThirdParties.ts | title": {
|
|
486
540
|
"message": "3r\u0302d\u0301 p\u0302a\u0301r\u0302t\u0301i\u0302e\u0301s\u0302"
|
|
487
541
|
},
|
|
488
|
-
"models/trace/insights/UseCache.ts | cacheTTL": {
|
|
489
|
-
"message": "C\u0302a\u0301c\u0302h\u0301e\u0302 T\u0301T\u0302L\u0301"
|
|
490
|
-
},
|
|
491
|
-
"models/trace/insights/UseCache.ts | description": {
|
|
492
|
-
"message": "A\u0302 l\u0301o\u0302n\u0301g\u0302 c\u0301a\u0302c\u0301h\u0302e\u0301 l\u0302i\u0301f\u0302e\u0301t\u0302i\u0301m\u0302e\u0301 c\u0302a\u0301n\u0302 s\u0301p\u0302e\u0301e\u0302d\u0301 u\u0302p\u0301 r\u0302e\u0301p\u0302e\u0301a\u0302t\u0301 v\u0302i\u0301s\u0302i\u0301t\u0302s\u0301 t\u0302o\u0301 y\u0302o\u0301u\u0302r\u0301 p\u0302a\u0301g\u0302e\u0301. [L\u0302e\u0301a\u0302r\u0301n\u0302 m\u0301o\u0302r\u0301e\u0302](https://web.dev/uses-long-cache-ttl/)."
|
|
493
|
-
},
|
|
494
|
-
"models/trace/insights/UseCache.ts | noRequestsToCache": {
|
|
495
|
-
"message": "N\u0302o\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301 w\u0302i\u0301t\u0302h\u0301 i\u0302n\u0301e\u0302f\u0301f\u0302i\u0301c\u0302i\u0301e\u0302n\u0301t\u0302 c\u0301a\u0302c\u0301h\u0302e\u0301 p\u0302o\u0301l\u0302i\u0301c\u0302i\u0301e\u0302s\u0301"
|
|
496
|
-
},
|
|
497
|
-
"models/trace/insights/UseCache.ts | others": {
|
|
498
|
-
"message": "{PH1} o\u0302t\u0301h\u0302e\u0301r\u0302s\u0301"
|
|
499
|
-
},
|
|
500
|
-
"models/trace/insights/UseCache.ts | requestColumn": {
|
|
501
|
-
"message": "R\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302"
|
|
502
|
-
},
|
|
503
|
-
"models/trace/insights/UseCache.ts | title": {
|
|
504
|
-
"message": "U\u0302s\u0301e\u0302 e\u0301f\u0302f\u0301i\u0302c\u0301i\u0302e\u0301n\u0302t\u0301 c\u0302a\u0301c\u0302h\u0301e\u0302 l\u0301i\u0302f\u0301e\u0302t\u0301i\u0302m\u0301e\u0302s\u0301"
|
|
505
|
-
},
|
|
506
542
|
"models/trace/insights/Viewport.ts | description": {
|
|
507
543
|
"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."
|
|
508
544
|
},
|
package/locales/es-419.json
CHANGED
|
@@ -47,9 +47,15 @@
|
|
|
47
47
|
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
48
|
"message": "getUserMedia() ya no funciona en or\u00edgenes inseguros. Para utilizar esta funci\u00f3n, considera cambiar tu app a un origen seguro, como HTTPS. Para obtener m\u00e1s informaci\u00f3n, consulta https://goo.gle/chrome-insecure-origins."
|
|
49
49
|
},
|
|
50
|
+
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
51
|
+
"message": "Se encontr\u00f3 una etiqueta <h1> dentro de un <article>, <aside>, <nav> o <section> que no tiene un tama\u00f1o de fuente especificado. El tama\u00f1o de este texto de encabezado cambiar\u00e1 en este navegador pronto. Para obtener m\u00e1s informaci\u00f3n, consulta https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1."
|
|
52
|
+
},
|
|
50
53
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
54
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate ya no est\u00e1 disponible. En su lugar, usa RTCPeerConnectionIceErrorEvent.address o RTCPeerConnectionIceErrorEvent.port."
|
|
52
55
|
},
|
|
56
|
+
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
57
|
+
"message": "El formato de la solicitud navigator.credentials.get() para las credenciales digitales est\u00e1 obsoleto. Actualiza tu llamada para que se use el nuevo formato."
|
|
58
|
+
},
|
|
53
59
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
54
60
|
"message": "El origen del comerciante y los datos arbitrarios del evento del service worker canmakepayment dejaron de estar disponibles y se quitar\u00e1n: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
55
61
|
},
|
|
@@ -200,6 +206,24 @@
|
|
|
200
206
|
"models/trace/insights/CLSCulprits.ts | worstLayoutShiftCluster": {
|
|
201
207
|
"message": "Peor cl\u00faster de cambio de dise\u00f1o"
|
|
202
208
|
},
|
|
209
|
+
"models/trace/insights/Cache.ts | cacheTTL": {
|
|
210
|
+
"message": "TTL en cach\u00e9"
|
|
211
|
+
},
|
|
212
|
+
"models/trace/insights/Cache.ts | description": {
|
|
213
|
+
"message": "La duraci\u00f3n en cach\u00e9 por un per\u00edodo prolongado puede acelerar la carga de la p\u00e1gina cuando el usuario la visita de manera repetida. [Obt\u00e9n m\u00e1s informaci\u00f3n](https://web.dev/uses-long-cache-ttl/)."
|
|
214
|
+
},
|
|
215
|
+
"models/trace/insights/Cache.ts | noRequestsToCache": {
|
|
216
|
+
"message": "No hay solicitudes con pol\u00edticas de cach\u00e9 ineficientes"
|
|
217
|
+
},
|
|
218
|
+
"models/trace/insights/Cache.ts | others": {
|
|
219
|
+
"message": "{PH1} m\u00e1s"
|
|
220
|
+
},
|
|
221
|
+
"models/trace/insights/Cache.ts | requestColumn": {
|
|
222
|
+
"message": "Solicitud"
|
|
223
|
+
},
|
|
224
|
+
"models/trace/insights/Cache.ts | title": {
|
|
225
|
+
"message": "Usa tiempos de almacenamiento en cach\u00e9 eficientes"
|
|
226
|
+
},
|
|
203
227
|
"models/trace/insights/DOMSize.ts | description": {
|
|
204
228
|
"message": "Los DOM de gran tama\u00f1o pueden aumentar la duraci\u00f3n de los c\u00e1lculos de estilo y los reprocesamientos del dise\u00f1o, lo que afecta la responsividad de la p\u00e1gina. Un DOM de gran tama\u00f1o tambi\u00e9n aumentar\u00e1 el uso de memoria. [Obt\u00e9n m\u00e1s informaci\u00f3n para evitar un tama\u00f1o de DOM excesivo](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)."
|
|
205
229
|
},
|
|
@@ -257,11 +281,17 @@
|
|
|
257
281
|
"models/trace/insights/DocumentLatency.ts | uncompressedDownload": {
|
|
258
282
|
"message": "Descarga sin comprimir"
|
|
259
283
|
},
|
|
260
|
-
"models/trace/insights/
|
|
284
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnDuplicatedBytes": {
|
|
285
|
+
"message": "Bytes duplicados"
|
|
286
|
+
},
|
|
287
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnSource": {
|
|
288
|
+
"message": "Fuente"
|
|
289
|
+
},
|
|
290
|
+
"models/trace/insights/DuplicatedJavaScript.ts | description": {
|
|
261
291
|
"message": "Quita de los paquetes los m\u00f3dulos de JavaScript que sean grandes y est\u00e9n duplicados para reducir la cantidad de bytes que consume innecesariamente la actividad de red."
|
|
262
292
|
},
|
|
263
|
-
"models/trace/insights/
|
|
264
|
-
"message": "
|
|
293
|
+
"models/trace/insights/DuplicatedJavaScript.ts | title": {
|
|
294
|
+
"message": "JavaScript duplicado"
|
|
265
295
|
},
|
|
266
296
|
"models/trace/insights/FontDisplay.ts | description": {
|
|
267
297
|
"message": "Te recomendamos establecer [font-display](https://developer.chrome.com/blog/font-display) en swap o optional para garantizar que el texto aparezca de forma coherente. swap se puede optimizar a\u00fan m\u00e1s para mitigar los cambios de dise\u00f1o con [anulaciones de m\u00e9tricas de fuentes](https://developer.chrome.com/blog/font-fallbacks)."
|
|
@@ -290,6 +320,9 @@
|
|
|
290
320
|
"models/trace/insights/ForcedReflow.ts | totalReflowTime": {
|
|
291
321
|
"message": "Tiempo total de reprocesamiento"
|
|
292
322
|
},
|
|
323
|
+
"models/trace/insights/ForcedReflow.ts | unattributed": {
|
|
324
|
+
"message": "Sin atributo"
|
|
325
|
+
},
|
|
293
326
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
294
327
|
"message": "Reducir el tiempo de descarga de las im\u00e1genes puede mejorar el tiempo de carga percibido de la p\u00e1gina y el LCP. [M\u00e1s informaci\u00f3n para optimizar el tama\u00f1o de las im\u00e1genes](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
|
|
295
328
|
},
|
|
@@ -401,6 +434,33 @@
|
|
|
401
434
|
"models/trace/insights/LCPPhases.ts | title": {
|
|
402
435
|
"message": "LCP por fase"
|
|
403
436
|
},
|
|
437
|
+
"models/trace/insights/LegacyJavaScript.ts | columnScript": {
|
|
438
|
+
"message": "Secuencia de comandos"
|
|
439
|
+
},
|
|
440
|
+
"models/trace/insights/LegacyJavaScript.ts | columnWastedBytes": {
|
|
441
|
+
"message": "Bytes desperdiciados"
|
|
442
|
+
},
|
|
443
|
+
"models/trace/insights/LegacyJavaScript.ts | description": {
|
|
444
|
+
"message": "Los polyfills y las transformaciones permiten que los navegadores heredados utilicen nuevas funciones de JavaScript. Sin embargo, la mayor\u00eda no es necesaria en los navegadores actualizados. Considera modificar tu proceso de compilaci\u00f3n de JavaScript para que no se transpilen las funciones de [Baseline](https://web.dev/articles/baseline-and-polyfills), a menos que sepas que debes admitir navegadores heredados. [Descubre por qu\u00e9 la mayor\u00eda de los sitios pueden implementar c\u00f3digo ES6+ sin transpilaci\u00f3n.](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
445
|
+
},
|
|
446
|
+
"models/trace/insights/LegacyJavaScript.ts | title": {
|
|
447
|
+
"message": "JavaScript heredado"
|
|
448
|
+
},
|
|
449
|
+
"models/trace/insights/ModernHTTP.ts | description": {
|
|
450
|
+
"message": "HTTP/2 y HTTP/3 ofrecen m\u00e1s beneficios que HTTP/1.1, como la multiplexaci\u00f3n. [Obt\u00e9n m\u00e1s informaci\u00f3n para usar HTTP moderno](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
451
|
+
},
|
|
452
|
+
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
453
|
+
"message": "Ninguna solicitud us\u00f3 HTTP/1.1"
|
|
454
|
+
},
|
|
455
|
+
"models/trace/insights/ModernHTTP.ts | protocol": {
|
|
456
|
+
"message": "Protocolo"
|
|
457
|
+
},
|
|
458
|
+
"models/trace/insights/ModernHTTP.ts | request": {
|
|
459
|
+
"message": "Solicitud"
|
|
460
|
+
},
|
|
461
|
+
"models/trace/insights/ModernHTTP.ts | title": {
|
|
462
|
+
"message": "HTTP moderno"
|
|
463
|
+
},
|
|
404
464
|
"models/trace/insights/NetworkDependencyTree.ts | description": {
|
|
405
465
|
"message": "[Evita encadenar solicitudes cr\u00edticas](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) reduciendo la longitud de las cadenas, disminuyendo el tama\u00f1o de los recursos para la descarga o postergando la descarga de recursos innecesarios para mejorar la carga de la p\u00e1gina."
|
|
406
466
|
},
|