Performance
· 18 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.
4.22 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
974 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.42 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.
19.98 s
Page Load Progression
FPage Weight BudgetAction2.8 MB transferred, 94 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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
FJS Execution CostAction7690ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://sunsetlimousines.com.au/ | 1875ms | 93ms | 10ms | 1st |
| Unattributable | 1233ms | 29ms | 0ms | 3rd |
| https://sunsetlimousines.com.au/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js | 1216ms | 1090ms | 21ms | 1st |
| https://sunsetlimousines.com.au/wp-content/plugins/tripetto/vendors/tripetto-runner-autoscroll.js?ver=8.0.11 | 1048ms | 827ms | 114ms | 1st |
| https://sunsetlimousines.com.au/cdn-cgi/challenge-platform/scripts/jsd/main.js | 838ms | 795ms | 19ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=GT-PH393Q4S | 440ms | 280ms | 91ms | 3rd |
| https://sunsetlimousines.com.au/z4e8/ | 356ms | 251ms | 74ms | 1st |
| https://sunsetlimousines.com.au/wp-content/plugins/tripetto/vendors/tripetto-runner.js?ver=8.0.11 | 230ms | 113ms | 60ms | 1st |
| https://sunsetlimousines.com.au/z4e8/?id=GT-PH393Q4S&cx=c>m=4e6551&bs=ctrl | 156ms | 60ms | 95ms | 1st |
| https://sunsetlimousines.com.au/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.7 | 119ms | 40ms | 7ms | 1st |
Showing top 10 of 13 scripts
DJS BundlesAction37 scripts, 402 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://sunsetlimousines.com.au/z4e8/?id=GT-PH393Q4S&cx=c>m=4e6551&bs=ctrl | 185 KB | 121 KB (66%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=GT-PH393Q4S | 177 KB | 89 KB (50%) | ✓ | 3rd |
| https://sunsetlimousines.com.au/z4e8/ | 153 KB | 81 KB (53%) | ✓ | 1st |
| https://sunsetlimousines.com.au/wp-content/plugins/tripetto/vendors/tripetto-runner-autoscroll.js?ver=8.0.11 | 150 KB | 71 KB (47%) | ✓ | 1st |
| https://sunsetlimousines.com.au/wp-content/plugins/tripetto/vendors/tripetto-runner.js?ver=8.0.11 | 82 KB | 40 KB (49%) | ✓ | 1st |
| https://sunsetlimousines.com.au/wp-content/plugins/wp-consent-api/assets/js/wp-consent-api.min.js?ver=2.0.1 | 1 KB | — | ✓ | 1st |
| https://static.elfsight.com/platform/platform.js | 15 KB | — | ✓ | 3rd |
| https://sunsetlimousines.com.au/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1 | 2 KB | — | ✓ | 1st |
| https://sunsetlimousines.com.au/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=4.0.4 | 3 KB | — | ✓ | 1st |
| https://sunsetlimousines.com.au/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=4.0.4 | 7 KB | — | ✓ | 1st |
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
DPage Weight InventoryAction94 resources · 2.8 MB · 402 KB savings availableFIX
~401.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 94 resources | 2.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction10 images, 0 KB saveableREVIEW
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
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+Third-Party Impact7% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (426 KB)PASS
Web fonts
4
426 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~196 KB and ~392 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints26 hints, 0 missing preconnectsPASS
Current Resource Hints
26 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall94 requests over 5744msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1233ms | 0 KB | — | A$13/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 440ms | 177 KB | 50% | A$5/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 1233ms and costs ~A$13/month
- Google Tag Manager adds 440ms and costs ~A$5/month
Unattributable takes 1233ms 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 440ms 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
50% of Google Tag Manager'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-07 — 2026-05-04)
LCP (p75)
3780 ms
63% good
INP (p75)
0 ms
0% good
CLS (p75)
0.140
72% good
FCP (p75)
3557 ms
TTFB (p75)
0 ms