What problem does it solve?
The skill provides a structured framework to identify, measure, and optimize performance bottlenecks in the Grida Canvas web editor's TypeScript reducer, Immer usage, and React hooks, enabling faster interactions and smoother user experiences.
Core Features & Use Cases
- Workflow guides for profiling reducer dispatch cost, diagnosing laggy interactions (drag, resize, color changes), and building repeatable editor benchmarks.
- Instrumentation guidance with PerfObserver spans, headless benchmarks, and cross-environment validation to ensure consistent results.
- Clear scope boundaries: focuses on the JS/TS editor pipeline (editor/grida-canvas/); Rust rendering engine profiling is handled by the render-perf skill and uses separate tooling.
Quick Start
Run the editor performance bench for the TS editor pipeline and enable PerfObserver to begin collecting profiling data.