You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Deferrable views](/defer)| Defer loading of select dependencies within a template by wrapping corresponding parts in a `@defer` block. |
12
-
|[Image optimization](/image-optimization)| Use the `NgOptimizedImage` directive to adopt best practices for loading images. |
13
-
|[Server-side rendering](/ssr)| Learn how to leverage rendering pages on the server to improve load times. |
14
-
|[Build-time prerendering](/prerendering)| Also known as static-side generation (SSG), is an alternate rendering method to improve load times. |
15
-
|[Hydration](/hydration)| A process to improve application performance by restoring its state after server-side rendering and reusing existing DOM structure as much as possible. |
11
+
|[Deferrable views](/guide/defer)| Defer loading of select dependencies within a template by wrapping corresponding parts in a `@defer` block. |
12
+
|[Image optimization](/guide/image-optimization)| Use the `NgOptimizedImage` directive to adopt best practices for loading images. |
13
+
|[Server-side rendering](/guide/ssr)| Learn how to leverage rendering pages on the server to improve load times. |
14
+
|[Build-time prerendering](/guide/prerendering)| Also known as static-side generation (SSG), is an alternate rendering method to improve load times. |
15
+
|[Hydration](/guide/hydration)| A process to improve application performance by restoring its state after server-side rendering and reusing existing DOM structure as much as possible. |
0 commit comments