Back to skills
extension
Category: Development & EngineeringNo API key required

openwebf-host-performance-metrics

Instrument and diagnose WebF performance in Flutter (FP/FCP/LCP, dumpLoadingState, loading-state events). Use when the user mentions FP/FCP/LCP, dumpLoadingState, first render slow, LCP verification, or performance monitoring.

personAuthor: 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: