Google-ის 2024+ ranking algorithm 100%-ით Core Web Vitals-ზეა. თუ შენი საიტი 3 წამზე მეტს იტვირთება, კარგავ SEO traffic-ს. CIFRULI-ზე ვაწყობთ 0.4s LCP-ს, 0.02 CLS-ს — Lighthouse 100/100.
1. LCP — Largest Contentful Paint
LCP ზომავს, რამდენ ხანს სჭირდება page-ის უდიდესი content element-ის render-ს. Google-ის threshold: ≤ 2.5s.
- Google-ის target: LCP ≤ 2.5s
- CIFRULI-ს შედეგი: LCP ≤ 0.4s — 6×-ით უფრო სწრაფი
- როგორ: Next.js static generation + Tailwind CSS JIT + Vercel Edge CDN
„LCP 0.4s = user 1.5s-ზე იწყებს interaction-ს. 3s LCP = user closes tab."
2. CLS — Cumulative Layout Shift
CLS ზომავს, თუ რამდენად "ხტება" page-ის layout loading-ისას — buttons, images, fonts. Google-ის limit: CLS ≤ 0.1.
- Google-ის limit: CLS ≤ 0.1
- CIFRULI-ს შედეგი: CLS ≤ 0.02 — 5×-ით უკეთესი
- როგორ: explicit width/height, font-display:swap, no layout-causing CSS
3. TBT — Total Blocking Time
TBT ზომავს, თუ რამდენ ხანს "blocking"-ი page-ის main thread JavaScript-ის გამო. Google-ის target: ≤ 200ms.
- Google-ის target: TBT ≤ 200ms
- CIFRULI-ს შედეგი: TBT ≤ 50ms — 4×-ით
- როგორ: defer non-critical JS, lazy load images, minified Tailwind production build (44KB)
4. Lighthouse 100/100
Google-ის Lighthouse score 0–100, 4 category: Performance, Accessibility, Best Practices, SEO. CIFRULI-ს site — 100/100 ყველა category-ში.
5. Core Web Vitals — Georgian B2B-სთვის
Georgian B2B-ის 80%-ს website-ი 3+ sec LCP-ს. Google-ის mobile-first index — 2026-დან. Mobile = 4G network, slower device = LCP 2×. CIFRULI-ს Pro package — Vercel Edge CDN, Lighthouse 100/100, 0.4s load — დაიწყე.