@paulirish/trace_engine 0.0.38 → 0.0.39
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/locales/af.json +62 -0
- package/locales/am.json +62 -0
- package/locales/ar.json +62 -0
- package/locales/as.json +62 -0
- package/locales/az.json +62 -0
- package/locales/be.json +62 -0
- package/locales/bg.json +62 -0
- package/locales/bn.json +62 -0
- package/locales/bs.json +62 -0
- package/locales/ca.json +62 -0
- package/locales/cs.json +62 -0
- package/locales/cy.json +62 -0
- package/locales/da.json +62 -0
- package/locales/de.json +62 -0
- package/locales/el.json +62 -0
- package/locales/en-GB.json +62 -0
- package/locales/en-US.json +68 -0
- package/locales/en-XL.json +68 -0
- package/locales/es-419.json +62 -0
- package/locales/es.json +62 -0
- package/locales/et.json +62 -0
- package/locales/eu.json +62 -0
- package/locales/fa.json +62 -0
- package/locales/fi.json +62 -0
- package/locales/fil.json +62 -0
- package/locales/fr-CA.json +62 -0
- package/locales/fr.json +62 -0
- package/locales/gl.json +62 -0
- package/locales/gu.json +62 -0
- package/locales/he.json +62 -0
- package/locales/hi.json +62 -0
- package/locales/hr.json +62 -0
- package/locales/hu.json +62 -0
- package/locales/hy.json +62 -0
- package/locales/id.json +62 -0
- package/locales/is.json +62 -0
- package/locales/it.json +62 -0
- package/locales/ja.json +62 -0
- package/locales/ka.json +62 -0
- package/locales/kk.json +62 -0
- package/locales/km.json +62 -0
- package/locales/kn.json +62 -0
- package/locales/ko.json +62 -0
- package/locales/ky.json +62 -0
- package/locales/lo.json +62 -0
- package/locales/lt.json +62 -0
- package/locales/lv.json +62 -0
- package/locales/mk.json +62 -0
- package/locales/ml.json +62 -0
- package/locales/mn.json +62 -0
- package/locales/mr.json +62 -0
- package/locales/ms.json +62 -0
- package/locales/my.json +62 -0
- package/locales/ne.json +62 -0
- package/locales/nl.json +62 -0
- package/locales/no.json +62 -0
- package/locales/or.json +62 -0
- package/locales/pa.json +62 -0
- package/locales/pl.json +62 -0
- package/locales/pt-PT.json +62 -0
- package/locales/pt.json +62 -0
- package/locales/ro.json +62 -0
- package/locales/ru.json +62 -0
- package/locales/si.json +62 -0
- package/locales/sk.json +62 -0
- package/locales/sl.json +62 -0
- package/locales/sq.json +62 -0
- package/locales/sr-Latn.json +62 -0
- package/locales/sr.json +62 -0
- package/locales/sv.json +62 -0
- package/locales/sw.json +62 -0
- package/locales/ta.json +62 -0
- package/locales/te.json +62 -0
- package/locales/th.json +62 -0
- package/locales/tr.json +62 -0
- package/locales/uk.json +62 -0
- package/locales/ur.json +62 -0
- package/locales/uz.json +62 -0
- package/locales/vi.json +62 -0
- package/locales/zh-HK.json +62 -0
- package/locales/zh-TW.json +62 -0
- package/locales/zh.json +62 -0
- package/locales/zu.json +62 -0
- package/package.json +1 -1
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"models/trace/insights/CLSCulprits.ts | description": {
|
|
3
|
+
"message": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://web.dev/articles/optimize-cls), such as elements being added, removed or their fonts changing as the page loads."
|
|
4
|
+
},
|
|
5
|
+
"models/trace/insights/CLSCulprits.ts | title": {
|
|
6
|
+
"message": "Layout shift culprits"
|
|
7
|
+
},
|
|
8
|
+
"models/trace/insights/DocumentLatency.ts | description": {
|
|
9
|
+
"message": "Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response and enabling text compression."
|
|
10
|
+
},
|
|
11
|
+
"models/trace/insights/DocumentLatency.ts | title": {
|
|
12
|
+
"message": "Document request latency"
|
|
13
|
+
},
|
|
14
|
+
"models/trace/insights/FontDisplay.ts | description": {
|
|
15
|
+
"message": "Consider setting [font-display](https://developer.chrome.com/blog/font-display) to swap or optional to ensure that text is consistently visible. swap can be further optimised to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
|
|
16
|
+
},
|
|
17
|
+
"models/trace/insights/FontDisplay.ts | title": {
|
|
18
|
+
"message": "Font display"
|
|
19
|
+
},
|
|
20
|
+
"models/trace/insights/InteractionToNextPaint.ts | description": {
|
|
21
|
+
"message": "Start investigating with the longest phase. [Delays can be minimised](https://web.dev/articles/optimize-inp#optimize_interactions). To reduce processing duration, [optimise the main-thread costs](https://web.dev/articles/optimize-long-tasks), often JS."
|
|
22
|
+
},
|
|
23
|
+
"models/trace/insights/InteractionToNextPaint.ts | title": {
|
|
24
|
+
"message": "INP by phase"
|
|
25
|
+
},
|
|
26
|
+
"models/trace/insights/LCPDiscovery.ts | description": {
|
|
27
|
+
"message": "Optimise LCP by making the LCP image [discoverable](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) from the HTML immediately and [avoiding lazy loading](https://web.dev/articles/lcp-lazy-loading)"
|
|
28
|
+
},
|
|
29
|
+
"models/trace/insights/LCPDiscovery.ts | title": {
|
|
30
|
+
"message": "LCP request discovery"
|
|
31
|
+
},
|
|
32
|
+
"models/trace/insights/LCPPhases.ts | description": {
|
|
33
|
+
"message": "Each [phase has specific improvement strategies](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
|
|
34
|
+
},
|
|
35
|
+
"models/trace/insights/LCPPhases.ts | title": {
|
|
36
|
+
"message": "LCP by phase"
|
|
37
|
+
},
|
|
38
|
+
"models/trace/insights/RenderBlocking.ts | description": {
|
|
39
|
+
"message": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) can move these network requests out of the critical path."
|
|
40
|
+
},
|
|
41
|
+
"models/trace/insights/RenderBlocking.ts | title": {
|
|
42
|
+
"message": "Render blocking requests"
|
|
43
|
+
},
|
|
44
|
+
"models/trace/insights/SlowCSSSelector.ts | description": {
|
|
45
|
+
"message": "If Recalculate Style costs remain high, selector optimisation can reduce them. [Optimise the selectors](https://developer.chrome.com/docs/devtools/performance/selector-stats) with both a high elapsed time and high slow-path %. Simpler selectors, fewer selectors, a smaller DOM and a shallower DOM will all reduce matching costs."
|
|
46
|
+
},
|
|
47
|
+
"models/trace/insights/SlowCSSSelector.ts | title": {
|
|
48
|
+
"message": "CSS selector costs"
|
|
49
|
+
},
|
|
50
|
+
"models/trace/insights/ThirdParties.ts | description": {
|
|
51
|
+
"message": "Third-party code can significantly impact load performance. [Reduce and defer loading of third-party code](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/) to prioritise your page's content."
|
|
52
|
+
},
|
|
53
|
+
"models/trace/insights/ThirdParties.ts | title": {
|
|
54
|
+
"message": "Third parties"
|
|
55
|
+
},
|
|
56
|
+
"models/trace/insights/Viewport.ts | description": {
|
|
57
|
+
"message": "The page's viewport is not mobile-optimised, so tap interactions may be [delayed by up to 300\u00a0ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
|
|
58
|
+
},
|
|
59
|
+
"models/trace/insights/Viewport.ts | title": {
|
|
60
|
+
"message": "Viewport not optimised for mobile"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"models/trace/insights/CLSCulprits.ts | description": {
|
|
3
|
+
"message": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://web.dev/articles/optimize-cls), such as elements being added, removed, or their fonts changing as the page loads."
|
|
4
|
+
},
|
|
5
|
+
"models/trace/insights/CLSCulprits.ts | title": {
|
|
6
|
+
"message": "Layout shift culprits"
|
|
7
|
+
},
|
|
8
|
+
"models/trace/insights/DocumentLatency.ts | description": {
|
|
9
|
+
"message": "Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression."
|
|
10
|
+
},
|
|
11
|
+
"models/trace/insights/DocumentLatency.ts | title": {
|
|
12
|
+
"message": "Document request latency"
|
|
13
|
+
},
|
|
14
|
+
"models/trace/insights/FontDisplay.ts | description": {
|
|
15
|
+
"message": "Consider setting [font-display](https://developer.chrome.com/blog/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
|
|
16
|
+
},
|
|
17
|
+
"models/trace/insights/FontDisplay.ts | title": {
|
|
18
|
+
"message": "Font display"
|
|
19
|
+
},
|
|
20
|
+
"models/trace/insights/ImageDelivery.ts | description": {
|
|
21
|
+
"message": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
|
|
22
|
+
},
|
|
23
|
+
"models/trace/insights/ImageDelivery.ts | title": {
|
|
24
|
+
"message": "Improve image delivery"
|
|
25
|
+
},
|
|
26
|
+
"models/trace/insights/InteractionToNextPaint.ts | description": {
|
|
27
|
+
"message": "Start investigating with the longest phase. [Delays can be minimized](https://web.dev/articles/optimize-inp#optimize_interactions). To reduce processing duration, [optimize the main-thread costs](https://web.dev/articles/optimize-long-tasks), often JS."
|
|
28
|
+
},
|
|
29
|
+
"models/trace/insights/InteractionToNextPaint.ts | title": {
|
|
30
|
+
"message": "INP by phase"
|
|
31
|
+
},
|
|
32
|
+
"models/trace/insights/LCPDiscovery.ts | description": {
|
|
33
|
+
"message": "Optimize LCP by making the LCP image [discoverable](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) from the HTML immediately, and [avoiding lazy-loading](https://web.dev/articles/lcp-lazy-loading)"
|
|
34
|
+
},
|
|
35
|
+
"models/trace/insights/LCPDiscovery.ts | title": {
|
|
36
|
+
"message": "LCP request discovery"
|
|
37
|
+
},
|
|
38
|
+
"models/trace/insights/LCPPhases.ts | description": {
|
|
39
|
+
"message": "Each [phase has specific improvement strategies](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays."
|
|
40
|
+
},
|
|
41
|
+
"models/trace/insights/LCPPhases.ts | title": {
|
|
42
|
+
"message": "LCP by phase"
|
|
43
|
+
},
|
|
44
|
+
"models/trace/insights/RenderBlocking.ts | description": {
|
|
45
|
+
"message": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) can move these network requests out of the critical path."
|
|
46
|
+
},
|
|
47
|
+
"models/trace/insights/RenderBlocking.ts | title": {
|
|
48
|
+
"message": "Render blocking requests"
|
|
49
|
+
},
|
|
50
|
+
"models/trace/insights/SlowCSSSelector.ts | description": {
|
|
51
|
+
"message": "If Recalculate Style costs remain high, selector optimization can reduce them. [Optimize the selectors](https://developer.chrome.com/docs/devtools/performance/selector-stats) with both high elapsed time and high slow-path %. Simpler selectors, fewer selectors, a smaller DOM, and a shallower DOM will all reduce matching costs."
|
|
52
|
+
},
|
|
53
|
+
"models/trace/insights/SlowCSSSelector.ts | title": {
|
|
54
|
+
"message": "CSS Selector costs"
|
|
55
|
+
},
|
|
56
|
+
"models/trace/insights/ThirdParties.ts | description": {
|
|
57
|
+
"message": "Third party code can significantly impact load performance. [Reduce and defer loading of third party code](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/) to prioritize your page's content."
|
|
58
|
+
},
|
|
59
|
+
"models/trace/insights/ThirdParties.ts | title": {
|
|
60
|
+
"message": "Third parties"
|
|
61
|
+
},
|
|
62
|
+
"models/trace/insights/Viewport.ts | description": {
|
|
63
|
+
"message": "The page's viewport is not mobile-optimized, so tap interactions may be [delayed by up to 300\u00a0ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
|
|
64
|
+
},
|
|
65
|
+
"models/trace/insights/Viewport.ts | title": {
|
|
66
|
+
"message": "Viewport not optimized for mobile"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"models/trace/insights/CLSCulprits.ts | description": {
|
|
3
|
+
"message": "L\u0302a\u0301y\u0302o\u0301u\u0302t\u0301 s\u0302h\u0301i\u0302f\u0301t\u0302s\u0301 o\u0302c\u0301c\u0302u\u0301r\u0302 w\u0301h\u0302e\u0301n\u0302 e\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301s\u0302 m\u0301o\u0302v\u0301e\u0302 a\u0301b\u0302s\u0301e\u0302n\u0301t\u0302 a\u0301n\u0302y\u0301 u\u0302s\u0301e\u0302r\u0301 i\u0302n\u0301t\u0302e\u0301r\u0302a\u0301c\u0302t\u0301i\u0302o\u0301n\u0302. [I\u0301n\u0302v\u0301e\u0302s\u0301t\u0302i\u0301g\u0302a\u0301t\u0302e\u0301 t\u0302h\u0301e\u0302 c\u0301a\u0302u\u0301s\u0302e\u0301s\u0302 o\u0301f\u0302 l\u0301a\u0302y\u0301o\u0302u\u0301t\u0302 s\u0301h\u0302i\u0301f\u0302t\u0301s\u0302](https://web.dev/articles/optimize-cls), s\u0301u\u0302c\u0301h\u0302 a\u0301s\u0302 e\u0301l\u0302e\u0301m\u0302e\u0301n\u0302t\u0301s\u0302 b\u0301e\u0302i\u0301n\u0302g\u0301 a\u0302d\u0301d\u0302e\u0301d\u0302, r\u0301e\u0302m\u0301o\u0302v\u0301e\u0302d\u0301, o\u0302r\u0301 t\u0302h\u0301e\u0302i\u0301r\u0302 f\u0301o\u0302n\u0301t\u0302s\u0301 c\u0302h\u0301a\u0302n\u0301g\u0302i\u0301n\u0302g\u0301 a\u0302s\u0301 t\u0302h\u0301e\u0302 p\u0301a\u0302g\u0301e\u0302 l\u0301o\u0302a\u0301d\u0302s\u0301."
|
|
4
|
+
},
|
|
5
|
+
"models/trace/insights/CLSCulprits.ts | title": {
|
|
6
|
+
"message": "L\u0302a\u0301y\u0302o\u0301u\u0302t\u0301 s\u0302h\u0301i\u0302f\u0301t\u0302 c\u0301u\u0302l\u0301p\u0302r\u0301i\u0302t\u0301s\u0302"
|
|
7
|
+
},
|
|
8
|
+
"models/trace/insights/DocumentLatency.ts | description": {
|
|
9
|
+
"message": "Y\u0302o\u0301u\u0302r\u0301 f\u0302i\u0301r\u0302s\u0301t\u0302 n\u0301e\u0302t\u0301w\u0302o\u0301r\u0302k\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302 i\u0301s\u0302 t\u0301h\u0302e\u0301 m\u0302o\u0301s\u0302t\u0301 i\u0302m\u0301p\u0302o\u0301r\u0302t\u0301a\u0302n\u0301t\u0302. R\u0301e\u0302d\u0301u\u0302c\u0301e\u0302 i\u0301t\u0302s\u0301 l\u0302a\u0301t\u0302e\u0301n\u0302c\u0301y\u0302 b\u0301y\u0302 a\u0301v\u0302o\u0301i\u0302d\u0301i\u0302n\u0301g\u0302 r\u0301e\u0302d\u0301i\u0302r\u0301e\u0302c\u0301t\u0302s\u0301, e\u0302n\u0301s\u0302u\u0301r\u0302i\u0301n\u0302g\u0301 a\u0302 f\u0301a\u0302s\u0301t\u0302 s\u0301e\u0302r\u0301v\u0302e\u0301r\u0302 r\u0301e\u0302s\u0301p\u0302o\u0301n\u0302s\u0301e\u0302, a\u0301n\u0302d\u0301 e\u0302n\u0301a\u0302b\u0301l\u0302i\u0301n\u0302g\u0301 t\u0302e\u0301x\u0302t\u0301 c\u0302o\u0301m\u0302p\u0301r\u0302e\u0301s\u0302s\u0301i\u0302o\u0301n\u0302."
|
|
10
|
+
},
|
|
11
|
+
"models/trace/insights/DocumentLatency.ts | title": {
|
|
12
|
+
"message": "D\u0302o\u0301c\u0302u\u0301m\u0302e\u0301n\u0302t\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302 l\u0301a\u0302t\u0301e\u0302n\u0301c\u0302y\u0301"
|
|
13
|
+
},
|
|
14
|
+
"models/trace/insights/FontDisplay.ts | description": {
|
|
15
|
+
"message": "C\u0302o\u0301n\u0302s\u0301i\u0302d\u0301e\u0302r\u0301 s\u0302e\u0301t\u0302t\u0301i\u0302n\u0301g\u0302 [font-display](https://developer.chrome.com/blog/font-display) t\u0301o\u0302 swap o\u0301r\u0302 optional t\u0301o\u0302 e\u0301n\u0302s\u0301u\u0302r\u0301e\u0302 t\u0301e\u0302x\u0301t\u0302 i\u0301s\u0302 c\u0301o\u0302n\u0301s\u0302i\u0301s\u0302t\u0301e\u0302n\u0301t\u0302l\u0301y\u0302 v\u0301i\u0302s\u0301i\u0302b\u0301l\u0302e\u0301. swap c\u0302a\u0301n\u0302 b\u0301e\u0302 f\u0301u\u0302r\u0301t\u0302h\u0301e\u0302r\u0301 o\u0302p\u0301t\u0302i\u0301m\u0302i\u0301z\u0302e\u0301d\u0302 t\u0301o\u0302 m\u0301i\u0302t\u0301i\u0302g\u0301a\u0302t\u0301e\u0302 l\u0301a\u0302y\u0301o\u0302u\u0301t\u0302 s\u0301h\u0302i\u0301f\u0302t\u0301s\u0302 w\u0301i\u0302t\u0301h\u0302 [f\u0301o\u0302n\u0301t\u0302 m\u0301e\u0302t\u0301r\u0302i\u0301c\u0302 o\u0301v\u0302e\u0301r\u0302r\u0301i\u0302d\u0301e\u0302s\u0301](https://developer.chrome.com/blog/font-fallbacks)."
|
|
16
|
+
},
|
|
17
|
+
"models/trace/insights/FontDisplay.ts | title": {
|
|
18
|
+
"message": "F\u0302o\u0301n\u0302t\u0301 d\u0302i\u0301s\u0302p\u0301l\u0302a\u0301y\u0302"
|
|
19
|
+
},
|
|
20
|
+
"models/trace/insights/ImageDelivery.ts | description": {
|
|
21
|
+
"message": "R\u0302e\u0301d\u0302u\u0301c\u0302i\u0301n\u0302g\u0301 t\u0302h\u0301e\u0302 d\u0301o\u0302w\u0301n\u0302l\u0301o\u0302a\u0301d\u0302 t\u0301i\u0302m\u0301e\u0302 o\u0301f\u0302 i\u0301m\u0302a\u0301g\u0302e\u0301s\u0302 c\u0301a\u0302n\u0301 i\u0302m\u0301p\u0302r\u0301o\u0302v\u0301e\u0302 t\u0301h\u0302e\u0301 p\u0302e\u0301r\u0302c\u0301e\u0302i\u0301v\u0302e\u0301d\u0302 l\u0301o\u0302a\u0301d\u0302 t\u0301i\u0302m\u0301e\u0302 o\u0301f\u0302 t\u0301h\u0302e\u0301 p\u0302a\u0301g\u0302e\u0301 a\u0302n\u0301d\u0302 L\u0301C\u0302P\u0301. [L\u0302e\u0301a\u0302r\u0301n\u0302 m\u0301o\u0302r\u0301e\u0302 a\u0301b\u0302o\u0301u\u0302t\u0301 o\u0302p\u0301t\u0302i\u0301m\u0302i\u0301z\u0302i\u0301n\u0302g\u0301 i\u0302m\u0301a\u0302g\u0301e\u0302 s\u0301i\u0302z\u0301e\u0302](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)"
|
|
22
|
+
},
|
|
23
|
+
"models/trace/insights/ImageDelivery.ts | title": {
|
|
24
|
+
"message": "I\u0302m\u0301p\u0302r\u0301o\u0302v\u0301e\u0302 i\u0301m\u0302a\u0301g\u0302e\u0301 d\u0302e\u0301l\u0302i\u0301v\u0302e\u0301r\u0302y\u0301"
|
|
25
|
+
},
|
|
26
|
+
"models/trace/insights/InteractionToNextPaint.ts | description": {
|
|
27
|
+
"message": "S\u0302t\u0301a\u0302r\u0301t\u0302 i\u0301n\u0302v\u0301e\u0302s\u0301t\u0302i\u0301g\u0302a\u0301t\u0302i\u0301n\u0302g\u0301 w\u0302i\u0301t\u0302h\u0301 t\u0302h\u0301e\u0302 l\u0301o\u0302n\u0301g\u0302e\u0301s\u0302t\u0301 p\u0302h\u0301a\u0302s\u0301e\u0302. [D\u0301e\u0302l\u0301a\u0302y\u0301s\u0302 c\u0301a\u0302n\u0301 b\u0302e\u0301 m\u0302i\u0301n\u0302i\u0301m\u0302i\u0301z\u0302e\u0301d\u0302](https://web.dev/articles/optimize-inp#optimize_interactions). T\u0301o\u0302 r\u0301e\u0302d\u0301u\u0302c\u0301e\u0302 p\u0301r\u0302o\u0301c\u0302e\u0301s\u0302s\u0301i\u0302n\u0301g\u0302 d\u0301u\u0302r\u0301a\u0302t\u0301i\u0302o\u0301n\u0302, [o\u0301p\u0302t\u0301i\u0302m\u0301i\u0302z\u0301e\u0302 t\u0301h\u0302e\u0301 m\u0302a\u0301i\u0302n\u0301-t\u0302h\u0301r\u0302e\u0301a\u0302d\u0301 c\u0302o\u0301s\u0302t\u0301s\u0302](https://web.dev/articles/optimize-long-tasks), o\u0301f\u0302t\u0301e\u0302n\u0301 J\u0302S\u0301."
|
|
28
|
+
},
|
|
29
|
+
"models/trace/insights/InteractionToNextPaint.ts | title": {
|
|
30
|
+
"message": "I\u0302N\u0301P\u0302 b\u0301y\u0302 p\u0301h\u0302a\u0301s\u0302e\u0301"
|
|
31
|
+
},
|
|
32
|
+
"models/trace/insights/LCPDiscovery.ts | description": {
|
|
33
|
+
"message": "O\u0302p\u0301t\u0302i\u0301m\u0302i\u0301z\u0302e\u0301 L\u0302C\u0301P\u0302 b\u0301y\u0302 m\u0301a\u0302k\u0301i\u0302n\u0301g\u0302 t\u0301h\u0302e\u0301 L\u0302C\u0301P\u0302 i\u0301m\u0302a\u0301g\u0302e\u0301 [d\u0302i\u0301s\u0302c\u0301o\u0302v\u0301e\u0302r\u0301a\u0302b\u0301l\u0302e\u0301](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) f\u0302r\u0301o\u0302m\u0301 t\u0302h\u0301e\u0302 H\u0301T\u0302M\u0301L\u0302 i\u0301m\u0302m\u0301e\u0302d\u0301i\u0302a\u0301t\u0302e\u0301l\u0302y\u0301, a\u0302n\u0301d\u0302 [a\u0301v\u0302o\u0301i\u0302d\u0301i\u0302n\u0301g\u0302 l\u0301a\u0302z\u0301y\u0302-l\u0301o\u0302a\u0301d\u0302i\u0301n\u0302g\u0301](https://web.dev/articles/lcp-lazy-loading)"
|
|
34
|
+
},
|
|
35
|
+
"models/trace/insights/LCPDiscovery.ts | title": {
|
|
36
|
+
"message": "L\u0302C\u0301P\u0302 r\u0301e\u0302q\u0301u\u0302e\u0301s\u0302t\u0301 d\u0302i\u0301s\u0302c\u0301o\u0302v\u0301e\u0302r\u0301y\u0302"
|
|
37
|
+
},
|
|
38
|
+
"models/trace/insights/LCPPhases.ts | description": {
|
|
39
|
+
"message": "E\u0302a\u0301c\u0302h\u0301 [p\u0302h\u0301a\u0302s\u0301e\u0302 h\u0301a\u0302s\u0301 s\u0302p\u0301e\u0302c\u0301i\u0302f\u0301i\u0302c\u0301 i\u0302m\u0301p\u0302r\u0301o\u0302v\u0301e\u0302m\u0301e\u0302n\u0301t\u0302 s\u0301t\u0302r\u0301a\u0302t\u0301e\u0302g\u0301i\u0302e\u0301s\u0302](https://web.dev/articles/optimize-lcp#lcp-breakdown). I\u0301d\u0302e\u0301a\u0302l\u0301l\u0302y\u0301, m\u0302o\u0301s\u0302t\u0301 o\u0302f\u0301 t\u0302h\u0301e\u0302 L\u0301C\u0302P\u0301 t\u0302i\u0301m\u0302e\u0301 s\u0302h\u0301o\u0302u\u0301l\u0302d\u0301 b\u0302e\u0301 s\u0302p\u0301e\u0302n\u0301t\u0302 o\u0301n\u0302 l\u0301o\u0302a\u0301d\u0302i\u0301n\u0302g\u0301 t\u0302h\u0301e\u0302 r\u0301e\u0302s\u0301o\u0302u\u0301r\u0302c\u0301e\u0302s\u0301, n\u0302o\u0301t\u0302 w\u0301i\u0302t\u0301h\u0302i\u0301n\u0302 d\u0301e\u0302l\u0301a\u0302y\u0301s\u0302."
|
|
40
|
+
},
|
|
41
|
+
"models/trace/insights/LCPPhases.ts | title": {
|
|
42
|
+
"message": "L\u0302C\u0301P\u0302 b\u0301y\u0302 p\u0301h\u0302a\u0301s\u0302e\u0301"
|
|
43
|
+
},
|
|
44
|
+
"models/trace/insights/RenderBlocking.ts | description": {
|
|
45
|
+
"message": "R\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301 a\u0302r\u0301e\u0302 b\u0301l\u0302o\u0301c\u0302k\u0301i\u0302n\u0301g\u0302 t\u0301h\u0302e\u0301 p\u0302a\u0301g\u0302e\u0301's\u0302 i\u0301n\u0302i\u0301t\u0302i\u0301a\u0302l\u0301 r\u0302e\u0301n\u0302d\u0301e\u0302r\u0301, w\u0302h\u0301i\u0302c\u0301h\u0302 m\u0301a\u0302y\u0301 d\u0302e\u0301l\u0302a\u0301y\u0302 L\u0301C\u0302P\u0301. [D\u0302e\u0301f\u0302e\u0301r\u0302r\u0301i\u0302n\u0301g\u0302 o\u0301r\u0302 i\u0301n\u0302l\u0301i\u0302n\u0301i\u0302n\u0301g\u0302](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) c\u0301a\u0302n\u0301 m\u0302o\u0301v\u0302e\u0301 t\u0302h\u0301e\u0302s\u0301e\u0302 n\u0301e\u0302t\u0301w\u0302o\u0301r\u0302k\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301 o\u0302u\u0301t\u0302 o\u0301f\u0302 t\u0301h\u0302e\u0301 c\u0302r\u0301i\u0302t\u0301i\u0302c\u0301a\u0302l\u0301 p\u0302a\u0301t\u0302h\u0301."
|
|
46
|
+
},
|
|
47
|
+
"models/trace/insights/RenderBlocking.ts | title": {
|
|
48
|
+
"message": "R\u0302e\u0301n\u0302d\u0301e\u0302r\u0301 b\u0302l\u0301o\u0302c\u0301k\u0302i\u0301n\u0302g\u0301 r\u0302e\u0301q\u0302u\u0301e\u0302s\u0301t\u0302s\u0301"
|
|
49
|
+
},
|
|
50
|
+
"models/trace/insights/SlowCSSSelector.ts | description": {
|
|
51
|
+
"message": "I\u0302f\u0301 R\u0302e\u0301c\u0302a\u0301l\u0302c\u0301u\u0302l\u0301a\u0302t\u0301e\u0302 S\u0301t\u0302y\u0301l\u0302e\u0301 c\u0302o\u0301s\u0302t\u0301s\u0302 r\u0301e\u0302m\u0301a\u0302i\u0301n\u0302 h\u0301i\u0302g\u0301h\u0302, s\u0301e\u0302l\u0301e\u0302c\u0301t\u0302o\u0301r\u0302 o\u0301p\u0302t\u0301i\u0302m\u0301i\u0302z\u0301a\u0302t\u0301i\u0302o\u0301n\u0302 c\u0301a\u0302n\u0301 r\u0302e\u0301d\u0302u\u0301c\u0302e\u0301 t\u0302h\u0301e\u0302m\u0301. [O\u0302p\u0301t\u0302i\u0301m\u0302i\u0301z\u0302e\u0301 t\u0302h\u0301e\u0302 s\u0301e\u0302l\u0301e\u0302c\u0301t\u0302o\u0301r\u0302s\u0301](https://developer.chrome.com/docs/devtools/performance/selector-stats) w\u0302i\u0301t\u0302h\u0301 b\u0302o\u0301t\u0302h\u0301 h\u0302i\u0301g\u0302h\u0301 e\u0302l\u0301a\u0302p\u0301s\u0302e\u0301d\u0302 t\u0301i\u0302m\u0301e\u0302 a\u0301n\u0302d\u0301 h\u0302i\u0301g\u0302h\u0301 s\u0302l\u0301o\u0302w\u0301-p\u0302a\u0301t\u0302h\u0301 %. S\u0302i\u0301m\u0302p\u0301l\u0302e\u0301r\u0302 s\u0301e\u0302l\u0301e\u0302c\u0301t\u0302o\u0301r\u0302s\u0301, f\u0302e\u0301w\u0302e\u0301r\u0302 s\u0301e\u0302l\u0301e\u0302c\u0301t\u0302o\u0301r\u0302s\u0301, a\u0302 s\u0301m\u0302a\u0301l\u0302l\u0301e\u0302r\u0301 D\u0302O\u0301M\u0302, a\u0301n\u0302d\u0301 a\u0302 s\u0301h\u0302a\u0301l\u0302l\u0301o\u0302w\u0301e\u0302r\u0301 D\u0302O\u0301M\u0302 w\u0301i\u0302l\u0301l\u0302 a\u0301l\u0302l\u0301 r\u0302e\u0301d\u0302u\u0301c\u0302e\u0301 m\u0302a\u0301t\u0302c\u0301h\u0302i\u0301n\u0302g\u0301 c\u0302o\u0301s\u0302t\u0301s\u0302."
|
|
52
|
+
},
|
|
53
|
+
"models/trace/insights/SlowCSSSelector.ts | title": {
|
|
54
|
+
"message": "C\u0302S\u0301S\u0302 S\u0301e\u0302l\u0301e\u0302c\u0301t\u0302o\u0301r\u0302 c\u0301o\u0302s\u0301t\u0302s\u0301"
|
|
55
|
+
},
|
|
56
|
+
"models/trace/insights/ThirdParties.ts | description": {
|
|
57
|
+
"message": "T\u0302h\u0301i\u0302r\u0301d\u0302 p\u0301a\u0302r\u0301t\u0302y\u0301 c\u0302o\u0301d\u0302e\u0301 c\u0302a\u0301n\u0302 s\u0301i\u0302g\u0301n\u0302i\u0301f\u0302i\u0301c\u0302a\u0301n\u0302t\u0301l\u0302y\u0301 i\u0302m\u0301p\u0302a\u0301c\u0302t\u0301 l\u0302o\u0301a\u0302d\u0301 p\u0302e\u0301r\u0302f\u0301o\u0302r\u0301m\u0302a\u0301n\u0302c\u0301e\u0302. [R\u0301e\u0302d\u0301u\u0302c\u0301e\u0302 a\u0301n\u0302d\u0301 d\u0302e\u0301f\u0302e\u0301r\u0302 l\u0301o\u0302a\u0301d\u0302i\u0301n\u0302g\u0301 o\u0302f\u0301 t\u0302h\u0301i\u0302r\u0301d\u0302 p\u0301a\u0302r\u0301t\u0302y\u0301 c\u0302o\u0301d\u0302e\u0301](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/) t\u0302o\u0301 p\u0302r\u0301i\u0302o\u0301r\u0302i\u0301t\u0302i\u0301z\u0302e\u0301 y\u0302o\u0301u\u0302r\u0301 p\u0302a\u0301g\u0302e\u0301's\u0302 c\u0301o\u0302n\u0301t\u0302e\u0301n\u0302t\u0301."
|
|
58
|
+
},
|
|
59
|
+
"models/trace/insights/ThirdParties.ts | title": {
|
|
60
|
+
"message": "T\u0302h\u0301i\u0302r\u0301d\u0302 p\u0301a\u0302r\u0301t\u0302i\u0301e\u0302s\u0301"
|
|
61
|
+
},
|
|
62
|
+
"models/trace/insights/Viewport.ts | description": {
|
|
63
|
+
"message": "T\u0302h\u0301e\u0302 p\u0301a\u0302g\u0301e\u0302's\u0301 v\u0302i\u0301e\u0302w\u0301p\u0302o\u0301r\u0302t\u0301 i\u0302s\u0301 n\u0302o\u0301t\u0302 m\u0301o\u0302b\u0301i\u0302l\u0301e\u0302-o\u0301p\u0302t\u0301i\u0302m\u0301i\u0302z\u0301e\u0302d\u0301, s\u0302o\u0301 t\u0302a\u0301p\u0302 i\u0301n\u0302t\u0301e\u0302r\u0301a\u0302c\u0301t\u0302i\u0301o\u0302n\u0301s\u0302 m\u0301a\u0302y\u0301 b\u0302e\u0301 [d\u0302e\u0301l\u0302a\u0301y\u0302e\u0301d\u0302 b\u0301y\u0302 u\u0301p\u0302 t\u0301o\u0302 300\u00a0m\u0301s\u0302](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
|
|
64
|
+
},
|
|
65
|
+
"models/trace/insights/Viewport.ts | title": {
|
|
66
|
+
"message": "V\u0302i\u0301e\u0302w\u0301p\u0302o\u0301r\u0302t\u0301 n\u0302o\u0301t\u0302 o\u0301p\u0302t\u0301i\u0302m\u0301i\u0302z\u0301e\u0302d\u0301 f\u0302o\u0301r\u0302 m\u0301o\u0302b\u0301i\u0302l\u0301e\u0302"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"models/trace/insights/CLSCulprits.ts | description": {
|
|
3
|
+
"message": "Los cambios de dise\u00f1o ocurren cuando los elementos se mueven sin interacci\u00f3n del usuario. [Investiga las causas de los cambios de dise\u00f1o](https://web.dev/articles/optimize-cls), como elementos que se agregan o quitan, o bien cambios en sus fuentes a medida que se carga la p\u00e1gina."
|
|
4
|
+
},
|
|
5
|
+
"models/trace/insights/CLSCulprits.ts | title": {
|
|
6
|
+
"message": "Causantes del cambio de dise\u00f1o"
|
|
7
|
+
},
|
|
8
|
+
"models/trace/insights/DocumentLatency.ts | description": {
|
|
9
|
+
"message": "Tu primera solicitud de red es la m\u00e1s importante. Para reducir la latencia, evita las redirecciones, garantiza una respuesta r\u00e1pida del servidor y habilita la compresi\u00f3n de texto."
|
|
10
|
+
},
|
|
11
|
+
"models/trace/insights/DocumentLatency.ts | title": {
|
|
12
|
+
"message": "Latencia de solicitud de documentos"
|
|
13
|
+
},
|
|
14
|
+
"models/trace/insights/FontDisplay.ts | description": {
|
|
15
|
+
"message": "Te recomendamos establecer [font-display](https://developer.chrome.com/blog/font-display) en swap o optional para garantizar que el texto aparezca de forma coherente. swap se puede optimizar a\u00fan m\u00e1s para mitigar los cambios de dise\u00f1o con [anulaciones de m\u00e9tricas de fuentes](https://developer.chrome.com/blog/font-fallbacks)."
|
|
16
|
+
},
|
|
17
|
+
"models/trace/insights/FontDisplay.ts | title": {
|
|
18
|
+
"message": "Visualizaci\u00f3n de la fuente"
|
|
19
|
+
},
|
|
20
|
+
"models/trace/insights/InteractionToNextPaint.ts | description": {
|
|
21
|
+
"message": "Comienza a investigar con la fase m\u00e1s larga. [Los retrasos se pueden minimizar](https://web.dev/articles/optimize-inp#optimize_interactions). Para reducir la duraci\u00f3n del procesamiento, [optimiza los costos del subproceso principal](https://web.dev/articles/optimize-long-tasks), a menudo JS."
|
|
22
|
+
},
|
|
23
|
+
"models/trace/insights/InteractionToNextPaint.ts | title": {
|
|
24
|
+
"message": "INP por fase"
|
|
25
|
+
},
|
|
26
|
+
"models/trace/insights/LCPDiscovery.ts | description": {
|
|
27
|
+
"message": "Para optimizar el LCP, haz que la imagen del LCP sea [detectable](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) desde el HTML de inmediato y [evita la carga diferida](https://web.dev/articles/lcp-lazy-loading)"
|
|
28
|
+
},
|
|
29
|
+
"models/trace/insights/LCPDiscovery.ts | title": {
|
|
30
|
+
"message": "Descubrimiento de solicitudes de LCP"
|
|
31
|
+
},
|
|
32
|
+
"models/trace/insights/LCPPhases.ts | description": {
|
|
33
|
+
"message": "Cada [fase tiene estrategias de mejora espec\u00edficas](https://web.dev/articles/optimize-lcp#lcp-breakdown). Lo ideal es que la mayor parte del tiempo de LCP se dedique a cargar los recursos, no a los retrasos."
|
|
34
|
+
},
|
|
35
|
+
"models/trace/insights/LCPPhases.ts | title": {
|
|
36
|
+
"message": "LCP por fase"
|
|
37
|
+
},
|
|
38
|
+
"models/trace/insights/RenderBlocking.ts | description": {
|
|
39
|
+
"message": "Las solicitudes bloquean la renderizaci\u00f3n inicial de la p\u00e1gina, lo que puede retrasar el LCP. [La aparici\u00f3n diferida o intercalada](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) puede mover estas solicitudes de red fuera de la ruta cr\u00edtica."
|
|
40
|
+
},
|
|
41
|
+
"models/trace/insights/RenderBlocking.ts | title": {
|
|
42
|
+
"message": "Solicitudes de bloqueo de renderizaci\u00f3n"
|
|
43
|
+
},
|
|
44
|
+
"models/trace/insights/SlowCSSSelector.ts | description": {
|
|
45
|
+
"message": "Si los costos de recalcular el estilo siguen siendo altos, la optimizaci\u00f3n del selector puede reducirlos. [Optimiza los selectores](https://developer.chrome.com/docs/devtools/performance/selector-stats) con un tiempo transcurrido alto y un alto porcentaje de rutas lentas. Los selectores m\u00e1s simples, una cantidad menor de selectores, un DOM m\u00e1s peque\u00f1o y un DOM m\u00e1s superficial reducir\u00e1n los costos de coincidencia."
|
|
46
|
+
},
|
|
47
|
+
"models/trace/insights/SlowCSSSelector.ts | title": {
|
|
48
|
+
"message": "Costos del selector CSS"
|
|
49
|
+
},
|
|
50
|
+
"models/trace/insights/ThirdParties.ts | description": {
|
|
51
|
+
"message": "El c\u00f3digo de terceros puede reducir en gran medida el rendimiento de carga. [Reduce y aplaza la carga de c\u00f3digo de terceros](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/) para priorizar el contenido de tu p\u00e1gina."
|
|
52
|
+
},
|
|
53
|
+
"models/trace/insights/ThirdParties.ts | title": {
|
|
54
|
+
"message": "Terceros"
|
|
55
|
+
},
|
|
56
|
+
"models/trace/insights/Viewport.ts | description": {
|
|
57
|
+
"message": "El viewport no est\u00e1 optimizado para dispositivos m\u00f3viles, por lo que las interacciones de toque pueden [retrasarse hasta 300\u00a0ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
|
|
58
|
+
},
|
|
59
|
+
"models/trace/insights/Viewport.ts | title": {
|
|
60
|
+
"message": "El viewport no est\u00e1 optimizado para dispositivos m\u00f3viles"
|
|
61
|
+
}
|
|
62
|
+
}
|
package/locales/es.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"models/trace/insights/CLSCulprits.ts | description": {
|
|
3
|
+
"message": "Los cambios de dise\u00f1o se producen cuando los elementos se mueven sin que el usuario interact\u00fae con ellos. [Investiga las causas de los cambios de dise\u00f1o](https://web.dev/articles/optimize-cls), como la adici\u00f3n o eliminaci\u00f3n de elementos o el cambio de fuentes a medida que se carga la p\u00e1gina."
|
|
4
|
+
},
|
|
5
|
+
"models/trace/insights/CLSCulprits.ts | title": {
|
|
6
|
+
"message": "Causantes de los cambios de dise\u00f1o"
|
|
7
|
+
},
|
|
8
|
+
"models/trace/insights/DocumentLatency.ts | description": {
|
|
9
|
+
"message": "La primera solicitud de red es la m\u00e1s importante. Reduce la latencia evitando las redirecciones, asegur\u00e1ndote de que el servidor responda r\u00e1pido y habilitando la compresi\u00f3n de texto."
|
|
10
|
+
},
|
|
11
|
+
"models/trace/insights/DocumentLatency.ts | title": {
|
|
12
|
+
"message": "Latencia de solicitud del documento"
|
|
13
|
+
},
|
|
14
|
+
"models/trace/insights/FontDisplay.ts | description": {
|
|
15
|
+
"message": "Te recomendamos asignar el valor swap o optional a [font-display](https://developer.chrome.com/blog/font-display) para asegurarte de que el texto se vea de forma coherente. swap se puede optimizar a\u00fan m\u00e1s para mitigar los cambios de dise\u00f1o con [anulaciones de m\u00e9tricas de fuente](https://developer.chrome.com/blog/font-fallbacks)."
|
|
16
|
+
},
|
|
17
|
+
"models/trace/insights/FontDisplay.ts | title": {
|
|
18
|
+
"message": "Visualizaci\u00f3n de fuentes"
|
|
19
|
+
},
|
|
20
|
+
"models/trace/insights/InteractionToNextPaint.ts | description": {
|
|
21
|
+
"message": "Empieza a investigar por la fase m\u00e1s larga. [Se pueden minimizar los retrasos](https://web.dev/articles/optimize-inp#optimize_interactions). Para reducir el tiempo de procesamiento, [optimiza los costes del hilo principal](https://web.dev/articles/optimize-long-tasks), que suelen ser de JS."
|
|
22
|
+
},
|
|
23
|
+
"models/trace/insights/InteractionToNextPaint.ts | title": {
|
|
24
|
+
"message": "INP por fase"
|
|
25
|
+
},
|
|
26
|
+
"models/trace/insights/LCPDiscovery.ts | description": {
|
|
27
|
+
"message": "Optimiza el LCP haciendo [descubrible](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) la imagen de LCP desde el HTML directamente y [evita la carga en diferido](https://web.dev/articles/lcp-lazy-loading)"
|
|
28
|
+
},
|
|
29
|
+
"models/trace/insights/LCPDiscovery.ts | title": {
|
|
30
|
+
"message": "Descubrimiento de solicitudes de LCP"
|
|
31
|
+
},
|
|
32
|
+
"models/trace/insights/LCPPhases.ts | description": {
|
|
33
|
+
"message": "Cada [fase tiene estrategias de mejora espec\u00edficas](https://web.dev/articles/optimize-lcp#lcp-breakdown). Lo ideal es que la mayor parte del tiempo de LCP se dedique a cargar los recursos, no a los retrasos."
|
|
34
|
+
},
|
|
35
|
+
"models/trace/insights/LCPPhases.ts | title": {
|
|
36
|
+
"message": "LCP por fase"
|
|
37
|
+
},
|
|
38
|
+
"models/trace/insights/RenderBlocking.ts | description": {
|
|
39
|
+
"message": "Las solicitudes est\u00e1n bloqueando el renderizado inicial de la p\u00e1gina, lo que puede retrasar el LCP. [Si se posponen o se insertan](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/), estas solicitudes de red pueden salir de la ruta cr\u00edtica."
|
|
40
|
+
},
|
|
41
|
+
"models/trace/insights/RenderBlocking.ts | title": {
|
|
42
|
+
"message": "Solicitudes que bloquean el renderizado"
|
|
43
|
+
},
|
|
44
|
+
"models/trace/insights/SlowCSSSelector.ts | description": {
|
|
45
|
+
"message": "Si los costes de Recalcular estilo siguen siendo altos, la optimizaci\u00f3n del selector puede reducirlos. [Optimiza los selectores](https://developer.chrome.com/docs/devtools/performance/selector-stats) con alto tiempo transcurrido y alto porcentaje de ruta lenta. Selectores m\u00e1s simples, menos selectores, un DOM m\u00e1s peque\u00f1o y un DOM m\u00e1s superficial reducir\u00e1n los costes de coincidencia."
|
|
46
|
+
},
|
|
47
|
+
"models/trace/insights/SlowCSSSelector.ts | title": {
|
|
48
|
+
"message": "Costes del selector de CSS"
|
|
49
|
+
},
|
|
50
|
+
"models/trace/insights/ThirdParties.ts | description": {
|
|
51
|
+
"message": "El c\u00f3digo de terceros puede afectar mucho a la velocidad de carga. [Reduce y aplaza la carga del c\u00f3digo de terceros](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/) para priorizar el contenido de tu p\u00e1gina."
|
|
52
|
+
},
|
|
53
|
+
"models/trace/insights/ThirdParties.ts | title": {
|
|
54
|
+
"message": "Terceros"
|
|
55
|
+
},
|
|
56
|
+
"models/trace/insights/Viewport.ts | description": {
|
|
57
|
+
"message": "El viewport de la p\u00e1gina no est\u00e1 optimizado para m\u00f3viles, as\u00ed que las interacciones de toque pueden [retrasarse hasta 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
|
|
58
|
+
},
|
|
59
|
+
"models/trace/insights/Viewport.ts | title": {
|
|
60
|
+
"message": "Viewport no optimizado para m\u00f3viles"
|
|
61
|
+
}
|
|
62
|
+
}
|
package/locales/et.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"models/trace/insights/CLSCulprits.ts | description": {
|
|
3
|
+
"message": "Paigutuse nihked tekivad, kui elemendid liiguvad ilma kasutaja interaktsioonita. [Uurige paigutuse nihete p\u00f5hjusi](https://web.dev/articles/optimize-cls), nagu elementide lisamine ja eemaldamine v\u00f5i nende fontide muutumine lehe laadimise ajal."
|
|
4
|
+
},
|
|
5
|
+
"models/trace/insights/CLSCulprits.ts | title": {
|
|
6
|
+
"message": "Paigutuse nihke p\u00f5hjused"
|
|
7
|
+
},
|
|
8
|
+
"models/trace/insights/DocumentLatency.ts | description": {
|
|
9
|
+
"message": "Teie esimene v\u00f5rgup\u00e4ring on k\u00f5ige t\u00e4htsam. V\u00e4hendage selle latentsusaega, v\u00e4ltides \u00fcmbersuunamisi, tagades serveri kiire vastuse ja lubades teksti tihendamist."
|
|
10
|
+
},
|
|
11
|
+
"models/trace/insights/DocumentLatency.ts | title": {
|
|
12
|
+
"message": "Dokumendi taotluse latentsusaeg"
|
|
13
|
+
},
|
|
14
|
+
"models/trace/insights/FontDisplay.ts | description": {
|
|
15
|
+
"message": "Kaaluge seade [font-display](https://developer.chrome.com/blog/font-display) m\u00e4\u00e4ramist v\u00e4\u00e4rtusele swap v\u00f5i optional, et tagada teksti \u00fchtlane n\u00e4htavus. Seadet swap saab veelgi optimeerida, et leevendada k\u00fcljenduse nihkeid [fondi m\u00f5\u00f5dikute alistamisega](https://developer.chrome.com/blog/font-fallbacks)."
|
|
16
|
+
},
|
|
17
|
+
"models/trace/insights/FontDisplay.ts | title": {
|
|
18
|
+
"message": "Fontide kuvamine"
|
|
19
|
+
},
|
|
20
|
+
"models/trace/insights/InteractionToNextPaint.ts | description": {
|
|
21
|
+
"message": "Alustage uurimist pikimast faasist. [Viivitusi saab minimeerida](https://web.dev/articles/optimize-inp#optimize_interactions). T\u00f6\u00f6tlemise kestuse v\u00e4hendamiseks [optimeerige p\u00f5hil\u00f5ime kulusid](https://web.dev/articles/optimize-long-tasks), sageli JS."
|
|
22
|
+
},
|
|
23
|
+
"models/trace/insights/InteractionToNextPaint.ts | title": {
|
|
24
|
+
"message": "INP faasi j\u00e4rgi"
|
|
25
|
+
},
|
|
26
|
+
"models/trace/insights/LCPDiscovery.ts | description": {
|
|
27
|
+
"message": "Optimeerige LCP-d, muutes LCP-pildi HTMList kohe [leitavaks](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) ja [v\u00e4ltides laiska laadimist](https://web.dev/articles/lcp-lazy-loading)"
|
|
28
|
+
},
|
|
29
|
+
"models/trace/insights/LCPDiscovery.ts | title": {
|
|
30
|
+
"message": "Teave LCP taotluse kohta"
|
|
31
|
+
},
|
|
32
|
+
"models/trace/insights/LCPPhases.ts | description": {
|
|
33
|
+
"message": "Igal [etapil on konkreetsed parandamisstrateegiad](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ideaalis tuleks suurem osa LCP-ajast kulutada allikate laadimisele, mitte viivitustele."
|
|
34
|
+
},
|
|
35
|
+
"models/trace/insights/LCPPhases.ts | title": {
|
|
36
|
+
"message": "LCP faaside kaupa"
|
|
37
|
+
},
|
|
38
|
+
"models/trace/insights/RenderBlocking.ts | description": {
|
|
39
|
+
"message": "Taotlused blokeerivad lehe algset renderdamist, mis v\u00f5ib LCP-d edasi l\u00fckata. [Edasil\u00fckkamine v\u00f5i tekstisisene kasutamine](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) v\u00f5ib liigutada need v\u00f5rgutaotlused kriitiliselt teelt v\u00e4lja."
|
|
40
|
+
},
|
|
41
|
+
"models/trace/insights/RenderBlocking.ts | title": {
|
|
42
|
+
"message": "Blokeerimistaotluste renderdamine"
|
|
43
|
+
},
|
|
44
|
+
"models/trace/insights/SlowCSSSelector.ts | description": {
|
|
45
|
+
"message": "Kui stiili \u00fcmberarvutamise kulud j\u00e4\u00e4vad k\u00f5rgeks, v\u00f5ib valija optimeerimine neid v\u00e4hendada. [Optimeerige valijaid](https://developer.chrome.com/docs/devtools/performance/selector-stats) nii suure kulunud aja kui ka k\u00f5rge aeglase tee %-ga. Lihtsamad valijad, v\u00e4hem valijaid, v\u00e4iksem DOM ja madalam DOM v\u00e4hendavad vastendamiskulusid."
|
|
46
|
+
},
|
|
47
|
+
"models/trace/insights/SlowCSSSelector.ts | title": {
|
|
48
|
+
"message": "CSSi valija kulud"
|
|
49
|
+
},
|
|
50
|
+
"models/trace/insights/ThirdParties.ts | description": {
|
|
51
|
+
"message": "Kolmanda osapoole kood v\u00f5ib laadimise toimivust m\u00e4rkimisv\u00e4\u00e4rselt m\u00f5jutada. Lehe sisu prioriseerimiseks [v\u00e4hendage ja l\u00fckake kolmanda osapoole koodi laadimist edasi](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/)."
|
|
52
|
+
},
|
|
53
|
+
"models/trace/insights/ThirdParties.ts | title": {
|
|
54
|
+
"message": "Kolmandad osapooled"
|
|
55
|
+
},
|
|
56
|
+
"models/trace/insights/Viewport.ts | description": {
|
|
57
|
+
"message": "Lehe vaatev\u00e4li ei ole mobiilseadme jaoks optimeeritud, seega v\u00f5ivad puudutuse interaktsioonid [viibida kuni 300\u00a0ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
|
|
58
|
+
},
|
|
59
|
+
"models/trace/insights/Viewport.ts | title": {
|
|
60
|
+
"message": "Vaatev\u00e4li pole mobiilseadme jaoks optimeeritud"
|
|
61
|
+
}
|
|
62
|
+
}
|
package/locales/eu.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"models/trace/insights/CLSCulprits.ts | description": {
|
|
3
|
+
"message": "Erabiltzailearen interakziorik gabe elementuak mugitzen direnean gertatzen dira diseinu-aldaketak. [Ikertu diseinu-aldaketen kausak](https://web.dev/articles/optimize-cls); besteak beste, elementuak gehitzea, kentzea edo haien letra orria kargatu bitartean aldatzea."
|
|
4
|
+
},
|
|
5
|
+
"models/trace/insights/CLSCulprits.ts | title": {
|
|
6
|
+
"message": "Diseinu-aldaketen errudunak"
|
|
7
|
+
},
|
|
8
|
+
"models/trace/insights/DocumentLatency.ts | description": {
|
|
9
|
+
"message": "Sareko zure lehen eskaera da garrantzitsuena. Murriztu latentzia birbideratzeak saihestuz, zerbitzariak azkarrago erantzutea bermatuz eta testuaren konprimatzea gaituz."
|
|
10
|
+
},
|
|
11
|
+
"models/trace/insights/DocumentLatency.ts | title": {
|
|
12
|
+
"message": "Dokumentu-eskaeraren latentzia"
|
|
13
|
+
},
|
|
14
|
+
"models/trace/insights/FontDisplay.ts | description": {
|
|
15
|
+
"message": "[font-display](https://developer.chrome.com/blog/font-display) swap edo optional gisa ezartzea gomendatzen da, testua beti ikusgai dagoela ziurtatzeko. swap gehiago optimiza daiteke diseinu-aldaketak gutxitzeko [letra-neurketen ordezkapenarekin](https://developer.chrome.com/blog/font-fallbacks)."
|
|
16
|
+
},
|
|
17
|
+
"models/trace/insights/FontDisplay.ts | title": {
|
|
18
|
+
"message": "Letren bistaratzea"
|
|
19
|
+
},
|
|
20
|
+
"models/trace/insights/InteractionToNextPaint.ts | description": {
|
|
21
|
+
"message": "Hasi fase luzeenarekin ikertzen. [Atzerapenak minimizatu egin daitezke](https://web.dev/articles/optimize-inp#optimize_interactions). Prozesamenduaren iraupena murrizteko, [optimizatu elkarrizketa-hari nagusiaren kostuak](https://web.dev/articles/optimize-long-tasks), askotan JS."
|
|
22
|
+
},
|
|
23
|
+
"models/trace/insights/InteractionToNextPaint.ts | title": {
|
|
24
|
+
"message": "INPa fasearen arabera"
|
|
25
|
+
},
|
|
26
|
+
"models/trace/insights/LCPDiscovery.ts | description": {
|
|
27
|
+
"message": "Optimizatu LCPa, LCP irudia HTMLtik berehala [ikusgai](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) eginez eta [kargatze motela saihestuz](https://web.dev/articles/lcp-lazy-loading)"
|
|
28
|
+
},
|
|
29
|
+
"models/trace/insights/LCPDiscovery.ts | title": {
|
|
30
|
+
"message": "LCP eskaeren ezagutza"
|
|
31
|
+
},
|
|
32
|
+
"models/trace/insights/LCPPhases.ts | description": {
|
|
33
|
+
"message": "[Fase bakoitzak hobekuntza-estrategia zehatzak dauzka](https://web.dev/articles/optimize-lcp#lcp-breakdown). Posible bada, LCP denbora gehiena baliabideak kargatzen erabili beharko litzateke, ez atzerapenetan."
|
|
34
|
+
},
|
|
35
|
+
"models/trace/insights/LCPPhases.ts | title": {
|
|
36
|
+
"message": "LCPa fasearen arabera"
|
|
37
|
+
},
|
|
38
|
+
"models/trace/insights/RenderBlocking.ts | description": {
|
|
39
|
+
"message": "Eskaerek orriaren hasierako errendatzea blokeatzen dute; beraz, baliteke LCPa atzeratzea. [Gerorako utziz edo txertatuz](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) gero, baliteke sareko eskaera horiek funtsezko bidetik ateratzea."
|
|
40
|
+
},
|
|
41
|
+
"models/trace/insights/RenderBlocking.ts | title": {
|
|
42
|
+
"message": "Errendatzea blokeatu duten eskaerak"
|
|
43
|
+
},
|
|
44
|
+
"models/trace/insights/SlowCSSSelector.ts | description": {
|
|
45
|
+
"message": "Estiloa berriro kalkulatzeko eginbidearen kostuak altu mantentzen badira, hautatzailearen optimizazioak murritz ditzake. [Optimizatu hautatzaileak](https://developer.chrome.com/docs/devtools/performance/selector-stats) igarotako denbora altua eta bide mantsoaren ehuneko altua badute. Parekatze-kostuak murrizteko, erabili hautatzaile sinpleagoak, hautatzaile gutxiago, DOM txikiago bat eta sakonera txikiagoko DOM bat."
|
|
46
|
+
},
|
|
47
|
+
"models/trace/insights/SlowCSSSelector.ts | title": {
|
|
48
|
+
"message": "CSS hautatzailearen kostuak"
|
|
49
|
+
},
|
|
50
|
+
"models/trace/insights/ThirdParties.ts | description": {
|
|
51
|
+
"message": "Hirugarrenen kodeak eragin handia izan dezake kargatzeko errendimenduan. [Murriztu eta atzeratu hirugarrenen kodea kargatzea](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/) zure webguneko edukia lehenesteko."
|
|
52
|
+
},
|
|
53
|
+
"models/trace/insights/ThirdParties.ts | title": {
|
|
54
|
+
"message": "Hirugarrenak"
|
|
55
|
+
},
|
|
56
|
+
"models/trace/insights/Viewport.ts | description": {
|
|
57
|
+
"message": "Orriaren bistaratze-eremua ez dago mugikorretarako optimizatuta; beraz, baliteke sakatze bidezko interakzioak [gehienez 300\u00a0ms atzeratzea](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
|
|
58
|
+
},
|
|
59
|
+
"models/trace/insights/Viewport.ts | title": {
|
|
60
|
+
"message": "Bistaratze-eremua ez dago mugikorretarako optimizatua"
|
|
61
|
+
}
|
|
62
|
+
}
|
package/locales/fa.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"models/trace/insights/CLSCulprits.ts | description": {
|
|
3
|
+
"message": "\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0686\u06cc\u062f\u0645\u0627\u0646 \u0632\u0645\u0627\u0646\u06cc \u0627\u062a\u0641\u0627\u0642 \u0645\u06cc\u200c\u0627\u0641\u062a\u062f \u06a9\u0647 \u0639\u0646\u0627\u0635\u0631 \u0628\u062f\u0648\u0646 \u062a\u0639\u0627\u0645\u0644 \u06a9\u0627\u0631\u0628\u0631 \u062d\u0631\u06a9\u062a \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f. [\u062f\u0644\u0627\u06cc\u0644 \u0627\u06cc\u0646 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u062f\u0631 \u0686\u06cc\u062f\u0645\u0627\u0646 \u0631\u0627 \u0628\u0631\u0631\u0633\u06cc \u06a9\u0646\u06cc\u062f](https://web.dev/articles/optimize-cls)\u060c \u0645\u062b\u0644\u0627\u064b \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\u0646 \u06cc\u0627 \u0628\u0631\u062f\u0627\u0634\u062a\u0647 \u0634\u062f\u0646 \u0639\u0646\u0627\u0635\u0631 \u06cc\u0627 \u062a\u063a\u06cc\u06cc\u0631 \u06a9\u0631\u062f\u0646 \u0642\u0644\u0645 \u0622\u0646\u200c\u0647\u0627 \u0648\u0642\u062a\u06cc \u0635\u0641\u062d\u0647 \u0628\u0627\u0631 \u0645\u06cc\u200c\u0634\u0648\u062f."
|
|
4
|
+
},
|
|
5
|
+
"models/trace/insights/CLSCulprits.ts | title": {
|
|
6
|
+
"message": "\u0645\u0634\u06a9\u0644\u0627\u062a \u062a\u063a\u06cc\u06cc\u0631 \u0686\u06cc\u062f\u0645\u0627\u0646"
|
|
7
|
+
},
|
|
8
|
+
"models/trace/insights/DocumentLatency.ts | description": {
|
|
9
|
+
"message": "\u0646\u062e\u0633\u062a\u06cc\u0646 \u062f\u0631\u062e\u0648\u0627\u0633\u062a \u0634\u0628\u06a9\u0647 \u0634\u0645\u0627 \u0645\u0647\u0645\u200c\u062a\u0631\u06cc\u0646 \u062f\u0631\u062e\u0648\u0627\u0633\u062a \u0627\u0633\u062a. \u0628\u0627 \u0627\u062c\u062a\u0646\u0627\u0628 \u06a9\u0631\u062f\u0646 \u0627\u0632 \u0647\u062f\u0627\u06cc\u062a\u200c\u0647\u0627\u06cc \u0645\u062c\u062f\u062f\u060c \u0645\u0637\u0645\u0626\u0646 \u0634\u062f\u0646 \u0627\u0632 \u067e\u0627\u0633\u062e \u0633\u0631\u06cc\u0639 \u0633\u0631\u0648\u0631\u060c \u0648 \u0641\u0639\u0627\u0644 \u06a9\u0631\u062f\u0646 \u0641\u0634\u0631\u062f\u0647\u200c\u0633\u0627\u0632\u06cc \u0646\u0648\u0634\u062a\u0627\u0631\u060c \u062a\u0623\u062e\u06cc\u0631 \u0622\u0646 \u0631\u0627 \u06a9\u0627\u0647\u0634 \u062f\u0647\u06cc\u062f."
|
|
10
|
+
},
|
|
11
|
+
"models/trace/insights/DocumentLatency.ts | title": {
|
|
12
|
+
"message": "\u062a\u0623\u062e\u06cc\u0631 \u062f\u0631 \u062f\u0631\u062e\u0648\u0627\u0633\u062a \u0633\u0646\u062f"
|
|
13
|
+
},
|
|
14
|
+
"models/trace/insights/FontDisplay.ts | description": {
|
|
15
|
+
"message": "\u0628\u0631\u0627\u06cc \u0627\u0637\u0645\u06cc\u0646\u0627\u0646 \u0627\u0632 \u0627\u06cc\u0646\u06a9\u0647 \u0646\u0648\u0634\u062a\u0627\u0631 \u0628\u0647\u200c\u0637\u0648\u0631 \u067e\u06cc\u0648\u0633\u062a\u0647 \u0646\u0645\u0627\u06cc\u0627\u0646 \u0627\u0633\u062a\u060c \u0628\u0647\u062a\u0631 \u0627\u0633\u062a [font-display](https://developer.chrome.com/blog/font-display) \u0631\u0627 \u0631\u0648\u06cc swap \u06cc\u0627 optional \u062a\u0646\u0638\u06cc\u0645 \u06a9\u0646\u06cc\u062f. \u0628\u0631\u0627\u06cc \u06a9\u0627\u0647\u0634 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u0686\u06cc\u062f\u0645\u0627\u0646\u060c \u0645\u06cc\u200c\u062a\u0648\u0627\u0646 swap \u0631\u0627 \u0628\u0627 [\u0644\u063a\u0648 \u0633\u0646\u062c\u0647 \u0642\u0644\u0645](https://developer.chrome.com/blog/font-fallbacks) \u0628\u06cc\u0634\u062a\u0631 \u0628\u0647\u06cc\u0646\u0647\u200c\u0633\u0627\u0632\u06cc \u06a9\u0631\u062f."
|
|
16
|
+
},
|
|
17
|
+
"models/trace/insights/FontDisplay.ts | title": {
|
|
18
|
+
"message": "\u0646\u0645\u0627\u06cc\u0634\u06af\u0631 \u0642\u0644\u0645"
|
|
19
|
+
},
|
|
20
|
+
"models/trace/insights/InteractionToNextPaint.ts | description": {
|
|
21
|
+
"message": "\u0628\u0627\u0632\u0631\u0633\u06cc \u0631\u0627 \u0628\u0627 \u0637\u0648\u0644\u0627\u0646\u06cc\u200c\u062a\u0631\u06cc\u0646 \u0641\u0627\u0632 \u0634\u0631\u0648\u0639 \u06a9\u0646\u06cc\u062f. [\u0645\u06cc\u200c\u062a\u0648\u0627\u0646 \u0645\u06cc\u0632\u0627\u0646 \u062a\u0623\u062e\u06cc\u0631\u0647\u0627 \u0631\u0627 \u0628\u0647\u200c\u062d\u062f\u0627\u0642\u0644 \u0631\u0633\u0627\u0646\u062f](https://web.dev/articles/optimize-inp#optimize_interactions). \u0628\u0631\u0627\u06cc \u06a9\u0627\u0647\u0634 \u0645\u062f\u062a \u067e\u0631\u062f\u0627\u0632\u0634\u060c [\u0647\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0631\u0634\u062a\u0647 \u0627\u0635\u0644\u06cc \u0631\u0627 \u0628\u0647\u06cc\u0646\u0647 \u06a9\u0646\u06cc\u062f](https://web.dev/articles/optimize-long-tasks) (\u0631\u0634\u062a\u0647 \u0627\u0635\u0644\u06cc \u0627\u063a\u0644\u0628 \u062c\u0627\u0648\u0627\u0627\u0633\u06a9\u0631\u06cc\u067e\u062a \u0627\u0633\u062a)."
|
|
22
|
+
},
|
|
23
|
+
"models/trace/insights/InteractionToNextPaint.ts | title": {
|
|
24
|
+
"message": "\u202bINP \u0628\u0631\u0627\u0633\u0627\u0633 \u0645\u0631\u062d\u0644\u0647"
|
|
25
|
+
},
|
|
26
|
+
"models/trace/insights/LCPDiscovery.ts | description": {
|
|
27
|
+
"message": "\u0628\u0627 [\u06cc\u0627\u0641\u062a\u0646\u06cc \u06a9\u0631\u062f\u0646](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) \u062a\u0635\u0648\u06cc\u0631 LCP \u0645\u0633\u062a\u0642\u06cc\u0645\u0627\u064b \u0627\u0632 HTML\u060c \u0648 \u0627\u062c\u062a\u0646\u0627\u0628 \u0627\u0632 [\u0628\u0627\u0631\u06af\u06cc\u0631\u06cc \u06a9\u064f\u0646\u062f](https://web.dev/articles/lcp-lazy-loading) \u062a\u0635\u0648\u06cc\u0631 LCP \u0631\u0627 \u0628\u0647\u06cc\u0646\u0647 \u06a9\u0646\u06cc\u062f."
|
|
28
|
+
},
|
|
29
|
+
"models/trace/insights/LCPDiscovery.ts | title": {
|
|
30
|
+
"message": "\u0627\u06a9\u062a\u0634\u0627\u0641 \u062f\u0631\u062e\u0648\u0627\u0633\u062a LCP"
|
|
31
|
+
},
|
|
32
|
+
"models/trace/insights/LCPPhases.ts | description": {
|
|
33
|
+
"message": "\u0647\u0631 [\u0641\u0627\u0632 \u0627\u0633\u062a\u0631\u0627\u062a\u0698\u06cc\u200c\u0647\u0627\u06cc \u0628\u0647\u0628\u0648\u062f \u0645\u0634\u062e\u0635\u06cc \u062f\u0627\u0631\u062f](https://web.dev/articles/optimize-lcp#lcp-breakdown). \u062f\u0631 \u062d\u0627\u0644\u062a \u0627\u06cc\u062f\u0647\u200c\u0622\u0644\u060c \u0627\u06a9\u062b\u0631 \u0632\u0645\u0627\u0646 LCP \u0628\u0627\u06cc\u062f \u0635\u0631\u0641 \u0628\u0627\u0631 \u06a9\u0631\u062f\u0646 \u0645\u0646\u0627\u0628\u0639 \u0634\u0648\u062f\u060c \u0646\u0647 \u0627\u06cc\u0646\u06a9\u0647 \u0628\u0627 \u062a\u0623\u062e\u06cc\u0631 \u0647\u062f\u0631 \u0628\u0631\u0648\u062f."
|
|
34
|
+
},
|
|
35
|
+
"models/trace/insights/LCPPhases.ts | title": {
|
|
36
|
+
"message": "\u202bLCP \u0628\u0631\u0627\u0633\u0627\u0633 \u0641\u0627\u0632"
|
|
37
|
+
},
|
|
38
|
+
"models/trace/insights/RenderBlocking.ts | description": {
|
|
39
|
+
"message": "\u062f\u0631\u062e\u0648\u0627\u0633\u062a\u200c\u0647\u0627 \u067e\u0631\u062f\u0627\u0632 \u0627\u0648\u0644\u06cc\u0647 \u0635\u0641\u062d\u0647\u200c \u0631\u0627 \u0645\u0633\u062f\u0648\u062f \u0645\u06cc\u200c\u06a9\u0646\u0646\u062f. \u0627\u06cc\u0646 \u06a9\u0627\u0631 \u0645\u0645\u06a9\u0646 \u0627\u0633\u062a LCP \u0631\u0627 \u0628\u0647\u200c\u062a\u0623\u062e\u06cc\u0631 \u0628\u06cc\u0646\u062f\u0627\u0632\u062f. [\u0628\u0647\u200c\u062a\u0639\u0648\u06cc\u0642 \u0627\u0646\u062f\u0627\u062e\u062a\u0646 \u06cc\u0627 \u0628\u0647\u200c\u062e\u0637 \u06a9\u0631\u062f\u0646](https://web.dev/learn/performance/understanding-the-critical-path#render-blocking_resources/) \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0627\u06cc\u0646 \u062f\u0631\u062e\u0648\u0627\u0633\u062a\u200c\u0647\u0627\u06cc \u0634\u0628\u06a9\u0647 \u0631\u0627 \u0627\u0632 \u0645\u0633\u06cc\u0631 \u0627\u0635\u0644\u06cc \u062e\u0627\u0631\u062c \u06a9\u0646\u062f."
|
|
40
|
+
},
|
|
41
|
+
"models/trace/insights/RenderBlocking.ts | title": {
|
|
42
|
+
"message": "\u062f\u0631\u062e\u0648\u0627\u0633\u062a\u200c\u0647\u0627\u06cc \u0645\u0633\u062f\u0648\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u062f\u0627\u0632 \u0632\u062f\u0646"
|
|
43
|
+
},
|
|
44
|
+
"models/trace/insights/SlowCSSSelector.ts | description": {
|
|
45
|
+
"message": "\u0627\u06af\u0631 \u0647\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u00ab\u0645\u062d\u0627\u0633\u0628\u0647 \u0645\u062c\u062f\u062f \u0633\u0628\u06a9\u00bb \u0647\u0645\u0686\u0646\u0627\u0646 \u0628\u0627\u0644\u0627 \u0627\u0633\u062a\u060c \u0628\u0647\u06cc\u0646\u0647\u200c\u0633\u0627\u0632\u06cc \u06af\u0632\u06cc\u0646\u0634\u06af\u0631 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0622\u0646\u200c\u0647\u0627 \u0631\u0627 \u06a9\u0627\u0647\u0634 \u062f\u0647\u062f. \u06af\u0632\u06cc\u0646\u0634\u06af\u0631\u0647\u0627\u06cc\u06cc \u0631\u0627 \u06a9\u0647 \u0647\u0645 \u0632\u0645\u0627\u0646 \u0633\u067e\u0631\u06cc\u200c\u0634\u062f\u0647 \u0628\u0627\u0644\u0627 \u0648 \u0647\u0645 \u062f\u0631\u0635\u062f \u0645\u0633\u06cc\u0631 \u0622\u0647\u0633\u062a\u0647 \u0628\u0627\u0644\u0627\u06cc\u06cc \u062f\u0627\u0631\u0646\u062f [\u0628\u0647\u06cc\u0646\u0647 \u06a9\u0646\u06cc\u062f](https://developer.chrome.com/docs/devtools/performance/selector-stats). \u06af\u0632\u06cc\u0646\u0634\u06af\u0631\u0647\u0627\u06cc \u0633\u0627\u062f\u0647\u200c\u062a\u0631\u060c \u06af\u0632\u06cc\u0646\u0634\u06af\u0631\u0647\u0627\u06cc \u06a9\u0645\u062a\u0631\u060c DOM \u06a9\u0648\u0686\u06a9\u200c\u062a\u0631\u060c \u0648 DOM \u0633\u0637\u062d\u06cc\u200c\u062a\u0631 \u0647\u0645\u0647 \u0628\u0627\u0639\u062b \u06a9\u0627\u0647\u0634 \u0647\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u0645\u0637\u0627\u0628\u0642\u062a \u0645\u06cc\u200c\u0634\u0648\u0646\u062f."
|
|
46
|
+
},
|
|
47
|
+
"models/trace/insights/SlowCSSSelector.ts | title": {
|
|
48
|
+
"message": "\u0647\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u06af\u0632\u06cc\u0646\u0634\u06af\u0631 CSS"
|
|
49
|
+
},
|
|
50
|
+
"models/trace/insights/ThirdParties.ts | description": {
|
|
51
|
+
"message": "\u06a9\u062f \u0637\u0631\u0641 \u0633\u0648\u0645 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0628\u0647\u200c\u0637\u0648\u0631 \u0642\u0627\u0628\u0644\u200c\u062a\u0648\u062c\u0647\u06cc \u0628\u0631 \u0639\u0645\u0644\u06a9\u0631\u062f \u0628\u0627\u0631 \u06a9\u0631\u062f\u0646 \u062a\u0623\u062b\u06cc\u0631 \u0628\u06af\u0630\u0627\u0631\u062f. \u0628\u0631\u0627\u06cc \u0627\u0648\u0644\u0648\u06cc\u062a\u200c\u0628\u0646\u062f\u06cc \u0645\u062d\u062a\u0648\u0627\u06cc \u0635\u0641\u062d\u0647\u200c\u062a\u0627\u0646\u060c [\u0628\u0627\u0631 \u06a9\u0631\u062f\u0646 \u06a9\u062f \u0637\u0631\u0641 \u0633\u0648\u0645 \u0631\u0627 \u06a9\u0627\u0647\u0634 \u062f\u0647\u06cc\u062f \u0648 \u0628\u0647\u200c\u062a\u0639\u0648\u06cc\u0642 \u0628\u06cc\u0646\u062f\u0627\u0632\u06cc\u062f](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/)."
|
|
52
|
+
},
|
|
53
|
+
"models/trace/insights/ThirdParties.ts | title": {
|
|
54
|
+
"message": "\u0637\u0631\u0641\u200c\u0647\u0627\u06cc \u0633\u0648\u0645"
|
|
55
|
+
},
|
|
56
|
+
"models/trace/insights/Viewport.ts | description": {
|
|
57
|
+
"message": "\u0646\u0627\u062d\u06cc\u0647 \u0646\u0645\u0627\u06cc\u0634 \u0635\u0641\u062d\u0647 \u0628\u0631\u0627\u06cc \u062f\u0633\u062a\u06af\u0627\u0647 \u0647\u0645\u0631\u0627\u0647 \u0628\u0647\u06cc\u0646\u0647 \u0646\u0634\u062f\u0647 \u0627\u0633\u062a\u060c \u0628\u0646\u0627\u0628\u0631\u0627\u06cc\u0646 \u062a\u0639\u0627\u0645\u0644\u200c\u0647\u0627\u06cc \u062a\u06a9\u200c\u0636\u0631\u0628 \u0632\u062f\u0646 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f [\u062a\u0627 \u06f3\u06f0\u06f0 \u0645\u06cc\u0644\u06cc\u200c\u062b\u0627\u0646\u06cc\u0647 \u062a\u0623\u062e\u06cc\u0631 \u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u062f](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/)."
|
|
58
|
+
},
|
|
59
|
+
"models/trace/insights/Viewport.ts | title": {
|
|
60
|
+
"message": "\u0646\u0627\u062d\u06cc\u0647 \u0646\u0645\u0627\u06cc\u0634 \u0628\u0631\u0627\u06cc \u062f\u0633\u062a\u06af\u0627\u0647 \u0647\u0645\u0631\u0627\u0647 \u0628\u0647\u06cc\u0646\u0647 \u0646\u0634\u062f\u0647 \u0627\u0633\u062a"
|
|
61
|
+
}
|
|
62
|
+
}
|