GTmetrix (Carbon60) is a convenient PageSpeed analyzer since 2009, combining Lighthouse + WebPageTest in one UI. Pain points in 2026: free tier is 1 location and 1 device, no real-user (CrUX) data, history limited to 7 days. Alternatives: Enterno.io Speed (Core Web Vitals field + lab free), Google PageSpeed Insights, WebPageTest, Pingdom Speed Test, Calibre.
Below: competitor overview, feature-by-feature comparison, when Enterno.io wins, FAQ.
GTmetrix founded in 2009. Runs on Lighthouse + WebPageTest. Free tier: 1 location (Canada), 1 device, 7 days history. Pro ($14.95-$249/mo): 22 locations, 6 months history, API.
| Feature | Enterno.io | Competitor |
|---|---|---|
| Core Web Vitals (LCP, INP, CLS) | ✅ | ✅ |
| Field data (CrUX, real users) | ✅ | ❌ |
| Multiple locations (free) | ✅ (3: RU/EU/US) | ❌ (Canada only) |
| Mobile + Desktop split | ✅ | ⚠️ Pro only |
| History > 30 days (free) | ✅ Pro | ❌ |
| API | ✅ Pro | ✅ Pro |
| Scheduled monitoring | ✅ | ✅ |
| Pro price | ₽490/mo | $14.95/mo |
Page load speed directly impacts conversion, SEO rankings, and user satisfaction. Google uses Core Web Vitals as a ranking factor. Every extra second of load time cancost up to 7% in conversions.
Google Lighthouse-based analysis: Performance, Accessibility, Best Practices, SEO.
LCP (rendering), FID (interactivity), CLS (visual stability) — key Google metrics.
Breakdown by type: HTML, CSS, JavaScript, images, fonts. Size, request count, blocking resources.
Specific recommendations with savings estimates: image compression, caching, minification, etc.
Core Web Vitals for rankings
performance optimization
speed = conversions
performance regression
async/defer block rendering. Move to end or add attribute.Cache-Control, the browser reloads CSS/JS on every visit.loading="lazy" for images below the fold.brotli on;Cache-Control: max-age=31536000, immutable. HTML: max-age=0, s-maxage=60.<link rel="preload"> for fonts and CSS. Reduces LCP by 200-500ms.Speed check history, competitor comparison and PageSpeed monitoring.
Sign up freeLab — simulated measurement in a controlled env (Lighthouse). Field — real Chrome user data (CrUX). Field data is authoritative for Google ranking.
PSI is free and shows field data. GTmetrix gives a nicer waterfall. Enterno.io = PSI field data + waterfall + history combined.
GTmetrix requires a publicly accessible URL. Enterno.io (Pro) supports Basic Auth or tokenised URLs.
Yes, since March 2024. See <a href="/en/s/research-core-web-vitals-runet-2026">our CWV research</a>.