Skip to main content

Knowledge Base.

In-depth reference for all 84 checks across 4 categories. Each page explains what the check tests, why it matters, who is affected, and how to fix it.

Security 27 checks

Performance 34 checks

Core Web Vitals & Page Load

Largest Contentful Paint (LCP) How fast the main content loads — Google ranking factor, target <= 2.5s Cumulative Layout Shift (CLS) How much the page jumps around while loading — Google ranking factor, target <= 0.1 Total Blocking Time (TBT) How long the page is frozen and unresponsive — target <= 200ms First Contentful Paint (FCP) Time until the first text or image appears — target <= 1.8s Speed Index How quickly content is visually populated — lower is better Time to Interactive (TTI) When the page becomes fully interactive — target <= 3.8s Time to First Byte (TTFB) Server response time — slow TTFB delays everything else Redirects Each redirect adds 100-500ms of latency — minimize redirect chains Render-Blocking Resources CSS/JS that blocks page rendering — defer or inline critical resources Unused JavaScript JavaScript that's downloaded but never executed — wastes bandwidth Unused CSS CSS rules that don't match any element — increases parse time Image Optimization Unoptimized images are the #1 cause of slow page loads Text Compression Gzip/Brotli compression can reduce transfer size by 70-90% Minified JS/CSS Unminified code wastes bytes — minification is free performance Modern Image Formats WebP/AVIF are 25-50% smaller than JPEG/PNG with same quality Efficient Animated Content Animated GIFs are huge — use video formats for 80%+ size reduction Third-Party Script Impact Third-party scripts (analytics, ads, widgets) can dominate load time Third-Party Facades Lazy-load third-party embeds (YouTube, maps) until user interacts JS Execution Time Heavy JavaScript execution blocks the main thread — keep it under 3.5s Main Thread Work Total main thread activity — parsing, compiling, painting. Keep under 4s

Accessibility 12 checks

SEO 11 checks