Bundle Analyzer

Analyze and optimize JavaScript bundle sizes

Total Bundle Size

0 B

0 scripts loaded

Cached

0

Scripts from cache

Large Bundles

0

> 200KB each

Optimization Tips

Code Splitting

Pages are already lazy-loaded with React.lazy()

Tree Shaking

Import only needed components from libraries

Heavy Libraries

Consider alternatives for large dependencies

Script Bundles
Optimization Recommendations

Active Optimizations

  • ✓ Lazy loading with React.lazy()
  • ✓ Route-based code splitting
  • ✓ Component-level splitting for heavy modules
  • ✓ Prefetching on hover/focus
  • ✓ React Query caching for data