Skip to content

Commit 89d3736

Browse files
SisyphusZhengDevBot
andauthored
fix(www): replace stale benchmark route/sitemap counts with durable build-truth claim (#1312) (#1313)
* fix(www): replace stale benchmark route/sitemap counts with durable build-truth claim (#1312) The benchmark page (en+zh) asserted '30 route modules, 205 sitemap URLs', handwritten and stale since PR #1106 — the candidate build emits 146 sitemap URLs across 150 pages from 34 route files, and the false claim shipped verbatim in built HTML (verifier NO-GO F1). Adjudication per derive-from-owned-truth: the counts add no benchmark value (the page measures properties, not site scale) and cannot be derived into Markdown without new injection machinery, so the volatile numbers are removed in favor of a durable architectural property — every route prerendered, the sitemap built from routes. No numeric claim remains to silently rot; en/zh parity and locale availability stay under the existing www:check-truth and content-graph gates, and the content-graph fingerprints are regenerated. * style(www): deno fmt table padding on benchmark pages (#1312) Root deno fmt re-pads markdown tables to cell width; my edited cells changed the column widths. Content-graph fingerprints regenerated to match the formatted sources. --------- Co-authored-by: DevBot <devbot@openelement.dev>
1 parent aa3dd70 commit 89d3736

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

www/app/data/_generated-content-graph.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
],
465465
"references": [],
466466
"route": "/architecture/benchmark",
467-
"fingerprint": "567a73a9e2b9b167af103713a2348cc91484589cab0943336fdb03fd5e7f953b",
467+
"fingerprint": "555781ad7d04da2911672494c5abb5d7ee9d9433e5c823c31b60c844c7090b17",
468468
"data": {
469469
"lede": "Zero-noise. What we actually measure.",
470470
"order": 100,
@@ -486,7 +486,7 @@
486486
],
487487
"references": [],
488488
"route": "/architecture/benchmark",
489-
"fingerprint": "a5827dbdcacccd147b98bd853d479fcb6f96e09849be4c19a5588feb3b974c8e",
489+
"fingerprint": "6f8716c3b767eb33d4aec079785fb87edcc6f1549dad0af9b3907f994418bcde",
490490
"data": {
491491
"lede": "零噪音。只列我们实际测量的数据。",
492492
"order": 100,

www/content/architecture/benchmark.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ order: 100
66

77
## Build Performance
88

9-
| Metric | Value |
10-
| --------------- | ------------------------------------------------- |
11-
| SSG build (www) | 30 route modules, 205 sitemap URLs |
12-
| Dev cold start | Measured by CI performance evidence |
13-
| Vite dev start | Measured by CI performance evidence |
14-
| Client bundle | Budgeted island chunks; no mandatory page runtime |
9+
| Metric | Value |
10+
| --------------- | -------------------------------------------------- |
11+
| SSG build (www) | Every route prerendered; sitemap built from routes |
12+
| Dev cold start | Measured by CI performance evidence |
13+
| Vite dev start | Measured by CI performance evidence |
14+
| Client bundle | Budgeted island chunks; no mandatory page runtime |
1515

1616
## Rendering
1717

www/content/architecture/benchmark.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ order: 100
88

99
| 指标 | 数值 |
1010
| --------------- | ----------------------------------------- |
11-
| SSG 构建(www) | 30 个路由模块,205 条 sitemap URL |
11+
| SSG 构建(www) | 每个路由都静态预渲染;sitemap 由路由生成 |
1212
| 开发冷启动 | 由 CI 性能证据测量 |
1313
| Vite 开发启动 | 由 CI 性能证据测量 |
1414
| 客户端 bundle | island chunk 有预算约束;无强制页面运行时 |

0 commit comments

Comments
 (0)