Skip to content
https://aquadec.com.au

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
1
REVIEW
9
PASS
9
INFO
3

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

83
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
91
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.25 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

2.25 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.029

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

1.85 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.

2.25 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
22
9 PASS 9 REVIEW 1 FIX
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Page Weight Budget
1.4 MB transferred, 43 requests
REVIEW
1.4 MB transferred, 43 requests
Info::
Page weighs 2.3 MB (1.4 MB transferred)
Info::
Fonts are 363 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 363 KB
Info::
43 HTTP requests
Info::
Estimated 0.30 g CO2 per page load
1.4 MB / 2.4 MB budget
1.4 MB transferred
43 requests
0.30 g CO2 per page load
Images 648.3 KiB 45%
Fonts 362.9 KiB 25%
JavaScript 355.7 KiB 24%
CSS 45.7 KiB 3%
HTML 38.6 KiB 3%
Other 2.0 KiB 0%
Other 548 B 0%
0 2.4 MB 4.9 MB
Under budget

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

B
Image Optimization
14 images, 0 KB saveable
REVIEW
14 images, 0 KB saveable
Warning::
https://aquadec.com.au/wp-content/uploads/2017/11/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
14 images 648 KB
0 oversized -0 KB
14 legacy format
1 missing dimensions CLS 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

C
JS Bundles
Action
9 scripts, 165 KB unused
REVIEW
9 scripts, 165 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-XKMS...: 69 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://aquadec.com.au/wp-content/themes/Divi/js/s...: 62 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://aquadec.com.au/wp-content/plugins/mastersl...: 34 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 165 KB
165 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-XKMSBW7TN1152 KB69 KB (45%)3rd
https://aquadec.com.au/wp-content/themes/Divi/js/scripts.min.js?ver=4.27.496 KB62 KB (65%)1st
https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/js/masterslider.min.js?ver=3.7.854 KB34 KB (63%)1st
https://use.fontawesome.com/ba6692f8c3.js4 KB3rd
https://aquadec.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.138 KB1st
https://aquadec.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB1st
https://aquadec.com.au/wp-content/themes/Divi/core/admin/js/common.js?ver=4.27.41 KB1st
https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/js/jquery.easing.min.js?ver=3.7.82 KB1st
https://aquadec.com.au/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.9.04 KB1st

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

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

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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
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.
C
Page Weight Inventory
Action
43 resources · 1.4 MB · 165 KB savings available
REVIEW
43 resources · 1.4 MB · 165 KB savings available
Warning::
Page weight 1.4 MB exceeds 1 MB target by 430 KB
Got: 1.4 MB Expected: ≤ 1 MB
Info::
~165 KB of savings available
Info::
9 third-party resources (22% of weight)
Info::
1 resources over 200KB
43 resources · 1.4 MiB · 9 third-party 429.7 KiB over 1MB target
Image 45% · 650.3 KiB
Font 25% · 362.9 KiB
JavaScript 24% · 355.7 KiB
CSS 3% · 45.7 KiB
Document 3% · 38.6 KiB
Other 0% · 548 B

~165.1 KiB of savings available

Remove unused JavaScript: 165.1 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Third-Party Impact
22% third-party, 0 ms blocking
PASS
22% third-party, 0 ms blocking
Info::
Third-party code accounts for 22% of page weight (314.5 KiB of 1.4 MiB)
Info::
Third-party blocking time is low (0 ms)
78%
22%
First-party Third-party
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+
JS Execution Cost
246ms total JS execution
PASS
246ms total JS execution
Info::
https://aquadec.com.au/: 108ms CPU time
Info::
https://aquadec.com.au/wp-content/plugins/mastersl...: 69ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-XKMS...: 68ms CPU time
Info::
Third-party scripts: 68ms (28% of total)

Main Thread Breakdown

