Understanding Your Bundle
Before optimizing, you need to see what's in your bundle. Large bundles directly impact LCP and INP.
Learning Objectives
Lesson Outline
Before optimizing, you need to see what's in your bundle. Large bundles directly impact LCP and INP.
| Library | Size | Alternative |
|---|---|---|
| moment.js | ~300KB | date-fns (~25KB tree-shaken) |
| lodash (full) | ~70KB | lodash-es (tree-shaken) or native |
| chart.js | ~200KB | recharts or dynamic import |
| pdf-lib | ~400KB | Dynamic import + loading state |