Skip to content

Polish Try Prisma Next section and add Compute/Postgres links#7951

Merged
ankur-arch merged 10 commits into
mainfrom
prisma-next-performance-blog-patch
Jun 17, 2026
Merged

Polish Try Prisma Next section and add Compute/Postgres links#7951
ankur-arch merged 10 commits into
mainfrom
prisma-next-performance-blog-patch

Conversation

@ankur-arch

@ankur-arch ankur-arch commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

Documentation

  • Updated the blog post title and metadata (title, metaTitle, metaDescription) to frame Prisma Next as reaching ~90% of raw Postgres (pg) driver peak throughput, replacing the prior “50% faster than Prisma 7” wording.
  • Revised the benchmark narrative to surface gzipped bundle size (~148.5 KB) earlier and compare it to Prisma 7 (~1.32 MB), highlighting serverless/edge cold-start relevance.
  • Replaced the closing CTA with a “Try Prisma Next today” section offering two setup paths and refreshed Early Access/start links.
  • Updated the throughput ramp image from SVG to PNG.

…s-links

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Jun 17, 2026 2:15pm
docs Ready Ready Preview, Comment Jun 17, 2026 2:15pm
eclipse Ready Ready Preview, Comment Jun 17, 2026 2:15pm
site Ready Ready Preview, Comment Jun 17, 2026 2:15pm

Request Review

@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

The Prisma Next performance benchmark blog post updates its frontmatter title and SEO metadata to reflect ~90% of raw pg throughput. A sentence highlighting the ~148.5 KB gzipped bundle size is inserted into the benchmark narrative, and the throughput image asset shifts from SVG to PNG. The closing call-to-action is replaced with a detailed setup section providing two bunx command paths and updated resource links.

Changes

Blog post content and CTA update

Layer / File(s) Summary
Frontmatter metadata reframing
apps/blog/content/blog/prisma-next-performance-benchmark/index.mdx
Frontmatter title, metaTitle, and metaDescription are updated to claim ~90% raw pg throughput, with gzipped bundle size and latency-under-load framing in the SEO description.
Benchmark narrative updates
apps/blog/content/blog/prisma-next-performance-benchmark/index.mdx
A sentence calling out Prisma Next's ~148.5 KB gzipped bundle versus Prisma 7's ~1.32 MB (~9× smaller) is inserted mid-narrative with serverless/edge cold-start implications; the throughput benchmark image reference changes from .svg to .png.
Closing CTA section restructure
apps/blog/content/blog/prisma-next-performance-benchmark/index.mdx
The prior single-paragraph closing CTA is replaced with a full "Try Prisma Next today" section containing two bunx setup commands (create-prisma@next and prisma-next@latest init) and updated links to Early Access, GitHub, and Discord.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • prisma/web#7941: Directly modifies the same prisma-next-performance-benchmark/index.mdx file, establishing the benchmark framing and CTA content that this PR revises.
  • prisma/web#7923: Both PRs update MDX blog content to promote Prisma Next Early Access resources through revised call-to-action links.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title references 'Polish Try Prisma Next section and add Compute/Postgres links', which aligns with the main changes: refreshing the Try Prisma Next CTA section and updating documentation links. However, the summary shows extensive additional changes (metadata reframing, benchmark metrics, bundle size details) that aren't captured in the title.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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


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

@argos-ci

argos-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Jun 17, 2026, 2:22 PM

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@apps/blog/content/blog/prisma-next-performance-benchmark/index.mdx`:
- Line 29: The sentence contains a grammar error where "It's" (contraction of
"it is") is incorrectly used instead of "Its" (possessive form). Change "It's
bundle size" to "Its bundle size". Additionally, the sentence contains redundant
use of "gzipped" appearing twice consecutively in the phrase "bundle size
gzipped is about **148.5 KB** gzipped". Restructure the sentence to remove this
redundancy and improve clarity, such as by rephrasing to "Its gzipped bundle
size is about **148.5 KB**" or similar construction that eliminates the
duplicate term while maintaining the intended meaning.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 805ef90c-e530-44a3-b440-e98687533e69

📥 Commits

Reviewing files that changed from the base of the PR and between 7163b7d and 82610a0.

📒 Files selected for processing (1)
  • apps/blog/content/blog/prisma-next-performance-benchmark/index.mdx

Comment thread apps/blog/content/blog/prisma-next-performance-benchmark/index.mdx Outdated
Comment thread apps/blog/content/blog/prisma-next-performance-benchmark/index.mdx Outdated
Comment thread apps/blog/content/blog/prisma-next-performance-benchmark/index.mdx Outdated
Comment thread apps/blog/content/blog/prisma-next-performance-benchmark/index.mdx Outdated
Comment thread apps/blog/content/blog/prisma-next-performance-benchmark/index.mdx Outdated
Comment thread apps/blog/content/blog/prisma-next-performance-benchmark/index.mdx Outdated
Comment thread apps/blog/content/blog/prisma-next-performance-benchmark/index.mdx Outdated
Comment thread apps/blog/content/blog/prisma-next-performance-benchmark/index.mdx Outdated
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.

1 participant