diff --git a/docs/pro/major-performance-breakthroughs-upgrade-guide.md b/docs/pro/major-performance-breakthroughs-upgrade-guide.md index 8aa274511c..c2154e4c3f 100644 --- a/docs/pro/major-performance-breakthroughs-upgrade-guide.md +++ b/docs/pro/major-performance-breakthroughs-upgrade-guide.md @@ -27,15 +27,6 @@ Server Components execute on the server and stream HTML to the client—no serve - [geekyants.com Case Study](https://geekyants.com/en-gb/blog/boosting-performance-with-nextjs-and-react-server-components-a-geekyantscom-case-study): - **52% smaller** JavaScript and TypeScript codebase - Lighthouse scores improved **from ~50 to ~90** -- [Airbnb's RSC migration results](): -- **15% improvement** in core web vitals -- **23% reduction** in Time to First Byte -- [Meta's developer portal migration](https://questlab.pro/blog-posts/web-development/wd-pl-2024-articleId912i1h212818#:~:text=Meta%27s%20RSC%20Implementation%20Results): - - **30% reduction** in JavaScript bundle size - - **60% improvement** in Time to Interactive - - **45% faster** First Contentful Paint - - **50% reduction** in server response time - - **25% decrease** in overall maintenance complexity Please note that only the first of these directly compares performance of equivalent applications with and without React Server Components. Other migrations may include React or other dependency upgrades and so on.