Javascript Performance

JavaScript performance beyond bundle size

번들 크기에 접근하는 방법과 다른 메트릭에도 접근하는 방법

Bundle size

- Bundlephobia
- Webpack Bundle Analyzer
- Rollup Plugin Analyzer
- Other bundle size tools

Beyond the bundle

- Runtime CPU cost
- Power usage
- Memory usage
- Disk usage

Conclusion

CRA 환경

Bundle size 측정

Analyzing the Bundle Size

tree shaking example

[웹팩4] tree shaking 적용 방법

업데이트: