Skip to content

Commit 6167202

Browse files
authored
docs: fix MDX-incompatible patterns blocking sc-website docs sync (#3275)
1 parent 051ba87 commit 6167202

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/oss/core-concepts/performance-benchmarks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Server components produce HTML that does not need hydration — they have no cli
9393
> This section covers a non-production local directional benchmark first, then a production case study. For validated,
9494
> at-scale results, see the [Production Case Study: Popmenu](#popmenu) below.
9595
96-
### Non-Production Local Directional Benchmark: Gumroad-Style RSC Demo (April 2026) {#gumroad-style-rsc-demo}
96+
### Non-Production Local Directional Benchmark: Gumroad-Style RSC Demo (April 2026) <a id="gumroad-style-rsc-demo"></a>
9797

9898
The [Gumroad-style RSC benchmark demo](https://github.com/shakacode/react-on-rails-demo-gumroad-rsc)
9999
is a public ShakaCode comparison repo modeled after a creator-dashboard surface with product listings and sales metrics,
@@ -178,7 +178,7 @@ completeness only. See
178178
establish statistical significance._
179179
- _The `action_total` -2.3% delta is likely within expected variance at n=4._
180180

181-
#### Worst-case `responseEnd` counter-signal {#gumroad-rsc-worst-case-responseend}
181+
#### Worst-case `responseEnd` counter-signal <a id="gumroad-rsc-worst-case-responseend"></a>
182182

183183
| Metric | Inertia demo | RSC demo | Delta % (negative = RSC faster) |
184184
| ---------------------------------- | -----------: | -------: | ------------------------------: |
@@ -198,7 +198,7 @@ are still required before making stronger production-performance claims.
198198
See [Issue 3128](https://github.com/shakacode/react_on_rails/issues/3128) and
199199
[Issue 3144](https://github.com/shakacode/react_on_rails/issues/3144) for the ongoing tracking discussion.
200200

201-
### Production Case Study: Popmenu {#popmenu}
201+
### Production Case Study: Popmenu <a id="popmenu"></a>
202202

203203
Popmenu, a restaurant platform serving tens of millions of SSR requests daily, adopted React on Rails Pro and reported:
204204

docs/pro/node-renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ RUN bundle exec rake react_on_rails_pro:pre_seed_renderer_cache
166166

167167
| Scenario | Before | After |
168168
| ----------------------------- | --------------------------------------- | ------------------------------- |
169-
| First request on fresh deploy | 410→retry: 200ms–1s+ | Direct render: <50ms |
169+
| First request on fresh deploy | 410→retry: 200ms–1s+ | Direct render: `<50ms` |
170170
| Thundering herd on new pod | N requests queue behind per-bundle lock | All requests served immediately |
171171

172172
### Rolling deploys: seed current and previous bundle hashes

0 commit comments

Comments
 (0)