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: docs/dyn/pagespeedonline_v5.pagespeedapi.html
+54-1Lines changed: 54 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ <h3>Method Details</h3>
133
133
"errorMessage": "A String", # An error message from a thrown error inside the audit.
134
134
"explanation": "A String", # An explanation of the errors in the audit.
135
135
"id": "A String", # The audit's id.
136
+
"numericUnit": "A String", # The unit of the numeric_value field. Used to format the numeric value for display.
136
137
"numericValue": 3.14, # A numeric value that has a meaning specific to the audit, e.g. the number of nodes in the DOM or the timestamp of a specific load event. More information can be found in the audit details, if present.
137
138
"score": "", # The score of the audit, can be null.
138
139
"scoreDisplayMode": "A String", # The enumerated score display mode.
@@ -144,8 +145,12 @@ <h3>Method Details</h3>
144
145
"accessibility": { # A Lighthouse category. # The accessibility category, containing all accessibility related audits.
145
146
"auditRefs": [ # An array of references to all the audit members of this category.
146
147
{ # A light reference to an audit by id, used to group and weight audits in a given category.
148
+
"acronym": "A String", # The conventional acronym for the audit/metric.
147
149
"group": "A String", # The category group that the audit belongs to (optional).
148
150
"id": "A String", # The audit ref id.
151
+
"relevantAudits": [ # Any audit IDs closely relevant to this one.
152
+
"A String",
153
+
],
149
154
"weight": 3.14, # The weight this audit's score has on the overall category score.
150
155
},
151
156
],
@@ -158,8 +163,12 @@ <h3>Method Details</h3>
158
163
"best-practices": { # A Lighthouse category. # The best practices category, containing all best practices related audits.
159
164
"auditRefs": [ # An array of references to all the audit members of this category.
160
165
{ # A light reference to an audit by id, used to group and weight audits in a given category.
166
+
"acronym": "A String", # The conventional acronym for the audit/metric.
161
167
"group": "A String", # The category group that the audit belongs to (optional).
162
168
"id": "A String", # The audit ref id.
169
+
"relevantAudits": [ # Any audit IDs closely relevant to this one.
170
+
"A String",
171
+
],
163
172
"weight": 3.14, # The weight this audit's score has on the overall category score.
164
173
},
165
174
],
@@ -172,8 +181,12 @@ <h3>Method Details</h3>
172
181
"performance": { # A Lighthouse category. # The performance category, containing all performance related audits.
173
182
"auditRefs": [ # An array of references to all the audit members of this category.
174
183
{ # A light reference to an audit by id, used to group and weight audits in a given category.
184
+
"acronym": "A String", # The conventional acronym for the audit/metric.
175
185
"group": "A String", # The category group that the audit belongs to (optional).
176
186
"id": "A String", # The audit ref id.
187
+
"relevantAudits": [ # Any audit IDs closely relevant to this one.
188
+
"A String",
189
+
],
177
190
"weight": 3.14, # The weight this audit's score has on the overall category score.
178
191
},
179
192
],
@@ -186,8 +199,12 @@ <h3>Method Details</h3>
186
199
"pwa": { # A Lighthouse category. # The Progressive-Web-App (PWA) category, containing all pwa related audits.
187
200
"auditRefs": [ # An array of references to all the audit members of this category.
188
201
{ # A light reference to an audit by id, used to group and weight audits in a given category.
202
+
"acronym": "A String", # The conventional acronym for the audit/metric.
189
203
"group": "A String", # The category group that the audit belongs to (optional).
190
204
"id": "A String", # The audit ref id.
205
+
"relevantAudits": [ # Any audit IDs closely relevant to this one.
206
+
"A String",
207
+
],
191
208
"weight": 3.14, # The weight this audit's score has on the overall category score.
192
209
},
193
210
],
@@ -200,8 +217,12 @@ <h3>Method Details</h3>
200
217
"seo": { # A Lighthouse category. # The Search-Engine-Optimization (SEO) category, containing all seo related audits.
201
218
"auditRefs": [ # An array of references to all the audit members of this category.
202
219
{ # A light reference to an audit by id, used to group and weight audits in a given category.
220
+
"acronym": "A String", # The conventional acronym for the audit/metric.
203
221
"group": "A String", # The category group that the audit belongs to (optional).
204
222
"id": "A String", # The audit ref id.
223
+
"relevantAudits": [ # Any audit IDs closely relevant to this one.
224
+
"A String",
225
+
],
205
226
"weight": 3.14, # The weight this audit's score has on the overall category score.
206
227
},
207
228
],
@@ -235,20 +256,52 @@ <h3>Method Details</h3>
235
256
"i18n": { # Message containing the i18n data for the LHR - Version 1. # The internationalization strings that are required to render the LHR.
236
257
"rendererFormattedStrings": { # Message holding the formatted strings used in the renderer. # Internationalized strings that are formatted to the locale in configSettings.
237
258
"auditGroupExpandTooltip": "A String", # The tooltip text on an expandable chevron icon.
259
+
"calculatorLink": "A String", # Text link pointing to the Lighthouse scoring calculator. This link immediately follows a sentence stating the performance score is calculated from the perf metrics.
238
260
"crcInitialNavigation": "A String", # The label for the initial request in a critical request chain.
239
261
"crcLongestDurationLabel": "A String", # The label for values shown in the summary of critical request chains.
262
+
"dropdownCopyJSON": "A String", # Option in a dropdown menu that copies the Lighthouse JSON object to the system clipboard.
263
+
"dropdownDarkTheme": "A String", # Option in a dropdown menu that toggles the themeing of the report between Light(default) and Dark themes.
264
+
"dropdownPrintExpanded": "A String", # Option in a dropdown menu that opens a full Lighthouse report in a print dialog.
265
+
"dropdownPrintSummary": "A String", # Option in a dropdown menu that opens a small, summary report in a print dialog.
266
+
"dropdownSaveGist": "A String", # Option in a dropdown menu that saves the current report as a new GitHub Gist.
267
+
"dropdownSaveHTML": "A String", # Option in a dropdown menu that saves the Lighthouse report HTML locally to the system as a '.html' file.
268
+
"dropdownSaveJSON": "A String", # Option in a dropdown menu that saves the Lighthouse JSON object to the local system as a '.json' file.
269
+
"dropdownViewer": "A String", # Option in a dropdown menu that opens the current report in the Lighthouse Viewer Application.
240
270
"errorLabel": "A String", # The label shown next to an audit or metric that has had an error.
241
271
"errorMissingAuditInfo": "A String", # The error string shown next to an erroring audit.
272
+
"footerIssue": "A String", # Label for button to create an issue against the Lighthouse GitHub project.
242
273
"labDataTitle": "A String", # The title of the lab data performance category.
243
-
"lsPerformanceCategoryDescription": "A String", # The disclaimer shown under performance explaning that the network can vary.
274
+
"lsPerformanceCategoryDescription": "A String", # The disclaimer shown under performance explaining that the network can vary.
244
275
"manualAuditsGroupTitle": "A String", # The heading shown above a list of audits that were not computerd in the run.
245
276
"notApplicableAuditsGroupTitle": "A String", # The heading shown above a list of audits that do not apply to a page.
246
277
"opportunityResourceColumnLabel": "A String", # The heading for the estimated page load savings opportunity of an audit.
247
278
"opportunitySavingsColumnLabel": "A String", # The heading for the estimated page load savings of opportunity audits.
248
279
"passedAuditsGroupTitle": "A String", # The heading that is shown above a list of audits that are passing.
280
+
"runtimeDesktopEmulation": "A String", # Descriptive explanation for emulation setting when emulating a generic desktop form factor, as opposed to a mobile-device like form factor.
281
+
"runtimeMobileEmulation": "A String", # Descriptive explanation for emulation setting when emulating a Nexus 5X mobile device.
282
+
"runtimeNoEmulation": "A String", # Descriptive explanation for emulation setting when no device emulation is set.
283
+
"runtimeSettingsAxeVersion": "A String", # Label for a row in a table that shows the version of the Axe library used
284
+
"runtimeSettingsBenchmark": "A String", # Label for a row in a table that shows the estimated CPU power of the machine running Lighthouse. Example row values: 532, 1492, 783.
285
+
"runtimeSettingsCPUThrottling": "A String", # Label for a row in a table that describes the CPU throttling conditions that were used during a Lighthouse run, if any.
286
+
"runtimeSettingsChannel": "A String", # Label for a row in a table that shows in what tool Lighthouse is being run (e.g. The lighthouse CLI, Chrome DevTools, Lightrider, WebPageTest, etc).
287
+
"runtimeSettingsDevice": "A String", # Label for a row in a table that describes the kind of device that was emulated for the Lighthouse run. Example values for row elements: 'No Emulation', 'Emulated Desktop', etc.
288
+
"runtimeSettingsFetchTime": "A String", # Label for a row in a table that shows the time at which a Lighthouse run was conducted; formatted as a timestamp, e.g. Jan 1, 1970 12:00 AM UTC.
289
+
"runtimeSettingsNetworkThrottling": "A String", # Label for a row in a table that describes the network throttling conditions that were used during a Lighthouse run, if any.
290
+
"runtimeSettingsTitle": "A String", # Title of the Runtime settings table in a Lighthouse report. Runtime settings are the environment configurations that a specific report used at auditing time.
291
+
"runtimeSettingsUA": "A String", # Label for a row in a table that shows the User Agent that was detected on the Host machine that ran Lighthouse.
292
+
"runtimeSettingsUANetwork": "A String", # Label for a row in a table that shows the User Agent that was used to send out all network requests during the Lighthouse run.
293
+
"runtimeSettingsUrl": "A String", # Label for a row in a table that shows the URL that was audited during a Lighthouse run.
294
+
"runtimeUnknown": "A String", # Descriptive explanation for a runtime setting that is set to an unknown value.
249
295
"scorescaleLabel": "A String", # The label that explains the score gauges scale (0-49, 50-89, 90-100).
296
+
"showRelevantAudits": "A String", # Label preceding a radio control for filtering the list of audits. The radio choices are various performance metrics (FCP, LCP, TBT), and if chosen, the audits in the report are hidden if they are not relevant to the selected metric.
297
+
"snippetCollapseButtonLabel": "A String", # The label for the button to show only a few lines of a snippet
298
+
"snippetExpandButtonLabel": "A String", # The label for the button to show all lines of a snippet
299
+
"thirdPartyResourcesLabel": "A String", # This label is for a filter checkbox above a table of items
300
+
"throttlingProvided": "A String", # Descriptive explanation for environment throttling that was provided by the runtime environment instead of provided by Lighthouse throttling.
250
301
"toplevelWarningsMessage": "A String", # The label shown preceding important warnings that may have invalidated an entire report.
251
302
"varianceDisclaimer": "A String", # The disclaimer shown below a performance metric value.
303
+
"viewTreemapLabel": "A String", # Label for a button that opens the Treemap App
304
+
"warningAuditsGroupTitle": "A String", # The heading that is shown above a list of audits that have warnings
252
305
"warningHeader": "A String", # The label shown above a bulleted list of warnings.
0 commit comments