Web Performance
v1.0.0
Reviews front-end code for performance — Core Web Vitals, lazy loading, image optimization, bundle size, and rendering efficiency. Performance directly impacts conversion rates and search rankings, but degradation happens gradually and is easy to miss in development.
Performance(12)
Optimize Images
Serve images in modern formats (WebP/AVIF), at appropriate dimensions, and with width/height attributes. Unoptimized images are typically the largest assets on a page — a single uncompressed hero image can be larger than all your JavaScript combined, destroying load times on mobile.
Automate Web Performance checks on every PR
BeforeMerge scans your pull requests against all 12 Web Performance rules automatically. Get actionable feedback before code ships.