feat(pagespeed): split diagnostics by category (Performance, Accessibility, Best Practices, SEO)
Each Lighthouse category gets its own card with failing audits sorted by impact and collapsed passed audits. Matches pagespeed.web.dev layout.
This commit is contained in:
@@ -20,6 +20,7 @@ export interface AuditSummary {
|
||||
display_value?: string
|
||||
savings_ms?: number
|
||||
category: 'opportunity' | 'diagnostic' | 'passed'
|
||||
group?: string // "performance", "accessibility", "best-practices", "seo"
|
||||
details?: AuditDetailItem[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user