Technical

First Contentful Paint (FCP)

First Contentful Paint (FCP) is a performance metric that measures the time from when the page starts loading to when any part of the page's content (text, image, SVG, or canvas element) is rendered on screen.

FCP marks the moment the user sees something other than a blank screen. Google considers FCP good under 1.8s. While LCP measures when the main content is visible, FCP measures the very first visual feedback — even a loading spinner counts.

FCP is heavily influenced by TTFB (you cannot paint before the first byte arrives), render-blocking resources (CSS and synchronous JS in the head), and font loading behavior. A large gap between FCP and LCP suggests your main content loads much later than initial shell elements.

Optimize by inlining critical CSS, deferring non-critical JavaScript, using `next/font` for font loading, and leveraging server-side rendering or streaming (React Server Components in Next.js) to send HTML content early.

Stop shipping broken SEO

Indxel validates your metadata, guards your CI/CD pipeline, and monitors indexation — so you never miss an SEO issue again.