Consider code splitting or tree shaking to reduce unused code.
Why this matters
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
i
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
C
Main HTML Cache-Control
Action
Main HTML max-age=2592000 (~43200min) is aggressive
REVIEW
Main HTML max-age=2592000 (~43200min) is aggressive
Warning::
!
Main HTML cached for 43200 minutes -- risks stale auth / SPA state
Long max-age on the main HTML document means users may see outdated auth state, SPA shells, or A/B variants until the cache expires. Consider Cache-Control: no-cache (or max-age=300) for HTML and let your hashed assets (JS/CSS/images) carry the long cache instead.
Got: public, max-age=2592000
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.
A+
Page Weight Budget
258 KB transferred, 29 requests
PASS
258 KB transferred, 29 requests
Info::
✓
Page weighs 754 KB (258 KB transferred)
Info::
✓
29 HTTP requests
Info::
i
Estimated 0.05 g CO2 per page load
258 KBtransferred
29 requests
0.05 g CO2 per page load
JavaScript81.7 KiB32%
HTML76.3 KiB30%
Other64.7 KiB25%
Fonts24.0 KiB9%
Images7.3 KiB3%
CSS3.4 KiB1%
Other358 B0%
Other75 B0%
Other0 B0%
02.4 MB4.9 MB
Under budget
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
Image Optimization
7 images, 0 KB saveable
PASS
7 images, 0 KB saveable
Warning::
!
https://fonts.gstatic.com/s/i/productlogos/googleg... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
7images7 KB
0oversized-0 KB
2legacy format
1missing 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
A+
Font Loading
1 fonts (24 KB)
PASS
1 fonts (24 KB)
Info::
i
1 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
1
24 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
4UaRrENHsxJlGDuGo1OIlJf...woff2swap
Size24 KB
Load time122 ms
Start645 ms
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)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
✓
No caching issues found
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—
preload
2
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+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
✓
LCP image preload audit not available for this scan
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
i
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
✓
No JavaScript blocking issues detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
✓
No CSS performance depth issues detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
A
HTTP Caching
max-age=2592000 (4 weeks)
PASS
max-age=2592000 (4 weeks)
Info::
✓
Cache-Control header is set
Got: public, max-age=2592000
Info::
✓
Effective TTL: 4 weeks (max-age=2592000)
Info::
i
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control
public, max-age=2592000
Directive
Value
Meaning
public
—
Any cache may store this response
max-age
2592000
Cache for 4 weeks
Effective TTL: 2592000 seconds
Network Waterfall
29 requests over 2204ms
INFO
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100%of JavaScript execution is third-party
First-party Third-party653ms · 158KB · CA$9/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.google.com
www.google.com
Other
389ms
76 KB
—
CA$5/mo
Costly
Unattributable
Unattributable
Other
162ms
0 KB
—
CA$2/mo
Optional
www.gstatic.com
www.gstatic.com
Other
103ms
82 KB
68%
CA$1/mo
Optional
www.google.com
Other
Costly
Execution389ms
Transfer76 KB
Monthly CostCA$5/mo
Unattributable
Other
Optional
Execution162ms
Transfer0 KB
Monthly CostCA$2/mo
www.gstatic.com
Other
Optional
Execution103ms
Transfer82 KB
Unused68%
Monthly CostCA$1/mo
These scripts may cost more than they're worth
www.google.com adds 389ms and costs ~CA$5/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
Why this matters
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
www.google.com takes 389ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
68% of www.gstatic.com's code is unused. The script may be loading features you don't use.
Why this matters
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.