|
Methods defined here:
- __init__(self)
- runpagespeed = method(self, **kwargs)
- Runs Page Speed analysis on the page at the specified URL, and returns a Page Speed score, a list of suggestions to make that page faster, and other information.
Args:
locale: string, The locale used to localize formatted results
rule: string, A Page Speed rule to run; if none are given, all rules are run (repeated)
strategy: string, The analysis strategy to use
Allowed values
desktop - Fetch and analyze the URL for desktop browsers
mobile - Fetch and analyze the URL for mobile devices
url: string, The URL to fetch and analyze (required)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|