DEV Community

Discussion on: Handling large DOM with Angular

Collapse
 
geromegrignon profile image
Gérôme Grignon

I would check if there is any empty lifecycle hook in reusable components as they are triggered anyway and can slow down your application. I would also look at implementation details to see if there is some way to optimize it

Collapse
 
danielsc profile image
Daniel Schreiber

Yeah - I had the same idea. But after timing ngOnInit etc I came to the conclusion that this would only yield small improvements but not orders of magnitude.