Core Web Vitals Kontrol Aracı

Web sitenizin Core Web Vitals metriklerini kontrol edin. LCP, INP, CLS ve diğer performans göstergelerini analiz edin.

Core Web Vitals Metrikleri

🖼️
LCPLargest Contentful Paint

Loading time of the page's largest visual content

Optimize the largest image, use preload, reduce server response time.

≤ 2.5 sn
2.5 – 4.0 sn
> 4.0 sn
👆
INPInteraction to Next Paint

Response delay to user interactions (replaced FID)

Split JavaScript into chunks, shorten long tasks, optimize event handlers.

≤ 200 ms
200 – 500 ms
> 500 ms
📐
CLSCumulative Layout Shift

Measurement of unexpected visual shifts during page loading

Define dimensions for images and videos, reserve space for dynamic content.

≤ 0.1
0.1 – 0.25
> 0.25
FCPFirst Contentful Paint

Time when the first content (text or image) appears on screen

Reduce render-blocking resources, inline critical CSS.

≤ 1.8 sn
1.8 – 3.0 sn
> 3.0 sn
🔗
TTFBTime to First Byte

Time for the browser to receive the first byte from the server

Use fast hosting, add CDN, perform server-side optimization.

≤ 800 ms
800 ms – 1.8 sn
> 1.8 sn
Bu Aracı Puanlayın
Bir yıldıza tıklayarak puanlayın

Sıkça Sorulan Sorular

What are Core Web Vitals?
Core Web Vitals are Google's three key metrics for measuring user experience: LCP (loading speed), INP (interaction speed), and CLS (visual stability). They have been used as a Google ranking signal since 2021.
Do Core Web Vitals affect SEO?
Yes. As part of Google's Page Experience signal, the Core Web Vitals score can lead to ranking differences among similar quality content.
Why is INP used instead of FID?
FID (First Input Delay) only measured the first interaction. INP measures the delay of all interactions on the page, providing a more comprehensive indicator of user experience.
What is CrUX data?
CrUX (Chrome User Experience Report) is field-based data collected from real Chrome users. Unlike lab data, it reflects real user experience.

İlgili Araçlar