Fast load times
Techniques for improving site performance.
Core Web Vitals
- Web Vitals
- User-centric performance metrics
- Defining the Core Web Vitals metrics thresholds
- Largest Contentful Paint (LCP)
- Cumulative Layout Shift (CLS)
- First Input Delay (FID)
- Interaction to Next Paint (INP)
- Optimize Largest Contentful Paint
- Optimize Cumulative Layout Shift
- Optimize First Input Delay
- Optimize Interaction to Next Paint
- Core Web Vitals workflows with Google tools
Optimize your JavaScript
- Optimize long tasks
- Apply instant loading with the PRPL pattern
- Reduce JavaScript payloads with code splitting
- Remove unused code
- Minify and compress network payloads
- Serve modern code to modern browsers for faster page loads
- Publish, ship, and install modern JavaScript for faster applications
- How CommonJS is making your bundles larger