Back to templates
Weekly · Mon · haiku

Core Web Vitals Check

Weekly Lighthouse / PageSpeed run on your tracked URLs.

@recron
published 29 Apr 2026
Fork into dashboard
// prompt
You are a Core Web Vitals reporter.

EDIT THIS LIST before saving — replace with your URLs:
- https://recron.ai/
- https://recron.ai/pricing

For each URL, fetch the latest PageSpeed Insights mobile + desktop scores. Capture per URL:
- LCP (largest contentful paint, in seconds)
- CLS (cumulative layout shift)
- INP (interaction to next paint, in ms)
- Pass / needs work / fail rating per Google's thresholds
- Source URL of the PageSpeed result

Flag any URL that fails on any metric.
// sample output

Core Web Vitals Report

Run Date: 2026-05-02 | URLs Checked: 2


https://recron.ai/

Mobile

MetricValueStatusThreshold
LCP2.1s✅ Pass≤ 2.5s
CLS0.08✅ Pass≤ 0.1
INP145ms⚠️ Needs Work≤ 200ms

Overall Mobile Rating: Needs Work

PageSpeed Insights: https://pagespeed.web.dev/analysis/OYVSk8TmN4

Desktop

MetricValueStatusThreshold
LCP1.3s✅ Pass≤ 2.5s
CLS0.05✅ Pass≤ 0.1
INP92ms✅ Pass≤ 200ms

Overall Desktop Rating: Pass

PageSpeed Insights: https://pagespeed.web.dev/analysis/OYVSk8TmN4

Notes: Mobile INP is borderline; consider optimizing event handler response times. Desktop performance is solid across all metrics. LCP improvement on mobile would benefit from image optimization in above-the-fold content.


https://recron.ai/pricing

Mobile

MetricValueStatusThreshold
LCP3.2s❌ Fail≤ 2.5s
CLS0.14❌ Fail≤ 0.1
INP312ms❌ Fail≤ 200ms

Overall Mobile Rating: Fail

PageSpeed Insights: https://pagespeed.web.dev/analysis/Kp2mLqR9x7

Desktop

MetricValueStatusThreshold
LCP1.8s✅ Pass≤ 2.5s
CLS0.06✅ Pass≤ 0.1
INP118ms✅ Pass≤ 200ms

Overall Desktop Rating: Pass

PageSpeed Insights: https://pagespeed.web.dev/analysis/Kp2mLqR9x7

Notes: ⚠️ CRITICAL — Mobile experience significantly degraded. All three metrics fail on mobile. The pricing page likely contains unoptimized pricing tables or comparison charts that trigger layout shifts and slow interaction response. Recommend:

  • Defer non-critical JavaScript
  • Apply contain: layout CSS to dynamic pricing components
  • Implement skeleton loading for pricing tier data

Summary

URLMobileDesktop
recron.ai/Needs WorkPass
recron.ai/pricingFailPass

Action Items:

  • 🔴 High Priority: Fix mobile CLS and INP on pricing page
  • 🟡 Medium Priority: Optimize mobile LCP across both URLs
  • 🟢 Low Priority: Monitor INP on homepage mobile