Perfomance optimization
Last updated
Was this helpful?
Last updated
Was this helpful?
Performance check list for Angular :
How to detect memory leaks (chrome debugger)
Explanation on how to use chrome dev tools for that and memory related concepts
Four types of memory leaks in JS
Tips on how to customize ngDestroy
Reduce to a single check the change detection
do not use deep comparison of object for change detection
Precompilation of the code > Link to article
Prerendering on the server side.
Look and