Skip to main content
Your site’s speed affects who finds it, who stays, and who converts. Rocket measures your site on the same metrics Google uses, grades it from A to F, and shows you exactly what to fix.
Performance is only available for landing page and website projects. Google uses Core Web Vitals (LCP, INP, CLS) as a ranking signal. Sites that score poorly on these metrics risk lower placement in search results.

Steps

1

Open Performance

Click in the top navigation bar of your task, then select Performance from the menu.
2

Pick what you want to measure

Use the Staging / Production toggle to choose which environment to check. Then switch between Desktop and Mobile to see scores for each.Desktop and mobile scores are measured separately because page loading differs by device. Mobile connections are slower, screens are smaller, and browsers handle resources differently. A page that scores well on desktop can still perform poorly on mobile. Check both.
Performance tab showing Grade A, five metric cards (LCP, INP, CLS, FCP, TTFB) all rated Great, with Desktop and Mobile tabs and Staging/Production toggle.Performance tab showing Grade A, five metric cards (LCP, INP, CLS, FCP, TTFB) all rated Great, with Desktop and Mobile tabs and Staging/Production toggle.
3

Run the check

Click Refresh to fetch the latest scores.
4

Fix what Rocket flags

In Issues, click Try to fix on items you want Rocket to resolve automatically.
Try to fix uses tokens. Each fix is an AI-powered code change applied to your project.
5

Re-check until stable

Click Refresh again. Aim for consistent “Great” on LCP, INP, and CLS.

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.
Each metric shows a score, a progress bar, and a rating: Great, Needs Improvement, or Poor.
Performance dashboard showing five metric cards (LCP, INP, CLS, FCP, TTFB) all rated Great, followed by the Identified issues list with Try to fix and Ignore buttons.Performance dashboard showing five metric cards (LCP, INP, CLS, FCP, TTFB) all rated Great, followed by the Identified issues list with Try to fix and Ignore buttons.

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.
RatingThreshold
GreatUnder 2.5 seconds
Needs Improvement2.5 to 4 seconds
PoorOver 4 seconds

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.
RatingThreshold
GreatUnder 200ms
Needs Improvement200ms to 500ms
PoorOver 500ms

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.
RatingThreshold
GreatUnder 0.1
Needs Improvement0.1 to 0.25
PoorOver 0.25
Thresholds are defined by Google’s Web Vitals standards and measured at the 75th percentile of page views. This means if 75% of your visitors see a “Great” score, your site passes.
Staging scores reflect your current work in progress. Production scores reflect what real users experience on your live site. Check both before publishing to catch issues before they go live.

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

Caused by unused JavaScript, render-blocking CSS, or unoptimized images.

Unoptimized images

Estimated waste in KiB shown for both mobile and desktop.

Missing cache headers

On generated images, affecting both LCP and FCP savings.

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.
  • Ignore. Dismisses the issue if it is not relevant or if you plan to address it manually.
Try to fix uses tokens. Each fix is an AI-powered code change applied to your project.

Improving your scores

You can also describe the issue to Rocket in chat and it will apply the fix for you.
Improve my site's page load speed. Optimize images, lazy load below-the-fold content, and reduce unused JavaScript.

Frequently asked questions

Google uses Core Web Vitals as a ranking signal. Sites that fail the thresholds risk being pushed down in search results.Beyond SEO, speed directly affects revenue: a Deloitte study found that a 0.1-second speed improvement increased travel site conversions by 10.1%.If you build sites for clients, a Grade A performance report is concrete proof of quality before they even review the design.
After every major change: adding images, new sections, third-party scripts, or fonts. Always before deploying to production. Rocket makes this a one-click task with the Refresh button.
Staging measures your work in progress inside Rocket. Production measures what real visitors experience on your deployed site. Scores can differ if your production environment has additional third-party scripts, different assets, or different server configurations.
Rocket analyzes the specific issue and applies targeted fixes: compressing oversized images, removing unused JavaScript, adding lazy loading to off-screen images, or setting proper cache headers. Each fix targets the exact metric that flagged the issue.
No. The Try to fix button handles everything automatically. You can also describe the issue in plain language in Rocket’s chat and it will apply the changes.
LCP, INP, and CLS are the three Core Web Vitals that affect search ranking. FCP and TTFB are supplementary diagnostics. Rocket tracks all five because fixing TTFB or FCP often improves the core three as well.

What’s next?

SEO & discoverability

Performance scores directly affect your Google search rankings. Optimize your site for search engines.

Analytics

Track how performance improvements affect your traffic, bounce rate, and engagement over time.

Accessibility

Accessible sites tend to perform better due to cleaner HTML structure. Improve both at once.

Deploy to web

Deploy to production so performance can be measured against real traffic.