Skip to content
All artifacts
toolrunning

web-perf

Measures Core Web Vitals through Chrome DevTools and identifies the specific bottleneck.

Reach for it when

A page feels slow, or a Lighthouse score dropped, and you need the cause rather than the score.

Drives Chrome DevTools, records a real load, and reports what is actually costing time: render-blocking resources, network request chains, layout shifts. With numbers attached.

Fires when auditing, profiling, or optimizing page load or site speed.

The distinction it holds onto is measurement versus guessing. A score tells you there is a problem. This tells you which request caused it.

  • performance
  • frontend
  • user-level