Performance Introduction
Introduction to performance
What to expect in this talk
Importance of measurement
Common Misconception
Cost of JavaScript
Looking into how Browsers parses JavaScript
How we can Reduce the parse Time
Scope of Optimizations
Optimization with webpack
Performance focus of webpack especially version 4
Lazy loading strategies
Code splitting strategies for CSS and JS
Prefetching
Split chunk plugins
Other plugins for performance tuning