Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions www/app/data/_generated-content-graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
],
"references": [],
"route": "/architecture/benchmark",
"fingerprint": "567a73a9e2b9b167af103713a2348cc91484589cab0943336fdb03fd5e7f953b",
"fingerprint": "555781ad7d04da2911672494c5abb5d7ee9d9433e5c823c31b60c844c7090b17",
"data": {
"lede": "Zero-noise. What we actually measure.",
"order": 100,
Expand All @@ -486,7 +486,7 @@
],
"references": [],
"route": "/architecture/benchmark",
"fingerprint": "a5827dbdcacccd147b98bd853d479fcb6f96e09849be4c19a5588feb3b974c8e",
"fingerprint": "6f8716c3b767eb33d4aec079785fb87edcc6f1549dad0af9b3907f994418bcde",
"data": {
"lede": "零噪音。只列我们实际测量的数据。",
"order": 100,
Expand Down
12 changes: 6 additions & 6 deletions www/content/architecture/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ order: 100

## Build Performance

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

## Rendering

Expand Down
2 changes: 1 addition & 1 deletion www/content/architecture/benchmark.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ order: 100

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