Enterprise Angular

Performance and Tuning


The Goal

"Make it work. Make it right. Make it fast." Kent Beck

At scale, we have to make our applications fast. How do we know what "fast" even means? How do we measure it?

We are going to explore some of the tooling used to instrument our applications and provide insights into performance.

We are also going to highlight some common bottlenecks and how to fix them.

Our goal is to instrument our application and take measured steps to improve the performance.

The Code

Resources

Angular DevTools

How to measure Initial Load Performance

< Angular Home