google_api_page_speed_online v0.6.0 GoogleApi.PageSpeedOnline.V5.Model.Categories View Source
The categories in a Lighthouse run.
Attributes
accessibility(type:GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t, default:nil) - The accessibility category, containing all accessibility related audits.best-practices(type:GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t, default:nil) - The best practices category, containing all best practices related audits.performance(type:GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t, default:nil) - The performance category, containing all performance related audits.pwa(type:GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t, default:nil) - The Progressive-Web-App (PWA) category, containing all pwa related audits.seo(type:GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t, default:nil) - The Search-Engine-Optimization (SEO) category, containing all seo related audits.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.PageSpeedOnline.V5.Model.Categories{
accessibility: GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t(),
"best-practices": GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t(),
performance: GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t(),
pwa: GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t(),
seo: GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.