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/core/sdk/sdk-meta.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -315,6 +315,11 @@ const UIStrings = {
315
315
*/
316
316
enableRemoteFileLoading:
317
317
'Allow `DevTools` to load resources, such as source maps, from remote file paths. Disabled by default for security reasons.',
318
+
/**
319
+
* @description Tooltip text for a setting that controls the network cache. Disabling the network cache can simulate the network connections of users that are visiting a page for the first time.
320
+
*/
321
+
networkCacheExplanation:
322
+
'Disabling the network cache will simulate a network experience similar to a first time visitor.',
* @description Text for a link that is inserted inside a larger text block that explains how to simulate different mobile and desktop devices.
176
175
*/
177
176
simulateDifferentDevices: 'simulate different devices',
178
-
/**
179
-
* @description Tooltip text that explains how disabling the network cache can simulate the network connections of users that are visiting a page for the first time.
180
-
*/
181
-
networkCacheExplanation:
182
-
'Disabling the network cache will simulate a network experience similar to a first time visitor.',
183
177
/**
184
178
* @description Text label for a checkbox that controls if the network cache is disabled.
185
179
*/
@@ -220,11 +214,15 @@ const UIStrings = {
220
214
* @example {Chrome UX Report} PH1
221
215
*/
222
216
seeHowYourLocalMetricsCompare: 'See how your local metrics compare to real user data in the {PH1}.',
217
+
/**
218
+
* @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.
219
+
*/
220
+
localFieldLearnMoreLink: 'Learn more about local and field data',
223
221
/**
224
222
* @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.
225
223
*/
226
-
learnMoreAboutMetrics:
227
-
'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. Click to learn more about local and field metrics.',
224
+
localFieldLearnMoreTooltip:
225
+
'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.',
228
226
/**
229
227
* @description Tooltip text explaining that this user interaction was ignored when calculating the Interaction to Next Paint (INP) metric because the interaction delay fell beyond the 98th percentile of interaction delays on this page. "INP" is an acronym and should not be translated.
230
228
*/
@@ -664,12 +662,7 @@ export class LiveMetricsView extends LegacyWrapper.LegacyWrapper.WrappableCompon
* @description Column header for table cell values representing a phase duration (in milliseconds) that was measured in the developers local environment.
122
124
*/
123
125
duration: 'Local duration (ms)',
126
+
/**
127
+
* @description Tooltip text for a link that goes to documentation explaining the Largest Contentful Paint (LCP) metric. "LCP" is an acronym and should not be translated.
128
+
*/
129
+
lcpHelpTooltip:
130
+
'LCP reports the render time of the largest image, text block, or video visible in the viewport. Click here to learn more about LCP.',
131
+
/**
132
+
* @description Tooltip text for a link that goes to documentation explaining the Cumulative Layout Shift (CLS) metric. "CLS" is an acronym and should not be translated.
133
+
*/
134
+
clsHelpTooltip: 'CLS measures the amount of unexpected shifted content. Click here to learn more about CLS.',
135
+
/**
136
+
* @description Tooltip text for a link that goes to documentation explaining the Interaction to Next Paint (INP) metric. "INP" is an acronym and should not be translated.
137
+
*/
138
+
inpHelpTooltip:
139
+
'INP measures the overall responsiveness to all click, tap, and keyboard interactions. Click here to learn more about INP.',
0 commit comments