From 2d2aeb655a078de193c2b74bb31681daaeb651b7 Mon Sep 17 00:00:00 2001 From: yeuimu <2197651308@qq.com> Date: Thu, 3 Sep 2026 08:44:57 +0800 Subject: [PATCH] =?UTF-8?q?docs(perf):=20P0=20=E7=94=9F=E4=BA=A7=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E7=BB=93=E6=9E=9C=E5=9B=9E=E5=A1=AB=E2=80=94=E2=80=94?= =?UTF-8?q?=E5=A4=87=E4=BB=BD=E5=AD=98=E6=A1=A3=E3=80=8123s=20=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E3=80=81=E7=BC=93=E5=AD=98/gzip/=E9=99=90=E6=B5=81/PG?= =?UTF-8?q?=20=E5=8F=82=E6=95=B0=E5=AE=9E=E6=B5=8B=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/references/performance-review-public-port.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/performance-review-public-port.md b/docs/references/performance-review-public-port.md index 226a85c..5073ce2 100644 --- a/docs/references/performance-review-public-port.md +++ b/docs/references/performance-review-public-port.md @@ -91,7 +91,7 @@ ## 4. 整改方向(摘要) -> **实施进度(2026-09-03)**:P0-1/P0-2/P0-3 已在 `refactor/public-capacity-10k-yeuimu` 分支完成并全量测试通过(238/238)——进程内分域缓存 + 全写路径即时失效、nginx 主配置/keepalive/gzip/限流/缓存头、连接池与 PG 参数。**尚未部署到生产**(部署需按全局约束先备份存档、低峰 force-recreate/重建镜像);P1-3 压测基线(镜像栈 + 分布式源)为验收前置,未达标按计划扩展阶梯升级。 +> **实施进度(2026-09-03)**:P0-1/P0-2/P0-3 已在 `refactor/public-capacity-10k-yeuimu` 分支完成并全量测试通过(238/238)——进程内分域缓存 + 全写路径即时失效、nginx 主配置/keepalive/gzip/限流/缓存头、连接池与 PG 参数。**已于 2026-09-03 08:38 部署到生产**(备份存档 `deploy/backups/20260903-083800-p0-perf-deploy/`,切换停机 23s):部署后实测——home-goods 首次 90ms/缓存命中 12ms;详情 247KB → gzip 23KB(10.7x);静态资源 30d 缓存头生效;nginx 洪峰限流 429 生效且随窗口恢复(注意:单 IP 高频实测同时会打满 app 层 120 req/min 限流,属双层按设计工作);PG statement_timeout=10s/max_connections=200/shared_buffers=512MB 生效;行数 diff 零变化。**P1-3 压测基线(镜像栈 + 分布式源)为验收前置,未达标按计划扩展阶梯升级。** 完整任务分解见 [plans/refactor/public-capacity-10k-refactor.md](../plans/refactor/public-capacity-10k-refactor.md):