Files
WeFlow/.github/ISSUE_TEMPLATE/性能优化.md
2026-03-16 21:14:11 +08:00

21 lines
546 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: 性能优化
about: 报告性能瓶颈并提议优化方案
title: "[PERF]: <优化点名称>"
labels: 'type: enhancement'
assignees: ''
---
## 当前性能现状
<!-- 请提供具体的度量数据。例如:加载时间 5s内存占用 500MB 等 -->
## 瓶颈分析
<!-- 是否使用了 Profiling 工具(如 Chrome DevTools, PySpy 等)?请附上截图或日志 -->
## 预期优化目标
<!-- 优化后希望达到的数值 -->
## 优化思路
<!-- 你的方案(例如:增加缓存、改异步、算法优化 -->