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

Performance

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

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

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

787 ms

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

2.46 s

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

4 ms

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

0.007

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

1.34 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.51 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
23
9 PASS 9 REVIEW 1 FIX
F
Page Weight Budget
Action
4.8 MB transferred, 133 requests
FIX
4.8 MB transferred, 133 requests
Critical::
Page weighs 28.9 MB (4.8 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
Warning::
133 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.8 MB / 2.4 MB budget
4.8 MB transferred
133 requests
1.0 g CO2 per page load
Images 3.5 MiB 73%
Other 799.0 KiB 16%
JavaScript 225.5 KiB 5%
Fonts 121.9 KiB 2%
HTML 83.2 KiB 2%
Other 65.4 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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

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

B
JS Execution Cost
725ms total JS execution
REVIEW
725ms total JS execution
Warning::
Unattributable: 477ms CPU time
Info::
https://www.itechnologies.com.au/: 148ms CPU time
Info::
https://www.itechnologies.com.au/_next/static/chun...: 100ms CPU time
Warning::
Third-party scripts: 477ms (66% of total)

Main Thread Breakdown

Other 51% Script Evaluation 29% Style & Layout 10% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
Unattributable477ms65ms0ms3rd
https://www.itechnologies.com.au/148ms4ms0ms1st
https://www.itechnologies.com.au/_next/static/chunks/framework-64ad27b21261a9ce.js100ms90ms2ms1st
C
JS Bundles
Action
59 scripts, 279 KB unused
REVIEW
59 scripts, 279 KB unused
Warning::
https://www.itechnologies.com.au/_next/static/chun...: 93 KB unused (99%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.itechnologies.com.au/_next/static/chun...: 93 KB unused (99%)
Consider code splitting or tree shaking to reduce unused code.
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: 279 KB
279 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.itechnologies.com.au/_next/static/chunks/750-34c972a10f5bae7a.js16 KB93 KB (99%)1st
https://www.itechnologies.com.au/_next/static/chunks/750-34c972a10f5bae7a.js0 KB93 KB (99%)1st
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

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.
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
133 resources · 4.8 MB · 279 KB savings available
REVIEW
133 resources · 4.8 MB · 279 KB savings available
Warning::
Page weight 4.8 MB exceeds 1 MB target by 3.8 MB
Got: 4.8 MB Expected: ≤ 1 MB
Info::
~279 KB of savings available
Info::
5 third-party resources (2% of weight)
Info::
7 resources over 200KB
133 resources · 4.8 MiB · 5 third-party 3.8 MiB over 1MB target
Image 74% · 3.5 MiB
Other 16% · 799.0 KiB
JavaScript 5% · 264.1 KiB
Font 2% · 121.9 KiB
Document 2% · 83.2 KiB
CSS 0% · 12.1 KiB

~278.6 KiB of savings available

Remove unused JavaScript: 278.6 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
2% third-party, 0 ms blocking
PASS
2% third-party, 0 ms blocking
Info::
Third-party code accounts for 2% of page weight (122.2 KiB of 4.8 MiB)
Info::
Third-party blocking time is low (0 ms)
98%
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 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 787 ms LCP 2.5 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 — 12 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 — 12 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 — 12 ms — font-display: swap
l woff2 swap
Size 24 KB
Load time 7 ms
Start 530 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 12 ms
Start 531 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 12 ms
Start 531 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 51 KB
Load time 12 ms
Start 532 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
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::
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+
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
133 requests over 1318ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 787 ms LCP 2.5 shttps://www.itechnologies.com.au// https://www.itechnologies.com.au/ — 200 — 83.2 KiB — 453 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 — 36 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 — 39 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 — 19 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 — 38 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 — 40 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 — 56 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 — 75 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 — 51 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 — 51 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 — 51 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 — 70 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 — 88 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 — 85 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 — 92 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 — 101 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 — 91 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 — 81 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 — 83 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.7 KiB — 96 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 — 56 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 — 12 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 — 12 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 — 12 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 — 20 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 — 21 ms — h2https://www.itechnologies.com.au/favicon.ico/favicon.ico https://www.itechnologies.com.au/favicon.ico — 200 — 4.6 KiB — 23 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 — 188 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/practices.json/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/practices.json — 200 — 4.9 KiB — 28 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 787 ms LCP 2.5 shttps://www.itechnologies.com.au// https://www.itechnologies.com.au/ — 200 — 83.2 KiB — 453 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 — 36 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 — 39 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 — 19 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 — 38 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 — 40 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 — 56 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 — 75 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 — 51 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 — 51 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 — 51 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 — 70 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 — 88 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 — 85 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 — 92 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 — 101 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 — 91 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 — 81 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 — 83 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.7 KiB — 96 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 — 56 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 — 12 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 — 12 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 — 12 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 — 20 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 — 21 ms — h2https://www.itechnologies.com.au/favicon.ico/favicon.ico https://www.itechnologies.com.au/favicon.ico — 200 — 4.6 KiB — 23 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 — 188 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/practices.json/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/practices.json — 200 — 4.9 KiB — 28 ms — h2https://www.itechnologies.com.au/_next/static/chunks/750-34c972a10f5bae7a.js/_next/static/chunks/750-34c972a10f... https://www.itechnologies.com.au/_next/static/chunks/750-34c972a10f5bae7a.js — 200 — 15.7 KiB — 62 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/practices-e63d4690b608cc8d.js/_next/static/chunks/pages/practice... https://www.itechnologies.com.au/_next/static/chunks/pages/practices-e63d4690b608cc8d.js — 200 — 954 B — 52 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/practices/advisory-project-services.json?slug=advisory-project-services/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/practices/advisory-project-services.json?slug=advisory-project-services — 200 — 42.3 KiB — 145 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/practices/%5Bslug%5D-b8b6165f8a55c92d.js/_next/static/chunks/pages/practice... https://www.itechnologies.com.au/_next/static/chunks/pages/practices/%5Bslug%5D-b8b6165f8a55c92d.js — 200 — 1.1 KiB — 100 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/practices/microsoft-cloud-business-applications.json?slug=microsoft-cloud-business-applications/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/practices/microsoft-cloud-business-applications.json?slug=microsoft-cloud-business-applications — 200 — 62.8 KiB — 184 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/practices/managed-services-and-support.json?slug=managed-services-and-support/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/practices/managed-services-and-support.json?slug=managed-services-and-support — 200 — 27.7 KiB — 131 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/practices/network-infrastructure-cybersecurity.json?slug=network-infrastructure-cybersecurity/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/practices/network-infrastructure-cybersecurity.json?slug=network-infrastructure-cybersecurity — 200 — 41.1 KiB — 143 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solutions.json/_next/data/Qx6373HfMX7-LtzWOJT-r/s... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solutions.json — 200 — 10.9 KiB — 134 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/business-efficiency-and-cost-optimisation.json?slug=business-efficiency-and-cost-optimisation/_next/data/Qx6373HfMX7-LtzWOJT-r/s... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/business-efficiency-and-cost-optimisation.json?slug=business-efficiency-and-cost-optimisation — 200 — 17.1 KiB — 134 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/solutions-0da5f075ac555cdb.js/_next/static/chunks/pages/solution... https://www.itechnologies.com.au/_next/static/chunks/pages/solutions-0da5f075ac555cdb.js — 200 — 885 B — 110 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/solution-capabilities/%5Bslug%5D-bbc5cac1c54fec08.js/_next/static/chunks/pages/solution... https://www.itechnologies.com.au/_next/static/chunks/pages/solution-capabilities/%5Bslug%5D-bbc5cac1c54fec08.js — 200 — 907 B — 106 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/ai-journey-and-innovation.json?slug=ai-journey-and-innovation/_next/data/Qx6373HfMX7-LtzWOJT-r/s... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/ai-journey-and-innovation.json?slug=ai-journey-and-innovation — 200 — 13.3 KiB — 129 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/cloud-and-hybrid-infrastructure.json?slug=cloud-and-hybrid-infrastructure/_next/data/Qx6373HfMX7-LtzWOJT-r/s... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/cloud-and-hybrid-infrastructure.json?slug=cloud-and-hybrid-infrastructure — 200 — 18.9 KiB — 179 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/modern-workplace-and-business-applications.json?slug=modern-workplace-and-business-applications/_next/data/Qx6373HfMX7-LtzWOJT-r/s... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/modern-workplace-and-business-applications.json?slug=modern-workplace-and-business-applications — 200 — 20.1 KiB — 177 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/cyber-resilience-and-risk-management.json?slug=cyber-resilience-and-risk-management/_next/data/Qx6373HfMX7-LtzWOJT-r/s... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/cyber-resilience-and-risk-management.json?slug=cyber-resilience-and-risk-management — 200 — 29.5 KiB — 261 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/data-intelligence-and-strategy.json?slug=data-intelligence-and-strategy/_next/data/Qx6373HfMX7-LtzWOJT-r/s... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/data-intelligence-and-strategy.json?slug=data-intelligence-and-strategy — 200 — 15.2 KiB — 176 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/secure-modern-networking.json?slug=secure-modern-networking/_next/data/Qx6373HfMX7-LtzWOJT-r/s... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/secure-modern-networking.json?slug=secure-modern-networking — 200 — 15.9 KiB — 173 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/digital-cx.json?slug=digital-cx/_next/data/Qx6373HfMX7-LtzWOJT-r/s... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/digital-cx.json?slug=digital-cx — 200 — 14.5 KiB — 252 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/project-skills-and-service.json?slug=project-skills-and-service/_next/data/Qx6373HfMX7-LtzWOJT-r/s... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solution-capabilities/project-skills-and-service.json?slug=project-skills-and-service — 200 — 15.0 KiB — 253 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solutions/a-to-z.json/_next/data/Qx6373HfMX7-LtzWOJT-r/s... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/solutions/a-to-z.json — 200 — 79.9 KiB — 435 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners.json/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners.json — 200 — 12.6 KiB — 237 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/dell-technologies.json?slug=dell-technologies/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/dell-technologies.json?slug=dell-technologies — 200 — 9.8 KiB — 244 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/microsoft.json?slug=microsoft/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/microsoft.json?slug=microsoft — 200 — 9.5 KiB — 246 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/telstra-enterprise.json?slug=telstra-enterprise/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/telstra-enterprise.json?slug=telstra-enterprise — 200 — 4.1 KiB — 165 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/fortinet.json?slug=fortinet/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/fortinet.json?slug=fortinet — 200 — 6.6 KiB — 151 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/cisco.json?slug=cisco/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/cisco.json?slug=cisco — 200 — 2.6 KiB — 152 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/extreme-networks.json?slug=extreme-networks/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/extreme-networks.json?slug=extreme-networks — 200 — 2.8 KiB — 148 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/solutions/a-to-z-05da5d62805fc858.js/_next/static/chunks/pages/solution... https://www.itechnologies.com.au/_next/static/chunks/pages/solutions/a-to-z-05da5d62805fc858.js — 200 — 1015 B — 134 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/partners-bc8da642b8a1cc47.js/_next/static/chunks/pages/partners... https://www.itechnologies.com.au/_next/static/chunks/pages/partners-bc8da642b8a1cc47.js — 200 — 936 B — 130 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/partners/%5Bslug%5D-5d58bc5f760c4ac4.js/_next/static/chunks/pages/partners... https://www.itechnologies.com.au/_next/static/chunks/pages/partners/%5Bslug%5D-5d58bc5f760c4ac4.js — 200 — 1016 B — 95 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/industries-e013a230485d7062.js/_next/static/chunks/pages/industri... https://www.itechnologies.com.au/_next/static/chunks/pages/industries-e013a230485d7062.js — 200 — 960 B — 129 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/industries/%5Bslug%5D-f21a5880883ca8ab.js/_next/static/chunks/pages/industri... https://www.itechnologies.com.au/_next/static/chunks/pages/industries/%5Bslug%5D-f21a5880883ca8ab.js — 200 — 983 B — 133 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/nutanix.json?slug=nutanix/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/nutanix.json?slug=nutanix — 200 — 2.9 KiB — 145 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/logitech.json?slug=logitech/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/logitech.json?slug=logitech — 200 — 2.8 KiB — 133 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/client-types-b4f980d2b729d8aa.js/_next/static/chunks/pages/client-t... https://www.itechnologies.com.au/_next/static/chunks/pages/client-types-b4f980d2b729d8aa.js — 200 — 970 B — 118 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/client-types/%5Bslug%5D-cccffdf47248c497.js/_next/static/chunks/pages/client-t... https://www.itechnologies.com.au/_next/static/chunks/pages/client-types/%5Bslug%5D-cccffdf47248c497.js — 200 — 1005 B — 150 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/veeam.json?slug=veeam/_next/data/Qx6373HfMX7-LtzWOJT-r/p... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/partners/veeam.json?slug=veeam — 200 — 8.9 KiB — 220 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/industries.json/_next/data/Qx6373HfMX7-LtzWOJT-r/i... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/industries.json — 200 — 8.6 KiB — 116 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/about-964871a4adbdfbed.js/_next/static/chunks/pages/about-96... https://www.itechnologies.com.au/_next/static/chunks/pages/about-964871a4adbdfbed.js — 200 — 967 B — 114 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/about/people-0c7da08dd63c8777.js/_next/static/chunks/pages/about/pe... https://www.itechnologies.com.au/_next/static/chunks/pages/about/people-0c7da08dd63c8777.js — 200 — 1010 B — 122 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/about/industry-engagement-and-thought-leadership-1dd61ad278917204.js/_next/static/chunks/pages/about/in... https://www.itechnologies.com.au/_next/static/chunks/pages/about/industry-engagement-and-thought-leadership-1dd61ad278917204.js — 200 — 1017 B — 84 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/locations-71a33b5660c8d0d6.js/_next/static/chunks/pages/location... https://www.itechnologies.com.au/_next/static/chunks/pages/locations-71a33b5660c8d0d6.js — 200 — 939 B — 126 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/locations/%5Bslug%5D-7c4e00c5d71713e3.js/_next/static/chunks/pages/location... https://www.itechnologies.com.au/_next/static/chunks/pages/locations/%5Bslug%5D-7c4e00c5d71713e3.js — 200 — 931 B — 126 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/industries/critical-infrastructure.json?slug=critical-infrastructure/_next/data/Qx6373HfMX7-LtzWOJT-r/i... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/industries/critical-infrastructure.json?slug=critical-infrastructure — 200 — 6.1 KiB — 143 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/industries/education-and-innovation.json?slug=education-and-innovation/_next/data/Qx6373HfMX7-LtzWOJT-r/i... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/industries/education-and-innovation.json?slug=education-and-innovation — 200 — 6.1 KiB — 127 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/industries/healthcare.json?slug=healthcare/_next/data/Qx6373HfMX7-LtzWOJT-r/i... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/industries/healthcare.json?slug=healthcare — 200 — 6.1 KiB — 142 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/sustainability-37066953ce5af653.js/_next/static/chunks/pages/sustaina... https://www.itechnologies.com.au/_next/static/chunks/pages/sustainability-37066953ce5af653.js — 200 — 1.0 KiB — 207 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/social-impact-a38f50744d521199.js/_next/static/chunks/pages/social-i... https://www.itechnologies.com.au/_next/static/chunks/pages/social-impact-a38f50744d521199.js — 200 — 892 B — 90 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/industries/manufacturing-and-logistics.json?slug=manufacturing-and-logistics/_next/data/Qx6373HfMX7-LtzWOJT-r/i... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/industries/manufacturing-and-logistics.json?slug=manufacturing-and-logistics — 200 — 6.1 KiB — 208 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/industries/public-sector.json?slug=public-sector/_next/data/Qx6373HfMX7-LtzWOJT-r/i... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/industries/public-sector.json?slug=public-sector — 200 — 5.9 KiB — 91 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/social-impact/reconciliation-action-plan-a47ba9a92ddfdd8a.js/_next/static/chunks/pages/social-i... https://www.itechnologies.com.au/_next/static/chunks/pages/social-impact/reconciliation-action-plan-a47ba9a92ddfdd8a.js — 200 — 916 B — 138 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/case-studies-bc55610aac4d8451.js/_next/static/chunks/pages/case-stu... https://www.itechnologies.com.au/_next/static/chunks/pages/case-studies-bc55610aac4d8451.js — 200 — 1.0 KiB — 205 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/client-types.json/_next/data/Qx6373HfMX7-LtzWOJT-r/c... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/client-types.json — 200 — 7.5 KiB — 211 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/client-types/enterprise.json?slug=enterprise/_next/data/Qx6373HfMX7-LtzWOJT-r/c... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/client-types/enterprise.json?slug=enterprise — 200 — 6.0 KiB — 205 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/client-types/government.json?slug=government/_next/data/Qx6373HfMX7-LtzWOJT-r/c... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/client-types/government.json?slug=government — 200 — 5.9 KiB — 216 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/client-types/smb.json?slug=smb/_next/data/Qx6373HfMX7-LtzWOJT-r/c... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/client-types/smb.json?slug=smb — 200 — 6.0 KiB — 217 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/whitepapers-e5fc634af3ce9753.js/_next/static/chunks/pages/whitepap... https://www.itechnologies.com.au/_next/static/chunks/pages/whitepapers-e5fc634af3ce9753.js — 200 — 1011 B — 202 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/careers-efebdca91f48e6ca.js/_next/static/chunks/pages/careers-... https://www.itechnologies.com.au/_next/static/chunks/pages/careers-efebdca91f48e6ca.js — 200 — 913 B — 209 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/about.json/_next/data/Qx6373HfMX7-LtzWOJT-r/a... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/about.json — 200 — 6.1 KiB — 209 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/about/people.json/_next/data/Qx6373HfMX7-LtzWOJT-r/a... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/about/people.json — 200 — 8.8 KiB — 219 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/contact-90d6c8e3f0d5ac45.js/_next/static/chunks/pages/contact-... https://www.itechnologies.com.au/_next/static/chunks/pages/contact-90d6c8e3f0d5ac45.js — 200 — 1010 B — 82 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/client-login-ddaaa1a3df73daaa.js/_next/static/chunks/pages/client-l... https://www.itechnologies.com.au/_next/static/chunks/pages/client-login-ddaaa1a3df73daaa.js — 200 — 918 B — 210 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/about/industry-engagement-and-thought-leadership.json/_next/data/Qx6373HfMX7-LtzWOJT-r/a... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/about/industry-engagement-and-thought-leadership.json — 200 — 5.3 KiB — 215 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/locations.json/_next/data/Qx6373HfMX7-LtzWOJT-r/l... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/locations.json — 200 — 15.2 KiB — 215 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/locations/tasmania.json?slug=tasmania/_next/data/Qx6373HfMX7-LtzWOJT-r/l... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/locations/tasmania.json?slug=tasmania — 200 — 9.5 KiB — 207 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/locations/victoria.json?slug=victoria/_next/data/Qx6373HfMX7-LtzWOJT-r/l... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/locations/victoria.json?slug=victoria — 200 — 5.6 KiB — 211 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/locations/queensland.json?slug=queensland/_next/data/Qx6373HfMX7-LtzWOJT-r/l... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/locations/queensland.json?slug=queensland — 200 — 7.5 KiB — 202 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/sustainability.json/_next/data/Qx6373HfMX7-LtzWOJT-r/s... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/sustainability.json — 200 — 11.7 KiB — 211 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/social-impact.json/_next/data/Qx6373HfMX7-LtzWOJT-r/s... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/social-impact.json — 200 — 4.9 KiB — 213 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/social-impact/reconciliation-action-plan.json/_next/data/Qx6373HfMX7-LtzWOJT-r/s... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/social-impact/reconciliation-action-plan.json — 200 — 2.3 KiB — 200 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/case-studies.json/_next/data/Qx6373HfMX7-LtzWOJT-r/c... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/case-studies.json — 200 — 66.8 KiB — 422 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/whitepapers.json/_next/data/Qx6373HfMX7-LtzWOJT-r/w... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/whitepapers.json — 200 — 14.4 KiB — 220 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/careers.json/_next/data/Qx6373HfMX7-LtzWOJT-r/c... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/careers.json — 200 — 2.2 KiB — 198 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/contact.json/_next/data/Qx6373HfMX7-LtzWOJT-r/c... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/contact.json — 200 — 7.1 KiB — 77 ms — h2https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/client-login.json/_next/data/Qx6373HfMX7-LtzWOJT-r/c... https://www.itechnologies.com.au/_next/data/Qx6373HfMX7-LtzWOJT-r/client-login.json — 200 — 1.1 KiB — 204 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 — 67 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 — 535 B — 77 ms — h2https://www.itechnologies.com.au/_next/static/chunks/750-34c972a10f5bae7a.js/_next/static/chunks/750-34c972a10f... https://www.itechnologies.com.au/_next/static/chunks/750-34c972a10f5bae7a.js — 200 — 0 B — 55 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/practices/%5Bslug%5D-b8b6165f8a55c92d.js/_next/static/chunks/pages/practice... https://www.itechnologies.com.au/_next/static/chunks/pages/practices/%5Bslug%5D-b8b6165f8a55c92d.js — 200 — 0 B — 69 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/solution-capabilities/%5Bslug%5D-bbc5cac1c54fec08.js/_next/static/chunks/pages/solution... https://www.itechnologies.com.au/_next/static/chunks/pages/solution-capabilities/%5Bslug%5D-bbc5cac1c54fec08.js — 200 — 0 B — 80 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/partners/%5Bslug%5D-5d58bc5f760c4ac4.js/_next/static/chunks/pages/partners... https://www.itechnologies.com.au/_next/static/chunks/pages/partners/%5Bslug%5D-5d58bc5f760c4ac4.js — 200 — 0 B — 87 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/industries/%5Bslug%5D-f21a5880883ca8ab.js/_next/static/chunks/pages/industri... https://www.itechnologies.com.au/_next/static/chunks/pages/industries/%5Bslug%5D-f21a5880883ca8ab.js — 200 — 0 B — 133 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/client-types/%5Bslug%5D-cccffdf47248c497.js/_next/static/chunks/pages/client-t... https://www.itechnologies.com.au/_next/static/chunks/pages/client-types/%5Bslug%5D-cccffdf47248c497.js — 200 — 0 B — 132 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/about-964871a4adbdfbed.js/_next/static/chunks/pages/about-96... https://www.itechnologies.com.au/_next/static/chunks/pages/about-964871a4adbdfbed.js — 200 — 0 B — 98 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/about/people-0c7da08dd63c8777.js/_next/static/chunks/pages/about/pe... https://www.itechnologies.com.au/_next/static/chunks/pages/about/people-0c7da08dd63c8777.js — 200 — 0 B — 132 ms — h2https://www.itechnologies.com.au/favicon.svg/favicon.svg https://www.itechnologies.com.au/favicon.svg — 200 — 22.2 KiB — 75 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/about/industry-engagement-and-thought-leadership-1dd61ad278917204.js/_next/static/chunks/pages/about/in... https://www.itechnologies.com.au/_next/static/chunks/pages/about/industry-engagement-and-thought-leadership-1dd61ad278917204.js — 200 — 0 B — 82 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/locations/%5Bslug%5D-7c4e00c5d71713e3.js/_next/static/chunks/pages/location... https://www.itechnologies.com.au/_next/static/chunks/pages/locations/%5Bslug%5D-7c4e00c5d71713e3.js — 200 — 0 B — 129 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/sustainability-37066953ce5af653.js/_next/static/chunks/pages/sustaina... https://www.itechnologies.com.au/_next/static/chunks/pages/sustainability-37066953ce5af653.js — 200 — 0 B — 199 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/social-impact-a38f50744d521199.js/_next/static/chunks/pages/social-i... https://www.itechnologies.com.au/_next/static/chunks/pages/social-impact-a38f50744d521199.js — 200 — 0 B — 76 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/careers-efebdca91f48e6ca.js/_next/static/chunks/pages/careers-... https://www.itechnologies.com.au/_next/static/chunks/pages/careers-efebdca91f48e6ca.js — 200 — 0 B — 203 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/contact-90d6c8e3f0d5ac45.js/_next/static/chunks/pages/contact-... https://www.itechnologies.com.au/_next/static/chunks/pages/contact-90d6c8e3f0d5ac45.js — 200 — 0 B — 76 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/practices-e63d4690b608cc8d.js/_next/static/chunks/pages/practice... https://www.itechnologies.com.au/_next/static/chunks/pages/practices-e63d4690b608cc8d.js — 200 — 0 B — 47 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/solutions-0da5f075ac555cdb.js/_next/static/chunks/pages/solution... https://www.itechnologies.com.au/_next/static/chunks/pages/solutions-0da5f075ac555cdb.js — 200 — 0 B — 1 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/client-types-b4f980d2b729d8aa.js/_next/static/chunks/pages/client-t... https://www.itechnologies.com.au/_next/static/chunks/pages/client-types-b4f980d2b729d8aa.js — 200 — 0 B — 5 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/industries-e013a230485d7062.js/_next/static/chunks/pages/industri... https://www.itechnologies.com.au/_next/static/chunks/pages/industries-e013a230485d7062.js — 200 — 0 B — 5 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/partners-bc8da642b8a1cc47.js/_next/static/chunks/pages/partners... https://www.itechnologies.com.au/_next/static/chunks/pages/partners-bc8da642b8a1cc47.js — 200 — 0 B — 4 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/solutions/a-to-z-05da5d62805fc858.js/_next/static/chunks/pages/solution... https://www.itechnologies.com.au/_next/static/chunks/pages/solutions/a-to-z-05da5d62805fc858.js — 200 — 0 B — 6 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/locations-71a33b5660c8d0d6.js/_next/static/chunks/pages/location... https://www.itechnologies.com.au/_next/static/chunks/pages/locations-71a33b5660c8d0d6.js — 200 — 0 B — 5 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/social-impact/reconciliation-action-plan-a47ba9a92ddfdd8a.js/_next/static/chunks/pages/social-i... https://www.itechnologies.com.au/_next/static/chunks/pages/social-impact/reconciliation-action-plan-a47ba9a92ddfdd8a.js — 200 — 0 B — 4 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/whitepapers-e5fc634af3ce9753.js/_next/static/chunks/pages/whitepap... https://www.itechnologies.com.au/_next/static/chunks/pages/whitepapers-e5fc634af3ce9753.js — 200 — 0 B — 4 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/case-studies-bc55610aac4d8451.js/_next/static/chunks/pages/case-stu... https://www.itechnologies.com.au/_next/static/chunks/pages/case-studies-bc55610aac4d8451.js — 200 — 0 B — 6 ms — h2https://www.itechnologies.com.au/_next/static/chunks/pages/client-login-ddaaa1a3df73daaa.js/_next/static/chunks/pages/client-l... https://www.itechnologies.com.au/_next/static/chunks/pages/client-login-ddaaa1a3df73daaa.js — 200 — 0 B — 6 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
66% of JavaScript execution is third-party
First-party Third-party 477ms · 0KB · A$8/mo
Unattributable
Other
Costly
Execution 477ms
Transfer 0 KB
Monthly Cost A$8/mo

These scripts may cost more than they're worth

  • Unattributable adds 477ms and costs ~A$8/month

66% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Unattributable takes 477ms 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