Performance
· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.38 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.27 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.58 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.27 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
BJS Execution Cost634ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.google.com/ | 356ms | 122ms | 31ms | 3rd |
| Unattributable | 148ms | 6ms | 0ms | 3rd |
| https://www.gstatic.com/og/_/js/k=og.qtm.en_US.6Gg_vhaORp0.2019.O/rt=j/m=qabr,q_dnp,qcwid,qapid,qads/exm=qaaw,qadd,qaid,qein,qhaw,qhba,qhbr,qhch,qhga,qhid,qhin/d=1/ed=1/rs=AA2YrTscrfpjYlephp7nLsDy1CMPBWZ2ow | 130ms | 95ms | 17ms | 3rd |
BJS Bundles1 scripts, 55 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/og/_/js/k=og.qtm.en_US.6Gg_vhaORp0.2019.O/rt=j/m=qabr,q_dnp,qcwid,qapid,qads/exm=qaaw,qadd,qaid,qein,qhaw,qhba,qhbr,qhch,qhga,qhid,qhin/d=1/ed=1/rs=AA2YrTscrfpjYlephp7nLsDy1CMPBWZ2ow | 82 KB | 55 KB (68%) | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
CCompression AlgorithmActionMain response served uncompressedREVIEW
CMain HTML Cache-ControlActionMain HTML max-age=2592000 (~43200min) is aggressiveREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
A+Page Weight Budget258 KB transferred, 28 requestsPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization7 images, 0 KB saveablePASS
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+Font Loading1 fonts (24 KB)PASS
Web fonts
1
24 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence1 server-response signal(s) detectedPASS
APage Weight Inventory28 resources · 258 KB · 55 KB savings availablePASS
~55.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 28 resources | 258.4 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+JavaScript BlockingNo render-blocking JS or document.write usage detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
AHTTP Cachingmax-age=2592000 (4 weeks)PASS
public, max-age=2592000
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 2592000 | Cache for 4 weeks |
Network Waterfall28 requests over 1923msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.google.com www.google.com | Other | 356ms | 78 KB | — | €4/mo | Costly |
Unattributable Unattributable | Other | 148ms | 0 KB | — | €2/mo | Optional |
www.gstatic.com www.gstatic.com | Other | 130ms | 82 KB | 68% | €1/mo | Optional |
These scripts may cost more than they're worth
- www.google.com adds 356ms and costs ~€4/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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 356ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
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.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-04-11 — 2026-05-08)
LCP (p75)
3046 ms
67% good
INP (p75)
256 ms
67% good
CLS (p75)
0.000
98% good
FCP (p75)
2714 ms
TTFB (p75)
1814 ms
Image Optimization11 images, 0 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
11
Total Size
0 KB
Oversized
1