Script Evaluation 40% Other 25% Style & Layout 21% Script Parsing & Compilation 6% Rendering 4% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://aquadec.com.au/108ms6ms1ms1st
https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/js/masterslider.min.js?ver=3.7.869ms27ms3ms1st
https://www.googletagmanager.com/gtag/js?id=G-XKMSBW7TN168ms53ms13ms3rd
A+
Font Loading
9 fonts (363 KB)
PASS
9 fonts (363 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

363 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.2 s LCP 2.3 shttp://aquadec.com.au/wp-content/uploads/et-fonts/ProximaNova-Regular.otfProximaNova-Regular.otf http://aquadec.com.au/wp-content/uploads/et-fonts/ProximaNova-Regular.otf — 0 B — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVI.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVI.woff2 — 24.1 KiB — 66 ms — font-display: swaphttps://aquadec.com.au/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woffmodules.woff https://aquadec.com.au/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff — 90.0 KiB — 485 ms — font-display: swaphttps://aquadec.com.au/wp-content/themes/divi-child/font/ProximaNova-Semibold.otfProximaNova-Semibold.otf https://aquadec.com.au/wp-content/themes/divi-child/font/ProximaNova-Semibold.otf — 61.7 KiB — 480 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVI.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVI.woff2 — 24.9 KiB — 70 ms — font-display: swaphttps://aquadec.com.au/wp-content/themes/divi-child/font/ProximaNova-Regular.otfProximaNova-Regular.otf https://aquadec.com.au/wp-content/themes/divi-child/font/ProximaNova-Regular.otf — 61.5 KiB — 481 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVI.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVI.woff2 — 24.8 KiB — 73 ms — font-display: swaphttp://aquadec.com.au/wp-content/uploads/et-fonts/ProximaNova-Regular.otfProximaNova-Regular.otf http://aquadec.com.au/wp-content/uploads/et-fonts/ProximaNova-Regular.otf — 0 B — 0 ms — font-display: swaphttps://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2fontawesome-webfont.woff2 https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2 — 75.9 KiB — 76 ms — font-display: swap
ProximaNova-Regular.otf otf swap
Size 0 KB
Load time 0 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 24 KB
Load time 66 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
modules.woff woff swap
Size 90 KB
Load time 485 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
ProximaNova-Semibold.otf otf swap
Size 62 KB
Load time 480 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 25 KB
Load time 70 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
ProximaNova-Regular.otf otf swap
Size 61 KB
Load time 481 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 25 KB
Load time 73 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
ProximaNova-Regular.otf otf swap
Size 0 KB
Load time 0 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 76 ms
Start 1.3 s
Risk FOUT — 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)

