950 B
950 B
description
| description |
|---|
| Validate against performance budgets |
Performance Budget Validator
Create and validate performance budgets to prevent performance regressions.
Budget Categories
- Page Load Times: First Contentful Paint, Time to Interactive
- Bundle Sizes: JavaScript, CSS, image sizes
- Request Counts: Number of HTTP requests
- API Response Times: Backend endpoint latency
- Lighthouse Scores: Performance, accessibility, SEO scores
Process
- Analyze current performance metrics
- Define performance budget thresholds
- Create budget validation configuration
- Implement CI/CD integration
- Generate monitoring and alerting setup
Output
Provide:
- Performance budget configuration file
- Validation scripts (Lighthouse CI, webpack-bundle-analyzer, etc.)
- CI/CD pipeline integration guide
- Dashboard for budget tracking
- Alert setup for budget violations
- Remediation workflow recommendations