This survey compares modern web-page rendering techniques: Client-Side Rendering (CSR), Server-Side Rendering (SSR), Static Site Generation (SSG), Incremental Static Regeneration (ISR), and Edge-Side Rendering (ESR), in terms of Google's Core Web Vitals (LCP, INP, CLS). Based on authoritative specs and empirical research published between 2022 and 2025, it quantifies the performance compromises that influence first-load speed, interactivity, SEO, and operational complexity.
The benchmark validates that SSR and SSG provide the quickest Largest Contentful Paint consistently, whereas pure CSR requires aggressive code-splitting and progressive hydration in order to reach today's INP benchmarks. Hybrid approaches like ISR and streaming SSR close the gap by fusing static-like speed with on-demand freshness. ESR closes the network latency by shifting rendering to geographically distributed edge nodes, at the cost of distributed-state and cache-invalidation complexity.
Case studies from the industry (DoorDash, Preply, Shopify, and others) illustrate actual benefits: LCP by up to 65 % after CSR→SSR migration and INP less than 200 ms with selective hydration. The results are consolidated in a decision-making framework that aligns rendering models with content volatility, audience geography, and infrastructure capacity.
Looking ahead, the paper highlights emerging trends: React Server Components, partial hydration, and fine-grained edge compute, that have the potential to decouple interactivity from main-thread bottlenecks and make optimal code placement automatic. Taken together, these advances foretell a future where hybrid, performance-conscious rendering pipelines represent the default route to speedy, resilient, and search-visible web experiences.
If you have any questions about submitting your review, please email us at [email protected].