@paulirish/trace_engine 0.0.50 → 0.0.51
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 +0 -3
- 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 +2 -2
- package/core/platform/platform-tsconfig.json +2 -3
- 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 +156 -31
- 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 +55 -22
- package/locales/en-XL.json +55 -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 +2 -2
- package/models/cpu_profile/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- 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 +20 -2
- package/models/trace/extras/ScriptDuplication.d.ts +11 -15
- package/models/trace/extras/ScriptDuplication.js +59 -77
- package/models/trace/extras/ScriptDuplication.js.map +1 -1
- package/models/trace/extras/ThirdParties.d.ts +6 -13
- package/models/trace/extras/ThirdParties.js +69 -133
- 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 +2 -2
- package/models/trace/extras/extras-tsconfig.json +2 -2
- package/models/trace/extras/extras.d.ts +880 -787
- package/models/trace/extras/extras.js +880 -787
- package/models/trace/handlers/AsyncJSCallsHandler.js +36 -4
- 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 +3 -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 +93 -1
- package/models/trace/handlers/ScriptsHandler.js.map +1 -1
- package/models/trace/handlers/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/handlers/handlers-tsconfig.json +2 -3
- 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 +2 -2
- package/models/trace/helpers/helpers-tsconfig.json +2 -2
- package/models/trace/insights/{UseCache.d.ts → Cache.d.ts} +2 -2
- package/models/trace/insights/{UseCache.js → Cache.js} +11 -5
- package/models/trace/insights/Cache.js.map +1 -0
- package/models/trace/insights/Common.d.ts +21 -2
- package/models/trace/insights/Common.js +86 -2
- package/models/trace/insights/Common.js.map +1 -1
- package/models/trace/insights/DocumentLatency.js +2 -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 +25 -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/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 +77 -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 +2 -2
- package/models/trace/insights/insights-tsconfig.json +8 -3
- package/models/trace/insights/types.d.ts +1 -0
- package/models/trace/insights/types.js.map +1 -1
- package/models/trace/lantern/core/core-tsconfig.json +2 -2
- package/models/trace/lantern/core/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/graph/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/graph/graph-tsconfig.json +2 -2
- package/models/trace/lantern/lantern-tsconfig.json +2 -2
- 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 +2 -2
- package/models/trace/lantern/metrics/metrics-tsconfig.json +2 -2
- package/models/trace/lantern/simulation/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/simulation/simulation-tsconfig.json +2 -2
- package/models/trace/lantern/types/devtools_entrypoint-bundle-typescript-tsconfig.json +2 -2
- package/models/trace/lantern/types/types-tsconfig.json +2 -2
- package/models/trace/trace-tsconfig.json +2 -2
- 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 +28 -50
- 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 +2 -2
- package/models/trace/types/types-tsconfig.json +2 -2
- 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/fil.json
CHANGED
|
@@ -47,9 +47,15 @@
|
|
|
47
47
|
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
48
|
"message": "Hindi na gumagana ang getUserMedia() sa mga hindi secure na origin. Para magamit ang feature na ito, dapat mong isaalang-alang ang paglipat ng iyong application sa isang secure na origin, tulad ng HTTPS. Tingnan ang https://goo.gle/chrome-insecure-origins para sa higit pang detalye."
|
|
49
49
|
},
|
|
50
|
+
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
51
|
+
"message": "May nakitang tag na <h1> sa <article>, <aside>, <nav>, o <section> na walang tinukoy na laki ng font. Magbabago ang laki ng text ng heading na ito sa browser na ito sa nalalapit na hinaharap. Tingnan ang https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 para sa higit pang impormasyon."
|
|
52
|
+
},
|
|
50
53
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
54
|
"message": "Hindi na ginagamit ang RTCPeerConnectionIceErrorEvent.hostCandidate. RTCPeerConnectionIceErrorEvent.address o RTCPeerConnectionIceErrorEvent.port na lang ang gamitin."
|
|
52
55
|
},
|
|
56
|
+
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
57
|
+
"message": "Hindi na ginagamit ang format na ito para sa request na navigator.credentials.get() para sa mga digital na kredensyal, paki-update ang iyong call para gamitin ang bagong format."
|
|
58
|
+
},
|
|
53
59
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
54
60
|
"message": "Ang origin ng merchant at arbitrary na data mula sa canmakepayment na event ng service worker ay hindi na ginagamit at aalisin: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
55
61
|
},
|
|
@@ -200,6 +206,24 @@
|
|
|
200
206
|
"models/trace/insights/CLSCulprits.ts | worstLayoutShiftCluster": {
|
|
201
207
|
"message": "Pinakamalalang cluster ng pagbabago sa layout"
|
|
202
208
|
},
|
|
209
|
+
"models/trace/insights/Cache.ts | cacheTTL": {
|
|
210
|
+
"message": "TTL ng Cache"
|
|
211
|
+
},
|
|
212
|
+
"models/trace/insights/Cache.ts | description": {
|
|
213
|
+
"message": "Puwedeng mapabilis ng mahabang lifetime ng cache ang mga umuulit na pagbisita sa iyong page. [Matuto pa](https://web.dev/uses-long-cache-ttl/)."
|
|
214
|
+
},
|
|
215
|
+
"models/trace/insights/Cache.ts | noRequestsToCache": {
|
|
216
|
+
"message": "Walang request na may mga hindi mahusay na patakaran sa cache"
|
|
217
|
+
},
|
|
218
|
+
"models/trace/insights/Cache.ts | others": {
|
|
219
|
+
"message": "{PH1} pa"
|
|
220
|
+
},
|
|
221
|
+
"models/trace/insights/Cache.ts | requestColumn": {
|
|
222
|
+
"message": "Request"
|
|
223
|
+
},
|
|
224
|
+
"models/trace/insights/Cache.ts | title": {
|
|
225
|
+
"message": "Gumamit ng mahuhusay na lifetime ng cache"
|
|
226
|
+
},
|
|
203
227
|
"models/trace/insights/DOMSize.ts | description": {
|
|
204
228
|
"message": "Kapag malaki ang DOM, puwedeng tumaas ang tagal ng pagkalkula ng istilo at mga reflow ng layout, na nakakaapekto sa pagiging responsive ng page. Madaragdagan din ng malaking DOM ang paggamit ng memory. [Alamin kung paano iwasan ang masyadong malaking DOM](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": "Hindi naka-compress na pag-download"
|
|
259
283
|
},
|
|
260
|
-
"models/trace/insights/
|
|
284
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnDuplicatedBytes": {
|
|
285
|
+
"message": "Mga na-duplicate na byte"
|
|
286
|
+
},
|
|
287
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnSource": {
|
|
288
|
+
"message": "Source"
|
|
289
|
+
},
|
|
290
|
+
"models/trace/insights/DuplicatedJavaScript.ts | description": {
|
|
261
291
|
"message": "Alisin ang mga malaki at duplicate na module ng JavaScript sa mga bundle para mabawasan ang mga hindi kinakailangang byte na nakokonsumo ng aktibidad ng network."
|
|
262
292
|
},
|
|
263
|
-
"models/trace/insights/
|
|
264
|
-
"message": "
|
|
293
|
+
"models/trace/insights/DuplicatedJavaScript.ts | title": {
|
|
294
|
+
"message": "Na-duplicate na JavaScript"
|
|
265
295
|
},
|
|
266
296
|
"models/trace/insights/FontDisplay.ts | description": {
|
|
267
297
|
"message": "Pag-isipang itakda ang [font-display](https://developer.chrome.com/blog/font-display) sa swap o optional para tiyaking patuloy na makikita ang text. Puwede pang i-optimize ang swap para mabawasan ang mga pagbabago sa layout gamit ang [mga override sa sukatan ng font](https://developer.chrome.com/blog/font-fallbacks)."
|
|
@@ -290,6 +320,9 @@
|
|
|
290
320
|
"models/trace/insights/ForcedReflow.ts | totalReflowTime": {
|
|
291
321
|
"message": "Kabuuang tagal ng pag-reflow"
|
|
292
322
|
},
|
|
323
|
+
"models/trace/insights/ForcedReflow.ts | unattributed": {
|
|
324
|
+
"message": "Hindi na-attribute"
|
|
325
|
+
},
|
|
293
326
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
294
327
|
"message": "Kapag binawasan ang tagal ng pag-download ng mga larawan, posibleng mapahusay ang natukoy na oras ng pag-load ng page at LCP. [Matuto pa tungkol sa pag-optimize ng laki ng larawan](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 ayon sa bahagi"
|
|
403
436
|
},
|
|
437
|
+
"models/trace/insights/LegacyJavaScript.ts | columnScript": {
|
|
438
|
+
"message": "Script"
|
|
439
|
+
},
|
|
440
|
+
"models/trace/insights/LegacyJavaScript.ts | columnWastedBytes": {
|
|
441
|
+
"message": "Mga nasayang na byte"
|
|
442
|
+
},
|
|
443
|
+
"models/trace/insights/LegacyJavaScript.ts | description": {
|
|
444
|
+
"message": "Nagbibigay-daan ang mga polyfill at transform na magamit ng mga legacy na browser ang mga bagong feature ng JavaScript. Gayunpaman, marami ang hindi kinakailangan para sa mga modernong browser. Pag-isipang baguhin ang iyong proseso ng pagbuo sa JavaScript para hindi ma-transpile ang mga [Baseline](https://web.dev/articles/baseline-and-polyfills) na feature, maliban kung alam mong dapat mong masuportahan ang mga legacy na browser. [Alamin kung bakit puwedeng mag-deploy ang karamihan ng mga site ng ES6+ na code nang hindi nagta-transpile](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
445
|
+
},
|
|
446
|
+
"models/trace/insights/LegacyJavaScript.ts | title": {
|
|
447
|
+
"message": "Legacy na JavaScript"
|
|
448
|
+
},
|
|
449
|
+
"models/trace/insights/ModernHTTP.ts | description": {
|
|
450
|
+
"message": "Nag-aalok ang HTTP/2 at HTTP/3 ng maraming benepisyo kumpara sa HTTP/1.1, tulad ng multiplexing. [Matuto pa tungkol sa paggamit ng modernong HTTP](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
451
|
+
},
|
|
452
|
+
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
453
|
+
"message": "Walang request na gumamit ng 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": "Modernong HTTP"
|
|
463
|
+
},
|
|
404
464
|
"models/trace/insights/NetworkDependencyTree.ts | description": {
|
|
405
465
|
"message": "[Iwasan ang pag-chain ng mahahalagang request](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) sa pamamagitan ng pagbabawas sa haba ng mga chain, pagbabawas sa laki ng mga dina-download na resource, o pagpapaliban sa pag-download ng mga hindi kinakailangang resource para mapabilis ang pag-load ng page."
|
|
406
466
|
},
|
package/locales/fr-CA.json
CHANGED
|
@@ -47,9 +47,15 @@
|
|
|
47
47
|
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
48
|
"message": "getUserMedia() ne fonctionne plus sur les origines non s\u00e9curis\u00e9es. Pour utiliser cette fonctionnalit\u00e9, envisagez de faire passer votre application \u00e0 une origine s\u00e9curis\u00e9e, telle que HTTPS. Pour en savoir plus, consultez la page https://goo.gle/chrome-insecure-origins."
|
|
49
49
|
},
|
|
50
|
+
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
51
|
+
"message": "Le site a trouv\u00e9 une balise\u00a0<h1> entre des balises <article>, <aside>, <nav> ou <section> qui n'a pas de taille de police d\u00e9finie. La taille de ce texte d'en-t\u00eate changera prochainement dans ce navigateur. Consultez https://developer.mozilla.org/fr/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 pour en savoir plus."
|
|
52
|
+
},
|
|
50
53
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
54
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate est obsol\u00e8te. Veuillez utiliser RTCPeerConnectionIceErrorEvent.address ou RTCPeerConnectionIceErrorEvent.port \u00e0 la place."
|
|
52
55
|
},
|
|
56
|
+
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
57
|
+
"message": "Ce format pour la requ\u00eate navigator.credentials.get() pour les authentifiants num\u00e9riques est obsol\u00e8te. Veuillez mettre \u00e0 jour votre appel pour utiliser le nouveau format."
|
|
58
|
+
},
|
|
53
59
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
54
60
|
"message": "L'origine du marchand et les donn\u00e9es arbitraires de l'\u00e9v\u00e9nement de script de service canmakepayment sont obsol\u00e8tes et seront retir\u00e9es\u00a0: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
55
61
|
},
|
|
@@ -200,6 +206,24 @@
|
|
|
200
206
|
"models/trace/insights/CLSCulprits.ts | worstLayoutShiftCluster": {
|
|
201
207
|
"message": "Grappe de d\u00e9calages de la mise en page la plus mauvaise"
|
|
202
208
|
},
|
|
209
|
+
"models/trace/insights/Cache.ts | cacheTTL": {
|
|
210
|
+
"message": "Dur\u00e9e de vie du cache"
|
|
211
|
+
},
|
|
212
|
+
"models/trace/insights/Cache.ts | description": {
|
|
213
|
+
"message": "Une longue dur\u00e9e de vie du cache peut acc\u00e9l\u00e9rer les visites r\u00e9p\u00e9t\u00e9es sur votre page. [Apprenez-en plus.](https://web.dev/uses-long-cache-ttl/)"
|
|
214
|
+
},
|
|
215
|
+
"models/trace/insights/Cache.ts | noRequestsToCache": {
|
|
216
|
+
"message": "Aucune requ\u00eate avec des politiques de cache inefficaces"
|
|
217
|
+
},
|
|
218
|
+
"models/trace/insights/Cache.ts | others": {
|
|
219
|
+
"message": "{PH1}\u00a0autres"
|
|
220
|
+
},
|
|
221
|
+
"models/trace/insights/Cache.ts | requestColumn": {
|
|
222
|
+
"message": "Demande"
|
|
223
|
+
},
|
|
224
|
+
"models/trace/insights/Cache.ts | title": {
|
|
225
|
+
"message": "Utiliser des dur\u00e9es de vie de cache efficaces"
|
|
226
|
+
},
|
|
203
227
|
"models/trace/insights/DOMSize.ts | description": {
|
|
204
228
|
"message": "Un DOM volumineux peut augmenter la dur\u00e9e des calculs de style et des ajustements de la mise en page, ce qui a une incidence sur la r\u00e9activit\u00e9 des pages. Un DOM volumineux augmentera aussi l'utilisation de la m\u00e9moire. [D\u00e9couvrez comment \u00e9viter les DOM d'une taille excessive.](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": "T\u00e9l\u00e9chargement non compress\u00e9"
|
|
259
283
|
},
|
|
260
|
-
"models/trace/insights/
|
|
284
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnDuplicatedBytes": {
|
|
285
|
+
"message": "Octets dupliqu\u00e9s"
|
|
286
|
+
},
|
|
287
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnSource": {
|
|
288
|
+
"message": "Source"
|
|
289
|
+
},
|
|
290
|
+
"models/trace/insights/DuplicatedJavaScript.ts | description": {
|
|
261
291
|
"message": "Retirez les modules JavaScript volumineux et en double des ensembles pour r\u00e9duire les octets inutiles consomm\u00e9s par l'activit\u00e9 du r\u00e9seau."
|
|
262
292
|
},
|
|
263
|
-
"models/trace/insights/
|
|
264
|
-
"message": "
|
|
293
|
+
"models/trace/insights/DuplicatedJavaScript.ts | title": {
|
|
294
|
+
"message": "JavaScript dupliqu\u00e9"
|
|
265
295
|
},
|
|
266
296
|
"models/trace/insights/FontDisplay.ts | description": {
|
|
267
297
|
"message": "Pensez \u00e0 d\u00e9finir la valeur [font-display](https://developer.chrome.com/blog/font-display) \u00e0 swap ou \u00e0 optional pour vous assurer que le texte est toujours visible. swap peut \u00eatre optimis\u00e9 davantage pour att\u00e9nuer les d\u00e9calages de la mise en page avec des [remplacements de mesures des polices](https://developer.chrome.com/blog/font-fallbacks)."
|
|
@@ -290,6 +320,9 @@
|
|
|
290
320
|
"models/trace/insights/ForcedReflow.ts | totalReflowTime": {
|
|
291
321
|
"message": "Temps total d'ajustement de la mise en page"
|
|
292
322
|
},
|
|
323
|
+
"models/trace/insights/ForcedReflow.ts | unattributed": {
|
|
324
|
+
"message": "Non attribu\u00e9"
|
|
325
|
+
},
|
|
293
326
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
294
327
|
"message": "R\u00e9duire le temps de t\u00e9l\u00e9chargement des images peut am\u00e9liorer le temps de chargement de la page et du LCP. [En savoir plus sur l'optimisation de la taille des images](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 par phase"
|
|
403
436
|
},
|
|
437
|
+
"models/trace/insights/LegacyJavaScript.ts | columnScript": {
|
|
438
|
+
"message": "Script"
|
|
439
|
+
},
|
|
440
|
+
"models/trace/insights/LegacyJavaScript.ts | columnWastedBytes": {
|
|
441
|
+
"message": "Octets gaspill\u00e9s"
|
|
442
|
+
},
|
|
443
|
+
"models/trace/insights/LegacyJavaScript.ts | description": {
|
|
444
|
+
"message": "Les \u00e9mulateurs de navigateur Web et les transformations permettent aux navigateurs h\u00e9rit\u00e9s d'utiliser de nouvelles fonctionnalit\u00e9s JavaScript. Cependant, beaucoup d'entre eux ne sont pas n\u00e9cessaires pour les navigateurs modernes. Envisagez de modifier votre processus de cr\u00e9ation JavaScript pour ne pas transpiler les fonctionnalit\u00e9s [Baseline](https://web.dev/articles/baseline-and-polyfills), \u00e0 moins que vous sachiez que vous devez prendre en charge les navigateurs classiques. [D\u00e9couvrir pourquoi la plupart des sites peuvent d\u00e9ployer du code\u00a0ES6+ sans transpilation](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
445
|
+
},
|
|
446
|
+
"models/trace/insights/LegacyJavaScript.ts | title": {
|
|
447
|
+
"message": "JavaScript classique"
|
|
448
|
+
},
|
|
449
|
+
"models/trace/insights/ModernHTTP.ts | description": {
|
|
450
|
+
"message": "HTTP/2 et HTTP/3 offrent de nombreux avantages par rapport \u00e0 HTTP/1.1, comme le multiplexage. [Apprenez-en plus sur l'utilisation du protocole HTTP moderne.](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)"
|
|
451
|
+
},
|
|
452
|
+
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
453
|
+
"message": "Aucune requ\u00eate n'a utilis\u00e9 HTTP/1.1"
|
|
454
|
+
},
|
|
455
|
+
"models/trace/insights/ModernHTTP.ts | protocol": {
|
|
456
|
+
"message": "Protocole"
|
|
457
|
+
},
|
|
458
|
+
"models/trace/insights/ModernHTTP.ts | request": {
|
|
459
|
+
"message": "Demande"
|
|
460
|
+
},
|
|
461
|
+
"models/trace/insights/ModernHTTP.ts | title": {
|
|
462
|
+
"message": "HTTP moderne"
|
|
463
|
+
},
|
|
404
464
|
"models/trace/insights/NetworkDependencyTree.ts | description": {
|
|
405
465
|
"message": "[\u00c9vitez d'encha\u00eener les requ\u00eates critiques](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) en r\u00e9duisant la longueur des cha\u00eenes, en r\u00e9duisant la taille de t\u00e9l\u00e9chargement des ressources ou en diff\u00e9rant le t\u00e9l\u00e9chargement de ressources inutiles pour am\u00e9liorer le chargement des pages."
|
|
406
466
|
},
|
package/locales/fr.json
CHANGED
|
@@ -47,9 +47,15 @@
|
|
|
47
47
|
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
48
|
"message": "getUserMedia() ne fonctionne plus sur les origines non s\u00e9curis\u00e9es. Pour utiliser cette fonctionnalit\u00e9, vous devriez envisager d'utiliser une origine s\u00fbre pour votre application, par exemple HTTPS. Pour en savoir plus, consultez https://goo.gle/chrome-insecure-origins."
|
|
49
49
|
},
|
|
50
|
+
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
51
|
+
"message": "Une balise <h1> a \u00e9t\u00e9 trouv\u00e9e dans un \u00e9l\u00e9ment <article>, <aside>, <nav> ou <section> qui ne comporte pas de taille de police sp\u00e9cifi\u00e9e. La taille de ce titre sera prochainement modifi\u00e9e dans ce navigateur. Pour en savoir plus, consultez https://developer.mozilla.org/fr-FR/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 est obsol\u00e8te. Veuillez utiliser RTCPeerConnectionIceErrorEvent.address ou RTCPeerConnectionIceErrorEvent.port \u00e0 la place."
|
|
52
55
|
},
|
|
56
|
+
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
57
|
+
"message": "Ce format de demande navigator.credentials.get() pour les identifiants num\u00e9riques est obsol\u00e8te. Veuillez mettre \u00e0 jour votre appel de fa\u00e7on \u00e0 utiliser le nouveau format."
|
|
58
|
+
},
|
|
53
59
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
54
60
|
"message": "Le point de d\u00e9part du marchand et les donn\u00e9es arbitraires provenant de l'\u00e9v\u00e9nement service worker canmakepayment sont obsol\u00e8tes et seront supprim\u00e9s\u00a0: topOrigin, paymentRequestOrigin, methodData et modifiers."
|
|
55
61
|
},
|
|
@@ -200,6 +206,24 @@
|
|
|
200
206
|
"models/trace/insights/CLSCulprits.ts | worstLayoutShiftCluster": {
|
|
201
207
|
"message": "Pire cluster de d\u00e9calage de mise en page"
|
|
202
208
|
},
|
|
209
|
+
"models/trace/insights/Cache.ts | cacheTTL": {
|
|
210
|
+
"message": "Cache de la valeur TTL"
|
|
211
|
+
},
|
|
212
|
+
"models/trace/insights/Cache.ts | description": {
|
|
213
|
+
"message": "Une longue dur\u00e9e de mise en cache peut acc\u00e9l\u00e9rer les visites r\u00e9p\u00e9t\u00e9es sur votre page. [En savoir plus](https://web.dev/uses-long-cache-ttl/)"
|
|
214
|
+
},
|
|
215
|
+
"models/trace/insights/Cache.ts | noRequestsToCache": {
|
|
216
|
+
"message": "Aucune requ\u00eate avec des r\u00e8gles inefficaces li\u00e9es au cache"
|
|
217
|
+
},
|
|
218
|
+
"models/trace/insights/Cache.ts | others": {
|
|
219
|
+
"message": "{PH1}\u00a0autres"
|
|
220
|
+
},
|
|
221
|
+
"models/trace/insights/Cache.ts | requestColumn": {
|
|
222
|
+
"message": "Requ\u00eate"
|
|
223
|
+
},
|
|
224
|
+
"models/trace/insights/Cache.ts | title": {
|
|
225
|
+
"message": "Utiliser des dur\u00e9es de mise en cache efficaces"
|
|
226
|
+
},
|
|
203
227
|
"models/trace/insights/DOMSize.ts | description": {
|
|
204
228
|
"message": "Un grand DOM peut allonger la dur\u00e9e des calculs de style et des ajustements de la mise en page, ce qui impacte la r\u00e9activit\u00e9 de la page. Un grand DOM sollicite davantage la m\u00e9moire. [D\u00e9couvrez comment \u00e9viter une taille de DOM excessive.](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": "T\u00e9l\u00e9chargement non compress\u00e9"
|
|
259
283
|
},
|
|
260
|
-
"models/trace/insights/
|
|
284
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnDuplicatedBytes": {
|
|
285
|
+
"message": "Octets en double"
|
|
286
|
+
},
|
|
287
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnSource": {
|
|
288
|
+
"message": "Source"
|
|
289
|
+
},
|
|
290
|
+
"models/trace/insights/DuplicatedJavaScript.ts | description": {
|
|
261
291
|
"message": "Supprimez les modules JavaScript volumineux et en double de vos groupes pour r\u00e9duire les d\u00e9bits d'octets superflus sur le r\u00e9seau."
|
|
262
292
|
},
|
|
263
|
-
"models/trace/insights/
|
|
264
|
-
"message": "
|
|
293
|
+
"models/trace/insights/DuplicatedJavaScript.ts | title": {
|
|
294
|
+
"message": "JavaScript en double"
|
|
265
295
|
},
|
|
266
296
|
"models/trace/insights/FontDisplay.ts | description": {
|
|
267
297
|
"message": "Envisagez de d\u00e9finir [font-display](https://developer.chrome.com/blog/font-display) sur swap ou optional pour vous assurer que le texte est toujours visible. swap peut \u00eatre encore optimis\u00e9 pour att\u00e9nuer les d\u00e9calages de mise en page avec des [remplacements de m\u00e9triques de police](https://developer.chrome.com/blog/font-fallbacks)."
|
|
@@ -290,6 +320,9 @@
|
|
|
290
320
|
"models/trace/insights/ForcedReflow.ts | totalReflowTime": {
|
|
291
321
|
"message": "Temps total d'ajustement de la mise en page"
|
|
292
322
|
},
|
|
323
|
+
"models/trace/insights/ForcedReflow.ts | unattributed": {
|
|
324
|
+
"message": "Non attribu\u00e9"
|
|
325
|
+
},
|
|
293
326
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
294
327
|
"message": "R\u00e9duire le temps de t\u00e9l\u00e9chargement des images peut am\u00e9liorer le temps de chargement per\u00e7u de la page et le LCP. [En savoir plus sur l'optimisation de la taille des images](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 par phase"
|
|
403
436
|
},
|
|
437
|
+
"models/trace/insights/LegacyJavaScript.ts | columnScript": {
|
|
438
|
+
"message": "Script"
|
|
439
|
+
},
|
|
440
|
+
"models/trace/insights/LegacyJavaScript.ts | columnWastedBytes": {
|
|
441
|
+
"message": "Octets perdus"
|
|
442
|
+
},
|
|
443
|
+
"models/trace/insights/LegacyJavaScript.ts | description": {
|
|
444
|
+
"message": "Les polyfills et les transformations permettent aux anciens navigateurs d'utiliser les nouvelles fonctionnalit\u00e9s JavaScript. Dans la majorit\u00e9 des cas cependant, ils ne sont pas n\u00e9cessaires aux navigateurs r\u00e9cents. Envisagez de modifier votre processus de compilation JavaScript pour ne pas transpiler les fonctionnalit\u00e9s [Baseline](https://web.dev/articles/baseline-and-polyfills), sauf si vous savez que vous devez prendre en charge les anciens navigateurs. [D\u00e9couvrez pourquoi la plupart des sites peuvent d\u00e9ployer du code ES6+ sans transpiler.](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
445
|
+
},
|
|
446
|
+
"models/trace/insights/LegacyJavaScript.ts | title": {
|
|
447
|
+
"message": "Ancien JavaScript"
|
|
448
|
+
},
|
|
449
|
+
"models/trace/insights/ModernHTTP.ts | description": {
|
|
450
|
+
"message": "HTTP/2 et HTTP/3 offrent de nombreux avantages par rapport \u00e0 HTTP/1.1, comme le multiplexage. [En savoir plus sur l'utilisation de protocole HTTP r\u00e9cent](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)"
|
|
451
|
+
},
|
|
452
|
+
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
453
|
+
"message": "Aucune requ\u00eate n'a utilis\u00e9 HTTP/1.1"
|
|
454
|
+
},
|
|
455
|
+
"models/trace/insights/ModernHTTP.ts | protocol": {
|
|
456
|
+
"message": "Protocole"
|
|
457
|
+
},
|
|
458
|
+
"models/trace/insights/ModernHTTP.ts | request": {
|
|
459
|
+
"message": "Requ\u00eate"
|
|
460
|
+
},
|
|
461
|
+
"models/trace/insights/ModernHTTP.ts | title": {
|
|
462
|
+
"message": "HTTP r\u00e9cent"
|
|
463
|
+
},
|
|
404
464
|
"models/trace/insights/NetworkDependencyTree.ts | description": {
|
|
405
465
|
"message": "[\u00c9vitez les cha\u00eenes de requ\u00eates critiques](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains) en r\u00e9duisant la longueur des cha\u00eenes ou la taille de t\u00e9l\u00e9chargement des ressources, ou en reportant le t\u00e9l\u00e9chargement de ressources inutiles, afin d'am\u00e9liorer le chargement des pages."
|
|
406
466
|
},
|
package/locales/gl.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": "Atopou unha etiqueta <h1> dentro dunha etiqueta <article>, <aside>, <nav> ou <section> que non ti\u00f1a un tama\u00f1o de fonte especificado. Nun futuro pr\u00f3ximo, o tama\u00f1o deste texto de cabeceira vai cambiar neste navegador. Consulta https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 para obter m\u00e1is informaci\u00f3n."
|
|
52
|
+
},
|
|
50
53
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
54
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate quedou obsoleto. Mellor usa RTCPeerConnectionIceErrorEvent.address ou RTCPeerConnectionIceErrorEvent.port."
|
|
52
55
|
},
|
|
56
|
+
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
57
|
+
"message": "Este formato da solicitude navigator.credentials.get() de credenciais dixitais est\u00e1 obsoleto. Actualiza a chamada para usar o formato novo."
|
|
58
|
+
},
|
|
53
59
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
54
60
|
"message": "Os datos arbitrarios e a orixe do comerciante do evento de service worker canmakepayment quedaron obsoletos e quitaranse: topOrigin, paymentRequestOrigin, methodData e modifiers."
|
|
55
61
|
},
|
|
@@ -200,6 +206,24 @@
|
|
|
200
206
|
"models/trace/insights/CLSCulprits.ts | worstLayoutShiftCluster": {
|
|
201
207
|
"message": "Peor cl\u00faster de cambio e dese\u00f1o"
|
|
202
208
|
},
|
|
209
|
+
"models/trace/insights/Cache.ts | cacheTTL": {
|
|
210
|
+
"message": "TTL de memoria cach\u00e9"
|
|
211
|
+
},
|
|
212
|
+
"models/trace/insights/Cache.ts | description": {
|
|
213
|
+
"message": "Se a memoria cach\u00e9 ten un tempo de vida longo, p\u00f3dense acelerar as visitas repetidas \u00e1 t\u00faa p\u00e1xina. [M\u00e1is informaci\u00f3n](https://web.dev/uses-long-cache-ttl/)."
|
|
214
|
+
},
|
|
215
|
+
"models/trace/insights/Cache.ts | noRequestsToCache": {
|
|
216
|
+
"message": "Non hai ningunha solicitude con pol\u00edticas de memoria cach\u00e9 ineficientes"
|
|
217
|
+
},
|
|
218
|
+
"models/trace/insights/Cache.ts | others": {
|
|
219
|
+
"message": "{PH1} m\u00e1is"
|
|
220
|
+
},
|
|
221
|
+
"models/trace/insights/Cache.ts | requestColumn": {
|
|
222
|
+
"message": "Solicitar"
|
|
223
|
+
},
|
|
224
|
+
"models/trace/insights/Cache.ts | title": {
|
|
225
|
+
"message": "Usar tempos de vida da cach\u00e9 eficientes"
|
|
226
|
+
},
|
|
203
227
|
"models/trace/insights/DOMSize.ts | description": {
|
|
204
228
|
"message": "Un DOM de gran tama\u00f1o pode aumentar a duraci\u00f3n dos c\u00e1lculos de estilo e as redistribuci\u00f3ns do dese\u00f1o, o que afecta \u00e1 capacidade de resposta da p\u00e1xina. Este tipo de DOM tam\u00e9n incrementar\u00e1 o uso de memoria. [Consulta m\u00e1is informaci\u00f3n sobre como evitar un tama\u00f1o de DOM excesivo.](https://developer.chrome.com/docs/lighthouse/performance/dom-size/)"
|
|
205
229
|
},
|
|
@@ -257,10 +281,16 @@
|
|
|
257
281
|
"models/trace/insights/DocumentLatency.ts | uncompressedDownload": {
|
|
258
282
|
"message": "Descarga sen 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": "Orixe"
|
|
289
|
+
},
|
|
290
|
+
"models/trace/insights/DuplicatedJavaScript.ts | description": {
|
|
261
291
|
"message": "Quita os m\u00f3dulos de JavaScript grandes ou duplicados dos lotes para reducir o n\u00famero de bytes innecesarios consumidos pola actividade de rede."
|
|
262
292
|
},
|
|
263
|
-
"models/trace/insights/
|
|
293
|
+
"models/trace/insights/DuplicatedJavaScript.ts | title": {
|
|
264
294
|
"message": "JavaScript duplicado"
|
|
265
295
|
},
|
|
266
296
|
"models/trace/insights/FontDisplay.ts | description": {
|
|
@@ -290,6 +320,9 @@
|
|
|
290
320
|
"models/trace/insights/ForcedReflow.ts | totalReflowTime": {
|
|
291
321
|
"message": "Tempo total de redistribuci\u00f3n"
|
|
292
322
|
},
|
|
323
|
+
"models/trace/insights/ForcedReflow.ts | unattributed": {
|
|
324
|
+
"message": "Sen atribu\u00edr"
|
|
325
|
+
},
|
|
293
326
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
294
327
|
"message": "Se se reduce o tempo de descarga das imaxes, p\u00f3dese mellorar o tempo de carga percibido da p\u00e1xina e LCP. [M\u00e1is informaci\u00f3n sobre como optimizar o tama\u00f1o da imaxe](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": "Script"
|
|
439
|
+
},
|
|
440
|
+
"models/trace/insights/LegacyJavaScript.ts | columnWastedBytes": {
|
|
441
|
+
"message": "Bytes perdidos"
|
|
442
|
+
},
|
|
443
|
+
"models/trace/insights/LegacyJavaScript.ts | description": {
|
|
444
|
+
"message": "Os polyfill e transform permiten que os navegadores antigos usen novas funci\u00f3ns de JavaScript. A\u00ednda as\u00ed, moitos non son necesarios para os navegadores m\u00e1is modernos. Recomend\u00e1mosche que modifiques o proceso de compilaci\u00f3n de JavaScript para que non transpile as funci\u00f3ns de [Baseline](https://web.dev/articles/baseline-and-polyfills), a menos que saibas que debes admitir navegadores antigos. [Descubre por que a maior\u00eda de sitios poden po\u00f1er en funcionamento c\u00f3digo ES6+ sen transpilaci\u00f3n](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
445
|
+
},
|
|
446
|
+
"models/trace/insights/LegacyJavaScript.ts | title": {
|
|
447
|
+
"message": "JavaScript antigo"
|
|
448
|
+
},
|
|
449
|
+
"models/trace/insights/ModernHTTP.ts | description": {
|
|
450
|
+
"message": "HTTP/2 e HTTP/3 ofrecen moitas vantaxes con respecto a HTTP/1.1, por exemplo, a multiplexaci\u00f3n. [Consulta m\u00e1is informaci\u00f3n sobre como usar HTTP moderno](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
451
|
+
},
|
|
452
|
+
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
453
|
+
"message": "Ningunha solicitude usou HTTP/1.1"
|
|
454
|
+
},
|
|
455
|
+
"models/trace/insights/ModernHTTP.ts | protocol": {
|
|
456
|
+
"message": "Protocolo"
|
|
457
|
+
},
|
|
458
|
+
"models/trace/insights/ModernHTTP.ts | request": {
|
|
459
|
+
"message": "Solicitar"
|
|
460
|
+
},
|
|
461
|
+
"models/trace/insights/ModernHTTP.ts | title": {
|
|
462
|
+
"message": "HTTP moderno"
|
|
463
|
+
},
|
|
404
464
|
"models/trace/insights/NetworkDependencyTree.ts | description": {
|
|
405
465
|
"message": "[Para evitar encadear solicitudes cr\u00edticas](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains), reduce a lonxitude das cadeas ou o tama\u00f1o de descarga dos recursos, ou posp\u00f3n a descarga de recursos innecesarios para mellorar a carga da p\u00e1xina."
|
|
406
466
|
},
|
package/locales/gu.json
CHANGED
|
@@ -47,9 +47,15 @@
|
|
|
47
47
|
"generated/Deprecation.ts | GetUserMediaInsecureOrigin": {
|
|
48
48
|
"message": "\u0ab9\u0ab5\u0ac7 getUserMedia() \u0a85\u0ab8\u0ac1\u0ab0\u0a95\u0acd\u0ab7\u0abf\u0aa4 \u0a91\u0ab0\u0abf\u0a9c\u0abf\u0aa8 \u0aaa\u0ab0 \u0a95\u0abe\u0aae \u0a95\u0ab0\u0aa4\u0ac1\u0a82 \u0aa8\u0aa5\u0ac0. \u0a86 \u0ab8\u0ac1\u0ab5\u0abf\u0aa7\u0abe\u0aa8\u0acb \u0a89\u0aaa\u0aaf\u0acb\u0a97 \u0a95\u0ab0\u0ab5\u0abe \u0aae\u0abe\u0a9f\u0ac7 \u0aa4\u0aae\u0abe\u0ab0\u0ac7 \u0aa4\u0aae\u0abe\u0ab0\u0ac0 \u0a8d\u0aaa\u0acd\u0ab2\u0abf\u0a95\u0ac7\u0ab6\u0aa8\u0aa8\u0ac7 HTTPS \u0a9c\u0ac7\u0ab5\u0abe \u0ab8\u0ac1\u0ab0\u0a95\u0acd\u0ab7\u0abf\u0aa4 \u0a91\u0ab0\u0abf\u0a9c\u0abf\u0aa8 \u0aaa\u0ab0 \u0ab8\u0acd\u0ab5\u0abf\u0a9a \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0ac1\u0a82 \u0ab5\u0abf\u0a9a\u0abe\u0ab0\u0ab5\u0ac1\u0a82 \u0a9c\u0acb\u0a88\u0a8f. \u0ab5\u0aa7\u0ac1 \u0ab5\u0abf\u0a97\u0aa4\u0acb \u0aae\u0abe\u0a9f\u0ac7 https://goo.gle/chrome-insecure-origins \u0a9c\u0ac1\u0a93."
|
|
49
49
|
},
|
|
50
|
+
"generated/Deprecation.ts | H1UserAgentFontSizeInSection": {
|
|
51
|
+
"message": "<article>, <aside>, <nav> \u0a85\u0aa5\u0ab5\u0abe <section>\u0aa8\u0ac0 \u0a85\u0a82\u0aa6\u0ab0 \u0a8f\u0a95 <h1> \u0a9f\u0ac5\u0a97 \u0aae\u0ab3\u0acd\u0aaf\u0acb \u0a9c\u0ac7\u0aa8\u0abe \u0aab\u0ac9\u0aa8\u0acd\u0a9f\u0aa8\u0ac1\u0a82 \u0a95\u0acb\u0a88 \u0ab8\u0acd\u0aaa\u0ab7\u0acd\u0a9f \u0a95\u0ab0\u0ac7\u0ab2\u0ac1\u0a82 \u0a95\u0aa6 \u0aa8\u0aa5\u0ac0. \u0aa8\u0a9c\u0ac0\u0a95\u0aa8\u0abe \u0aad\u0ab5\u0abf\u0ab7\u0acd\u0aaf\u0aae\u0abe\u0a82 \u0a86 \u0aac\u0acd\u0ab0\u0abe\u0a89\u0a9d\u0ab0\u0aae\u0abe\u0a82 \u0a86 \u0ab9\u0ac7\u0aa1\u0abf\u0a82\u0a97 \u0a9f\u0ac7\u0a95\u0acd\u0ab8\u0acd\u0a9f\u0aa8\u0ac1\u0a82 \u0a95\u0aa6 \u0aac\u0aa6\u0ab2\u0abe\u0ab6\u0ac7. \u0ab5\u0aa7\u0ac1 \u0aae\u0abe\u0ab9\u0abf\u0aa4\u0ac0 \u0aae\u0abe\u0a9f\u0ac7 https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 \u0a9c\u0ac1\u0a93."
|
|
52
|
+
},
|
|
50
53
|
"generated/Deprecation.ts | HostCandidateAttributeGetter": {
|
|
51
54
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate\u0aa8\u0acb \u0a89\u0aaa\u0aaf\u0acb\u0a97 \u0a9f\u0abe\u0ab3\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0acd\u0aaf\u0acb \u0a9b\u0ac7. \u0aa4\u0ac7\u0aa8\u0ac7 \u0aac\u0aa6\u0ab2\u0ac7 \u0a95\u0ac3\u0aaa\u0abe \u0a95\u0ab0\u0ac0\u0aa8\u0ac7 RTCPeerConnectionIceErrorEvent.address \u0a85\u0aa5\u0ab5\u0abe RTCPeerConnectionIceErrorEvent.port\u0aa8\u0acb \u0a89\u0aaa\u0aaf\u0acb\u0a97 \u0a95\u0ab0\u0acb."
|
|
52
55
|
},
|
|
56
|
+
"generated/Deprecation.ts | IdentityDigitalCredentials": {
|
|
57
|
+
"message": "\u0aa1\u0abf\u0a9c\u0abf\u0a9f\u0ab2 \u0a93\u0ab3\u0a96\u0aaa\u0aa4\u0acd\u0ab0\u0acb \u0aae\u0abe\u0a9f\u0ac7 navigator.credentials.get() \u0ab5\u0abf\u0aa8\u0a82\u0aa4\u0ac0 \u0aae\u0abe\u0a9f\u0ac7\u0aa8\u0ac1\u0a82 \u0a86 \u0aab\u0ac9\u0ab0\u0acd\u0aae\u0ac7\u0a9f \u0a95\u0abe\u0aaf\u0aae \u0aae\u0abe\u0a9f\u0ac7 \u0aac\u0a82\u0aa7 \u0a95\u0ab0\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0acd\u0aaf\u0ac1\u0a82 \u0a9b\u0ac7, \u0a95\u0ac3\u0aaa\u0abe \u0a95\u0ab0\u0ac0\u0aa8\u0ac7 \u0aa8\u0ab5\u0abe \u0aab\u0ac9\u0ab0\u0acd\u0aae\u0ac7\u0a9f\u0aa8\u0acb \u0a89\u0aaa\u0aaf\u0acb\u0a97 \u0a95\u0ab0\u0ab5\u0abe \u0aae\u0abe\u0a9f\u0ac7 \u0aa4\u0aae\u0abe\u0ab0\u0abe \u0a95\u0ac9\u0ab2\u0aa8\u0ac7 \u0a85\u0aaa\u0aa1\u0ac7\u0a9f \u0a95\u0ab0\u0acb."
|
|
58
|
+
},
|
|
53
59
|
"generated/Deprecation.ts | IdentityInCanMakePaymentEvent": {
|
|
54
60
|
"message": "canmakepayment \u0ab8\u0ab0\u0acd\u0ab5\u0abf\u0ab8 \u0ab5\u0ab0\u0acd\u0a95\u0ab0\u0aa8\u0ac0 \u0a87\u0ab5\u0ac7\u0aa8\u0acd\u0a9f\u0aae\u0abe\u0a82\u0aa5\u0ac0 \u0ab2\u0ac7\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ac7\u0ab2\u0acb \u0ab5\u0ac7\u0aaa\u0abe\u0ab0\u0ac0 \u0a91\u0ab0\u0abf\u0a9c\u0abf\u0aa8 \u0a85\u0aa8\u0ac7 \u0a86\u0ab0\u0acd\u0aac\u0abf\u0a9f\u0acd\u0ab0\u0ab0\u0ac0 \u0aa1\u0ac7\u0a9f\u0abe \u0a9f\u0abe\u0ab3\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0acd\u0aaf\u0acb \u0a9b\u0ac7 \u0a85\u0aa8\u0ac7 \u0aa4\u0ac7\u0aa8\u0ac7 \u0a95\u0abe\u0aa2\u0ac0 \u0aa8\u0abe\u0a96\u0ab5\u0abe\u0aae\u0abe\u0a82 \u0a86\u0ab5\u0ab6\u0ac7: topOrigin, paymentRequestOrigin, methodData, modifiers."
|
|
55
61
|
},
|
|
@@ -200,6 +206,24 @@
|
|
|
200
206
|
"models/trace/insights/CLSCulprits.ts | worstLayoutShiftCluster": {
|
|
201
207
|
"message": "\u0ab8\u0acc\u0aa5\u0ac0 \u0a96\u0ab0\u0abe\u0aac \u0ab2\u0ac7\u0a86\u0a89\u0a9f \u0ab6\u0abf\u0aab\u0acd\u0a9f \u0a95\u0acd\u0ab2\u0ab8\u0acd\u0a9f\u0ab0"
|
|
202
208
|
},
|
|
209
|
+
"models/trace/insights/Cache.ts | cacheTTL": {
|
|
210
|
+
"message": "\u0a95\u0ac5\u0ab6 \u0aae\u0ac7\u0aae\u0ab0\u0ac0 TTL"
|
|
211
|
+
},
|
|
212
|
+
"models/trace/insights/Cache.ts | description": {
|
|
213
|
+
"message": "\u0a8f\u0a95 \u0ab2\u0abe\u0a82\u0aac\u0ac0 \u0a95\u0ac5\u0ab6 \u0aae\u0ac7\u0aae\u0ab0\u0ac0 \u0ab2\u0abe\u0a87\u0aab\u0ab2\u0abe\u0a87\u0aa8\u0aa5\u0ac0 \u0aa4\u0aae\u0abe\u0ab0\u0abe \u0aaa\u0ac7\u0a9c \u0aaa\u0ab0 \u0ab5\u0abe\u0ab0\u0a82\u0ab5\u0abe\u0ab0 \u0aae\u0ac1\u0ab2\u0abe\u0a95\u0abe\u0aa4\u0acb \u0a9d\u0aa1\u0aaa\u0ac0 \u0aac\u0aa8\u0ac0 \u0ab6\u0a95\u0ac7 \u0a9b\u0ac7. [\u0ab5\u0aa7\u0ac1 \u0a9c\u0abe\u0aa3\u0acb](https://web.dev/uses-long-cache-ttl/)."
|
|
214
|
+
},
|
|
215
|
+
"models/trace/insights/Cache.ts | noRequestsToCache": {
|
|
216
|
+
"message": "\u0a85\u0a95\u0abe\u0ab0\u0acd\u0aaf\u0a95\u0acd\u0ab7\u0aae \u0a95\u0ac5\u0ab6 \u0aae\u0ac7\u0aae\u0ab0\u0ac0 \u0aaa\u0ac9\u0ab2\u0abf\u0ab8\u0ac0\u0a93 \u0aa7\u0ab0\u0abe\u0ab5\u0aa4\u0ac0 \u0a95\u0acb\u0a88 \u0ab5\u0abf\u0aa8\u0a82\u0aa4\u0ac0\u0a93 \u0aa8\u0aa5\u0ac0"
|
|
217
|
+
},
|
|
218
|
+
"models/trace/insights/Cache.ts | others": {
|
|
219
|
+
"message": "\u0a85\u0aa8\u0acd\u0aaf {PH1}"
|
|
220
|
+
},
|
|
221
|
+
"models/trace/insights/Cache.ts | requestColumn": {
|
|
222
|
+
"message": "\u0ab5\u0abf\u0aa8\u0a82\u0aa4\u0ac0 \u0a95\u0ab0\u0acb"
|
|
223
|
+
},
|
|
224
|
+
"models/trace/insights/Cache.ts | title": {
|
|
225
|
+
"message": "\u0a95\u0abe\u0ab0\u0acd\u0aaf\u0a95\u0acd\u0ab7\u0aae \u0a95\u0ac5\u0ab6 \u0aae\u0ac7\u0aae\u0ab0\u0ac0 \u0ab2\u0abe\u0a87\u0aab\u0a9f\u0abe\u0a87\u0aae\u0aa8\u0acb \u0a89\u0aaa\u0aaf\u0acb\u0a97 \u0a95\u0ab0\u0acb"
|
|
226
|
+
},
|
|
203
227
|
"models/trace/insights/DOMSize.ts | description": {
|
|
204
228
|
"message": "\u0aae\u0acb\u0a9f\u0abe DOM\u0aa8\u0ac7 \u0a95\u0abe\u0ab0\u0aa3\u0ac7 \u0ab6\u0ac8\u0ab2\u0ac0\u0aa8\u0ac0 \u0a97\u0aa3\u0aa4\u0ab0\u0ac0 \u0a85\u0aa8\u0ac7 \u0ab2\u0ac7\u0a86\u0a89\u0a9f \u0ab0\u0ac0\u0aab\u0acd\u0ab2\u0acb\u0aa8\u0ac0 \u0a85\u0ab5\u0aa7\u0abf\u0aae\u0abe\u0a82 \u0ab5\u0aa7\u0abe\u0ab0\u0acb \u0aa5\u0a88 \u0ab6\u0a95\u0ac7 \u0a9b\u0ac7, \u0a9c\u0ac7 \u0aaa\u0ac7\u0a9c\u0aa8\u0abe \u0ab0\u0abf\u0ab8\u0acd\u0aaa\u0ac9\u0aa8\u0acd\u0ab8 \u0a86\u0aaa\u0ab5\u0abe\u0aa8\u0ac0 \u0aaa\u0acd\u0ab0\u0a95\u0acd\u0ab0\u0abf\u0aaf\u0abe\u0aa8\u0ac7 \u0a85\u0ab8\u0ab0 \u0a95\u0ab0\u0ac7 \u0a9b\u0ac7. \u0aae\u0acb\u0a9f\u0ac1\u0a82 DOM \u0aae\u0ac7\u0aae\u0ab0\u0ac0\u0aa8\u0acb \u0ab5\u0aaa\u0ab0\u0abe\u0ab6 \u0aaa\u0aa3 \u0ab5\u0aa7\u0abe\u0ab0\u0ab6\u0ac7. [DOM\u0aa8\u0abe \u0ab5\u0aa7\u0ac1 \u0aaa\u0aa1\u0aa4\u0abe \u0a95\u0aa6\u0aa8\u0ac7 \u0a95\u0ac7\u0ab5\u0ac0 \u0ab0\u0ac0\u0aa4\u0ac7 \u0a9f\u0abe\u0ab3\u0ab5\u0ac1\u0a82 \u0aa4\u0ac7 \u0a9c\u0abe\u0aa3\u0acb](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": "\u0a95\u0aae\u0acd\u0aaa\u0acd\u0ab0\u0ac7\u0ab8 \u0a95\u0ab0\u0acd\u0aaf\u0abe \u0ab5\u0abf\u0aa8\u0abe \u0aa1\u0abe\u0a89\u0aa8\u0ab2\u0acb\u0aa1"
|
|
259
283
|
},
|
|
260
|
-
"models/trace/insights/
|
|
284
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnDuplicatedBytes": {
|
|
285
|
+
"message": "\u0aa1\u0ac1\u0aaa\u0acd\u0ab2\u0abf\u0a95\u0ac7\u0a9f \u0a95\u0ab0\u0ac7\u0ab2\u0ac0 \u0aac\u0abe\u0a87\u0a9f"
|
|
286
|
+
},
|
|
287
|
+
"models/trace/insights/DuplicatedJavaScript.ts | columnSource": {
|
|
288
|
+
"message": "\u0ab8\u0ac9\u0ab0\u0acd\u0ab8"
|
|
289
|
+
},
|
|
290
|
+
"models/trace/insights/DuplicatedJavaScript.ts | description": {
|
|
261
291
|
"message": "\u0aa8\u0ac7\u0a9f\u0ab5\u0ab0\u0acd\u0a95 \u0a8d\u0a95\u0acd\u0a9f\u0abf\u0ab5\u0abf\u0a9f\u0ac0 \u0aa6\u0acd\u0ab5\u0abe\u0ab0\u0abe \u0a89\u0aaa\u0aaf\u0acb\u0a97\u0aae\u0abe\u0a82 \u0ab2\u0ac7\u0ab5\u0abe\u0aa4\u0abe \u0aac\u0abf\u0aa8\u0a9c\u0ab0\u0ac2\u0ab0\u0ac0 \u0aac\u0abe\u0a87\u0a9f\u0aa8\u0ac7 \u0a98\u0a9f\u0abe\u0aa1\u0ab5\u0abe \u0aae\u0abe\u0a9f\u0ac7 \u0aac\u0a82\u0aa1\u0ab2\u0aae\u0abe\u0a82\u0aa5\u0ac0 \u0aae\u0acb\u0a9f\u0abe, \u0aa1\u0ac1\u0aaa\u0acd\u0ab2\u0abf\u0a95\u0ac7\u0a9f JavaScript \u0aae\u0ac9\u0aa1\u0acd\u0aaf\u0ac2\u0ab2 \u0a95\u0abe\u0aa2\u0ac0 \u0aa8\u0abe\u0a96\u0acb."
|
|
262
292
|
},
|
|
263
|
-
"models/trace/insights/
|
|
264
|
-
"message": "\u0aa1\u0ac1\u0aaa\u0acd\u0ab2\u0abf\u0a95\u0ac7\u0a9f JavaScript"
|
|
293
|
+
"models/trace/insights/DuplicatedJavaScript.ts | title": {
|
|
294
|
+
"message": "\u0aa1\u0ac1\u0aaa\u0acd\u0ab2\u0abf\u0a95\u0ac7\u0a9f \u0a95\u0ab0\u0ac7\u0ab2\u0ac0 JavaScript"
|
|
265
295
|
},
|
|
266
296
|
"models/trace/insights/FontDisplay.ts | description": {
|
|
267
297
|
"message": "\u0a9f\u0ac7\u0a95\u0acd\u0ab8\u0acd\u0a9f \u0ab8\u0aa4\u0aa4 \u0aa6\u0ac7\u0a96\u0abe\u0aa4\u0ac0 \u0ab0\u0ab9\u0ac7 \u0aa4\u0ac7\u0aa8\u0ac0 \u0a96\u0abe\u0aa4\u0ab0\u0ac0 \u0a95\u0ab0\u0ab5\u0abe \u0aae\u0abe\u0a9f\u0ac7 [font-display](https://developer.chrome.com/blog/font-display)\u0aa8\u0ac7 swap \u0aaa\u0ab0 \u0a95\u0ac7 optional \u0aaa\u0ab0 \u0ab8\u0ac7\u0a9f \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0ac1\u0a82 \u0ab5\u0abf\u0a9a\u0abe\u0ab0\u0acb. \u0ab2\u0ac7\u0a86\u0a89\u0a9f \u0ab6\u0abf\u0aab\u0acd\u0a9f\u0aa8\u0ac7 \u0a98\u0a9f\u0abe\u0aa1\u0ab5\u0abe \u0aae\u0abe\u0a9f\u0ac7, [\u0aab\u0ac9\u0aa8\u0acd\u0a9f \u0aae\u0ac7\u0a9f\u0acd\u0ab0\u0abf\u0a95 \u0a93\u0ab5\u0ab0\u0ab0\u0abe\u0a87\u0aa1](https://developer.chrome.com/blog/font-fallbacks)\u0aa8\u0ac0 \u0aae\u0aa6\u0aa6\u0aa5\u0ac0 swap\u0aa8\u0ac7 \u0ab5\u0aa7\u0ac1 \u0a91\u0aaa\u0acd\u0a9f\u0abf\u0aae\u0abe\u0a87\u0a9d \u0a95\u0ab0\u0ac0 \u0ab6\u0a95\u0abe\u0aaf \u0a9b\u0ac7."
|
|
@@ -290,6 +320,9 @@
|
|
|
290
320
|
"models/trace/insights/ForcedReflow.ts | totalReflowTime": {
|
|
291
321
|
"message": "\u0ab0\u0ac0\u0aab\u0acd\u0ab2\u0acb\u0aa8\u0acb \u0a95\u0ac1\u0ab2 \u0ab8\u0aae\u0aaf"
|
|
292
322
|
},
|
|
323
|
+
"models/trace/insights/ForcedReflow.ts | unattributed": {
|
|
324
|
+
"message": "\u0ab5\u0abf\u0ab6\u0ac7\u0ab7\u0aa4\u0abe \u0ab5\u0abf\u0aa8\u0abe\u0aa8\u0ac0"
|
|
325
|
+
},
|
|
293
326
|
"models/trace/insights/ImageDelivery.ts | description": {
|
|
294
327
|
"message": "\u0a9b\u0aac\u0ac0\u0a93\u0aa8\u0ac7 \u0aa1\u0abe\u0a89\u0aa8\u0ab2\u0acb\u0aa1 \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0acb \u0ab8\u0aae\u0aaf \u0a98\u0a9f\u0abe\u0aa1\u0ab5\u0abe\u0aa5\u0ac0, \u0aaa\u0ac7\u0a9c \u0a85\u0aa8\u0ac7 LCP \u0ab2\u0acb\u0aa1 \u0aa5\u0ab5\u0abe\u0aa8\u0abe, \u0a85\u0aa8\u0ac1\u0aad\u0ac2\u0aa4\u0abf \u0a95\u0ab0\u0ac7\u0ab2\u0abe \u0ab8\u0aae\u0aaf\u0aae\u0abe\u0a82 \u0ab8\u0ac1\u0aa7\u0abe\u0ab0\u0acb \u0aa5\u0a88 \u0ab6\u0a95\u0ac7 \u0a9b\u0ac7. [\u0a9b\u0aac\u0ac0\u0aa8\u0ac1\u0a82 \u0a95\u0aa6 \u0a91\u0aaa\u0acd\u0a9f\u0abf\u0aae\u0abe\u0a87\u0a9d \u0a95\u0ab0\u0ab5\u0abe \u0ab5\u0abf\u0ab6\u0ac7 \u0ab5\u0aa7\u0ac1 \u0a9c\u0abe\u0aa3\u0acb](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": "\u0aa4\u0aac\u0a95\u0acd\u0a95\u0abe \u0aae\u0ac1\u0a9c\u0aac LCP"
|
|
403
436
|
},
|
|
437
|
+
"models/trace/insights/LegacyJavaScript.ts | columnScript": {
|
|
438
|
+
"message": "\u0ab8\u0acd\u0a95\u0acd\u0ab0\u0abf\u0aaa\u0acd\u0a9f"
|
|
439
|
+
},
|
|
440
|
+
"models/trace/insights/LegacyJavaScript.ts | columnWastedBytes": {
|
|
441
|
+
"message": "\u0aac\u0a97\u0aa1\u0ac7\u0ab2\u0ac0 \u0aac\u0abe\u0a87\u0a9f"
|
|
442
|
+
},
|
|
443
|
+
"models/trace/insights/LegacyJavaScript.ts | description": {
|
|
444
|
+
"message": "Polyfill \u0a85\u0aa8\u0ac7 \u0a9f\u0acd\u0ab0\u0abe\u0aa8\u0acd\u0ab8\u0aab\u0acb\u0ab0\u0acd\u0aae \u0a9c\u0ac2\u0aa8\u0abe \u0aac\u0acd\u0ab0\u0abe\u0a89\u0a9d\u0ab0\u0aa8\u0ac7 \u0aa8\u0ab5\u0ac0 JavaScript\u0aa8\u0ac0 \u0ab8\u0ac1\u0ab5\u0abf\u0aa7\u0abe\u0a93\u0aa8\u0acb \u0a89\u0aaa\u0aaf\u0acb\u0a97 \u0a95\u0ab0\u0ab5\u0abe \u0a9a\u0abe\u0ab2\u0ac1 \u0a95\u0ab0\u0ac7 \u0a9b\u0ac7. \u0a9c\u0acb\u0a95\u0ac7, \u0a86\u0aa7\u0ac1\u0aa8\u0abf\u0a95 \u0aac\u0acd\u0ab0\u0abe\u0a89\u0a9d\u0ab0 \u0aae\u0abe\u0a9f\u0ac7 \u0a98\u0aa3\u0abe \u0a9c\u0ab0\u0ac2\u0ab0\u0ac0 \u0aa8\u0aa5\u0ac0. [\u0aac\u0ac7\u0a9d\u0ab2\u0abe\u0a87\u0aa8](https://web.dev/articles/baseline-and-polyfills) \u0ab8\u0ac1\u0ab5\u0abf\u0aa7\u0abe\u0a93\u0aa8\u0ac7 \u0a9f\u0acd\u0ab0\u0abe\u0aa8\u0acd\u0ab8\u0aaa\u0abe\u0a87\u0ab2 \u0aa8 \u0a95\u0ab0\u0ab5\u0abe \u0aae\u0abe\u0a9f\u0ac7 \u0aa4\u0aae\u0abe\u0ab0\u0ac0 JavaScript \u0aac\u0abf\u0ab2\u0acd\u0aa1 \u0aaa\u0acd\u0ab0\u0a95\u0acd\u0ab0\u0abf\u0aaf\u0abe\u0aae\u0abe\u0a82 \u0aab\u0ac7\u0ab0\u0aab\u0abe\u0ab0 \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0ac1\u0a82 \u0ab5\u0abf\u0a9a\u0abe\u0ab0\u0acb, \u0ab8\u0abf\u0ab5\u0abe\u0aaf \u0a95\u0ac7 \u0aa4\u0aae\u0aa8\u0ac7 \u0a96\u0aac\u0ab0 \u0ab9\u0acb\u0aaf \u0a95\u0ac7 \u0aa4\u0aae\u0abe\u0ab0\u0ac7 \u0a9c\u0ac2\u0aa8\u0abe \u0aac\u0acd\u0ab0\u0abe\u0a89\u0a9d\u0ab0\u0aa8\u0ac7 \u0ab8\u0aaa\u0acb\u0ab0\u0acd\u0a9f \u0a95\u0ab0\u0ab5\u0acb \u0a9c \u0a9c\u0acb\u0a88\u0a8f. [\u0aae\u0acb\u0a9f\u0abe\u0aad\u0abe\u0a97\u0aa8\u0ac0 \u0ab8\u0abe\u0a87\u0a9f \u0a9f\u0acd\u0ab0\u0abe\u0aa8\u0acd\u0ab8\u0aaa\u0abe\u0a87\u0ab2 \u0a95\u0ab0\u0acd\u0aaf\u0abe \u0ab5\u0abf\u0aa8\u0abe ES6+ \u0a95\u0acb\u0aa1 \u0a95\u0ac7\u0aae \u0ab2\u0abe\u0a97\u0ac1 \u0a95\u0ab0\u0ac0 \u0ab6\u0a95\u0ac7 \u0a9b\u0ac7 \u0aa4\u0ac7 \u0a9c\u0abe\u0aa3\u0acb](https://philipwalton.com/articles/the-state-of-es5-on-the-web/)"
|
|
445
|
+
},
|
|
446
|
+
"models/trace/insights/LegacyJavaScript.ts | title": {
|
|
447
|
+
"message": "\u0a9c\u0ac2\u0aa8\u0ac0 JavaScript"
|
|
448
|
+
},
|
|
449
|
+
"models/trace/insights/ModernHTTP.ts | description": {
|
|
450
|
+
"message": "HTTP/1.1\u0aa8\u0ac0 \u0aa4\u0ac1\u0ab2\u0aa8\u0abe\u0aae\u0abe\u0a82 HTTP/2 \u0a85\u0aa8\u0ac7 HTTP/3 \u0a98\u0aa3\u0abe \u0ab2\u0abe\u0aad \u0a86\u0aaa\u0ac7 \u0a9b\u0ac7, \u0a9c\u0ac7\u0aae \u0a95\u0ac7 \u0aae\u0ab2\u0acd\u0a9f\u0ac0\u0aaa\u0acd\u0ab2\u0ac7\u0a95\u0acd\u0ab8\u0abf\u0a82\u0a97. [\u0aae\u0ac9\u0ab0\u0acd\u0aa1\u0aa8 HTTP\u0aa8\u0acb \u0a89\u0aaa\u0aaf\u0acb\u0a97 \u0a95\u0ab0\u0ab5\u0abe \u0ab5\u0abf\u0ab6\u0ac7 \u0ab5\u0aa7\u0ac1 \u0a9c\u0abe\u0aa3\u0acb](https://developer.chrome.com/docs/lighthouse/best-practices/uses-http2/)."
|
|
451
|
+
},
|
|
452
|
+
"models/trace/insights/ModernHTTP.ts | noOldProtocolRequests": {
|
|
453
|
+
"message": "\u0a95\u0acb\u0a88 \u0ab5\u0abf\u0aa8\u0a82\u0aa4\u0ac0\u0a93\u0a8f HTTP/1.1\u0aa8\u0acb \u0a89\u0aaa\u0aaf\u0acb\u0a97 \u0a95\u0ab0\u0acd\u0aaf\u0acb \u0aa8\u0aa5\u0ac0"
|
|
454
|
+
},
|
|
455
|
+
"models/trace/insights/ModernHTTP.ts | protocol": {
|
|
456
|
+
"message": "\u0aaa\u0acd\u0ab0\u0acb\u0a9f\u0acb\u0a95\u0ac9\u0ab2"
|
|
457
|
+
},
|
|
458
|
+
"models/trace/insights/ModernHTTP.ts | request": {
|
|
459
|
+
"message": "\u0ab5\u0abf\u0aa8\u0a82\u0aa4\u0ac0 \u0a95\u0ab0\u0acb"
|
|
460
|
+
},
|
|
461
|
+
"models/trace/insights/ModernHTTP.ts | title": {
|
|
462
|
+
"message": "\u0aae\u0acb\u0aa1\u0ab0\u0acd\u0aa8 HTTP"
|
|
463
|
+
},
|
|
404
464
|
"models/trace/insights/NetworkDependencyTree.ts | description": {
|
|
405
465
|
"message": "\u0a9a\u0ac7\u0aa8\u0aa8\u0ac0 \u0ab2\u0a82\u0aac\u0abe\u0a88 \u0a98\u0a9f\u0abe\u0aa1\u0ac0\u0aa8\u0ac7, \u0ab8\u0a82\u0ab8\u0abe\u0aa7\u0aa8\u0acb\u0aa8\u0ac7 \u0aa1\u0abe\u0a89\u0aa8\u0ab2\u0acb\u0aa1 \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0abe \u0a95\u0aa6\u0aa8\u0ac7 \u0a98\u0a9f\u0abe\u0aa1\u0ac0\u0aa8\u0ac7 \u0a85\u0aa5\u0ab5\u0abe \u0aaa\u0ac7\u0a9c\u0aa8\u0ac7 \u0ab2\u0acb\u0aa1 \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0ac0 \u0aaa\u0acd\u0ab0\u0a95\u0acd\u0ab0\u0abf\u0aaf\u0abe\u0aa8\u0ac7 \u0aac\u0ab9\u0ac7\u0aa4\u0ab0 \u0aac\u0aa8\u0abe\u0ab5\u0ab5\u0abe \u0aae\u0abe\u0a9f\u0ac7 \u0aac\u0abf\u0aa8\u0a9c\u0ab0\u0ac2\u0ab0\u0ac0 \u0ab8\u0a82\u0ab8\u0abe\u0aa7\u0aa8\u0acb\u0aa8\u0ac7 \u0aa1\u0abe\u0a89\u0aa8\u0ab2\u0acb\u0aa1 \u0a95\u0ab0\u0ab5\u0abe\u0aa8\u0ac0 \u0aaa\u0acd\u0ab0\u0a95\u0acd\u0ab0\u0abf\u0aaf\u0abe\u0aa8\u0ac7 \u0aae\u0ac1\u0ab2\u0aa4\u0ab5\u0ac0 \u0ab0\u0abe\u0a96\u0ac0\u0aa8\u0ac7 [\u0aa8\u0acb\u0a82\u0aa7\u0aaa\u0abe\u0aa4\u0acd\u0ab0 \u0ab5\u0abf\u0aa8\u0a82\u0aa4\u0ac0\u0a93\u0aa8\u0ac0 \u0a9a\u0ac7\u0aa8 \u0aac\u0aa8\u0abe\u0ab5\u0ab5\u0abe\u0aa8\u0ac1\u0a82 \u0a9f\u0abe\u0ab3\u0acb](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains)."
|
|
406
466
|
},
|