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(3)
Lazy-Load Below-Fold Content
Lazy-load images, components, and data that are below the initial viewport fold. Loading everything upfront makes the user wait for content they haven't scrolled to yet — increasing Time to Interactive and burning mobile data on content the user may never see.
Automate Web Performance checks on every PR
BeforeMerge scans your pull requests against all 3 Web Performance rules automatically. Get actionable feedback before code ships.