Angular SSR Testing Dashboard
Testing the new server route features in Angular 20
Performance Comparison
| Render Mode | Initial Load | SEO | Interactivity | Server Load |
|---|---|---|---|---|
| SSR | Fast | Excellent | Full | Medium |
| CSR | Slower | Poor | Full | Low |
| Prerender | Fastest | Excellent | Limited | Lowest |
How to Test
- Click on any of the test route buttons above
- Observe the load time and rendering information
- Check the browser's Network tab to see the differences
- Use browser dev tools to inspect the rendered HTML
- Compare the performance metrics between routes