Data
Below is a verbose list of all available data type names (as recognized by the API), a description of the data, and which object
they are associated with.
Info
Yellowlab and Lighthouse specific types are noted with (YL)
and (LH)
respectively.
Name (string) | Description | Parent Object |
---|---|---|
health | Calculated health score from that Scan | Scan |
logs | Total number of error logs found in that Scan | Scan |
lighthouse_average | Average of all Lighthouse scores for that Scan | Scan |
seo | (LH) SEO score for that Scan | Scan |
performance | (LH) Perfomance score for that Scan | Scan |
best_practices | (LH) Best Practices score for that Scan | Scan |
accessibility | (LH) Accessibility score for that Scan | Scan |
pwa | (LH) PWA score for that Scan | Scan |
crux | (LH) CRUX score for that Scan | Scan |
yellowlab_average | (YL) Average of all Yellow Lab scores for that Scan | Scan |
pageWeight | (YL) Page Weight score for that Scan | Scan |
images | (YL) Images score for that Scan | Scan |
domComplexity | (YL) DOM Complexity score for that Scan | Scan |
javascriptComplexity | (YL) JS Complexity score for that Scan | Scan |
badJavascript | (YL) Bad JS score for that Scan | Scan |
jQuery | (YL) jQuery score for that Scan | Scan |
cssComplexity | (YL) CSS Complexity score for that Scan | Scan |
badCSS | (YL) Bad CSS score for that Scan | Scan |
fonts | (YL) Fonts score for that Scan | Scan |
serverConfig | (YL) Server Config score for that Scan | Scan |
test_score | Calculated test score from that Test | Test |
test_status | One of working , passed , failed , or incomplete | Test |
current_health | Calculated health score from second Scan | Test |
current_lighthouse_average | Average of all Lighthouse scores from second Scan | Test |
seo_delta | (LH) Difference in SEO scores | Test |
performance_delta | (LH) Difference in Perfomance scores | Test |
best_practice_deltas | (LH) Difference in Best Practices score | Test |
accessibility_delta | (LH) Difference in Accessibility score | Test |
pwa_delta | (LH) Difference in PWA scores | Test |
crux_delta | (LH) Difference in CRUX scores | Test |
current_yellowlab_average | Difference in Average of all Yellow Lab scores from second Scan | Test |
pageWeight_delta | (YL) Difference in Page Weight score | Test |
images_delta | (YL) Difference in Images score (not VRT) | Test |
domComplexity_delta | (YL) Difference in DOM Complexity score | Test |
javascriptComplexity_delta | (YL) Difference in JS Complexity score | Test |
badJavascript_delta | (YL) Difference in Bad JS score | Test |
jQuery_delta | (YL) Difference in jQuery score | Test |
cssComplexity_delta | (YL) Difference in CSS Complexity score | Test |
badCSS_delta | (YL) Difference in Bad CSS score | Test |
fonts_delta | (YL) Difference in Fonts score | Test |
serverConfig_delta | (YL) Difference in Server Config score | Test |
html_score | HTML component score for that Test | Test |
logs_score | Logs component score for that Test | Test |
vrt_score | VRT component score for that Test | Test |
lighthouse_score | Lighthouse component score for that Test | Test |
yellowlab_score | Yellowlab component score for that Test | Test |
caserun_status | One of working , passed , or failed | CaseRun |
flowrun_status | One of working , passed , or failed | FlowRun |