Skip to content
https://www.itechnologies.com.au

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
83
GRADE
B
FIX
1
REVIEW
9
PASS
13
INFO
4

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

60
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
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.

3.11 s

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

20.59 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

194 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.006

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

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

20.81 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
27
13 PASS 9 REVIEW 1 FIX
F
Page Weight Budget
Action
4.1 MB transferred, 32 requests
FIX
4.1 MB transferred, 32 requests
Critical::
Page weighs 10.3 MB (4.1 MB transferred)
Warning::
Images are 3.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.5 MB
Info::
32 HTTP requests
Info::
Estimated 0.85 g CO2 per page load
4.1 MB / 2.4 MB budget
4.1 MB transferred
32 requests
0.85 g CO2 per page load
Images 3.5 MiB 87%
JavaScript 225.5 KiB 5%
Fonts 121.9 KiB 3%
HTML 83.2 KiB 2%
Other 74.3 KiB 2%
Other 26.8 KiB 1%
CSS 12.1 KiB 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

B
Image Optimization
12 images, 0 KB saveable
REVIEW
12 images, 0 KB saveable
Warning::
https://www.itechnologies.com.au/images/website/lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
12 images 3.5 MB
0 oversized -0 KB
12 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 Execution Cost
Action
1846ms total JS execution
REVIEW
1846ms total JS execution
Warning::
https://www.itechnologies.com.au/: 787ms CPU time
Warning::
Unattributable: 510ms CPU time
Info::
https://www.itechnologies.com.au/_next/static/chun...: 202ms CPU time
Info::
https://www.itechnologies.com.au/_next/static/chun...: 161ms CPU time
Info::
https://www.itechnologies.com.au/_next/static/chun...: 95ms CPU time
Info::
Third-party scripts: 510ms (28% of total)

Main Thread Breakdown

Other 39% Script Evaluation 24% Style & Layout 22% Parse HTML & CSS 7% Rendering 4% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://www.itechnologies.com.au/787ms8ms1ms1st
Unattributable510ms35ms0ms3rd
https://www.itechnologies.com.au/_next/static/chunks/framework-64ad27b21261a9ce.js202ms158ms12ms1st
https://www.itechnologies.com.au/_next/static/chunks/pages/_app-6c7e9be9b3ffbdf8.js161ms123ms37ms1st
https://www.itechnologies.com.au/_next/static/chunks/711.aa730196f53cd428.js95ms9ms2ms1st
https://www.itechnologies.com.au/_next/static/chunks/main-f4701d23e362eb77.js91ms81ms8ms1st
B
JS Bundles
9 scripts, 92 KB unused
REVIEW
9 scripts, 92 KB unused
Warning::
https://www.itechnologies.com.au/_next/static/chun...: 92 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 92 KB
92 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.itechnologies.com.au/_next/static/chunks/pages/_app-6c7e9be9b3ffbdf8.js139 KB92 KB (66%)1st
https://www.itechnologies.com.au/_next/static/chunks/webpack-16b2a5204f31b481.js2 KB1st
https://www.itechnologies.com.au/_next/static/chunks/framework-64ad27b21261a9ce.js42 KB1st
https://www.itechnologies.com.au/_next/static/chunks/main-f4701d23e362eb77.js32 KB1st
https://www.itechnologies.com.au/_next/static/chunks/pages/index-ed7b07fe9d72ad95.js2 KB1st
https://www.itechnologies.com.au/_next/static/Qx6373HfMX7-LtzWOJT-r/_buildManifest.js1 KB1st
https://www.itechnologies.com.au/_next/static/Qx6373HfMX7-LtzWOJT-r/_ssgManifest.js1 KB1st
https://www.itechnologies.com.au/_next/static/chunks/711.aa730196f53cd428.js5 KB1st
https://www.itechnologies.com.au/_next/static/chunks/947.cfa6b7c5a7763164.js1 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

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.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
C
Main HTML Cache-Control
Action
Main HTML max-age=86400 (~1440min) is aggressive
REVIEW
Main HTML max-age=86400 (~1440min) is aggressive
Warning::
Main HTML cached for 1440 minutes -- risks stale auth / SPA state
Long max-age on the main HTML document means users may see outdated auth state, SPA shells, or A/B variants until the cache expires. Consider Cache-Control: no-cache (or max-age=300) for HTML and let your hashed assets (JS/CSS/images) carry the long cache instead.
Got: public, max-age=86400, s-maxage=2592000
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
32 resources · 4.1 MB · 92 KB savings available
REVIEW
32 resources · 4.1 MB · 92 KB savings available
Warning::
Page weight 4.1 MB exceeds 1 MB target by 3.1 MB
Got: 4.1 MB Expected: ≤ 1 MB
Info::
~92 KB of savings available
Info::
5 third-party resources (3% of weight)
Info::
7 resources over 200KB
32 resources · 4.1 MiB · 5 third-party 3.1 MiB over 1MB target
Image 88% · 3.5 MiB
JavaScript 5% · 225.5 KiB
Font 3% · 121.9 KiB
Document 2% · 83.2 KiB
Other 2% · 74.3 KiB
CSS 0% · 12.1 KiB

~92.2 KiB of savings available

Remove unused JavaScript: 92.2 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
3% third-party, 0 ms blocking
PASS
3% third-party, 0 ms blocking
Info::
Third-party code accounts for 3% of page weight (122.2 KiB of 4.1 MiB)
Info::
Third-party blocking time is low (0 ms)
97%
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+
Font Loading
4 fonts (122 KB)
PASS
4 fonts (122 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

122 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 3.1 s LCP 20.6 shttps://use.typekit.net/af/9dacfe/00000000000000007750b29a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/9dacfe/00000000000000007750b29a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 23.8 KiB — 7 ms — font-display: swaphttps://use.typekit.net/af/d731ae/00000000000000007750b293/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/d731ae/00000000000000007750b293/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 23.6 KiB — 14 ms — font-display: swaphttps://use.typekit.net/af/5db025/00000000000000007750b295/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3l https://use.typekit.net/af/5db025/00000000000000007750b295/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 23.6 KiB — 14 ms — font-display: swaphttps://use.typekit.net/af/9952e1/0000000000000000774b9a98/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/9952e1/0000000000000000774b9a98/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 50.9 KiB — 15 ms — font-display: swap
l woff2 swap
Size 24 KB
Load time 7 ms
Start 320 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 14 ms
Start 320 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 14 ms
Start 321 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 51 KB
Load time 15 ms
Start 321 ms
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)
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
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
2
preload
1
dns-prefetch
prefetch

3 resource hints configured

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::
Both `ETag` and `Last-Modified` present -- efficient revalidation supported
The page returns both `ETag` (content hash) and `Last-Modified` (timestamp) headers. Browsers can issue conditional GETs with `If-None-Match` or `If-Modified-Since`; the server returns 304 Not Modified for unchanged content, saving bandwidth. ETag is the more reliable of the two (timestamps fail in DST transitions and clock skew).
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Info::
1 `@import` rule(s) in inline `<style>` blocks -- chains an extra round-trip
Each `@import` in CSS forces a serial dependency: the parent stylesheet must download and parse before the browser even knows which URL to fetch next. This used to be catastrophic on HTTP/1.1; HTTP/2 and HTTP/3 multiplexing make it less painful but still strictly worse than declaring `<link rel="stylesheet">` siblings. Replace `@import url(...)` with `<link rel="stylesheet" href="...">` in HTML so the browser discovers and fetches in parallel.
A+
HTTP Caching
max-age=86400 (1 day)
PASS
max-age=86400 (1 day)
Info::
Cache-Control header is set
Got: public, max-age=86400, s-maxage=2592000
Info::
Effective TTL: 1 day (max-age=86400)
Info::
CDN TTL: 4 weeks (s-maxage=2592000)
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

public, max-age=86400, s-maxage=2592000

DirectiveValueMeaning
publicAny cache may store this response
max-age86400Cache for 1 day
s-maxage2592000CDN caches for 4 weeks
Effective TTL: 86400 seconds
Network Waterfall
32 requests over 1570ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 3.1 s LCP 20.6 shttps://www.itechnologies.com.au// https://www.itechnologies.com.au/ — 200 — 83.2 KiB — 175 ms — h2https://www.itechnologies.com.au/_next/static/css/b260d20d83593b10.css/_next/static/css/b260d20d83593b10.... https://www.itechnologies.com.au/_next/static/css/b260d20d83593b10.css — 200 — 9.8 KiB — 117 ms — h2https://www.itechnologies.com.au/_next/static/chunks/webpack-16b2a5204f31b481.js/_next/static/chunks/webpack-16b2a5... https://www.itechnologies.com.au/_next/static/chunks/webpack-16b2a5204f31b481.js — 200 — 2.5 KiB — 92 ms — h2https://p.typekit.net/p.css?s=1&k=sue7vik&ht=tk&f=32203.32205.32207.51612.51613.51614.53796.53797.53799.53801.53803.53805.53811&a=194775856&app=typekit&e=cssp.typekit.net/p.css?s=1&k=sue7vik&h... https://p.typekit.net/p.css?s=1&k=sue7vik&ht=tk&f=32203.32205.32207.51612.51613.51614.53796.53797.53799.53801.53803.53805.53811&a=194775856&app=typekit&e=css — 200 — 346 B — 60 ms — http/1.1https://www.itechnologies.com.au/images/website/logo-white.png/images/website/logo-white.png https://www.itechnologies.com.au/images/website/logo-white.png — 200 — 24.2 KiB — 100 ms — h2https://www.itechnologies.com.au/images/website/featured/Case_Study_Health_2.jpg/images/website/featured/Case_Study... https://www.itechnologies.com.au/images/website/featured/Case_Study_Health_2.jpg — 200 — 108.5 KiB — 194 ms — h2https://www.itechnologies.com.au/images/website/featured/Case_Study_MS.jpg/images/website/featured/Case_Study... https://www.itechnologies.com.au/images/website/featured/Case_Study_MS.jpg — 200 — 200.1 KiB — 204 ms — h2https://www.itechnologies.com.au/images/website/featured/Case_Study_OneCare.jpg/images/website/featured/Case_Study... https://www.itechnologies.com.au/images/website/featured/Case_Study_OneCare.jpg — 200 — 172.9 KiB — 180 ms — h2https://www.itechnologies.com.au/images/website/featured/Case_Study_MMG.jpg/images/website/featured/Case_Study... https://www.itechnologies.com.au/images/website/featured/Case_Study_MMG.jpg — 200 — 227.7 KiB — 139 ms — h2https://www.itechnologies.com.au/_next/static/chunks/framework-64ad27b21261a9ce.js/_next/static/chunks/framework-64ad... https://www.itechnologies.com.au/_next/static/chunks/framework-64ad27b21261a9ce.js — 200 — 41.8 KiB — 176 ms — h2https://www.itechnologies.com.au/_next/static/chunks/main-f4701d23e362eb77.js/_next/static/chunks/main-f4701d23e... https://www.itechnologies.com.au/_next/static/chunks/main-f4701d23e362eb77.js — 200 — 31.7 KiB — 173 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/_app-6c7e9be9b3ffbdf8.js/_next/static/chunks/pages/_app-6c7... https://www.itechnologies.com.au/_next/static/chunks/pages/_app-6c7e9be9b3ffbdf8.js — 200 — 139.2 KiB — 55 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/index-ed7b07fe9d72ad95.js/_next/static/chunks/pages/index-ed... https://www.itechnologies.com.au/_next/static/chunks/pages/index-ed7b07fe9d72ad95.js — 200 — 2.4 KiB — 109 ms — h2https://www.itechnologies.com.au/_next/static/Qx6373HfMX7-LtzWOJT-r/_buildManifest.js/_next/static/Qx6373HfMX7-LtzWOJT-r... https://www.itechnologies.com.au/_next/static/Qx6373HfMX7-LtzWOJT-r/_buildManifest.js — 200 — 1.4 KiB — 35 ms — h2https://www.itechnologies.com.au/_next/static/Qx6373HfMX7-LtzWOJT-r/_ssgManifest.js/_next/static/Qx6373HfMX7-LtzWOJT-r... https://www.itechnologies.com.au/_next/static/Qx6373HfMX7-LtzWOJT-r/_ssgManifest.js — 200 — 1.3 KiB — 34 ms — h2https://www.itechnologies.com.au/images/website/featured/Case_Study_Hydro_3.jpg/images/website/featured/Case_Study... https://www.itechnologies.com.au/images/website/featured/Case_Study_Hydro_3.jpg — 200 — 399.5 KiB — 175 ms — h2https://www.itechnologies.com.au/images/website/featured/Case_Study_Hydro_2.jpg/images/website/featured/Case_Study... https://www.itechnologies.com.au/images/website/featured/Case_Study_Hydro_2.jpg — 200 — 234.8 KiB — 151 ms — h2https://www.itechnologies.com.au/images/website/featured/homepage_images_1.png/images/website/featured/homepage_i... https://www.itechnologies.com.au/images/website/featured/homepage_images_1.png — 200 — 658.7 KiB — 61 ms — h2https://www.itechnologies.com.au/images/website/featured/homepage_images_3.png/images/website/featured/homepage_i... https://www.itechnologies.com.au/images/website/featured/homepage_images_3.png — 200 — 604.4 KiB — 165 ms — h2https://www.itechnologies.com.au/images/website/featured/homepage_images_2.png/images/website/featured/homepage_i... https://www.itechnologies.com.au/images/website/featured/homepage_images_2.png — 200 — 740.8 KiB — 161 ms — h2https://www.itechnologies.com.au/_next/static/media/symbol-licorice.1ba94a35.png/_next/static/media/symbol-licorice... https://www.itechnologies.com.au/_next/static/media/symbol-licorice.1ba94a35.png — 200 — 197.4 KiB — 39 ms — h2https://use.typekit.net/af/9dacfe/00000000000000007750b29a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/9dacfe/000000000... https://use.typekit.net/af/9dacfe/00000000000000007750b29a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 23.8 KiB — 7 ms — http/1.1https://use.typekit.net/af/d731ae/00000000000000007750b293/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/d731ae/000000000... https://use.typekit.net/af/d731ae/00000000000000007750b293/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 23.6 KiB — 14 ms — http/1.1https://use.typekit.net/af/5db025/00000000000000007750b295/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3use.typekit.net/af/5db025/000000000... https://use.typekit.net/af/5db025/00000000000000007750b295/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 200 — 23.6 KiB — 14 ms — http/1.1https://use.typekit.net/af/9952e1/0000000000000000774b9a98/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/9952e1/000000000... https://use.typekit.net/af/9952e1/0000000000000000774b9a98/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 50.9 KiB — 15 ms — http/1.1https://www.itechnologies.com.au/_next/static/chunks/711.aa730196f53cd428.js/_next/static/chunks/711.aa730196f5... https://www.itechnologies.com.au/_next/static/chunks/711.aa730196f53cd428.js — 200 — 4.7 KiB — 90 ms — h2https://www.itechnologies.com.au/images/website/logo.png/images/website/logo.png https://www.itechnologies.com.au/images/website/logo.png — 200 — 38.3 KiB — 91 ms — h2https://www.itechnologies.com.au/_next/static/css/65aa3619a1925c9d.css/_next/static/css/65aa3619a1925c9d.... https://www.itechnologies.com.au/_next/static/css/65aa3619a1925c9d.css — 200 — 2.0 KiB — 96 ms — h2https://www.itechnologies.com.au/_next/static/chunks/947.cfa6b7c5a7763164.js/_next/static/chunks/947.cfa6b7c5a7... https://www.itechnologies.com.au/_next/static/chunks/947.cfa6b7c5a7763164.js — 200 — 520 B — 89 ms — h2https://www.itechnologies.com.au/favicon.ico/favicon.ico https://www.itechnologies.com.au/favicon.ico — 200 — 4.6 KiB — 88 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 3.1 s LCP 20.6 shttps://www.itechnologies.com.au// https://www.itechnologies.com.au/ — 200 — 83.2 KiB — 175 ms — h2https://www.itechnologies.com.au/_next/static/css/b260d20d83593b10.css/_next/static/css/b260d20d83593b10.... https://www.itechnologies.com.au/_next/static/css/b260d20d83593b10.css — 200 — 9.8 KiB — 117 ms — h2https://www.itechnologies.com.au/_next/static/chunks/webpack-16b2a5204f31b481.js/_next/static/chunks/webpack-16b2a5... https://www.itechnologies.com.au/_next/static/chunks/webpack-16b2a5204f31b481.js — 200 — 2.5 KiB — 92 ms — h2https://p.typekit.net/p.css?s=1&k=sue7vik&ht=tk&f=32203.32205.32207.51612.51613.51614.53796.53797.53799.53801.53803.53805.53811&a=194775856&app=typekit&e=cssp.typekit.net/p.css?s=1&k=sue7vik&h... https://p.typekit.net/p.css?s=1&k=sue7vik&ht=tk&f=32203.32205.32207.51612.51613.51614.53796.53797.53799.53801.53803.53805.53811&a=194775856&app=typekit&e=css — 200 — 346 B — 60 ms — http/1.1https://www.itechnologies.com.au/images/website/logo-white.png/images/website/logo-white.png https://www.itechnologies.com.au/images/website/logo-white.png — 200 — 24.2 KiB — 100 ms — h2https://www.itechnologies.com.au/images/website/featured/Case_Study_Health_2.jpg/images/website/featured/Case_Study... https://www.itechnologies.com.au/images/website/featured/Case_Study_Health_2.jpg — 200 — 108.5 KiB — 194 ms — h2https://www.itechnologies.com.au/images/website/featured/Case_Study_MS.jpg/images/website/featured/Case_Study... https://www.itechnologies.com.au/images/website/featured/Case_Study_MS.jpg — 200 — 200.1 KiB — 204 ms — h2https://www.itechnologies.com.au/images/website/featured/Case_Study_OneCare.jpg/images/website/featured/Case_Study... https://www.itechnologies.com.au/images/website/featured/Case_Study_OneCare.jpg — 200 — 172.9 KiB — 180 ms — h2https://www.itechnologies.com.au/images/website/featured/Case_Study_MMG.jpg/images/website/featured/Case_Study... https://www.itechnologies.com.au/images/website/featured/Case_Study_MMG.jpg — 200 — 227.7 KiB — 139 ms — h2https://www.itechnologies.com.au/_next/static/chunks/framework-64ad27b21261a9ce.js/_next/static/chunks/framework-64ad... https://www.itechnologies.com.au/_next/static/chunks/framework-64ad27b21261a9ce.js — 200 — 41.8 KiB — 176 ms — h2https://www.itechnologies.com.au/_next/static/chunks/main-f4701d23e362eb77.js/_next/static/chunks/main-f4701d23e... https://www.itechnologies.com.au/_next/static/chunks/main-f4701d23e362eb77.js — 200 — 31.7 KiB — 173 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/_app-6c7e9be9b3ffbdf8.js/_next/static/chunks/pages/_app-6c7... https://www.itechnologies.com.au/_next/static/chunks/pages/_app-6c7e9be9b3ffbdf8.js — 200 — 139.2 KiB — 55 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/index-ed7b07fe9d72ad95.js/_next/static/chunks/pages/index-ed... https://www.itechnologies.com.au/_next/static/chunks/pages/index-ed7b07fe9d72ad95.js — 200 — 2.4 KiB — 109 ms — h2https://www.itechnologies.com.au/_next/static/Qx6373HfMX7-LtzWOJT-r/_buildManifest.js/_next/static/Qx6373HfMX7-LtzWOJT-r... https://www.itechnologies.com.au/_next/static/Qx6373HfMX7-LtzWOJT-r/_buildManifest.js — 200 — 1.4 KiB — 35 ms — h2https://www.itechnologies.com.au/_next/static/Qx6373HfMX7-LtzWOJT-r/_ssgManifest.js/_next/static/Qx6373HfMX7-LtzWOJT-r... https://www.itechnologies.com.au/_next/static/Qx6373HfMX7-LtzWOJT-r/_ssgManifest.js — 200 — 1.3 KiB — 34 ms — h2https://www.itechnologies.com.au/images/website/featured/Case_Study_Hydro_3.jpg/images/website/featured/Case_Study... https://www.itechnologies.com.au/images/website/featured/Case_Study_Hydro_3.jpg — 200 — 399.5 KiB — 175 ms — h2https://www.itechnologies.com.au/images/website/featured/Case_Study_Hydro_2.jpg/images/website/featured/Case_Study... https://www.itechnologies.com.au/images/website/featured/Case_Study_Hydro_2.jpg — 200 — 234.8 KiB — 151 ms — h2https://www.itechnologies.com.au/images/website/featured/homepage_images_1.png/images/website/featured/homepage_i... https://www.itechnologies.com.au/images/website/featured/homepage_images_1.png — 200 — 658.7 KiB — 61 ms — h2https://www.itechnologies.com.au/images/website/featured/homepage_images_3.png/images/website/featured/homepage_i... https://www.itechnologies.com.au/images/website/featured/homepage_images_3.png — 200 — 604.4 KiB — 165 ms — h2https://www.itechnologies.com.au/images/website/featured/homepage_images_2.png/images/website/featured/homepage_i... https://www.itechnologies.com.au/images/website/featured/homepage_images_2.png — 200 — 740.8 KiB — 161 ms — h2https://www.itechnologies.com.au/_next/static/media/symbol-licorice.1ba94a35.png/_next/static/media/symbol-licorice... https://www.itechnologies.com.au/_next/static/media/symbol-licorice.1ba94a35.png — 200 — 197.4 KiB — 39 ms — h2https://use.typekit.net/af/9dacfe/00000000000000007750b29a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/9dacfe/000000000... https://use.typekit.net/af/9dacfe/00000000000000007750b29a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 23.8 KiB — 7 ms — http/1.1https://use.typekit.net/af/d731ae/00000000000000007750b293/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/d731ae/000000000... https://use.typekit.net/af/d731ae/00000000000000007750b293/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 23.6 KiB — 14 ms — http/1.1https://use.typekit.net/af/5db025/00000000000000007750b295/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3use.typekit.net/af/5db025/000000000... https://use.typekit.net/af/5db025/00000000000000007750b295/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 200 — 23.6 KiB — 14 ms — http/1.1https://use.typekit.net/af/9952e1/0000000000000000774b9a98/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/9952e1/000000000... https://use.typekit.net/af/9952e1/0000000000000000774b9a98/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 50.9 KiB — 15 ms — http/1.1https://www.itechnologies.com.au/_next/static/chunks/711.aa730196f53cd428.js/_next/static/chunks/711.aa730196f5... https://www.itechnologies.com.au/_next/static/chunks/711.aa730196f53cd428.js — 200 — 4.7 KiB — 90 ms — h2https://www.itechnologies.com.au/images/website/logo.png/images/website/logo.png https://www.itechnologies.com.au/images/website/logo.png — 200 — 38.3 KiB — 91 ms — h2https://www.itechnologies.com.au/_next/static/css/65aa3619a1925c9d.css/_next/static/css/65aa3619a1925c9d.... https://www.itechnologies.com.au/_next/static/css/65aa3619a1925c9d.css — 200 — 2.0 KiB — 96 ms — h2https://www.itechnologies.com.au/_next/static/chunks/947.cfa6b7c5a7763164.js/_next/static/chunks/947.cfa6b7c5a7... https://www.itechnologies.com.au/_next/static/chunks/947.cfa6b7c5a7763164.js — 200 — 520 B — 89 ms — h2https://www.itechnologies.com.au/favicon.ico/favicon.ico https://www.itechnologies.com.au/favicon.ico — 200 — 4.6 KiB — 88 ms — h2https://www.itechnologies.com.au/favicon.svg/favicon.svg https://www.itechnologies.com.au/favicon.svg — 200 — 22.2 KiB — 120 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/index.json/_next/data/Qx6373HfMX7-LtzWOJT-r/i... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/index.json — 200 — 74.3 KiB — 240 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 510ms · 0KB · A$9/mo
Unattributable
Other
Costly
Execution 510ms
Transfer 0 KB
Monthly Cost A$9/mo

These scripts may cost more than they're worth

  • Unattributable adds 510ms and costs ~A$9/month

Unattributable takes 510ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-11 — 2026-05-08)

LCP (p75)

1618 ms

85% good

INP (p75)

100 ms

98% good

CLS (p75)

0.010

99% good

FCP (p75)

1125 ms

TTFB (p75)

643 ms

This origin passes Core Web Vitals assessment
Image Optimization
81 images, 3944 KB total, 3903 KB wasted
INFO

Image Optimization Audit

Total Images

81

Total Size

3944 KB

Oversized

21

Wasted

3903 KB

68 missing dimensions 7 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