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
#### pagespeedonline:v5
The following keys were added:
- resources.pagespeedapi.methods.runpagespeed.parameters.locale (Total Keys: 1)
- schemas.ConfigSettings.properties.formFactor (Total Keys: 1)
The following keys were changed:
- resources.pagespeedapi.methods.runpagespeed (Total Keys: 1)
<pclass="firstline">Runs PageSpeed analysis on the page at the specified URL, and returns PageSpeed scores, a list of suggestions to make that page faster, and other information.</p>
<pre>Runs PageSpeed analysis on the page at the specified URL, and returns PageSpeed scores, a list of suggestions to make that page faster, and other information.
92
92
93
93
Args:
94
+
url: string, Required. The URL to fetch and analyze (required)
94
95
captchaToken: string, The captcha token passed when filling out a captcha.
95
96
category: string, A Lighthouse category to run; if none are given, only Performance category will be run (repeated)
96
97
Allowed values
@@ -106,7 +107,6 @@ <h3>Method Details</h3>
106
107
STRATEGY_UNSPECIFIED - UNDEFINED.
107
108
DESKTOP - Fetch and analyze the URL for desktop browsers.
108
109
MOBILE - Fetch and analyze the URL for mobile devices.
109
-
url: string, Required. The URL to fetch and analyze
110
110
utm_campaign: string, Campaign name for analytics.
111
111
utm_source: string, Campaign source for analytics.
112
112
x__xgafv: string, V1 error format.
@@ -220,7 +220,8 @@ <h3>Method Details</h3>
220
220
},
221
221
"configSettings": { # Message containing the configuration settings for the Lighthouse run. # The configuration settings for this LHR.
222
222
"channel": "A String", # How Lighthouse was run, e.g. from the Chrome extension or from the npm module.
223
-
"emulatedFormFactor": "A String", # The form factor the emulation should use.
223
+
"emulatedFormFactor": "A String", # The form factor the emulation should use. This field is deprecated, form_factor should be used instead.
224
+
"formFactor": "A String", # How Lighthouse should interpret this run in regards to scoring performance metrics and skipping mobile-only tests in desktop.
224
225
"locale": "A String", # The locale setting.
225
226
"onlyCategories": "", # List of categories of audits the run should conduct.
0 commit comments