Benchmarking in Angular

Benchmarking is important — but how exactly do you do it?

Aphinya Dechalert
Better Programming
Published in
7 min readApr 20, 2023

--

Benchmarking is one of those things that we often hear about but rarely do ourselves. In part, it’s mostly an afterthought until performance noticeably becomes annoyingly slow. Slow speeds are something that Angular is prone to, in part because it’s a framework, and frameworks can be bulky.

--

--