Angular Performance Examples

🎓 Introduction

Start here to learn about tips that you can apply to optimize your Angular Application:

  • Understanding component lifecycle
  • Using the LifecycleLogger directive
  • Tracking component creation and destruction
  • DNS Lookups impact
  • Fix layout shifts
  • Intrinsic size and responsive images
  • Modern image formats
  • You're in trouble using functions in the template
  • ChangeDetection is not always the solution
  • Defer problems for later
  • You don't like water but you'll get hydrated today
  • Or at least partially
  • Hold those events
  • Stop asking the same
Start Here