What doesn't load in two seconds will never be accessed again: User expectations for web application performance are steadily increasing. After a web application loads, it needs to feel fast and fluid in order for the user to achieve their goal.
In his webinar on March 10th 2021, Christian Liebel uncovered Angular’s most important optimization options (Zone.js, Change Detection, and Service Workers) so that you can ignite the turbo for your Angular app!
Agenda:
- Run performance-critical code outside the NgZone.
- Protect components from too frequent queries with the OnPush strategy.
- Load only the code you need thanks to lazy loading
- Reduce loading times with the service worker
- Q&A