About This Performance Test

This application is designed to compare the performance characteristics of Angular Universal and Remix Server-Side Rendering.

Test Methodology

Both applications are configured identically to ensure fair comparison:

  • Same page structure and navigation
  • Identical random data generation using Faker.js
  • Server-side rendering enabled on both platforms
  • Similar styling and layout

Performance Metrics

Key metrics to compare:

  • Time to First Byte (TTFB)
  • First Contentful Paint (FCP)
  • Largest Contentful Paint (LCP)
  • Server response time
  • Bundle size and loading performance

Technology Stack

Angular Universal

Angular 17+ with SSR support

Remix

React-based framework with built-in SSR