Test website speed and analyze Core Web Vitals (LCP, FID, INP, CLS, TTFB) in real time. Diagnose render-blocking scripts, uncompressed images, server response times, HTTP/2 & Brotli compression, and page weight waterfalls with actionable recommendations for Mobile and Desktop.
According to Google Lighthouse and Core Web Vitals standards, a score of 90 to 100 is considered Good (Fast), 50 to 89 Needs Improvement (Average), and below 50 is classified as Poor (Slow). Google prioritizes websites achieving "Good" Core Web Vitals for search rankings and mobile search discoverability.
Core Web Vitals are a set of real-world, user-centric performance metrics established by Google. They measure three essential facets of web page experience: Largest Contentful Paint (LCP) for loading speed (target: ≤ 2.5s), Interaction to Next Paint (INP) / First Input Delay (FID) for responsiveness (target: ≤ 200ms), and Cumulative Layout Shift (CLS) for visual stability (target: ≤ 0.1). Passing Core Web Vitals is an official Google search ranking factor.
Time to First Byte (TTFB) measures the duration from when a user's browser sends an HTTP request to when it receives the first byte of data from the web server. A good TTFB is under 200-500ms. High TTFB is typically caused by slow database queries, lack of server-side page caching, shared hosting CPU limits, or absence of a global Content Delivery Network (CDN) like Cloudflare, Fastly, or CloudFront.
Mobile audits simulate standard mid-tier smartphones (such as a Moto G Power) over throttled 4G network conditions. Mobile devices have slower CPU processing power to parse heavy JavaScript bundles and render CSS, whereas desktop tests simulate unthrottled high-speed broadband connections on multi-core workstation processors.
Render-blocking resources are external `<script>` and `<link rel="stylesheet">` tags in the HTML `<head>` that prevent the browser from rendering visual page elements until they are completely downloaded and parsed. You can fix them by adding `defer` or `async` attributes to non-critical scripts, inlining critical above-the-fold CSS, and lazy-loading secondary stylesheets.
Extensive studies by Google, Amazon, and Akamai demonstrate that every 100ms increase in page latency decreases conversion rates by up to 7%. Furthermore, pages taking longer than 3 seconds to load suffer from a 53% mobile abandonment rate. Fast websites enjoy higher engagement, lower bounce rates, and superior organic keyword rankings.
When `<img>` tags lack explicit `width` and `height` (or aspect-ratio) attributes in HTML or CSS, the browser cannot reserve the necessary layout space prior to downloading the image. As the image loads, content below it abruptly jumps downward, frustrating users and creating severe CLS penalties.
Yes, 100% free with unlimited audits, zero watermarks, no account registration required, and full export capabilities including professional PDF audit reports and side-by-side competitor benchmarking.