From 7a9620f239bc565920658819e09c8926dd4b7ac1 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 11 Nov 2025 11:09:56 -1000 Subject: [PATCH] Remove dead links from major-performance-breakthroughs-upgrade-guide.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed two broken questlab.pro links that were causing markdown link check failures: - Airbnb's RSC migration results - Meta's developer portal migration These links were returning Status: 0 in CI checks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../pro/major-performance-breakthroughs-upgrade-guide.md | 9 --------- 1 file changed, 9 deletions(-) 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.