lighthouse 12.8.2-dev.20251001 → 12.8.2-dev.20251003
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/core/audits/insights/insight-audit.d.ts +2 -2
- package/core/audits/insights/insight-audit.js +5 -5
- package/core/audits/insights/third-parties-insight.js +1 -1
- package/core/audits/layout-shifts.js +1 -1
- package/core/computed/metrics/cumulative-layout-shift.js +2 -2
- package/core/computed/metrics/lantern-metric.js +3 -3
- package/core/computed/page-dependency-graph.js +1 -1
- package/core/computed/trace-engine-result.js +2 -2
- package/core/gather/driver/target-manager.d.ts +1 -1
- package/core/gather/driver.d.ts +1 -1
- package/core/gather/gatherers/trace-elements.d.ts +2 -2
- package/core/gather/gatherers/trace-elements.js +9 -4
- package/core/gather/session.d.ts +1 -1
- package/core/lib/bf-cache-strings.js +10 -9
- package/core/lib/deprecations-strings.js +4 -4
- package/package.json +9 -9
- package/shared/localization/locales/ar-XB.json +0 -9
- package/shared/localization/locales/ar.json +0 -9
- package/shared/localization/locales/bg.json +0 -9
- package/shared/localization/locales/ca.json +0 -9
- package/shared/localization/locales/cs.json +0 -9
- package/shared/localization/locales/da.json +0 -9
- package/shared/localization/locales/de.json +0 -9
- package/shared/localization/locales/el.json +0 -9
- package/shared/localization/locales/en-GB.json +0 -9
- package/shared/localization/locales/en-US.json +8 -8
- package/shared/localization/locales/en-XL.json +8 -8
- package/shared/localization/locales/es-419.json +0 -9
- package/shared/localization/locales/es.json +0 -9
- package/shared/localization/locales/fi.json +0 -9
- package/shared/localization/locales/fil.json +0 -9
- package/shared/localization/locales/fr.json +0 -9
- package/shared/localization/locales/he.json +0 -9
- package/shared/localization/locales/hi.json +0 -9
- package/shared/localization/locales/hr.json +4 -13
- package/shared/localization/locales/hu.json +0 -9
- package/shared/localization/locales/id.json +0 -9
- package/shared/localization/locales/it.json +0 -9
- package/shared/localization/locales/ja.json +0 -9
- package/shared/localization/locales/ko.json +0 -9
- package/shared/localization/locales/lt.json +0 -9
- package/shared/localization/locales/lv.json +0 -9
- package/shared/localization/locales/nl.json +0 -9
- package/shared/localization/locales/no.json +0 -9
- package/shared/localization/locales/pl.json +0 -9
- package/shared/localization/locales/pt-PT.json +0 -9
- package/shared/localization/locales/pt.json +0 -9
- package/shared/localization/locales/ro.json +0 -9
- package/shared/localization/locales/ru.json +0 -9
- package/shared/localization/locales/sk.json +0 -9
- package/shared/localization/locales/sl.json +0 -9
- package/shared/localization/locales/sr-Latn.json +0 -9
- package/shared/localization/locales/sr.json +0 -9
- package/shared/localization/locales/sv.json +0 -9
- package/shared/localization/locales/ta.json +0 -9
- package/shared/localization/locales/te.json +0 -9
- package/shared/localization/locales/th.json +0 -9
- package/shared/localization/locales/tr.json +0 -9
- package/shared/localization/locales/uk.json +0 -9
- package/shared/localization/locales/vi.json +0 -9
- package/shared/localization/locales/zh-HK.json +0 -9
- package/shared/localization/locales/zh-TW.json +0 -9
- package/shared/localization/locales/zh.json +0 -9
- package/types/artifacts.d.ts +1 -1
|
@@ -2142,13 +2142,13 @@
|
|
|
2142
2142
|
"message": "Support for data: URLs in SVGUseElement is deprecated and it will be removed in the future."
|
|
2143
2143
|
},
|
|
2144
2144
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | GeolocationInsecureOrigin": {
|
|
2145
|
-
"message": "getCurrentPosition() and watchPosition() no longer work on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://
|
|
2145
|
+
"message": "getCurrentPosition() and watchPosition() no longer work on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://www.chromium.org/Home/chromium-security/deprecating-powerful-features-on-insecure-origins/ for more details."
|
|
2146
2146
|
},
|
|
2147
2147
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | GeolocationInsecureOriginDeprecatedNotRemoved": {
|
|
2148
|
-
"message": "getCurrentPosition() and watchPosition() are deprecated on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://
|
|
2148
|
+
"message": "getCurrentPosition() and watchPosition() are deprecated on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://www.chromium.org/Home/chromium-security/deprecating-powerful-features-on-insecure-origins/ for more details."
|
|
2149
2149
|
},
|
|
2150
2150
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | GetUserMediaInsecureOrigin": {
|
|
2151
|
-
"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://
|
|
2151
|
+
"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://www.chromium.org/Home/chromium-security/deprecating-powerful-features-on-insecure-origins/ for more details."
|
|
2152
2152
|
},
|
|
2153
2153
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | HostCandidateAttributeGetter": {
|
|
2154
2154
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate is deprecated. Please use RTCPeerConnectionIceErrorEvent.address or RTCPeerConnectionIceErrorEvent.port instead."
|
|
@@ -2178,7 +2178,7 @@
|
|
|
2178
2178
|
"message": "Web MIDI will ask a permission to use even if the sysex is not specified in the MIDIOptions."
|
|
2179
2179
|
},
|
|
2180
2180
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | NotificationInsecureOrigin": {
|
|
2181
|
-
"message": "The Notification API may no longer be used from insecure origins. You should consider switching your application to a secure origin, such as HTTPS. See https://
|
|
2181
|
+
"message": "The Notification API may no longer be used from insecure origins. You should consider switching your application to a secure origin, such as HTTPS. See https://www.chromium.org/Home/chromium-security/deprecating-powerful-features-on-insecure-origins/ for more details."
|
|
2182
2182
|
},
|
|
2183
2183
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | NotificationPermissionRequestedIframe": {
|
|
2184
2184
|
"message": "Permission for the Notification API may no longer be requested from a cross-origin iframe. You should consider requesting permission from a top-level frame or opening a new window instead."
|
|
@@ -2667,7 +2667,7 @@
|
|
|
2667
2667
|
"message": "CSS Selector costs"
|
|
2668
2668
|
},
|
|
2669
2669
|
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | topSelectorElapsedTime": {
|
|
2670
|
-
"message": "Top selector
|
|
2670
|
+
"message": "Top selector elapsed time"
|
|
2671
2671
|
},
|
|
2672
2672
|
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | topSelectorMatchAttempt": {
|
|
2673
2673
|
"message": "Top selector match attempt"
|
|
@@ -3047,7 +3047,7 @@
|
|
|
3047
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3048
3048
|
"message": "Pages with WebRTC cannot enter back/forward cache."
|
|
3049
3049
|
},
|
|
3050
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js |
|
|
3050
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCUsedWithCCNS": {
|
|
3051
3051
|
"message": "Back/forward cache is disabled because WebRTC has been used."
|
|
3052
3052
|
},
|
|
3053
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
@@ -3056,13 +3056,13 @@
|
|
|
3056
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3057
3057
|
"message": "Pages with WebSocket cannot enter back/forward cache."
|
|
3058
3058
|
},
|
|
3059
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js |
|
|
3059
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketUsedWithCCNS": {
|
|
3060
3060
|
"message": "Back/forward cache is disabled because WebSocket has been used."
|
|
3061
3061
|
},
|
|
3062
3062
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3063
3063
|
"message": "Pages with WebTransport cannot enter back/forward cache."
|
|
3064
3064
|
},
|
|
3065
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js |
|
|
3065
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportUsedWithCCNS": {
|
|
3066
3066
|
"message": "Back/forward cache is disabled because WebTransport has been used."
|
|
3067
3067
|
},
|
|
3068
3068
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
@@ -2142,13 +2142,13 @@
|
|
|
2142
2142
|
"message": "Ŝúp̂ṕôŕt̂ f́ôŕ d̂át̂á: ÛŔL̂ś îń ŜV́ĜÚŝéÊĺêḿêńt̂ íŝ d́êṕr̂éĉát̂éd̂ án̂d́ ît́ ŵíl̂ĺ b̂é r̂ém̂óv̂éd̂ ín̂ t́ĥé f̂út̂úr̂é."
|
|
2143
2143
|
},
|
|
2144
2144
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | GeolocationInsecureOrigin": {
|
|
2145
|
-
"message": "getCurrentPosition() âńd̂ watchPosition() ńô ĺôńĝér̂ ẃôŕk̂ ón̂ ín̂śêćûŕê ór̂íĝín̂ś. T̂ó ûśê t́ĥíŝ f́êát̂úr̂é, ŷóû śĥóûĺd̂ ćôńŝíd̂ér̂ śŵít̂ćĥín̂ǵ ŷóûŕ âṕp̂ĺîćât́îón̂ t́ô á ŝéĉúr̂é ôŕîǵîń, ŝúĉh́ âś ĤT́T̂ṔŜ. Śêé ĥt́t̂ṕŝ://
|
|
2145
|
+
"message": "getCurrentPosition() âńd̂ watchPosition() ńô ĺôńĝér̂ ẃôŕk̂ ón̂ ín̂śêćûŕê ór̂íĝín̂ś. T̂ó ûśê t́ĥíŝ f́êát̂úr̂é, ŷóû śĥóûĺd̂ ćôńŝíd̂ér̂ śŵít̂ćĥín̂ǵ ŷóûŕ âṕp̂ĺîćât́îón̂ t́ô á ŝéĉúr̂é ôŕîǵîń, ŝúĉh́ âś ĤT́T̂ṔŜ. Śêé ĥt́t̂ṕŝ://ẃŵẃ.ĉh́r̂óm̂íûḿ.ôŕĝ/H́ôḿê/ćĥŕôḿîúm̂-śêćûŕît́ŷ/d́êṕr̂éĉát̂ín̂ǵ-p̂óŵér̂f́ûĺ-f̂éât́ûŕêś-ôń-îńŝéĉúr̂é-ôŕîǵîńŝ/ f́ôŕ m̂ór̂é d̂ét̂áîĺŝ."
|
|
2146
2146
|
},
|
|
2147
2147
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | GeolocationInsecureOriginDeprecatedNotRemoved": {
|
|
2148
|
-
"message": "getCurrentPosition() âńd̂ watchPosition() ár̂é d̂ép̂ŕêćât́êd́ ôń îńŝéĉúr̂é ôŕîǵîńŝ. T́ô úŝé t̂h́îś f̂éât́ûŕê, ýôú ŝh́ôúl̂d́ ĉón̂śîd́êŕ ŝẃît́ĉh́îńĝ ýôúr̂ áp̂ṕl̂íĉát̂íôń t̂ó â śêćûŕê ór̂íĝín̂, śûćĥ áŝ H́T̂T́P̂Ś. Ŝéê h́t̂t́p̂ś://
|
|
2148
|
+
"message": "getCurrentPosition() âńd̂ watchPosition() ár̂é d̂ép̂ŕêćât́êd́ ôń îńŝéĉúr̂é ôŕîǵîńŝ. T́ô úŝé t̂h́îś f̂éât́ûŕê, ýôú ŝh́ôúl̂d́ ĉón̂śîd́êŕ ŝẃît́ĉh́îńĝ ýôúr̂ áp̂ṕl̂íĉát̂íôń t̂ó â śêćûŕê ór̂íĝín̂, śûćĥ áŝ H́T̂T́P̂Ś. Ŝéê h́t̂t́p̂ś://ŵẃŵ.ćĥŕôḿîúm̂.ór̂ǵ/Ĥóm̂é/ĉh́r̂óm̂íûḿ-ŝéĉúr̂ít̂ý/d̂ép̂ŕêćât́îńĝ-ṕôẃêŕf̂úl̂-f́êát̂úr̂éŝ-ón̂-ín̂śêćûŕê-ór̂íĝín̂ś/ f̂ór̂ ḿôŕê d́êt́âíl̂ś."
|
|
2149
2149
|
},
|
|
2150
2150
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | GetUserMediaInsecureOrigin": {
|
|
2151
|
-
"message": "getUserMedia() n̂ó l̂ón̂ǵêŕ ŵór̂ḱŝ ón̂ ín̂śêćûŕê ór̂íĝín̂ś. T̂ó ûśê t́ĥíŝ f́êát̂úr̂é, ŷóû śĥóûĺd̂ ćôńŝíd̂ér̂ śŵít̂ćĥín̂ǵ ŷóûŕ âṕp̂ĺîćât́îón̂ t́ô á ŝéĉúr̂é ôŕîǵîń, ŝúĉh́ âś ĤT́T̂ṔŜ. Śêé ĥt́t̂ṕŝ://
|
|
2151
|
+
"message": "getUserMedia() n̂ó l̂ón̂ǵêŕ ŵór̂ḱŝ ón̂ ín̂śêćûŕê ór̂íĝín̂ś. T̂ó ûśê t́ĥíŝ f́êát̂úr̂é, ŷóû śĥóûĺd̂ ćôńŝíd̂ér̂ śŵít̂ćĥín̂ǵ ŷóûŕ âṕp̂ĺîćât́îón̂ t́ô á ŝéĉúr̂é ôŕîǵîń, ŝúĉh́ âś ĤT́T̂ṔŜ. Śêé ĥt́t̂ṕŝ://ẃŵẃ.ĉh́r̂óm̂íûḿ.ôŕĝ/H́ôḿê/ćĥŕôḿîúm̂-śêćûŕît́ŷ/d́êṕr̂éĉát̂ín̂ǵ-p̂óŵér̂f́ûĺ-f̂éât́ûŕêś-ôń-îńŝéĉúr̂é-ôŕîǵîńŝ/ f́ôŕ m̂ór̂é d̂ét̂áîĺŝ."
|
|
2152
2152
|
},
|
|
2153
2153
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | HostCandidateAttributeGetter": {
|
|
2154
2154
|
"message": "RTCPeerConnectionIceErrorEvent.hostCandidate îś d̂ép̂ŕêćât́êd́. P̂ĺêáŝé ûśê RTCPeerConnectionIceErrorEvent.address ór̂ RTCPeerConnectionIceErrorEvent.port ín̂śt̂éâd́."
|
|
@@ -2178,7 +2178,7 @@
|
|
|
2178
2178
|
"message": "Ŵéb̂ ḾÎD́Î ẃîĺl̂ áŝḱ â ṕêŕm̂íŝśîón̂ t́ô úŝé êv́êń îf́ t̂h́ê śŷśêx́ îś n̂ót̂ śp̂éĉíf̂íêd́ îń t̂h́ê MIDIOptions."
|
|
2179
2179
|
},
|
|
2180
2180
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | NotificationInsecureOrigin": {
|
|
2181
|
-
"message": "T̂h́ê Ńôt́îf́îćât́îón̂ ÁP̂Í m̂áŷ ńô ĺôńĝér̂ b́ê úŝéd̂ f́r̂óm̂ ín̂śêćûŕê ór̂íĝín̂ś. Ŷóû śĥóûĺd̂ ćôńŝíd̂ér̂ śŵít̂ćĥín̂ǵ ŷóûŕ âṕp̂ĺîćât́îón̂ t́ô á ŝéĉúr̂é ôŕîǵîń, ŝúĉh́ âś ĤT́T̂ṔŜ. Śêé ĥt́t̂ṕŝ://
|
|
2181
|
+
"message": "T̂h́ê Ńôt́îf́îćât́îón̂ ÁP̂Í m̂áŷ ńô ĺôńĝér̂ b́ê úŝéd̂ f́r̂óm̂ ín̂śêćûŕê ór̂íĝín̂ś. Ŷóû śĥóûĺd̂ ćôńŝíd̂ér̂ śŵít̂ćĥín̂ǵ ŷóûŕ âṕp̂ĺîćât́îón̂ t́ô á ŝéĉúr̂é ôŕîǵîń, ŝúĉh́ âś ĤT́T̂ṔŜ. Śêé ĥt́t̂ṕŝ://ẃŵẃ.ĉh́r̂óm̂íûḿ.ôŕĝ/H́ôḿê/ćĥŕôḿîúm̂-śêćûŕît́ŷ/d́êṕr̂éĉát̂ín̂ǵ-p̂óŵér̂f́ûĺ-f̂éât́ûŕêś-ôń-îńŝéĉúr̂é-ôŕîǵîńŝ/ f́ôŕ m̂ór̂é d̂ét̂áîĺŝ."
|
|
2182
2182
|
},
|
|
2183
2183
|
"node_modules/@paulirish/trace_engine/generated/Deprecation.js | NotificationPermissionRequestedIframe": {
|
|
2184
2184
|
"message": "P̂ér̂ḿîśŝíôń f̂ór̂ t́ĥé N̂ót̂íf̂íĉát̂íôń ÂṔÎ ḿâý n̂ó l̂ón̂ǵêŕ b̂é r̂éq̂úêśt̂éd̂ f́r̂óm̂ á ĉŕôśŝ-ór̂íĝín̂ íf̂ŕâḿê. Ýôú ŝh́ôúl̂d́ ĉón̂śîd́êŕ r̂éq̂úêśt̂ín̂ǵ p̂ér̂ḿîśŝíôń f̂ŕôḿ â t́ôṕ-l̂év̂él̂ f́r̂ám̂é ôŕ ôṕêńîńĝ á n̂éŵ ẃîńd̂óŵ ín̂śt̂éâd́."
|
|
@@ -2667,7 +2667,7 @@
|
|
|
2667
2667
|
"message": "ĈŚŜ Śêĺêćt̂ór̂ ćôśt̂ś"
|
|
2668
2668
|
},
|
|
2669
2669
|
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | topSelectorElapsedTime": {
|
|
2670
|
-
"message": "T̂óp̂ śêĺêćt̂ór̂ él̂ás
|
|
2670
|
+
"message": "T̂óp̂ śêĺêćt̂ór̂ él̂áp̂śêd́ t̂ím̂é"
|
|
2671
2671
|
},
|
|
2672
2672
|
"node_modules/@paulirish/trace_engine/models/trace/insights/SlowCSSSelector.js | topSelectorMatchAttempt": {
|
|
2673
2673
|
"message": "T̂óp̂ śêĺêćt̂ór̂ ḿât́ĉh́ ât́t̂ém̂ṕt̂"
|
|
@@ -3047,7 +3047,7 @@
|
|
|
3047
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3048
3048
|
"message": "P̂áĝéŝ ẃît́ĥ Ẃêb́R̂T́Ĉ ćâńn̂ót̂ én̂t́êŕ b̂áĉḱ/f̂ór̂ẃâŕd̂ ćâćĥé."
|
|
3049
3049
|
},
|
|
3050
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js |
|
|
3050
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCUsedWithCCNS": {
|
|
3051
3051
|
"message": "B̂áĉḱ/f̂ór̂ẃâŕd̂ ćâćĥé îś d̂íŝáb̂ĺêd́ b̂éĉáûśê Ẃêb́R̂T́Ĉ h́âś b̂éêń ûśêd́."
|
|
3052
3052
|
},
|
|
3053
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
@@ -3056,13 +3056,13 @@
|
|
|
3056
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3057
3057
|
"message": "P̂áĝéŝ ẃît́ĥ Ẃêb́Ŝóĉḱêt́ ĉán̂ńôt́ êńt̂ér̂ b́âćk̂/f́ôŕŵár̂d́ ĉáĉh́ê."
|
|
3058
3058
|
},
|
|
3059
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js |
|
|
3059
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketUsedWithCCNS": {
|
|
3060
3060
|
"message": "B̂áĉḱ/f̂ór̂ẃâŕd̂ ćâćĥé îś d̂íŝáb̂ĺêd́ b̂éĉáûśê Ẃêb́Ŝóĉḱêt́ ĥáŝ b́êén̂ úŝéd̂."
|
|
3061
3061
|
},
|
|
3062
3062
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3063
3063
|
"message": "P̂áĝéŝ ẃît́ĥ Ẃêb́T̂ŕâńŝṕôŕt̂ ćâńn̂ót̂ én̂t́êŕ b̂áĉḱ/f̂ór̂ẃâŕd̂ ćâćĥé."
|
|
3064
3064
|
},
|
|
3065
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js |
|
|
3065
|
+
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportUsedWithCCNS": {
|
|
3066
3066
|
"message": "B̂áĉḱ/f̂ór̂ẃâŕd̂ ćâćĥé îś d̂íŝáb̂ĺêd́ b̂éĉáûśê Ẃêb́T̂ŕâńŝṕôŕt̂ h́âś b̂éêń ûśêd́."
|
|
3067
3067
|
},
|
|
3068
3068
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "Las páginas con WebRTC no son aptas para el almacenamiento en la memoria caché atrás/adelante."
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "Se inhabilitó la Memoria caché atrás/adelante porque se usó WebRTC."
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "Las páginas que utilizan WebShare no son aptas para el almacenamiento en la memoria caché atrás/adelante actualmente."
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "Las páginas con WebSocket no son aptas para el almacenamiento en la memoria caché atrás/adelante."
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "Se inhabilitó la Memoria caché atrás/adelante porque se usó WebSocket."
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "Las páginas con WebTransport no son aptas para el almacenamiento en la memoria caché atrás/adelante."
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "Se inhabilitó la Memoria caché atrás/adelante porque se usó WebTransport."
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "Las páginas que utilizan WebXR no son aptas para el almacenamiento en la memoria caché atrás/adelante actualmente."
|
|
3067
3058
|
},
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "Las páginas con WebRTC no pueden acceder a la caché de páginas completas."
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "La caché de páginas completas está inhabilitada porque se ha usado WebRTC."
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "Las páginas que usan WebShare por el momento no pueden utilizar la caché de páginas completas."
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "Las páginas con WebSocket no pueden acceder a la caché de páginas completas."
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "La caché de páginas completas está inhabilitada porque se ha usado WebSocket."
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "Las páginas con WebTransport no pueden acceder a la caché de páginas completas."
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "La caché de páginas completas está inhabilitada porque se ha usado WebTransport."
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "Las páginas que usan WebXR por el momento no pueden utilizar la caché de páginas completas."
|
|
3067
3058
|
},
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "WebRTC:tä käyttävät sivut eivät voi käyttää siirtymisvälimuistia."
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "Siirtymisvälimuisti on poistettu käytöstä, koska WebRTC:tä on käytetty."
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "WebSharea käyttävät sivut eivät voi tällä hetkellä käyttää siirtymisvälimuistia."
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "WebSocketia käyttävät sivut eivät voi käyttää siirtymisvälimuistia."
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "Siirtymisvälimuisti on poistettu käytöstä, koska WebSocketia on käytetty."
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "WebTransportia käyttävät sivut eivät voi käyttää siirtymisvälimuistia."
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "Siirtymisvälimuisti on poistettu käytöstä, koska WebTransportia on käytetty."
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "WebXR:ää käyttävät sivut eivät voi tällä hetkellä käyttää siirtymisvälimuistia."
|
|
3067
3058
|
},
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "Hindi puwedeng pumasok sa back/forward cache ang mga page na may WebRTC."
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "Naka-disable ang back/forward cache dahil ginamit ang WebRTC."
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "Kasalukuyang hindi kwalipikado para sa back/forward cache ang mga page na gumagamit ng WebShare."
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "Hindi puwedeng pumasok sa back/forward cache ang mga page na may WebSocket."
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "Naka-disable ang back/forward cache dahil ginamit ang WebSocket."
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "Hindi puwedeng pumasok sa back/forward cache ang mga page na may WebTransport."
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "Naka-disable ang back/forward cache dahil ginamit ang WebTransport."
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "Kasalukuyang hindi kwalipikado para sa back/forward cache ang mga page na gumagamit ng WebXR."
|
|
3067
3058
|
},
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "Les pages avec WebRTC ne peuvent pas être incluses dans le cache amélioré."
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "Le cache amélioré est désactivé, car WebRTC a été utilisé."
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "Les pages qui utilisent WebShare ne sont actuellement pas éligibles au cache amélioré."
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "Les pages avec WebSocket ne peuvent pas être incluses dans le cache amélioré."
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "Le cache amélioré est désactivé, car WebSocket a été utilisé."
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "Les pages avec WebTransport ne sont pas éligibles au cache amélioré."
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "Le cache amélioré est désactivé, car WebTransport a été utilisé."
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "Les pages qui utilisent WebXR ne sont actuellement pas éligibles au cache amélioré."
|
|
3067
3058
|
},
|
|
@@ -3041,24 +3041,15 @@
|
|
|
3041
3041
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3042
3042
|
"message": "אי אפשר לשמור דפים עם WebRTC במטמון לדף הקודם/הבא."
|
|
3043
3043
|
},
|
|
3044
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3045
|
-
"message": "התכונה 'מטמון לדף הקודם/הבא' הושבתה כי נעשה שימוש ב-WebRTC."
|
|
3046
|
-
},
|
|
3047
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3048
3045
|
"message": "בשלב זה, דפים שנעשה בהם שימוש ב-WebShare לא מתאימים לשמירה במטמון לדף הקודם/הבא."
|
|
3049
3046
|
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3051
3048
|
"message": "דפים עם WebSocket לא יכולים לעבור למטמון לדף הקודם/הבא."
|
|
3052
3049
|
},
|
|
3053
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3054
|
-
"message": "התכונה 'מטמון לדף הקודם/הבא' הושבתה כי נעשה שימוש ב-WebSocket."
|
|
3055
|
-
},
|
|
3056
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3057
3051
|
"message": "אי אפשר להוסיף דפים עם WebTransport למטמון לדף הקודם/הבא."
|
|
3058
3052
|
},
|
|
3059
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3060
|
-
"message": "התכונה 'מטמון לדף הקודם/הבא' הושבתה כי נעשה שימוש ב-WebTransport."
|
|
3061
|
-
},
|
|
3062
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3063
3054
|
"message": "בשלב זה, דפים שנעשה בהם שימוש ב-WebXR לא מתאימים לשמירה במטמון לדף הקודם/הבא."
|
|
3064
3055
|
},
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "WebRTC की सुविधा वाले पेज, बैक-फ़ॉरवर्ड कैश मेमोरी में सेव नहीं किए जा सकते."
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "बैक-फ़ॉरवर्ड कैश मेमोरी की सुविधा बंद है, क्योंकि WebRTC का इस्तेमाल किया जा चुका है."
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "WebShare का इस्तेमाल करने वाले पेज, फ़िलहाल बैक-फ़ॉरवर्ड कैश मेमोरी की सुविधा का इस्तेमाल नहीं कर सकते."
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "WebSocket की सुविधा वाले पेज, बैक-फ़ॉरवर्ड कैश मेमोरी में सेव नहीं किए जा सकते."
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "बैक-फ़ॉरवर्ड कैश मेमोरी की सुविधा बंद है, क्योंकि WebSocket का इस्तेमाल किया जा चुका है."
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "WebTransport की सुविधा वाले पेज, बैक-फ़ॉरवर्ड कैश मेमोरी में सेव नहीं किए जा सकते."
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "बैक-फ़ॉरवर्ड कैश मेमोरी की सुविधा बंद है, क्योंकि WebTransport का इस्तेमाल किया जा चुका है."
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "WebXR का इस्तेमाल करने वाले पेज, फ़िलहाल बैक-फ़ॉरवर्ड कैश मेमोरी की सुविधा का इस्तेमाल नहीं कर सकते."
|
|
3067
3058
|
},
|
|
@@ -2331,10 +2331,10 @@
|
|
|
2331
2331
|
"message": "Element"
|
|
2332
2332
|
},
|
|
2333
2333
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DOMSize.js | largeLayout": {
|
|
2334
|
-
"message": "Izgled (
|
|
2334
|
+
"message": "Izgled (objekata: {PH1})"
|
|
2335
2335
|
},
|
|
2336
2336
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DOMSize.js | largeStyleRecalc": {
|
|
2337
|
-
"message": "Ponovni izračun stila (
|
|
2337
|
+
"message": "Ponovni izračun stila (elemenata:{PH1})"
|
|
2338
2338
|
},
|
|
2339
2339
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DOMSize.js | maxChildren": {
|
|
2340
2340
|
"message": "Većina podređenih elemenata"
|
|
@@ -2349,7 +2349,7 @@
|
|
|
2349
2349
|
"message": "Optimizirajte veličinu DOM-a"
|
|
2350
2350
|
},
|
|
2351
2351
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DOMSize.js | topUpdatesDescription": {
|
|
2352
|
-
"message": "To su najveći događaji
|
|
2352
|
+
"message": "To su najveći događaji preračunavanja izgleda i stila. Utjecaj na izvedbu može se smanjiti pojednostavljivanjem DOM-a."
|
|
2353
2353
|
},
|
|
2354
2354
|
"node_modules/@paulirish/trace_engine/models/trace/insights/DOMSize.js | totalElements": {
|
|
2355
2355
|
"message": "Ukupan broj elemenata"
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"message": "(anonimno)"
|
|
2419
2419
|
},
|
|
2420
2420
|
"node_modules/@paulirish/trace_engine/models/trace/insights/ForcedReflow.js | description": {
|
|
2421
|
-
"message": "Do prisilnog
|
|
2421
|
+
"message": "Do prisilnog preračunavanja dolazi kad JavaScript zatraži geometrijska svojstva (kao što je offsetWidth) nakon što su stilovi poništeni promjenom stanja DOM-a. To može uzrokovati lošu izvedbu. Saznajte više o [prisilnom preračunavanju](https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing#avoid-forced-synchronous-layouts) i mogućim ublažavanjima posljedica."
|
|
2422
2422
|
},
|
|
2423
2423
|
"node_modules/@paulirish/trace_engine/models/trace/insights/ForcedReflow.js | relatedStackTrace": {
|
|
2424
2424
|
"message": "Praćenje snopa"
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "Stranice s WebRTC-om ne mogu pristupiti predmemoriranju cijele stranice"
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "Predmemoriranje cijele stranice onemogućeno je jer je upotrijebljen WebRTC."
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "Stranice koje koriste WebShare trenutačno ne ispunjavaju kriterije za predmemoriranje cijele stranice."
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "Stranice s WebSocketom ne mogu pristupiti predmemoriranju cijele stranice."
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "Predmemoriranje cijele stranice onemogućeno je jer je upotrijebljen WebSocket."
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "Stranice s WebTransportom ne mogu pristupiti predmemoriranju cijele stranice."
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "Predmemoriranje cijele stranice onemogućeno je jer je upotrijebljen WebTransport."
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "Stranice koje koriste WebXR trenutačno ne ispunjavaju kriterije za predmemoriranje cijele stranice."
|
|
3067
3058
|
},
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "A WebRTC-vel készített oldalak nem kerülhetnek az előre-vissza gyorsítótárba."
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "Az előre-vissza gyorsítótárazás le van tiltva a WebRTC használata miatt."
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "A WebShare-t használó oldalak jelenleg nem alkalmasak az előre-vissza gyorsítótárazásra."
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "A WebSocket használatával készített oldalak nem kerülhetnek az előre-vissza gyorsítótárba."
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "Az előre-vissza gyorsítótárazás le van tiltva a WebSocket használata miatt."
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "A WebTransport API-t tartalmazó oldalak nem kerülhetnek előre-vissza gyorsítótárba."
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "Az előre-vissza gyorsítótárazás le van tiltva a WebTransport használata miatt."
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "A WebXR-t használó oldalak jelenleg nem alkalmasak az előre-vissza gyorsítótárazásra."
|
|
3067
3058
|
},
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "Halaman dengan WebRTC tidak dapat disimpan dalam back-forward cache."
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "Back-forward cache dinonaktifkan karena WebRTC telah digunakan."
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "Halaman yang menggunakan WebShare saat ini tidak dapat disimpan dengan benar dalam back-forward cache."
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "Halaman dengan WebSocket tidak dapat disimpan dalam back-forward cache."
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "Back-forward cache dinonaktifkan karena WebSocket telah digunakan."
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "Halaman dengan WebTransport tidak dapat disimpan dalam back-forward cache."
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "Back-forward cache dinonaktifkan karena WebTransport telah digunakan."
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "Halaman yang menggunakan WebXR saat ini tidak dapat disimpan dengan benar dalam back-forward cache."
|
|
3067
3058
|
},
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "Le pagine con WebRTC non possono essere memorizzate nella cache back-forward."
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "La cache back-forward è stata disattivata perché è stato utilizzato WebRTC."
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "Al momento le pagine che utilizzano WebShare non possono essere memorizzate nella cache back-forward."
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "Le pagine con WebSocket non possono essere memorizzate nella cache back-forward."
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "La cache back-forward è stata disattivata perché è stato utilizzato WebSocket."
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "Le pagine con WebTransport non possono essere memorizzate nella cache back-forward."
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "La cache back-forward è stata disattivata perché è stato utilizzato WebTransport."
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "Al momento le pagine che utilizzano WebXR non possono essere memorizzate nella cache back-forward."
|
|
3067
3058
|
},
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "WebRTC を使用するページは、バックフォワード キャッシュに保存できません。"
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "バックフォワード キャッシュは、WebRTC が使用されているため無効になっています。"
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "WebShare を使用するページは、現時点ではバックフォワード キャッシュの対象になりません。"
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "WebSocket を使用するページはバックフォワード キャッシュに保存できません。"
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "バックフォワード キャッシュは、WebSocket が使用されているため無効になっています。"
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "WebTransport を使用するページはバックフォワード キャッシュに保存できません。"
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "バックフォワード キャッシュは、WebTransport が使用されているため無効になっています。"
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "WebXR を使用するページは、現時点ではバックフォワード キャッシュの対象になりません。"
|
|
3067
3058
|
},
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "WebRTC가 있는 페이지에서는 뒤로-앞으로 캐시를 시작할 수 없습니다."
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "WebRTC가 사용되었기 때문에 뒤로-앞으로 캐시가 사용 중지되었습니다."
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "WebShare를 사용하는 페이지에서는 현재 뒤로-앞으로 캐시를 사용할 수 없습니다."
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "WebSocket이 있는 페이지에서는 뒤로-앞으로 캐시를 시작할 수 없습니다."
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "WebSocket이 사용되었기 때문에 뒤로-앞으로 캐시가 사용 중지되었습니다."
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "WebTransport가 있는 페이지에서는 뒤로-앞으로 캐시를 시작할 수 없습니다."
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "WebTransport가 사용되었기 때문에 뒤로-앞으로 캐시가 사용 중지되었습니다."
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "WebXR을 사용하는 페이지에서는 현재 뒤로-앞으로 캐시를 사용할 수 없습니다."
|
|
3067
3058
|
},
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "Puslapiams su „WebRTC“ negalima taikyti ilgalaikio viso puslapio saugojimo talpykloje funkcijos."
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "Ilgalaikio viso puslapio saugojimo talpykloje funkcija išjungta, nes buvo naudojama „WebRTC“."
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "Puslapiams, kuriuose naudojama „WebShare“, šiuo metu negalima taikyti ilgalaikio viso puslapio saugojimo talpykloje funkcijos."
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "Puslapiams su „WebSocket“ negalima taikyti ilgalaikio viso puslapio saugojimo talpykloje funkcijos."
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "Ilgalaikio viso puslapio saugojimo talpykloje funkcija išjungta, nes buvo naudojama „WebSocket“."
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "Puslapiams su „WebTransport“ negalima taikyti ilgalaikio viso puslapio saugojimo talpykloje funkcijos."
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "Ilgalaikio viso puslapio saugojimo talpykloje funkcija išjungta, nes buvo naudojama „WebTransport“."
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "Puslapiams, kuriuose naudojama „WebXR“, šiuo metu negalima taikyti ilgalaikio viso puslapio saugojimo talpykloje funkcijos."
|
|
3067
3058
|
},
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "Lapas, kurās tiek izmantota saskarne WebRTC, nevar pilnīgi saglabāt kešatmiņā."
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "Pilnīga saglabāšana kešatmiņā ir atspējota, jo tika izmantots protokols WebRTC."
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "Lapas, kurās tiek izmantots starpniekserveris WebShare, pašlaik nav piemērotas pilnīgai saglabāšanai kešatmiņā."
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "Lapas, kurās tiek izmantots protokols WebSocket, nevar pilnīgi saglabāt kešatmiņā."
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "Pilnīga saglabāšana kešatmiņā ir atspējota, jo tika izmantots protokols WebSocket."
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "Lapas, kurās tiek izmantota saskarne WebTransport, nevar pilnīgi saglabāt kešatmiņā."
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "Pilnīga saglabāšana kešatmiņā ir atspējota, jo tika izmantots protokols WebTransport."
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "Lapas, kurās tiek izmantota saskarne WebXR, pašlaik nav piemērotas pilnīgai saglabāšanai kešatmiņā."
|
|
3067
3058
|
},
|
|
@@ -3044,24 +3044,15 @@
|
|
|
3044
3044
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTC": {
|
|
3045
3045
|
"message": "Pagina's met WebRTC kunnen niet worden opgeslagen in Back-Forward Cache."
|
|
3046
3046
|
},
|
|
3047
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webRTCSticky": {
|
|
3048
|
-
"message": "Back-Forward Cache is uitgezet omdat WebRTC is gebruikt."
|
|
3049
|
-
},
|
|
3050
3047
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webShare": {
|
|
3051
3048
|
"message": "Pagina's die WebShare gebruiken, komen momenteel niet in aanmerking voor Back-Forward Cache."
|
|
3052
3049
|
},
|
|
3053
3050
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocket": {
|
|
3054
3051
|
"message": "Pagina's met WebSocket kunnen niet worden opgeslagen in Back-Forward Cache."
|
|
3055
3052
|
},
|
|
3056
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webSocketSticky": {
|
|
3057
|
-
"message": "Back-Forward Cache is uitgezet omdat WebSocket is gebruikt."
|
|
3058
|
-
},
|
|
3059
3053
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransport": {
|
|
3060
3054
|
"message": "Pagina's met WebTransport kunnen niet worden opgeslagen in Back-Forward Cache."
|
|
3061
3055
|
},
|
|
3062
|
-
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webTransportSticky": {
|
|
3063
|
-
"message": "Back-Forward Cache is uitgezet omdat WebTransport is gebruikt."
|
|
3064
|
-
},
|
|
3065
3056
|
"node_modules/@paulirish/trace_engine/panels/application/components/BackForwardCacheStrings.js | webXR": {
|
|
3066
3057
|
"message": "Pagina's die WebXR gebruiken, komen momenteel niet in aanmerking voor Back-Forward Cache."
|
|
3067
3058
|
},
|