Performance
· 17 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.
13.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
29.01 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.29 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.095
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.74 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.
44.21 s
Page Load Progression
FPage Weight BudgetAction8.4 MB transferred, 412 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction24718ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.klaviyo.com/_astro/page.Dw4hn96J.js | 3745ms | 2631ms | 1ms | 3rd |
| Unattributable | 3622ms | 1023ms | 0ms | 3rd |
| https://www.klaviyo.com/ | 2414ms | 149ms | 9ms | 3rd |
| https://t.contentsquare.net/uxa/d7d7a4ae1fff8.js | 2078ms | 1824ms | 78ms | 3rd |
| https://www.klaviyo.com/_astro/client.Q4PGvSu9.js | 1158ms | 654ms | 1ms | 3rd |
| https://www.klaviyo.com/_astro/rive.Bj7h2rbT.js | 1068ms | 1063ms | 1ms | 3rd |
| https://spider.australiarevival.com/i/596102f2751010ba2ee94856a2df358e.js | 1030ms | 696ms | 16ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M28G2G | 825ms | 676ms | 88ms | 3rd |
| https://www.klaviyo.com/_astro/OnLoad.astro_astro_type_script_index_0_lang.C_04mnp4.js | 764ms | 678ms | 9ms | 3rd |
| https://js.hs-analytics.net/analytics/1776361500000/48163345.js | 663ms | 439ms | 15ms | 3rd |
Showing top 10 of 43 scripts
FJS BundlesAction174 scripts, 1.6 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.klaviyo.com/_astro/useTranslation.B20NgLB9.js | 357 KB | 261 KB (74%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 0 KB | 177 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 177 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 177 KB (49%) | ✓ | 3rd |
| https://js.hsforms.net/forms/embed/v2.js | 193 KB | 113 KB (61%) | ✓ | 3rd |
| https://t.contentsquare.net/uxa/d7d7a4ae1fff8.js | 143 KB | 67 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-E2RS7HT946&cx=c>m=4e64f0h1 | 171 KB | 64 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-11549644&cx=c>m=4e64f0h1 | 132 KB | 61 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-997744385&cx=c>m=4e64f0h1 | 137 KB | 59 KB (43%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js | 106 KB | 57 KB (54%) | ✓ | 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
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
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
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
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
FPage Weight InventoryAction412 resources · 8.4 MB · 1.6 MB savings availableFIX
~1.6 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 412 resources | 8.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization71 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading18 fonts (502 KB)PASS
Web fonts
18
502 KB total
Render-blocking
0
of 18
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~92 KB and ~184 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall412 requests over 8431msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.klaviyo.com www.klaviyo.com | Other | 3745ms | 35 KB | — | $21/mo | Costly |
Unattributable Unattributable | Other | 3622ms | 0 KB | — | $21/mo | Costly |
www.klaviyo.com www.klaviyo.com | Other | 2414ms | 56 KB | — | $14/mo | Costly |
t.contentsquare.net t.contentsquare.net | Other | 2078ms | 143 KB | 47% | $12/mo | Costly |
www.klaviyo.com www.klaviyo.com | Other | 1158ms | 55 KB | 42% | $7/mo | Costly |
www.klaviyo.com www.klaviyo.com | Other | 1068ms | 35 KB | — | $6/mo | Costly |
spider.australiarevival.com spider.australiarevival.com | Other | 1030ms | 45 KB | — | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 825ms | 201 KB | 28% | $5/mo | Costly |
www.klaviyo.com www.klaviyo.com | Other | 764ms | 1 KB | — | $4/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 663ms | 43 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 548ms | 171 KB | 38% | $3/mo | Costly |
js.qualified.com js.qualified.com | Other | 484ms | 116 KB | 49% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 484ms | 145 KB | 35% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 409ms | 144 KB | 39% | $2/mo | Costly |
bite.australiarevival.com bite.australiarevival.com | Other | 401ms | 2 KB | — | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 389ms | 137 KB | 43% | $2/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 388ms | 106 KB | 54% | $2/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 387ms | 0 KB | 49% | $2/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 359ms | 52 KB | 52% | $2/mo | Costly |
js.qualified.com js.qualified.com | Other | 316ms | 94 KB | 51% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 280ms | 132 KB | 46% | $2/mo | Costly |
j.6sc.co j.6sc.co | Other | 272ms | 19 KB | — | $2/mo | Costly |
www.redditstatic.com www.redditstatic.com | Other | 267ms | 19 KB | — | $2/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 246ms | 44 KB | — | $1/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 221ms | 93 KB | 48% | $1/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 176ms | 96 KB | 34% | $1/mo | Optional |
js.hsforms.net js.hsforms.net | Other | 173ms | 193 KB | 61% | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 159ms | 18 KB | — | $1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 157ms | 9 KB | — | $1/mo | Optional |
Heap Analytics cdn.heapanalytics.com | Analytics | 137ms | 42 KB | — | $1/mo | Optional |
Bing UET bat.bing.com | Advertising | 134ms | 15 KB | — | $1/mo | Optional |
www.klaviyo.com www.klaviyo.com | Other | 114ms | 14 KB | — | $1/mo | Optional |
cdn-0.d41.co cdn-0.d41.co | Other | 114ms | 30 KB | — | $1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 107ms | 19 KB | — | $1/mo | Optional |
px.mountain.com px.mountain.com | Other | 94ms | 1 KB | — | $1/mo | Optional |
dx.mountain.com dx.mountain.com | Other | 87ms | 6 KB | — | $0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 82ms | 4 KB | — | $0/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 70ms | 13 KB | — | $0/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 65ms | 40 KB | — | $0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 60ms | 20 KB | — | $0/mo | Optional |
cdn.pdst.fm cdn.pdst.fm | Other | 57ms | 10 KB | — | $0/mo | Optional |
tag.demandbase.com tag.demandbase.com | Other | 56ms | 18 KB | — | $0/mo | Optional |
www.klaviyo.com www.klaviyo.com | Other | 55ms | 1 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- www.klaviyo.com adds 3745ms and costs ~$21/month
- Unattributable adds 3622ms and costs ~$21/month
- www.klaviyo.com adds 2414ms and costs ~$14/month
- t.contentsquare.net adds 2078ms and costs ~$12/month
- www.klaviyo.com adds 1158ms and costs ~$7/month
- www.klaviyo.com adds 1068ms and costs ~$6/month
- spider.australiarevival.com adds 1030ms and costs ~$6/month
- Google Tag Manager adds 825ms and costs ~$5/month
- www.klaviyo.com adds 764ms and costs ~$4/month
- HubSpot Analytics adds 663ms and costs ~$4/month
- Google Tag Manager adds 548ms and costs ~$3/month
- js.qualified.com adds 484ms and costs ~$3/month
- Google Tag Manager adds 484ms and costs ~$3/month
- Google Tag Manager adds 409ms and costs ~$2/month
- bite.australiarevival.com adds 401ms and costs ~$2/month
- Google Tag Manager adds 389ms and costs ~$2/month
- analytics.tiktok.com adds 388ms and costs ~$2/month
- www.gstatic.com adds 387ms and costs ~$2/month
- transcend-cdn.com adds 359ms and costs ~$2/month
- js.qualified.com adds 316ms and costs ~$2/month
- Google Tag Manager adds 280ms and costs ~$2/month
- j.6sc.co adds 272ms and costs ~$2/month
- www.redditstatic.com adds 267ms and costs ~$2/month
- Facebook Pixel adds 246ms and costs ~$1/month
- transcend-cdn.com adds 221ms and costs ~$1/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.klaviyo.com takes 3745ms 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
Unattributable takes 3622ms 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
www.klaviyo.com takes 2414ms 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
t.contentsquare.net takes 2078ms 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
www.klaviyo.com takes 1158ms 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
www.klaviyo.com takes 1068ms 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
spider.australiarevival.com takes 1030ms 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
Google Tag Manager takes 825ms 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
www.klaviyo.com takes 764ms 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
HubSpot Analytics takes 663ms 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
Google Tag Manager takes 548ms 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
js.qualified.com takes 484ms 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
Google Tag Manager takes 484ms 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
Google Tag Manager takes 409ms 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
bite.australiarevival.com takes 401ms 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
Google Tag Manager takes 389ms 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
analytics.tiktok.com takes 388ms 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
54% of analytics.tiktok.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
www.gstatic.com takes 387ms 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
transcend-cdn.com takes 359ms 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
52% of transcend-cdn.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
js.qualified.com takes 316ms 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
51% of js.qualified.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
Google Tag Manager takes 280ms 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
j.6sc.co takes 272ms 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
www.redditstatic.com takes 267ms 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
Facebook Pixel takes 246ms 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
transcend-cdn.com takes 221ms 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
61% of js.hsforms.net'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