From 65d2ab2cff16d11b6b6f7fff5939c5c992eab94f Mon Sep 17 00:00:00 2001 From: dsh Date: Thu, 1 Aug 2024 11:45:26 +0100 Subject: [PATCH] add content to angular performance node (#6317) --- .../angular/content/performance@STEHxJpwBZxFdQl0zUKxo.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/performance@STEHxJpwBZxFdQl0zUKxo.md b/src/data/roadmaps/angular/content/performance@STEHxJpwBZxFdQl0zUKxo.md index 55cb80a3a..4c09d2cfc 100644 --- a/src/data/roadmaps/angular/content/performance@STEHxJpwBZxFdQl0zUKxo.md +++ b/src/data/roadmaps/angular/content/performance@STEHxJpwBZxFdQl0zUKxo.md @@ -1 +1,7 @@ -# Performance \ No newline at end of file +# Performance + +Angular’s 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) \ No newline at end of file