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

openwebf-host-performance-metrics

在Flutter中使用WebF性能工具(FP/FCP/LCP,dumpLoadingState,加载状态事件)进行性能诊断。当用户提到FP/FCP/LCP、dumpLoadingState、首次渲染慢、LCP验证或性能监控时使用。

person作者: jakexiaohubgithub

OpenWebF Host: Performance Metrics & Diagnosis

Instructions

  1. Establish measurement: capture FP/FCP/LCP and key lifecycle timings.
  2. Use MCP docs for the official performance monitoring APIs and guidance.
  3. Use dumpLoadingState (or equivalent) to diagnose where time is spent.
  4. Offer scaffolding templates when useful:
    • perf/loading-state-events
    • perf/loadingstate-dump
    • perf/lcp-content-verification

More: