google_api_page_speed_online v0.5.0 GoogleApi.PageSpeedOnline.V5.Model.LighthouseResultV5Categories View Source
Map of categories in the LHR.
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 web best practice 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.LighthouseResultV5Categories{ 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.