Files
ai-worker-platform/static
hz4th_coder e5d664fb98 性能优化: 项目页/看板/DAG/知识库/交付 加载提速
- /api/tasks 列表接口改用轻量序列化,去掉 output_text/error 大字段
  (300KB -> 6KB, 详情接口 /api/tasks/<id> 仍返回完整数据)
- /api/tasks/trash 与 /api/projects/<id>/dag 同步轻量化
- 前端同一项目内切换 tab 不再重复拉取项目/任务/Worker/事件,
  复用 projCtx 缓存; 离开项目页时自动清缓存
- /api/projects/<id>/events 各来源加 LIMIT, 避免全表加载
2026-08-16 19:26:13 +08:00
..