data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABHsA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABJIA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABHwA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIEA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABHcA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABJIA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
!
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABJEA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
14images83 KB
0oversized-0 KB
1legacy format
7missing dimensionsCLS risk
Set explicit width and height to prevent CLS.
Why this matters
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Why this matters
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Why this matters
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Why this matters
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Why this matters
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Why this matters
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Why this matters
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
B
Document Compression
Document response uses gzip; brotli would be ~20% smaller
REVIEW
Document response uses gzip; brotli would be ~20% smaller
Info::
i
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
i
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
!
3 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
!
Total JS execution time is 3.8 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
A+
Page Weight Budget
400 KB transferred, 109 requests
PASS
400 KB transferred, 109 requests
Info::
✓
Page weighs 1.7 MB (400 KB transferred)
Warning::
!
109 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
i
Estimated 0.08 g CO2 per page load
400 KBtransferred
109 requests
0.08 g CO2 per page load
HTML186.0 KiB47%
Fonts125.1 KiB31%
Images83.1 KiB21%
CSS3.7 KiB1%
Other1.7 KiB0%
JavaScript0 B0%
02.4 MB4.9 MB
Under budget
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Why this matters
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
A
Third-Party Impact
23% third-party, 0 ms blocking
PASS
23% third-party, 0 ms blocking
Info::
i
Third-party code accounts for 23% of page weight (90.1 KiB of 399.7 KiB)
Info::
✓
Third-party blocking time is low (0 ms)
77%
23%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
✓
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
10 fonts (125 KB)
PASS
10 fonts (125 KB)
Info::
i
10 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
10
125 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
pxiEyp8kv8JHgFVrJJfecg....woff2swap
Size8 KB
Load time13 ms
Start2.8 s
RiskFOUT — text flashes from fallback to web font
themify.woffwoffswap
Size35 KB
Load time503 ms
Start2.8 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
pxiByp8kv8JHgFVrLEj6Z1x...woff2swap
Size8 KB
Load time16 ms
Start2.8 s
RiskFOUT — text flashes from fallback to web font
LDIoaomQNQcsA88c7O9yZ4K...woff2swap
Size27 KB
Load time33 ms
Start2.8 s
RiskFOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLDD4Z1x...woff2swap
Size8 KB
Load time31 ms
Start2.8 s
RiskFOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLCz7Z1x...woff2swap
Size8 KB
Load time23 ms
Start2.8 s
RiskFOUT — text flashes from fallback to web font
pxiDyp8kv8JHgFVrJJLm111...woff2swap
Size9 KB
Load time40 ms
Start2.8 s
RiskFOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLGT9Z1x...woff2swap
Size8 KB
Load time27 ms
Start2.8 s
RiskFOUT — text flashes from fallback to web font
pxiDyp8kv8JHgFVrJJLmr19...woff2swap
Size9 KB
Load time34 ms
Start2.8 s
RiskFOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLBT5Z1x...woff2swap
Size7 KB
Load time38 ms
Start2.8 s
RiskFOUT — text flashes from fallback to web font
Optimization checklist
Preload critical fonts (priority=high)
Use woff2 format for all fonts
Set font-display to swap, optional, or fallback
Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~11 KB and ~22 ms
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
✓
No render-blocking resources detected
A+
Resource Hints
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
✓
Page uses 2 resource hint(s)
Current Resource Hints
preconnect
1
preload
1
dns-prefetch—
prefetch—
2 resource hints configured
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
✓
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Asset Compression
All 1 asset host use brotli
PASS
All 1 asset host use brotli
Info::
✓
www.googletagmanager.com serves assets with brotli (assets: 5)
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
✓
Both `ETag` and `Last-Modified` present -- efficient revalidation supported
The page returns both `ETag` (content hash) and `Last-Modified` (timestamp) headers. Browsers can issue conditional GETs with `If-None-Match` or `If-Modified-Since`; the server returns 304 Not Modified for unchanged content, saving bandwidth. ETag is the more reliable of the two (timestamps fail in DST transitions and clock skew).