Performance
· 26 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.
2.68 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.41 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
135 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.016
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.75 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.
8.41 s
Page Load Progression
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.4 MB transferred, 42 requestsREVIEW
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
BImage Optimization13 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
CJS Execution CostAction1530ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://aquadec.com.au/ | 462ms | 24ms | 8ms | 1st |
| https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/js/masterslider.min.js?ver=3.7.8 | 311ms | 121ms | 12ms | 1st |
| Unattributable | 221ms | 6ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-XKMSBW7TN1 | 218ms | 176ms | 34ms | 3rd |
| https://aquadec.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 160ms | 137ms | 6ms | 1st |
| https://aquadec.com.au/wp-content/themes/Divi/js/scripts.min.js?ver=4.27.4 | 158ms | 102ms | 17ms | 1st |
CJS BundlesAction9 scripts, 165 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-XKMSBW7TN1 | 152 KB | 69 KB (45%) | ✓ | 3rd |
| https://aquadec.com.au/wp-content/themes/Divi/js/scripts.min.js?ver=4.27.4 | 96 KB | 62 KB (65%) | ✓ | 1st |
| https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/js/masterslider.min.js?ver=3.7.8 | 54 KB | 34 KB (63%) | ✓ | 1st |
| https://use.fontawesome.com/ba6692f8c3.js | 4 KB | — | ✓ | 3rd |
| https://aquadec.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 38 KB | — | ✓ | 1st |
| https://aquadec.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 | 5 KB | — | ✓ | 1st |
| https://aquadec.com.au/wp-content/themes/Divi/core/admin/js/common.js?ver=4.27.4 | 1 KB | — | ✓ | 1st |
| https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/js/jquery.easing.min.js?ver=3.7.8 | 2 KB | — | ✓ | 1st |
| https://aquadec.com.au/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.9.0 | 4 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
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
BCompression AlgorithmMain response uses gzip; brotli would be ~20% smallerREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CPage Weight InventoryAction42 resources · 1.4 MB · 165 KB savings availableREVIEW
~165.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 42 resources | 1.4 MiB | ||||||
BJavaScript Blocking1 JS blocking issue(s) detectedREVIEW
BCSS Performance Depth2 CSS depth issue(s) detectedREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact22% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (363 KB)PASS
Web fonts
9
363 KB total
Render-blocking
0
of 9
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
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 ~64 KB and ~128 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+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall42 requests over 2984msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 218ms | 152 KB | 45% | A$1/mo | Costly |
These scripts may cost more than they're worth
- Google Tag Manager adds 218ms and costs ~A$1/month
Google Tag Manager takes 218ms 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
Image Optimization8 images, 498 KB total, 383 KB wastedINFO
Image Optimization Audit
Total Images
8
Total Size
498 KB
Oversized
3
Wasted
383 KB