feat(blog): Start SSR performance article#692
Conversation
👷 Deploy request for tanstack pending review.Visit the deploys page to approve it
|
|
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughA 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
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
There was a problem hiding this comment.
💡 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".
| published: 2026-03-17 | ||
| authors: | ||
| - Manuel Schiller | ||
| - Florian Pellet | ||
| title: '5x SSR Throughput: Profiling SSR Hot Paths in TanStack Start' |
There was a problem hiding this comment.
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 👍 / 👎.
Summary by CodeRabbit