1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00

add content to angular performance node (#6317)

This commit is contained in:
dsh 2024-08-01 11:45:26 +01:00 committed by GitHub
parent 3b9a640788
commit 65d2ab2cff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,7 @@
# Performance
Angulars performance is enhanced through key strategies such as Deferable Views for improved initial load times, Image Optimization techniques to reduce loading overhead, and mitigation of Zone Pollution to streamline change detection. Additionally, addressing Slow Computations enhances runtime efficiency, while Hydration techniques support faster, more interactive server-side rendered applications.
Learn more from the following resources:
- [@video@From Good to Great: Optimizing Angular Performance](https://www.youtube.com/watch?v=tMxrY7IL-Ac)