Steps
Open Performance
Pick what you want to measure


Performance dashboard showing Core Web Vitals scores and grade
Run the check
Fix what Rocket flags
Re-check until stable
What the dashboard measures
The Performance tab grades your site from A to F based on five metrics:- Three Core Web Vitals: The metrics Google uses for search ranking.
- Two diagnostics: Supplementary metrics that help identify the root cause of slower scores.


Performance metrics and identified issues
- Core Web Vitals
- Diagnostics
Page load speed (LCP)
Largest Contentful Paint measures how long it takes for the main content of your page to become visible. This is usually the hero image, headline, or largest text block.Visitors decide whether a page feels fast or slow based on this moment. Faster LCP means more people stay.Click response (INP)
Interaction to Next Paint measures how quickly the page reacts when someone clicks, taps, or types. A slow INP makes the site feel unresponsive or broken even after it has fully loaded.Page stability (CLS)
Cumulative Layout Shift measures how much the page layout moves while it is loading. A score of 0 means nothing shifts. Higher scores mean elements are jumping around, which causes misclicks and a frustrating experience.Identified issues
Below the metric cards, Rocket lists specific issues detected on your site. Each issue includes the affected metric, the current value, and an estimated savings breakdown so you can see exactly where time or bytes are being lost.High LCP or FCP
Unoptimized images
Missing cache headers
Fixing or ignoring issues
Every issue has two actions:- Try to fix. Rocket applies an automatic fix (compress images, remove unused code, add lazy loading, set cache headers). Each fix targets the exact metric that flagged the issue. This uses credits.
- Ignore. Dismisses the issue if it is not relevant or if you plan to address it manually.
Improving your scores
You can also describe the issue to Rocket in chat and it will apply the fix for you.Frequently asked questions
Why do Core Web Vitals matter for my business?
Why do Core Web Vitals matter for my business?
How often should I check my performance scores?
How often should I check my performance scores?
What's the difference between staging and production scores?
What's the difference between staging and production scores?
Do I need technical knowledge to improve my scores?
Do I need technical knowledge to improve my scores?
Which three metrics does Google actually use for ranking?
Which three metrics does Google actually use for ranking?


