From 7610adee3e23f186607aae5b8cc030e671c72dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E5=8F=8A?= <522caiji@gmail.com> Date: Wed, 9 Sep 2026 12:19:34 +0800 Subject: [PATCH] docs: add overview performance release notes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c39be..78037f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ Write each change in both `### English` and `### 中文` under `## Unreleased`. ### English +- Load the overview dashboard from a lightweight summary first, fetch account and model details per page in parallel, and cache request statistics briefly to reduce SQLite work during console startup + ### 中文 +- 首页先加载轻量概览摘要,账号和模型详情按页面并行请求,并短暂缓存请求统计,减少控制台启动时对 SQLite 的读取压力 + ## 0.3.7 - 2026-09-09 ### English