You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: front_end/panels/timeline/components/LiveMetricsView.ts
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ const RTT_MINIMUM = 60;
45
45
46
46
constUIStrings={
47
47
/**
48
-
* @description Title of a view that shows performance metrics from the local environment and field metrics collected from real users in the field.
48
+
* @description Title of a view that shows performance metrics from the local environment and field metrics collected from real users. "field metrics" should be interpreted as "real user metrics".
49
49
*/
50
50
localAndFieldMetrics: 'Local and field metrics',
51
51
/**
@@ -69,15 +69,15 @@ const UIStrings = {
69
69
*/
70
70
nextSteps: 'Next steps',
71
71
/**
72
-
* @description Title of a section that shows options for how real user data in the field should be fetched.
72
+
* @description Title of a section that shows options for how real user data in the field should be fetched. This should be interpreted as "Real user data".
73
73
*/
74
74
fieldData: 'Field data',
75
75
/**
76
76
* @description Title of a section that shows settings to control the developers local testing environment.
77
77
*/
78
78
environmentSettings: 'Environment settings',
79
79
/**
80
-
* @description Label for an select box that selects which device type field data be shown for (e.g. desktop/mobile/all devices/etc).
80
+
* @description Label for an select box that selects which device type field data be shown for (e.g. desktop/mobile/all devices/etc). "field data" should be interpreted as "real user data".
81
81
* @example {Mobile} PH1
82
82
*/
83
83
showFieldDataForDevice: 'Show field data for device type: {PH1}',
@@ -91,7 +91,7 @@ const UIStrings = {
91
91
*/
92
92
network: 'Network: {PH1}',
93
93
/**
94
-
* @description Label for an select box that selects which device type field data be shown for (e.g. desktop/mobile/all devices/etc).
94
+
* @description Label for an select box that selects which device type real user data should be shown for (e.g. desktop/mobile/all devices/etc).
95
95
* @example {Mobile} PH1
96
96
*/
97
97
device: 'Device: {PH1}',
@@ -145,7 +145,7 @@ const UIStrings = {
145
145
*/
146
146
originOptionWithKey: 'Origin: {PH1}',
147
147
/**
148
-
* @description Label for an combo-box that indicates if field data should be taken from the page's URL or it's origin/domain.
148
+
* @description Label for an combo-box that indicates if field data should be taken from the page's URL or it's origin/domain. "field data" should be interpreted as "real user data".
149
149
* @example {Origin: https://example.com} PH1
150
150
*/
151
151
showFieldDataForPage: 'Show field data for {PH1}',
@@ -210,11 +210,11 @@ const UIStrings = {
210
210
*/
211
211
seeHowYourLocalMetricsCompare: 'See how your local metrics compare to real user data in the {PH1}.',
212
212
/**
213
-
* @description Text for a link that goes to more documentation about local and field data. "Local" refers to performance metrics measured in the developers local environment. "field data" is data measured by real users in the field.
213
+
* @description Text for a link that goes to more documentation about local and field data. "Local" refers to performance metrics measured in the developers local environment. "field data" should be interpreted as "real user data".
214
214
*/
215
215
localFieldLearnMoreLink: 'Learn more about local and field data',
216
216
/**
217
-
* @description Tooltip text for a link that goes to documentation explaining the difference between local and field metrics. "Local metrics" are performance metrics measured in the developers local environment. "field data" is data measured by real users in the field.
217
+
* @description Tooltip text for a link that goes to documentation explaining the difference between local and field metrics. "Local metrics" are performance metrics measured in the developers local environment. "field data" should be interpreted as "real user data".
218
218
*/
219
219
localFieldLearnMoreTooltip:
220
220
'Local metrics are captured from the current page using your network connection and device. Field data is measured by real users using many different network connections and devices.',
Copy file name to clipboardExpand all lines: front_end/panels/timeline/components/MetricCard.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ const UIStrings = {
31
31
*/
32
32
localValue: 'Local',
33
33
/**
34
-
* @description Label for the 75th percentile of a metric according to data collected from real users in the field.
34
+
* @description Label for the 75th percentile of a metric according to data collected from real users in the field. This should be interpreted as "75th percentile of real users".
Copy file name to clipboardExpand all lines: front_end/panels/timeline/components/MetricCompareStrings.ts
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ const UIStrings = {
90
90
*/
91
91
poorSummarized: 'Your local {PH1} value of {PH2} is poor.',
92
92
/**
93
-
* @description Text block that compares a local metric value to real user experiences. "field data" refers to performance data collected from real users on the site. "local" refers to a developers local testing environment.
93
+
* @description Text block that compares a local metric value to real user experiences. "field data" should be interpreted as "real user data". "local" refers to a developers local testing environment.
94
94
* @example {LCP} PH1
95
95
* @example {500 ms} PH2
96
96
* @example {400 ms} PH3
@@ -99,7 +99,7 @@ const UIStrings = {
99
99
goodGoodDetailedCompare:
100
100
'Your local {PH1} value of {PH2} is good and is rated the same as {PH4} of real-user {PH1} experiences. Additionally, the field data 75th percentile {PH1} value of {PH3} is good.',
101
101
/**
102
-
* @description Text block that compares a local metric value to real user experiences. "field data" refers to performance data collected from real users on the site. "local" refers to a developers local testing environment.
102
+
* @description Text block that compares a local metric value to real user experiences. "field data" should be interpreted as "real user data". "local" refers to a developers local testing environment.
103
103
* @example {LCP} PH1
104
104
* @example {500 ms} PH2
105
105
* @example {400 ms} PH3
@@ -108,7 +108,7 @@ const UIStrings = {
108
108
goodNeedsImprovementDetailedCompare:
109
109
'Your local {PH1} value of {PH2} is good and is rated the same as {PH4} of real-user {PH1} experiences. However, the field data 75th percentile {PH1} value of {PH3} needs improvement.',
110
110
/**
111
-
* @description Text block that compares a local metric value to real user experiences. "field data" refers to performance data collected from real users on the site. "local" refers to a developers local testing environment.
111
+
* @description Text block that compares a local metric value to real user experiences. "field data" should be interpreted as "real user data". "local" refers to a developers local testing environment.
112
112
* @example {LCP} PH1
113
113
* @example {500 ms} PH2
114
114
* @example {400 ms} PH3
@@ -117,7 +117,7 @@ const UIStrings = {
117
117
goodPoorDetailedCompare:
118
118
'Your local {PH1} value of {PH2} is good and is rated the same as {PH4} of real-user {PH1} experiences. However, the field data 75th percentile {PH1} value of {PH3} is poor.',
119
119
/**
120
-
* @description Text block that compares a local metric value to real user experiences. "field data" refers to performance data collected from real users on the site. "local" refers to a developers local testing environment.
120
+
* @description Text block that compares a local metric value to real user experiences. "field data" should be interpreted as "real user data". "local" refers to a developers local testing environment.
121
121
* @example {LCP} PH1
122
122
* @example {500 ms} PH2
123
123
* @example {400 ms} PH3
@@ -126,7 +126,7 @@ const UIStrings = {
126
126
needsImprovementGoodDetailedCompare:
127
127
'Your local {PH1} value of {PH2} needs improvement and is rated the same as {PH4} of real-user {PH1} experiences. However, the field data 75th percentile {PH1} value of {PH3} is good.',
128
128
/**
129
-
* @description Text block that compares a local metric value to real user experiences. "field data" refers to performance data collected from real users on the site. "local" refers to a developers local testing environment.
129
+
* @description Text block that compares a local metric value to real user experiences. "field data" should be interpreted as "real user data". "local" refers to a developers local testing environment.
130
130
* @example {LCP} PH1
131
131
* @example {500 ms} PH2
132
132
* @example {400 ms} PH3
@@ -135,7 +135,7 @@ const UIStrings = {
135
135
needsImprovementNeedsImprovementDetailedCompare:
136
136
'Your local {PH1} value of {PH2} needs improvement and is rated the same as {PH4} of real-user {PH1} experiences. Additionally, the field data 75th percentile {PH1} value of {PH3} needs improvement.',
137
137
/**
138
-
* @description Text block that compares a local metric value to real user experiences. "field data" refers to performance data collected from real users on the site. "local" refers to a developers local testing environment.
138
+
* @description Text block that compares a local metric value to real user experiences. "field data" should be interpreted as "real user data". "local" refers to a developers local testing environment.
139
139
* @example {LCP} PH1
140
140
* @example {500 ms} PH2
141
141
* @example {400 ms} PH3
@@ -144,7 +144,7 @@ const UIStrings = {
144
144
needsImprovementPoorDetailedCompare:
145
145
'Your local {PH1} value of {PH2} needs improvement and is rated the same as {PH4} of real-user {PH1} experiences. However, the field data 75th percentile {PH1} value of {PH3} is poor.',
146
146
/**
147
-
* @description Text block that compares a local metric value to real user experiences. "field data" refers to performance data collected from real users on the site. "local" refers to a developers local testing environment.
147
+
* @description Text block that compares a local metric value to real user experiences. "field data" should be interpreted as "real user data". "local" refers to a developers local testing environment.
148
148
* @example {LCP} PH1
149
149
* @example {500 ms} PH2
150
150
* @example {400 ms} PH3
@@ -153,7 +153,7 @@ const UIStrings = {
153
153
poorGoodDetailedCompare:
154
154
'Your local {PH1} value of {PH2} is poor and is rated the same as {PH4} of real-user {PH1} experiences. However, the field data 75th percentile {PH1} value of {PH3} is good.',
155
155
/**
156
-
* @description Text block that compares a local metric value to real user experiences. "field data" refers to performance data collected from real users on the site. "local" refers to a developers local testing environment.
156
+
* @description Text block that compares a local metric value to real user experiences. "field data" should be interpreted as "real user data". "local" refers to a developers local testing environment.
157
157
* @example {LCP} PH1
158
158
* @example {500 ms} PH2
159
159
* @example {400 ms} PH3
@@ -162,7 +162,7 @@ const UIStrings = {
162
162
poorNeedsImprovementDetailedCompare:
163
163
'Your local {PH1} value of {PH2} is poor and is rated the same as {PH4} of real-user {PH1} experiences. However, the field data 75th percentile {PH1} value of {PH3} needs improvement.',
164
164
/**
165
-
* @description Text block that compares a local metric value to real user experiences. "field data" refers to performance data collected from real users on the site. "local" refers to a developers local testing environment.
165
+
* @description Text block that compares a local metric value to real user experiences. "field data" should be interpreted as "real user data". "local" refers to a developers local testing environment.
* @description Text block that compares a local metric value to real user experiences. "field data" refers to performance data collected from real users on the site. "local" refers to a developers local testing environment.
63
+
* @description Text block that compares a local metric value to real user experiences. "field data" should be interpreted as "real user data". "local" refers to a developers local testing environment.
0 commit comments