• Home
  • Raw
  • Download

Lines Matching full:audit

125 …sult": { # The Lighthouse result object. # Lighthouse response for the audit url as an object.
127 "a_key": { # An audit's result object in a Lighthouse result.
128 "description": "A String", # The description of the audit.
129 "details": { # Freeform details section of the audit.
132 …ayValue": "A String", # The value that should be displayed on the UI for this audit.
133 …;errorMessage": "A String", # An error message from a thrown error inside the audit.
134 "explanation": "A String", # An explanation of the errors in the audit.
135 "id": "A String", # The audit's id.
137 …ific to the audit, e.g. the number of nodes in the DOM or the timestamp of a specific load event. …
138 "score": "", # The score of the audit, can be null.
141 … "warnings": "", # Possible warnings that occurred in the audit, can be null.
146 "auditRefs": [ # An array of references to all the audit members of this category.
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.
149 …"group": "A String", # The category group that the audit belongs to (optional).
150 "id": "A String", # The audit ref id.
151 "relevantAudits": [ # Any audit IDs closely relevant to this one.
154 … "weight": 3.14, # The weight this audit's score has on the overall category score.
164 "auditRefs": [ # An array of references to all the audit members of this category.
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.
167 …"group": "A String", # The category group that the audit belongs to (optional).
168 "id": "A String", # The audit ref id.
169 "relevantAudits": [ # Any audit IDs closely relevant to this one.
172 … "weight": 3.14, # The weight this audit's score has on the overall category score.
182 "auditRefs": [ # An array of references to all the audit members of this category.
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.
185 …"group": "A String", # The category group that the audit belongs to (optional).
186 "id": "A String", # The audit ref id.
187 "relevantAudits": [ # Any audit IDs closely relevant to this one.
190 … "weight": 3.14, # The weight this audit's score has on the overall category score.
200 "auditRefs": [ # An array of references to all the audit members of this category.
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.
203 …"group": "A String", # The category group that the audit belongs to (optional).
204 "id": "A String", # The audit ref id.
205 "relevantAudits": [ # Any audit IDs closely relevant to this one.
208 … "weight": 3.14, # The weight this audit's score has on the overall category score.
218 "auditRefs": [ # An array of references to all the audit members of this category.
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.
221 …"group": "A String", # The category group that the audit belongs to (optional).
222 "id": "A String", # The audit ref id.
223 "relevantAudits": [ # Any audit IDs closely relevant to this one.
226 … "weight": 3.14, # The weight this audit's score has on the overall category score.
270 …"errorLabel": "A String", # The label shown next to an audit or metric that ha…
271 …orMissingAuditInfo": "A String", # The error string shown next to an erroring audit.
277 …;: "A String", # The heading for the estimated page load savings opportunity of an audit.