Performance Metrics Visualizer

Real-time monitoring of Core Web Vitals (INP, LCP, CLS) with budget validation and optimization suggestions.

Real-Time Browser Metrics

Metrics are captured directly from your browser using the Web Vitals library. No data is transmitted to any server.

Current Metrics

Interaction to Next Paint

Waiting for metric...

Largest Contentful Paint

Waiting for metric...

Cumulative Layout Shift

Waiting for metric...

How It Works

πŸ“Š Core Web Vitals

This tool monitors the three Core Web Vitals metrics that Google uses for search ranking and user experience assessment:

  • INP (Interaction to Next Paint): Measures responsiveness. Target: ≀50ms (good), ≀200ms (needs improvement).
  • LCP (Largest Contentful Paint): Measures loading performance. Target: ≀2.5s (good), ≀4s (needs improvement).
  • CLS (Cumulative Layout Shift): Measures visual stability. Target: ≀0.1 (good), ≀0.25 (needs improvement).

🎯 Budget Validation

Each metric is validated against performance budgets. Metrics that exceed budgets will show suggestions for optimization.

πŸ”’ Privacy

All metrics are captured locally in your browser and stored only in React state (session-only). No data is transmitted to any server.

Performance Metrics Visualizer | Interactive Playgrounds | DezoDev