What is Code Splitting?
Code splitting divides JavaScript into smaller chunks that are loaded on demand rather than all at once. This reduces initial bundle size and improves TTI.
A technique that breaks JavaScript bundles into smaller chunks loaded on demand, reducing initial load time.
Code splitting divides JavaScript into smaller chunks that are loaded on demand rather than all at once. This reduces initial bundle size and improves TTI.
Explore all SEO and web performance terms
Use BulkAudit to measure code splitting and other key metrics for your website.