| |
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <html><head><title>Python: class Resource</title> |
| </head><body bgcolor="#f0f0f8"> |
| <p> |
| <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| <tr bgcolor="#ffc8d8"> |
| <td colspan=3 valign=bottom> <br> |
| <font color="#000000" face="helvetica, arial"><a name="Resource">class <strong>Resource</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> |
| |
| <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| <td colspan=2><tt>A class for interacting with a resource.<br> </tt></td></tr> |
| <tr><td> </td> |
| <td width="100%">Methods defined here:<br> |
| <dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl> |
| |
| <dl><dt><a name="Resource-runpagespeed"><strong>runpagespeed</strong></a> = method(self, **kwargs)</dt><dd><tt>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.<br> |
| <br> |
| Args:<br> |
| locale: string, The locale used to localize formatted results<br> |
| rule: string, A Page Speed rule to run; if none are given, all rules are run (repeated)<br> |
| strategy: string, The analysis strategy to use<br> |
| Allowed values<br> |
| desktop - Fetch and analyze the URL for desktop browsers<br> |
| mobile - Fetch and analyze the URL for mobile devices<br> |
| url: string, The URL to fetch and analyze (required)<br> |
| <br> |
| Returns:<br> |
| An object of the form<br> |
| <br> |
| {<br> |
| "kind": "pagespeedonline#result", # Kind of result.<br> |
| "formattedResults": { # Localized Page Speed results. Contains a ruleResults entry for each Page Speed rule instantiated and run by the server.<br> |
| "locale": "A String", # The locale of the formattedResults, e.g. "en_US".<br> |
| "ruleResults": { # Dictionary of formatted rule results, with one entry for each Page Speed rule instantiated and run by the server.<br> |
| },<br> |
| },<br> |
| "title": "A String", # Title of the page, as displayed in the browser's title bar.<br> |
| "version": { # The version of the Page Speed SDK used to generate these results.<br> |
| "major": 42, # The major version number of the Page Speed SDK used to generate these results.<br> |
| "minor": 42, # The minor version number of the Page Speed SDK used to generate these results.<br> |
| },<br> |
| "score": 42, # The Page Speed Score (0-100), which indicates how much faster a page could be. A high score indicates little room for improvement, while a lower score indicates more room for improvement.<br> |
| "responseCode": 42, # Response code for the document. 200 indicates a normal page load. 4xx/5xx indicates an error.<br> |
| "invalidRules": [ # List of rules that were specified in the request, but which the server did not know how to instantiate.<br> |
| "A String",<br> |
| ],<br> |
| "pageStats": { # Summary statistics for the page, such as number of JavaScript bytes, number of HTML bytes, etc.<br> |
| "otherResponseBytes": "A String", # Number of response bytes for other resources on the page.<br> |
| "flashResponseBytes": "A String", # Number of response bytes for flash resources on the page.<br> |
| "totalRequestBytes": "A String", # Total size of all request bytes sent by the page.<br> |
| "numberCssResources": 42, # Number of CSS resources referenced by the page.<br> |
| "numberResources": 42, # Number of HTTP resources loaded by the page.<br> |
| "cssResponseBytes": "A String", # Number of uncompressed response bytes for CSS resources on the page.<br> |
| "javascriptResponseBytes": "A String", # Number of uncompressed response bytes for JS resources on the page.<br> |
| "imageResponseBytes": "A String", # Number of response bytes for image resources on the page.<br> |
| "numberHosts": 42, # Number of unique hosts referenced by the page.<br> |
| "numberStaticResources": 42, # Number of static (i.e. cacheable) resources on the page.<br> |
| "htmlResponseBytes": "A String", # Number of uncompressed response bytes for the main HTML document and all iframes on the page.<br> |
| "numberJsResources": 42, # Number of JavaScript resources referenced by the page.<br> |
| "textResponseBytes": "A String", # Number of uncompressed response bytes for text resources not covered by other statistics (i.e non-HTML, non-script, non-CSS resources) on the page.<br> |
| },<br> |
| "id": "A String", # Canonicalized and final URL for the document, after following page redirects (if any).<br> |
| }</tt></dd></dl> |
| |
| <hr> |
| Data descriptors defined here:<br> |
| <dl><dt><strong>__dict__</strong></dt> |
| <dd><tt>dictionary for instance variables (if defined)</tt></dd> |
| </dl> |
| <dl><dt><strong>__weakref__</strong></dt> |
| <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| </dl> |
| </td></tr></table> |
| </body></html> |