AuditJet

JavaScript Performance · AuditJet Glossary

Code Splitting

A technique that splits JavaScript bundles into smaller chunks that are loaded on demand rather than all at once.

Code splitting reduces the initial JavaScript payload that must be parsed and executed before a page becomes interactive. In Next.js, React, and Vue, dynamic imports (import()) enable component-level code splitting. Reducing initial JS payload directly improves TBT and INP — less JavaScript executed on load means fewer long tasks.

Monitor Code continuously

AuditJet tracks Core Web Vitals on a schedule with revenue impact alerts.

Start Free
Code Splitting — Definition | AuditJet Glossary | AuditJet