Fixing the unchecked items could save ~64 KB and ~128 ms

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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
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.
Network Waterfall
43 requests over 2141ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.2 s LCP 2.3 shttps://aquadec.com.au// https://aquadec.com.au/ — 200 — 38.6 KiB — 973 ms — h2https://www.googletagmanager.com/gtag/js?id=G-XKMSBW7TN1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-XKMSBW7TN1 — 200 — 152.2 KiB — 244 ms — h2https://aquadec.com.au/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver=6.10.0/wp-content/plugins/instagram-feed/... https://aquadec.com.au/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver=6.10.0 — 200 — 11.9 KiB — 191 ms — h2https://aquadec.com.au/wp-content/et-cache/74/et-divi-dynamic-74.css?ver=1786427122/wp-content/et-cache/74/et-divi-dyn... https://aquadec.com.au/wp-content/et-cache/74/et-divi-dynamic-74.css?ver=1786427122 — 200 — 3.1 KiB — 190 ms — h2https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/css/masterslider.main.css?ver=3.7.8/wp-content/plugins/masterslider/pu... https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/css/masterslider.main.css?ver=3.7.8 — 200 — 19.6 KiB — 195 ms — h2https://aquadec.com.au/wp-content/uploads/masterslider/custom.css?ver=8.4/wp-content/uploads/masterslider/cu... https://aquadec.com.au/wp-content/uploads/masterslider/custom.css?ver=8.4 — 200 — 1.9 KiB — 195 ms — h2https://aquadec.com.au/wp-content/themes/divi-child/style.css?ver=4.27.4/wp-content/themes/divi-child/style... https://aquadec.com.au/wp-content/themes/divi-child/style.css?ver=4.27.4 — 200 — 322 B — 190 ms — h2https://use.fontawesome.com/ba6692f8c3.jsuse.fontawesome.com/ba6692f8c3.js https://use.fontawesome.com/ba6692f8c3.js — 200 — 4.2 KiB — 89 ms — h2https://aquadec.com.au/wp-content/et-cache/74/et-core-unified-deferred-74.min.css?ver=1786427122/wp-content/et-cache/74/et-core-uni... https://aquadec.com.au/wp-content/et-cache/74/et-core-unified-deferred-74.min.css?ver=1786427122 — 200 — 1015 B — 194 ms — h2https://aquadec.com.au/wp-content/uploads/2017/11/logo1-min.png/wp-content/uploads/2017/11/logo1-m... https://aquadec.com.au/wp-content/uploads/2017/11/logo1-min.png — 200 — 7.2 KiB — 185 ms — h2https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/css/blank.gif/wp-content/plugins/masterslider/pu... https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/css/blank.gif — 200 — 105 B — 185 ms — h2https://aquadec.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://aquadec.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 37.5 KiB — 189 ms — h2https://aquadec.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://aquadec.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.4 KiB — 187 ms — h2https://use.fontawesome.com/ba6692f8c3.cssuse.fontawesome.com/ba6692f8c3.css https://use.fontawesome.com/ba6692f8c3.css — 200 — 721 B — 26 ms — h2https://aquadec.com.au/wp-content/themes/Divi/js/scripts.min.js?ver=4.27.4/wp-content/themes/Divi/js/scripts.... https://aquadec.com.au/wp-content/themes/Divi/js/scripts.min.js?ver=4.27.4 — 200 — 96.3 KiB — 350 ms — h2https://aquadec.com.au/wp-content/themes/Divi/core/admin/js/common.js?ver=4.27.4/wp-content/themes/Divi/core/admin/... https://aquadec.com.au/wp-content/themes/Divi/core/admin/js/common.js?ver=4.27.4 — 200 — 629 B — 182 ms — h2https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/js/jquery.easing.min.js?ver=3.7.8/wp-content/plugins/masterslider/pu... https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/js/jquery.easing.min.js?ver=3.7.8 — 200 — 1.9 KiB — 181 ms — h2https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/js/masterslider.min.js?ver=3.7.8/wp-content/plugins/masterslider/pu... https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/js/masterslider.min.js?ver=3.7.8 — 200 — 53.7 KiB — 527 ms — h2https://aquadec.com.au/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.9.0/wp-content/plugins/google-analytic... https://aquadec.com.au/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.9.0 — 200 — 3.9 KiB — 183 ms — h2http://aquadec.com.au/wp-content/uploads/et-fonts/ProximaNova-Regular.otf/wp-content/uploads/et-fonts/Proxim... http://aquadec.com.au/wp-content/uploads/et-fonts/ProximaNova-Regular.otf — -1 — 0 B — 0 ms — https://aquadec.com.au/wp-content/uploads/2017/11/banner-min-1.jpg/wp-content/uploads/2017/11/banner-... https://aquadec.com.au/wp-content/uploads/2017/11/banner-min-1.jpg — 200 — 123.7 KiB — 354 ms — h2https://aquadec.com.au/wp-content/uploads/2017/11/serv1.png/wp-content/uploads/2017/11/serv1.p... https://aquadec.com.au/wp-content/uploads/2017/11/serv1.png — 200 — 2.7 KiB — 480 ms — h2https://aquadec.com.au/wp-content/uploads/2017/11/serv2.png/wp-content/uploads/2017/11/serv2.p... https://aquadec.com.au/wp-content/uploads/2017/11/serv2.png — 200 — 2.8 KiB — 479 ms — h2https://aquadec.com.au/wp-content/uploads/2017/11/serv3.png/wp-content/uploads/2017/11/serv3.p... https://aquadec.com.au/wp-content/uploads/2017/11/serv3.png — 200 — 2.4 KiB — 479 ms — h2https://aquadec.com.au/wp-content/uploads/2017/11/serv4.png/wp-content/uploads/2017/11/serv4.p... https://aquadec.com.au/wp-content/uploads/2017/11/serv4.png — 200 — 3.5 KiB — 479 ms — h2https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVI.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVI.woff2 — 200 — 24.1 KiB — 66 ms — h3https://aquadec.com.au/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff/wp-content/themes/Divi/core/admin/... https://aquadec.com.au/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff — 200 — 90.0 KiB — 485 ms — h2https://aquadec.com.au/wp-content/themes/divi-child/font/ProximaNova-Semibold.otf/wp-content/themes/divi-child/font/... https://aquadec.com.au/wp-content/themes/divi-child/font/ProximaNova-Semibold.otf — 200 — 61.7 KiB — 480 ms — h2https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVI.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVI.woff2 — 200 — 24.9 KiB — 70 ms — h3https://aquadec.com.au/wp-content/themes/divi-child/font/ProximaNova-Regular.otf/wp-content/themes/divi-child/font/... https://aquadec.com.au/wp-content/themes/divi-child/font/ProximaNova-Regular.otf — 200 — 61.5 KiB — 481 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.2 s LCP 2.3 shttps://aquadec.com.au// https://aquadec.com.au/ — 200 — 38.6 KiB — 973 ms — h2https://www.googletagmanager.com/gtag/js?id=G-XKMSBW7TN1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-XKMSBW7TN1 — 200 — 152.2 KiB — 244 ms — h2https://aquadec.com.au/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver=6.10.0/wp-content/plugins/instagram-feed/... https://aquadec.com.au/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver=6.10.0 — 200 — 11.9 KiB — 191 ms — h2https://aquadec.com.au/wp-content/et-cache/74/et-divi-dynamic-74.css?ver=1786427122/wp-content/et-cache/74/et-divi-dyn... https://aquadec.com.au/wp-content/et-cache/74/et-divi-dynamic-74.css?ver=1786427122 — 200 — 3.1 KiB — 190 ms — h2https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/css/masterslider.main.css?ver=3.7.8/wp-content/plugins/masterslider/pu... https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/css/masterslider.main.css?ver=3.7.8 — 200 — 19.6 KiB — 195 ms — h2https://aquadec.com.au/wp-content/uploads/masterslider/custom.css?ver=8.4/wp-content/uploads/masterslider/cu... https://aquadec.com.au/wp-content/uploads/masterslider/custom.css?ver=8.4 — 200 — 1.9 KiB — 195 ms — h2https://aquadec.com.au/wp-content/themes/divi-child/style.css?ver=4.27.4/wp-content/themes/divi-child/style... https://aquadec.com.au/wp-content/themes/divi-child/style.css?ver=4.27.4 — 200 — 322 B — 190 ms — h2https://use.fontawesome.com/ba6692f8c3.jsuse.fontawesome.com/ba6692f8c3.js https://use.fontawesome.com/ba6692f8c3.js — 200 — 4.2 KiB — 89 ms — h2https://aquadec.com.au/wp-content/et-cache/74/et-core-unified-deferred-74.min.css?ver=1786427122/wp-content/et-cache/74/et-core-uni... https://aquadec.com.au/wp-content/et-cache/74/et-core-unified-deferred-74.min.css?ver=1786427122 — 200 — 1015 B — 194 ms — h2https://aquadec.com.au/wp-content/uploads/2017/11/logo1-min.png/wp-content/uploads/2017/11/logo1-m... https://aquadec.com.au/wp-content/uploads/2017/11/logo1-min.png — 200 — 7.2 KiB — 185 ms — h2https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/css/blank.gif/wp-content/plugins/masterslider/pu... https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/css/blank.gif — 200 — 105 B — 185 ms — h2https://aquadec.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://aquadec.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 37.5 KiB — 189 ms — h2https://aquadec.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://aquadec.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.4 KiB — 187 ms — h2https://use.fontawesome.com/ba6692f8c3.cssuse.fontawesome.com/ba6692f8c3.css https://use.fontawesome.com/ba6692f8c3.css — 200 — 721 B — 26 ms — h2https://aquadec.com.au/wp-content/themes/Divi/js/scripts.min.js?ver=4.27.4/wp-content/themes/Divi/js/scripts.... https://aquadec.com.au/wp-content/themes/Divi/js/scripts.min.js?ver=4.27.4 — 200 — 96.3 KiB — 350 ms — h2https://aquadec.com.au/wp-content/themes/Divi/core/admin/js/common.js?ver=4.27.4/wp-content/themes/Divi/core/admin/... https://aquadec.com.au/wp-content/themes/Divi/core/admin/js/common.js?ver=4.27.4 — 200 — 629 B — 182 ms — h2https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/js/jquery.easing.min.js?ver=3.7.8/wp-content/plugins/masterslider/pu... https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/js/jquery.easing.min.js?ver=3.7.8 — 200 — 1.9 KiB — 181 ms — h2https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/js/masterslider.min.js?ver=3.7.8/wp-content/plugins/masterslider/pu... https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/js/masterslider.min.js?ver=3.7.8 — 200 — 53.7 KiB — 527 ms — h2https://aquadec.com.au/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.9.0/wp-content/plugins/google-analytic... https://aquadec.com.au/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.9.0 — 200 — 3.9 KiB — 183 ms — h2http://aquadec.com.au/wp-content/uploads/et-fonts/ProximaNova-Regular.otf/wp-content/uploads/et-fonts/Proxim... http://aquadec.com.au/wp-content/uploads/et-fonts/ProximaNova-Regular.otf — -1 — 0 B — 0 ms — https://aquadec.com.au/wp-content/uploads/2017/11/banner-min-1.jpg/wp-content/uploads/2017/11/banner-... https://aquadec.com.au/wp-content/uploads/2017/11/banner-min-1.jpg — 200 — 123.7 KiB — 354 ms — h2https://aquadec.com.au/wp-content/uploads/2017/11/serv1.png/wp-content/uploads/2017/11/serv1.p... https://aquadec.com.au/wp-content/uploads/2017/11/serv1.png — 200 — 2.7 KiB — 480 ms — h2https://aquadec.com.au/wp-content/uploads/2017/11/serv2.png/wp-content/uploads/2017/11/serv2.p... https://aquadec.com.au/wp-content/uploads/2017/11/serv2.png — 200 — 2.8 KiB — 479 ms — h2https://aquadec.com.au/wp-content/uploads/2017/11/serv3.png/wp-content/uploads/2017/11/serv3.p... https://aquadec.com.au/wp-content/uploads/2017/11/serv3.png — 200 — 2.4 KiB — 479 ms — h2https://aquadec.com.au/wp-content/uploads/2017/11/serv4.png/wp-content/uploads/2017/11/serv4.p... https://aquadec.com.au/wp-content/uploads/2017/11/serv4.png — 200 — 3.5 KiB — 479 ms — h2https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVI.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVI.woff2 — 200 — 24.1 KiB — 66 ms — h3https://aquadec.com.au/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff/wp-content/themes/Divi/core/admin/... https://aquadec.com.au/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff — 200 — 90.0 KiB — 485 ms — h2https://aquadec.com.au/wp-content/themes/divi-child/font/ProximaNova-Semibold.otf/wp-content/themes/divi-child/font/... https://aquadec.com.au/wp-content/themes/divi-child/font/ProximaNova-Semibold.otf — 200 — 61.7 KiB — 480 ms — h2https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVI.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVI.woff2 — 200 — 24.9 KiB — 70 ms — h3https://aquadec.com.au/wp-content/themes/divi-child/font/ProximaNova-Regular.otf/wp-content/themes/divi-child/font/... https://aquadec.com.au/wp-content/themes/divi-child/font/ProximaNova-Regular.otf — 200 — 61.5 KiB — 481 ms — h2https://use.fontawesome.com/releases/v4.7.0/css/font-awesome-css.min.cssuse.fontawesome.com/releases/v4.7.0... https://use.fontawesome.com/releases/v4.7.0/css/font-awesome-css.min.css — 200 — 7.2 KiB — 30 ms — h2https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVI.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVI.woff2 — 200 — 24.8 KiB — 73 ms — h3http://aquadec.com.au/wp-content/uploads/et-fonts/ProximaNova-Regular.otf/wp-content/uploads/et-fonts/Proxim... http://aquadec.com.au/wp-content/uploads/et-fonts/ProximaNova-Regular.otf — -1 — 0 B — 0 ms — https://aquadec.com.au/wp-content/uploads/2017/11/water-min.jpg/wp-content/uploads/2017/11/water-m... https://aquadec.com.au/wp-content/uploads/2017/11/water-min.jpg — 200 — 16.2 KiB — 473 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-XKMSBW7TN1&gtm=45je68v1v9105977744za200zd9105977744&_p=1788308265002&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZGIzZG&are=1&cid=135990123.1788308265&frm=0&ngs=1&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.173%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938465~115938468~118897920~118897930~119259605~120213116~120385423~120469145~120469153&sid=1788308265&sct=1&seg=0&dl=https%3A%2F%2Faquadec.com.au%2F&dt=Aquadec%20%7C%20A%20leading%20Sydney%20commercial%20irrigation%20company&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.forceSSL=true&ep.link_attribution=true&tfd=1317region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-XKMSBW7TN1&gtm=45je68v1v9105977744za200zd9105977744&_p=1788308265002&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZGIzZG&are=1&cid=135990123.1788308265&frm=0&ngs=1&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.173%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938465~115938468~118897920~118897930~119259605~120213116~120385423~120469145~120469153&sid=1788308265&sct=1&seg=0&dl=https%3A%2F%2Faquadec.com.au%2F&dt=Aquadec%20%7C%20A%20leading%20Sydney%20commercial%20irrigation%20company&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.forceSSL=true&ep.link_attribution=true&tfd=1317 — 204 — 548 B — 68 ms — h2https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2use.fontawesome.com/releases/v4.7.0... https://use.fontawesome.com/releases/v4.7.0/fonts/fontawesome-webfont.woff2 — 200 — 75.9 KiB — 76 ms — h2https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/css/common/loading-2.gif/wp-content/plugins/masterslider/pu... https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/css/common/loading-2.gif — 200 — 2.7 KiB — 182 ms — h2https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-1.png/wp-content/plugins/masterslider/pu... https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-1.png — 200 — 1.1 KiB — 182 ms — h2https://aquadec.com.au/wp-content/uploads/2017/11/shutterstock_537886444-1024x680.jpg/wp-content/uploads/2017/11/shutter... https://aquadec.com.au/wp-content/uploads/2017/11/shutterstock_537886444-1024x680.jpg — 200 — 112.9 KiB — 184 ms — h2https://aquadec.com.au/wp-content/uploads/2017/11/shutterstock_391875175-1024x680.jpg/wp-content/uploads/2017/11/shutter... https://aquadec.com.au/wp-content/uploads/2017/11/shutterstock_391875175-1024x680.jpg — 200 — 240.0 KiB — 186 ms — h2https://aquadec.com.au/wp-content/uploads/2017/11/shutterstock_607581032-1024x683.jpg/wp-content/uploads/2017/11/shutter... https://aquadec.com.au/wp-content/uploads/2017/11/shutterstock_607581032-1024x683.jpg — 200 — 132.7 KiB — 189 ms — h2https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/css/common/grab.png/wp-content/plugins/masterslider/pu... https://aquadec.com.au/wp-content/plugins/masterslider/public/assets/css/common/grab.png — 200 — 241 B — 189 ms — h2https://aquadec.com.au/wp-content/uploads/2017/11/favicon.png/wp-content/uploads/2017/11/favicon... https://aquadec.com.au/wp-content/uploads/2017/11/favicon.png — 200 — 2.0 KiB — 181 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
28% of JavaScript execution is third-party
First-party Third-party 68ms · 152KB · A$0/mo
Google Tag Manager
Tag Manager
Optional
Execution 68ms
Transfer 152 KB
Unused 45%
Monthly Cost A$0/mo

How third-party costs are calculated

Image Optimization
8 images, 498 KB total, 383 KB wasted
INFO

Image Optimization Audit

Total Images

8

Total Size

498 KB

Oversized

3

Wasted

383 KB

4 missing dimensions 3 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback