Skip to content

feat(blog): Start SSR performance article#692

Merged
tannerlinsley merged 39 commits intoTanStack:mainfrom
Sheraff:feat-blog-start-ssr-performance-article
Mar 17, 2026
Merged

feat(blog): Start SSR performance article#692
tannerlinsley merged 39 commits intoTanStack:mainfrom
Sheraff:feat-blog-start-ssr-performance-article

Conversation

@Sheraff
Copy link
Contributor

@Sheraff Sheraff commented Feb 1, 2026

Summary by CodeRabbit

  • Documentation
    • Added comprehensive blog post detailing TanStack Start SSR throughput optimization work, including profiling and measurement approaches, multi-pronged optimization strategies, benchmarking methodology, concrete patterns, performance improvements with specific results, and instructions for reproduction.

@netlify
Copy link

netlify bot commented Feb 1, 2026

👷 Deploy request for tanstack pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 40c0c25

@Sheraff Sheraff marked this pull request as draft February 1, 2026 12:15
@changeset-bot
Copy link

changeset-bot bot commented Mar 15, 2026

⚠️ No Changeset found

Latest commit: f5659bb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented Mar 15, 2026

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

A new comprehensive blog post documenting profiling and optimization efforts to increase SSR throughput in TanStack Start, including methodology, code patterns, benchmarking approaches, optimization strategies, and quantified performance improvements with supporting evidence.

Changes

Cohort / File(s) Summary
Blog Post – SSR Optimization
src/blog/tanstack-start-5x-ssr-throughput.md
Comprehensive blog post detailing optimization strategies for SSR throughput, including URL parsing reduction, SSR reactivity elimination, server-only fast paths, and object shape preservation. Includes measurement methodology, code examples, benchmark instructions, and quantified results.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~15 minutes


🐰 A tale of throughput so bright,
Where SSR loops take flight,
With flamegraphs deep and benchmarks true,
Five times faster—hippity-hoo!
Optimization's what rabbits do. 🚀

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat(blog): Start SSR performance article' clearly and specifically describes the main change: adding a blog post about SSR performance optimization in TanStack Start.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

@Sheraff Sheraff marked this pull request as ready for review March 17, 2026 17:48
@tannerlinsley tannerlinsley merged commit 65c2c33 into TanStack:main Mar 17, 2026
3 of 4 checks passed
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 40c0c25331

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +2 to +6
published: 2026-03-17
authors:
- Manuel Schiller
- Florian Pellet
title: '5x SSR Throughput: Profiling SSR Hot Paths in TanStack Start'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add required excerpt to blog frontmatter

This post omits an excerpt field in its frontmatter, but the posts schema requires excerpt: z.string() in content-collections.ts; that makes this document invalid for the content collection pipeline and can break blog generation/routes that rely on post.excerpt. Please add an excerpt string to the frontmatter so the post can be parsed like the other blog entries.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants