返回 Skill 列表
extension
分类: 开发与工程无需 API Key

performance-trace-guide

指导收集和分析性能跟踪。当中级开发人员需要诊断缓慢问题时使用。

person作者: jakexiaohubgithub

Performance Trace Guide

Purpose

Guide collection and analysis of performance traces.

Inputs to request

  • Slow endpoint or workflow.
  • Target latency or throughput goals.
  • Tracing tool and environment.

Workflow

  1. Define the slow path and target metrics.
  2. Collect traces with minimal noise and stable load.
  3. Analyze hotspots and propose optimizations.

Output

  • Trace analysis summary and actions.

Quality bar

  • Use representative load and data.
  • Quantify the impact of fixes.