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

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
4
REVIEW
6
PASS
9
INFO
2

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.
82
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
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.61 s

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

3.01 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.320

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

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

3.01 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
21
9 PASS 6 REVIEW 4 FIX
F
Page Weight Budget
Action
4.2 MB transferred, 137 requests
FIX
4.2 MB transferred, 137 requests
Critical::
Page weighs 10.8 MB (4.2 MB transferred)
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Warning::
Images are 1.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.7 MB
Info::
Fonts are 353 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 353 KB
Warning::
137 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.88 g CO2 per page load
4.2 MB / 2.4 MB budget
4.2 MB transferred
137 requests
0.88 g CO2 per page load
JavaScript 1.9 MiB 46%
Images 1.7 MiB 40%
Fonts 353.3 KiB 8%
HTML 131.1 KiB 3%
CSS 96.1 KiB 2%
Other 18.0 KiB 0%
Other 7.7 KiB 0%
Other 947 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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

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

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

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.2 MiB of 4.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
137 resources · 4.2 MB · 253 KB savings available
FIX
137 resources · 4.2 MB · 253 KB savings available
Warning::
Page weight 4.2 MB exceeds 1 MB target by 3.2 MB
Got: 4.2 MB Expected: ≤ 1 MB
Info::
~253 KB of savings available
Warning::
136 third-party resources (100% of weight)
Info::
6 resources over 200KB
137 resources · 4.2 MiB · 136 third-party 3.2 MiB over 1MB target
JavaScript 46% · 1.9 MiB
Image 41% · 1.7 MiB
Font 8% · 353.3 KiB
Document 3% · 131.5 KiB
CSS 2% · 96.1 KiB
Other 0% · 8.8 KiB

~253.2 KiB of savings available

Remove unused JavaScript: 253.2 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate, max-age=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate, max-age=0

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
max-age0Cache for 0 seconds
B
Image Optimization
26 images, 0 KB saveable
REVIEW
26 images, 0 KB saveable
Info::
All images are well-optimized
26 images 1.7 MB
0 oversized -0 KB
4 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
57 scripts, 253 KB unused
REVIEW
57 scripts, 253 KB unused
Warning::
https://b-cloud.becdn.net/builds/free/359-cloud/ed...: 70 KB unused (81%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-E7E0...: 65 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-E7E0...: 65 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://connect.facebook.net/en_US/fbevents.js: 32 KB unused (33%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://b-cloud.becdn.net/builds/pro/232-cloud/js/...: 21 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 253 KB
253 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/group-1_3.min.js88 KB70 KB (81%)3rd
https://www.googletagmanager.com/gtag/js?id=G-E7E0CCDRRY147 KB65 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=G-E7E0CCDRRY147 KB65 KB (44%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB32 KB (33%)3rd
https://b-cloud.becdn.net/builds/pro/232-cloud/js/group-1_2.pro.min.js39 KB21 KB (55%)3rd
https://tally.so/_next/static/chunks/webpack-f780100eb2790bc9.js10 KB3rd
https://tally.so/_next/static/chunks/pages/embed/%5Bid%5D-74f726047a8a042d.js1 KB3rd
https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_2064/ecmrx_2064_3.js3 KB3rd
https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/preview.min.js5 KB3rd
https://b-cloud.becdn.net/builds/pro/232-cloud/js/preview.pro.min.js3 KB3rd

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

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.
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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
458ms total JS execution
PASS
458ms total JS execution
Warning::
https://www.rjwdigital.com.au/: 275ms CPU time
Info::
Unattributable: 125ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-E7E0...: 58ms CPU time
Warning::
Third-party scripts: 458ms (100% of total)

Main Thread Breakdown

Other 32% Script Evaluation 27% Style & Layout 22% Script Parsing & Compilation 7% Parse HTML & CSS 6% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://www.rjwdigital.com.au/275ms7ms1ms3rd
Unattributable125ms4ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-E7E0CCDRRY58ms38ms20ms3rd
A+
Font Loading
15 fonts (353 KB)
PASS
15 fonts (353 KB)
Info::
15 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

15

353 KB total

Render-blocking

0

of 15

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.6 s LCP 3.0 shttps://fonts.bunny.net/montserrat/files/montserrat-latin-500-normal.woff2montserrat-latin-500-no... https://fonts.bunny.net/montserrat/files/montserrat-latin-500-normal.woff2 — 19.0 KiB — 37 ms — font-display: swaphttps://fonts.bunny.net/raleway/files/raleway-latin-500-normal.woff2raleway-latin-500-norma... https://fonts.bunny.net/raleway/files/raleway-latin-500-normal.woff2 — 22.2 KiB — 74 ms — font-display: swaphttps://fonts.bunny.net/raleway/files/raleway-latin-700-normal.woff2raleway-latin-700-norma... https://fonts.bunny.net/raleway/files/raleway-latin-700-normal.woff2 — 22.9 KiB — 75 ms — font-display: swaphttps://fonts.bunny.net/barlow/files/barlow-latin-700-normal.woff2barlow-latin-700-normal... https://fonts.bunny.net/barlow/files/barlow-latin-700-normal.woff2 — 23.0 KiB — 85 ms — font-display: swaphttps://fonts.bunny.net/barlow/files/barlow-latin-400-normal.woff2barlow-latin-400-normal... https://fonts.bunny.net/barlow/files/barlow-latin-400-normal.woff2 — 22.4 KiB — 93 ms — font-display: swaphttps://fonts.bunny.net/raleway/files/raleway-latin-400-normal.woff2raleway-latin-400-norma... https://fonts.bunny.net/raleway/files/raleway-latin-400-normal.woff2 — 22.6 KiB — 99 ms — font-display: swaphttps://fonts.bunny.net/montserrat/files/montserrat-latin-400-normal.woff2montserrat-latin-400-no... https://fonts.bunny.net/montserrat/files/montserrat-latin-400-normal.woff2 — 19.0 KiB — 103 ms — font-display: swaphttps://fonts.bunny.net/raleway/files/raleway-latin-600-normal.woff2raleway-latin-600-norma... https://fonts.bunny.net/raleway/files/raleway-latin-600-normal.woff2 — 23.0 KiB — 107 ms — font-display: swaphttps://fonts.bunny.net/raleway/files/raleway-latin-600-italic.woff2raleway-latin-600-itali... https://fonts.bunny.net/raleway/files/raleway-latin-600-italic.woff2 — 23.2 KiB — 115 ms — font-display: swaphttps://fonts.bunny.net/raleway/files/raleway-latin-700-italic.woff2raleway-latin-700-itali... https://fonts.bunny.net/raleway/files/raleway-latin-700-italic.woff2 — 23.2 KiB — 120 ms — font-display: swaphttps://fonts.bunny.net/barlow/files/barlow-latin-500-normal.woff2barlow-latin-500-normal... https://fonts.bunny.net/barlow/files/barlow-latin-500-normal.woff2 — 22.2 KiB — 51 ms — font-display: swaphttps://fonts.bunny.net/lato/files/lato-latin-400-normal.woff2lato-latin-400-normal.w... https://fonts.bunny.net/lato/files/lato-latin-400-normal.woff2 — 23.7 KiB — 53 ms — font-display: swaphttps://tally.so/_next/static/media/e4af272ccee01ff0-s.p.woff2e4af272ccee01ff0-s.p.woff2 https://tally.so/_next/static/media/e4af272ccee01ff0-s.p.woff2 — 47.8 KiB — 31 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2 — 39.2 KiB — 122 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2 — 0 B — 0 ms — font-display: swap
montserrat-latin-500-no... woff2 swap
Size 19 KB
Load time 37 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
raleway-latin-500-norma... woff2 swap
Size 22 KB
Load time 74 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
raleway-latin-700-norma... woff2 swap
Size 23 KB
Load time 75 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
barlow-latin-700-normal... woff2 swap
Size 23 KB
Load time 85 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
barlow-latin-400-normal... woff2 swap
Size 22 KB
Load time 93 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
raleway-latin-400-norma... woff2 swap
Size 23 KB
Load time 99 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
montserrat-latin-400-no... woff2 swap
Size 19 KB
Load time 103 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
raleway-latin-600-norma... woff2 swap
Size 23 KB
Load time 107 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
raleway-latin-600-itali... woff2 swap
Size 23 KB
Load time 115 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
raleway-latin-700-itali... woff2 swap
Size 23 KB
Load time 120 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
barlow-latin-500-normal... woff2 swap
Size 22 KB
Load time 51 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
lato-latin-400-normal.w... woff2 swap
Size 24 KB
Load time 53 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
e4af272ccee01ff0-s.p.woff2 woff2 swap
Size 48 KB
Load time 31 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 39 KB
Load time 122 ms
Start 3.1 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 3.7 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)
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+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, no-cache, must-revalidate, max-age=0
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
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
137 requests over 3711ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.6 s LCP 3.0 shttps://rjwdigital.com.au// https://rjwdigital.com.au/ — 301 — 400 B — 306 ms — h2https://www.rjwdigital.com.au/www.rjwdigital.com.au/ https://www.rjwdigital.com.au/ — 200 — 85.2 KiB — 499 ms — h2https://fonts.bunny.net/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Barlow:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic|Noto%20Serif:regular,italic,700,700italic&subset=arabic,bengali,cyrillic,cyrillic-ext,devanagari,greek,greek-ext,gujarati,hebrew,khmer,korean,latin-ext,tamil,telugu,thai,vietnamese&display=swapfonts.bunny.net/css?family=Montserr... https://fonts.bunny.net/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Barlow:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic|Noto%20Serif:regular,italic,700,700italic&subset=arabic,bengali,cyrillic,cyrillic-ext,devanagari,greek,greek-ext,gujarati,hebrew,khmer,korean,latin-ext,tamil,telugu,thai,vietnamese&display=swap — 200 — 4.3 KiB — 83 ms — h2https://b-cloud.becdn.net/builds/free/359-cloud/editor/css/main.base.min.cssb-cloud.becdn.net/builds/free/359-c... https://b-cloud.becdn.net/builds/free/359-cloud/editor/css/main.base.min.css — 200 — 23.1 KiB — 104 ms — h2https://b-cloud.becdn.net/builds/free/359-cloud/editor/css/group-1_3.min.cssb-cloud.becdn.net/builds/free/359-c... https://b-cloud.becdn.net/builds/free/359-cloud/editor/css/group-1_3.min.css — 200 — 13.0 KiB — 32 ms — h2https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_2064/ecmrx_2064_1.jswebsitespeedycdn.b-cdn.net/speedysc... https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_2064/ecmrx_2064_1.js — 200 — 8.7 KiB — 102 ms — h2https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_2064/ecmrx_2064_2.jswebsitespeedycdn.b-cdn.net/speedysc... https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_2064/ecmrx_2064_2.js — 200 — 2.1 KiB — 84 ms — h2https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_2064/ecmrx_2064_3.jswebsitespeedycdn.b-cdn.net/speedysc... https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_2064/ecmrx_2064_3.js — 200 — 2.9 KiB — 102 ms — h2https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/group-1_3.min.jsb-cloud.becdn.net/builds/free/359-c... https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/group-1_3.min.js — 200 — 87.5 KiB — 61 ms — h2https://b-cloud.becdn.net/builds/pro/232-cloud/js/group-1_2.pro.min.jsb-cloud.becdn.net/builds/pro/232-cl... https://b-cloud.becdn.net/builds/pro/232-cloud/js/group-1_2.pro.min.js — 200 — 39.0 KiB — 64 ms — h2https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/preview.min.jsb-cloud.becdn.net/builds/free/359-c... https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/preview.min.js — 200 — 5.2 KiB — 52 ms — h2https://b-cloud.becdn.net/builds/pro/232-cloud/js/preview.pro.min.jsb-cloud.becdn.net/builds/pro/232-cl... https://b-cloud.becdn.net/builds/pro/232-cloud/js/preview.pro.min.js — 200 — 3.4 KiB — 65 ms — h2https://www.googletagmanager.com/gtag/js?id=G-E7E0CCDRRYwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-E7E0CCDRRY — 200 — 147.2 KiB — 250 ms — h2https://static.elfsight.com/platform/platform.jsstatic.elfsight.com/platform/platfo... https://static.elfsight.com/platform/platform.js — 200 — 14.7 KiB — 94 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI5OTk5O…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI5OTk5O… — 200 — 0 B — 0 ms — datahttps://apps.elfsight.com/p/platform.jsapps.elfsight.com/p/platform.js https://apps.elfsight.com/p/platform.js — 301 — 195 B — 120 ms — h3https://b-cloud.becdn.net/builds/pro/232-cloud/css/group-1_2-pro.min.cssb-cloud.becdn.net/builds/pro/232-cl... https://b-cloud.becdn.net/builds/pro/232-cloud/css/group-1_2-pro.min.css — 200 — 8.9 KiB — 65 ms — h2https://b-cloud.becdn.net/builds/pro/232-cloud/css/main.base.pro.min.cssb-cloud.becdn.net/builds/pro/232-cl... https://b-cloud.becdn.net/builds/pro/232-cloud/css/main.base.pro.min.css — 200 — 4.1 KiB — 67 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 97.1 KiB — 79 ms — h3https://www.rjwdigital.com.au/icon/7378668/glyph/pin-3.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/glyph/pin-3.svg — 200 — 860 B — 112 ms — h2https://www.rjwdigital.com.au/icon/7378668/glyph/email-83.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/glyph/email-83.svg — 200 — 941 B — 111 ms — h2https://www.rjwdigital.com.au/icon/7378668/glyph/phone-2.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/glyph/phone-2.svg — 200 — 894 B — 110 ms — h2https://www.rjwdigital.com.au/icon/7378668/glyph/logo-fb-simple.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/glyph/logo-fb-simple.svg — 200 — 846 B — 108 ms — h2https://www.rjwdigital.com.au/icon/7378668/glyph/logo-instagram.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/glyph/logo-instagram.svg — 200 — 1.8 KiB — 109 ms — h2https://www.rjwdigital.com.au/icon/7378668/outline/phone-call.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/outline/phone-call.svg — 200 — 970 B — 114 ms — h2https://www.rjwdigital.com.au/icon/7378668/outline/search-2.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/outline/search-2.svg — 200 — 1.0 KiB — 112 ms — h2https://www.rjwdigital.com.au/icon/7378668/outline/multiple-11.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/outline/multiple-11.svg — 200 — 1.2 KiB — 115 ms — h2https://www.rjwdigital.com.au/icon/7378668/outline/board-2.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/outline/board-2.svg — 200 — 930 B — 114 ms — h2https://www.rjwdigital.com.au/icon/7378668/outline/window-dev.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/outline/window-dev.svg — 200 — 937 B — 117 ms — h2https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/a7eca802bed730edacf9dce33986dfc5/Header-NoLogo.pngcloud-1de12d.becdn.net/media/iW=500... https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/a7eca802bed730edacf9dce33986dfc5/Header-NoLogo.png — 200 — 291.5 KiB — 788 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.6 s LCP 3.0 shttps://rjwdigital.com.au// https://rjwdigital.com.au/ — 301 — 400 B — 306 ms — h2https://www.rjwdigital.com.au/www.rjwdigital.com.au/ https://www.rjwdigital.com.au/ — 200 — 85.2 KiB — 499 ms — h2https://fonts.bunny.net/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Barlow:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic|Noto%20Serif:regular,italic,700,700italic&subset=arabic,bengali,cyrillic,cyrillic-ext,devanagari,greek,greek-ext,gujarati,hebrew,khmer,korean,latin-ext,tamil,telugu,thai,vietnamese&display=swapfonts.bunny.net/css?family=Montserr... https://fonts.bunny.net/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Barlow:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Raleway:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic|Noto%20Serif:regular,italic,700,700italic&subset=arabic,bengali,cyrillic,cyrillic-ext,devanagari,greek,greek-ext,gujarati,hebrew,khmer,korean,latin-ext,tamil,telugu,thai,vietnamese&display=swap — 200 — 4.3 KiB — 83 ms — h2https://b-cloud.becdn.net/builds/free/359-cloud/editor/css/main.base.min.cssb-cloud.becdn.net/builds/free/359-c... https://b-cloud.becdn.net/builds/free/359-cloud/editor/css/main.base.min.css — 200 — 23.1 KiB — 104 ms — h2https://b-cloud.becdn.net/builds/free/359-cloud/editor/css/group-1_3.min.cssb-cloud.becdn.net/builds/free/359-c... https://b-cloud.becdn.net/builds/free/359-cloud/editor/css/group-1_3.min.css — 200 — 13.0 KiB — 32 ms — h2https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_2064/ecmrx_2064_1.jswebsitespeedycdn.b-cdn.net/speedysc... https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_2064/ecmrx_2064_1.js — 200 — 8.7 KiB — 102 ms — h2https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_2064/ecmrx_2064_2.jswebsitespeedycdn.b-cdn.net/speedysc... https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_2064/ecmrx_2064_2.js — 200 — 2.1 KiB — 84 ms — h2https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_2064/ecmrx_2064_3.jswebsitespeedycdn.b-cdn.net/speedysc... https://websitespeedycdn.b-cdn.net/speedyscripts/ecmrx_2064/ecmrx_2064_3.js — 200 — 2.9 KiB — 102 ms — h2https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/group-1_3.min.jsb-cloud.becdn.net/builds/free/359-c... https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/group-1_3.min.js — 200 — 87.5 KiB — 61 ms — h2https://b-cloud.becdn.net/builds/pro/232-cloud/js/group-1_2.pro.min.jsb-cloud.becdn.net/builds/pro/232-cl... https://b-cloud.becdn.net/builds/pro/232-cloud/js/group-1_2.pro.min.js — 200 — 39.0 KiB — 64 ms — h2https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/preview.min.jsb-cloud.becdn.net/builds/free/359-c... https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/preview.min.js — 200 — 5.2 KiB — 52 ms — h2https://b-cloud.becdn.net/builds/pro/232-cloud/js/preview.pro.min.jsb-cloud.becdn.net/builds/pro/232-cl... https://b-cloud.becdn.net/builds/pro/232-cloud/js/preview.pro.min.js — 200 — 3.4 KiB — 65 ms — h2https://www.googletagmanager.com/gtag/js?id=G-E7E0CCDRRYwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-E7E0CCDRRY — 200 — 147.2 KiB — 250 ms — h2https://static.elfsight.com/platform/platform.jsstatic.elfsight.com/platform/platfo... https://static.elfsight.com/platform/platform.js — 200 — 14.7 KiB — 94 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI5OTk5O…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI5OTk5O… — 200 — 0 B — 0 ms — datahttps://apps.elfsight.com/p/platform.jsapps.elfsight.com/p/platform.js https://apps.elfsight.com/p/platform.js — 301 — 195 B — 120 ms — h3https://b-cloud.becdn.net/builds/pro/232-cloud/css/group-1_2-pro.min.cssb-cloud.becdn.net/builds/pro/232-cl... https://b-cloud.becdn.net/builds/pro/232-cloud/css/group-1_2-pro.min.css — 200 — 8.9 KiB — 65 ms — h2https://b-cloud.becdn.net/builds/pro/232-cloud/css/main.base.pro.min.cssb-cloud.becdn.net/builds/pro/232-cl... https://b-cloud.becdn.net/builds/pro/232-cloud/css/main.base.pro.min.css — 200 — 4.1 KiB — 67 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 97.1 KiB — 79 ms — h3https://www.rjwdigital.com.au/icon/7378668/glyph/pin-3.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/glyph/pin-3.svg — 200 — 860 B — 112 ms — h2https://www.rjwdigital.com.au/icon/7378668/glyph/email-83.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/glyph/email-83.svg — 200 — 941 B — 111 ms — h2https://www.rjwdigital.com.au/icon/7378668/glyph/phone-2.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/glyph/phone-2.svg — 200 — 894 B — 110 ms — h2https://www.rjwdigital.com.au/icon/7378668/glyph/logo-fb-simple.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/glyph/logo-fb-simple.svg — 200 — 846 B — 108 ms — h2https://www.rjwdigital.com.au/icon/7378668/glyph/logo-instagram.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/glyph/logo-instagram.svg — 200 — 1.8 KiB — 109 ms — h2https://www.rjwdigital.com.au/icon/7378668/outline/phone-call.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/outline/phone-call.svg — 200 — 970 B — 114 ms — h2https://www.rjwdigital.com.au/icon/7378668/outline/search-2.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/outline/search-2.svg — 200 — 1.0 KiB — 112 ms — h2https://www.rjwdigital.com.au/icon/7378668/outline/multiple-11.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/outline/multiple-11.svg — 200 — 1.2 KiB — 115 ms — h2https://www.rjwdigital.com.au/icon/7378668/outline/board-2.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/outline/board-2.svg — 200 — 930 B — 114 ms — h2https://www.rjwdigital.com.au/icon/7378668/outline/window-dev.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/outline/window-dev.svg — 200 — 937 B — 117 ms — h2https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/a7eca802bed730edacf9dce33986dfc5/Header-NoLogo.pngcloud-1de12d.becdn.net/media/iW=500... https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/a7eca802bed730edacf9dce33986dfc5/Header-NoLogo.png — 200 — 291.5 KiB — 788 ms — h2https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/1aed0b7f931aaadda2ff3c347ac55e89/image.jpgcloud-1de12d.becdn.net/media/iW=500... https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/1aed0b7f931aaadda2ff3c347ac55e89/image.jpg — 200 — 62.2 KiB — 740 ms — h2https://fonts.bunny.net/montserrat/files/montserrat-latin-500-normal.woff2fonts.bunny.net/montserrat/files/mo... https://fonts.bunny.net/montserrat/files/montserrat-latin-500-normal.woff2 — 200 — 19.0 KiB — 37 ms — h2https://fonts.bunny.net/raleway/files/raleway-latin-500-normal.woff2fonts.bunny.net/raleway/files/ralew... https://fonts.bunny.net/raleway/files/raleway-latin-500-normal.woff2 — 200 — 22.2 KiB — 74 ms — h2https://fonts.bunny.net/raleway/files/raleway-latin-700-normal.woff2fonts.bunny.net/raleway/files/ralew... https://fonts.bunny.net/raleway/files/raleway-latin-700-normal.woff2 — 200 — 22.9 KiB — 75 ms — h2https://fonts.bunny.net/barlow/files/barlow-latin-700-normal.woff2fonts.bunny.net/barlow/files/barlow... https://fonts.bunny.net/barlow/files/barlow-latin-700-normal.woff2 — 200 — 23.0 KiB — 85 ms — h2https://fonts.bunny.net/barlow/files/barlow-latin-400-normal.woff2fonts.bunny.net/barlow/files/barlow... https://fonts.bunny.net/barlow/files/barlow-latin-400-normal.woff2 — 200 — 22.4 KiB — 93 ms — h2https://fonts.bunny.net/raleway/files/raleway-latin-400-normal.woff2fonts.bunny.net/raleway/files/ralew... https://fonts.bunny.net/raleway/files/raleway-latin-400-normal.woff2 — 200 — 22.6 KiB — 99 ms — h2https://fonts.bunny.net/montserrat/files/montserrat-latin-400-normal.woff2fonts.bunny.net/montserrat/files/mo... https://fonts.bunny.net/montserrat/files/montserrat-latin-400-normal.woff2 — 200 — 19.0 KiB — 103 ms — h2https://fonts.bunny.net/raleway/files/raleway-latin-600-normal.woff2fonts.bunny.net/raleway/files/ralew... https://fonts.bunny.net/raleway/files/raleway-latin-600-normal.woff2 — 200 — 23.0 KiB — 107 ms — h2https://fonts.bunny.net/raleway/files/raleway-latin-600-italic.woff2fonts.bunny.net/raleway/files/ralew... https://fonts.bunny.net/raleway/files/raleway-latin-600-italic.woff2 — 200 — 23.2 KiB — 115 ms — h2https://fonts.bunny.net/raleway/files/raleway-latin-700-italic.woff2fonts.bunny.net/raleway/files/ralew... https://fonts.bunny.net/raleway/files/raleway-latin-700-italic.woff2 — 200 — 23.2 KiB — 120 ms — h2https://tally.so/widgets/embed.jstally.so/widgets/embed.js https://tally.so/widgets/embed.js — 200 — 14.0 KiB — 117 ms — h2https://www.rjwdigital.com.au/icon/7378668/glyph/tail-right.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/glyph/tail-right.svg — 200 — 813 B — 98 ms — h2https://www.rjwdigital.com.au/icon/7378668/outline/phone-2.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/outline/phone-2.svg — 200 — 857 B — 101 ms — h2https://www.rjwdigital.com.au/icon/7378668/outline/pin-3.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/outline/pin-3.svg — 200 — 950 B — 103 ms — h2https://www.rjwdigital.com.au/icon/7378668/outline/send-2.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/outline/send-2.svg — 200 — 920 B — 139 ms — h2https://www.rjwdigital.com.au/icon/7378668/glyph/at-sign.svgwww.rjwdigital.com.au/icon/7378668/... https://www.rjwdigital.com.au/icon/7378668/glyph/at-sign.svg — 200 — 1.5 KiB — 139 ms — h2https://www.google.com/maps/embed/v1/place?key=AIzaSyCcywKcxXeMZiMwLDcLgyEnNglcLOyB_qw&q=217/14%20Lexington%20Drive,%20Bella%20Vista&zoom=15www.google.com/maps/embed/v1/place?... https://www.google.com/maps/embed/v1/place?key=AIzaSyCcywKcxXeMZiMwLDcLgyEnNglcLOyB_qw&q=217/14%20Lexington%20Drive,%20Bella%20Vista&zoom=15 — -1 — 0 B — 285 ms — https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/2c4a5f9d88778752a937e47f10e9cfcb/Header---No-Logo.pngcloud-1de12d.becdn.net/media/iW=500... https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/2c4a5f9d88778752a937e47f10e9cfcb/Header---No-Logo.png — 200 — 291.4 KiB — 178 ms — h2https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/006662654d5df84c8b60a38d57b1878d/image.pngcloud-1de12d.becdn.net/media/iW=500... https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/006662654d5df84c8b60a38d57b1878d/image.png — 200 — 20.2 KiB — 58 ms — h2https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/fc1f4475044842c2d0ff0d6fd91b81f0/image.jpgcloud-1de12d.becdn.net/media/iW=500... https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/fc1f4475044842c2d0ff0d6fd91b81f0/image.jpg — 200 — 182.3 KiB — 172 ms — h2https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/8affa23d9bb5b7bdc64e00c3739443fa/image.jpgcloud-1de12d.becdn.net/media/iW=500... https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/8affa23d9bb5b7bdc64e00c3739443fa/image.jpg — 200 — 324.2 KiB — 181 ms — h2https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/3647482eade4640f9cb9d19e80eec1fa/image.svgcloud-1de12d.becdn.net/media/iW=500... https://cloud-1de12d.becdn.net/media/iW=5000&iH=any/3647482eade4640f9cb9d19e80eec1fa/image.svg — 200 — 358.9 KiB — 190 ms — h2https://cloud-1de12d.becdn.net/media/iW=96&iH=51&oX=0&oY=0&cW=96&cH=51/0f21d1e6e454c05535dfde626bd34d85/image.pngcloud-1de12d.becdn.net/media/iW=96&... https://cloud-1de12d.becdn.net/media/iW=96&iH=51&oX=0&oY=0&cW=96&cH=51/0f21d1e6e454c05535dfde626bd34d85/image.png — 200 — 2.5 KiB — 537 ms — h2https://cloud-1de12d.becdn.net/media/iW=129&iH=68&oX=4&oY=0&cW=122&cH=68/eeb608949f807370a7a7bdfee42c3b49/image.pngcloud-1de12d.becdn.net/media/iW=129... https://cloud-1de12d.becdn.net/media/iW=129&iH=68&oX=4&oY=0&cW=122&cH=68/eeb608949f807370a7a7bdfee42c3b49/image.png — 200 — 3.1 KiB — 488 ms — h2https://cloud-1de12d.becdn.net/media/iW=287&iH=511&oX=0&oY=0&cW=287&cH=511/b222cc57ee0caf21900dfe39c3c214ad/BYN.pngcloud-1de12d.becdn.net/media/iW=287... https://cloud-1de12d.becdn.net/media/iW=287&iH=511&oX=0&oY=0&cW=287&cH=511/b222cc57ee0caf21900dfe39c3c214ad/BYN.png — 200 — 17.7 KiB — 547 ms — h2https://cloud-1de12d.becdn.net/media/iW=287&iH=511&oX=0&oY=0&cW=287&cH=511/76baaa32acec76a6769e499eabd4829b/AIC.pngcloud-1de12d.becdn.net/media/iW=287... https://cloud-1de12d.becdn.net/media/iW=287&iH=511&oX=0&oY=0&cW=287&cH=511/76baaa32acec76a6769e499eabd4829b/AIC.png — 200 — 18.2 KiB — 654 ms — h2https://cloud-1de12d.becdn.net/media/iW=287&iH=511&oX=0&oY=0&cW=287&cH=511/fdf80d40e65533444e79ca89904b35a0/FFC.pngcloud-1de12d.becdn.net/media/iW=287... https://cloud-1de12d.becdn.net/media/iW=287&iH=511&oX=0&oY=0&cW=287&cH=511/fdf80d40e65533444e79ca89904b35a0/FFC.png — 200 — 18.7 KiB — 632 ms — h2https://cloud-1de12d.becdn.net/media/iW=287&iH=511&oX=0&oY=0&cW=287&cH=511/2e968696b83ea6fcdfcb5dc3e22cfc81/ASP.pngcloud-1de12d.becdn.net/media/iW=287... https://cloud-1de12d.becdn.net/media/iW=287&iH=511&oX=0&oY=0&cW=287&cH=511/2e968696b83ea6fcdfcb5dc3e22cfc81/ASP.png — 200 — 15.8 KiB — 660 ms — h2https://cloud-1de12d.becdn.net/media/iW=287&iH=511&oX=0&oY=0&cW=287&cH=511/13162afbf4e10727668e7ed1f82a7712/FTH.pngcloud-1de12d.becdn.net/media/iW=287... https://cloud-1de12d.becdn.net/media/iW=287&iH=511&oX=0&oY=0&cW=287&cH=511/13162afbf4e10727668e7ed1f82a7712/FTH.png — 200 — 17.9 KiB — 614 ms — h2https://cloud-1de12d.becdn.net/media/iW=284&iH=504&oX=0&oY=0&cW=284&cH=504/54e0e65ae88ced0923809c3af2794245/Shortys2.pngcloud-1de12d.becdn.net/media/iW=284... https://cloud-1de12d.becdn.net/media/iW=284&iH=504&oX=0&oY=0&cW=284&cH=504/54e0e65ae88ced0923809c3af2794245/Shortys2.png — 200 — 18.3 KiB — 746 ms — h2https://fonts.bunny.net/barlow/files/barlow-latin-500-normal.woff2fonts.bunny.net/barlow/files/barlow... https://fonts.bunny.net/barlow/files/barlow-latin-500-normal.woff2 — 200 — 22.2 KiB — 51 ms — h2https://fonts.bunny.net/lato/files/lato-latin-400-normal.woff2fonts.bunny.net/lato/files/lato-lat... https://fonts.bunny.net/lato/files/lato-latin-400-normal.woff2 — 200 — 23.7 KiB — 53 ms — h2https://static.elfsight.com/platform/platform.jsstatic.elfsight.com/platform/platfo... https://static.elfsight.com/platform/platform.js — 200 — 0 B — 4 ms — h2https://core.service.elfsight.com/p/boot/?page=https%3A%2F%2Fwww.rjwdigital.com.au%2F&w=05d9efc2-b55e-47f6-8585-6adac2b53570%2Cc3ecf7c0-3a5f-41c8-bef9-3f4429d332aecore.service.elfsight.com/p/boot/?p... https://core.service.elfsight.com/p/boot/?page=https%3A%2F%2Fwww.rjwdigital.com.au%2F&w=05d9efc2-b55e-47f6-8585-6adac2b53570%2Cc3ecf7c0-3a5f-41c8-bef9-3f4429d332ae — 200 — 6.3 KiB — 306 ms — h3https://b-cloud.becdn.net/builds/pro/232-cloud/js/preview.pro.323.9c59e4fe.jsb-cloud.becdn.net/builds/pro/232-cl... https://b-cloud.becdn.net/builds/pro/232-cloud/js/preview.pro.323.9c59e4fe.js — 200 — 18.8 KiB — 37 ms — h2https://b-cloud.becdn.net/builds/pro/232-cloud/js/preview.pro.415.cbfc8e40.jsb-cloud.becdn.net/builds/pro/232-cl... https://b-cloud.becdn.net/builds/pro/232-cloud/js/preview.pro.415.cbfc8e40.js — 200 — 1.2 KiB — 38 ms — h2https://b-cloud.becdn.net/builds/pro/232-cloud/js/preview.pro.844.fb1bd7f8.jsb-cloud.becdn.net/builds/pro/232-cl... https://b-cloud.becdn.net/builds/pro/232-cloud/js/preview.pro.844.fb1bd7f8.js — 200 — 3.9 KiB — 37 ms — h2https://b-cloud.becdn.net/builds/pro/232-cloud/js/preview.pro.680.3e2a5fb3.jsb-cloud.becdn.net/builds/pro/232-cl... https://b-cloud.becdn.net/builds/pro/232-cloud/js/preview.pro.680.3e2a5fb3.js — 200 — 1.5 KiB — 39 ms — h2https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/preview.3139.b5f097e2.jsb-cloud.becdn.net/builds/free/359-c... https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/preview.3139.b5f097e2.js — 200 — 1.6 KiB — 31 ms — h2https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/preview.1603.4f09d7c9.jsb-cloud.becdn.net/builds/free/359-c... https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/preview.1603.4f09d7c9.js — 200 — 1.6 KiB — 28 ms — h2https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/preview.5457.d5885ab3.jsb-cloud.becdn.net/builds/free/359-c... https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/preview.5457.d5885ab3.js — 200 — 1.8 KiB — 31 ms — h2https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/preview.5680.52fd5ec6.jsb-cloud.becdn.net/builds/free/359-c... https://b-cloud.becdn.net/builds/free/359-cloud/editor/js/preview.5680.52fd5ec6.js — 200 — 1.5 KiB — 32 ms — h2https://cloud-1de12d.becdn.net/media/iW=439&iH=439&oX=0&oY=11&cW=439&cH=416/86119b1c990d951666feee4b4836c980/image.pngcloud-1de12d.becdn.net/media/iW=439... https://cloud-1de12d.becdn.net/media/iW=439&iH=439&oX=0&oY=11&cW=439&cH=416/86119b1c990d951666feee4b4836c980/image.png — 200 — 28.9 KiB — 722 ms — h2https://cloud-1de12d.becdn.net/media/iW=457&iH=457&oX=0&oY=15&cW=457&cH=427/84aee2fbf594812109d649ab41133896/image.pngcloud-1de12d.becdn.net/media/iW=457... https://cloud-1de12d.becdn.net/media/iW=457&iH=457&oX=0&oY=15&cW=457&cH=427/84aee2fbf594812109d649ab41133896/image.png — 200 — 27.5 KiB — 1.0 s — h2https://cloud-1de12d.becdn.net/media/iW=458&iH=458&oX=0&oY=18&cW=458&cH=422/89390dac248c2f92d3fb4b1fca30ac81/image.pngcloud-1de12d.becdn.net/media/iW=458... https://cloud-1de12d.becdn.net/media/iW=458&iH=458&oX=0&oY=18&cW=458&cH=422/89390dac248c2f92d3fb4b1fca30ac81/image.png — 200 — 36.2 KiB — 885 ms — h2https://connect.facebook.net/signals/config/548133132638398?v=2.9.313&r=stable&domain=www.rjwdigital.com.au&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C48%2C146%2C77%2C112%2C47%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/548133132638398?v=2.9.313&r=stable&domain=www.rjwdigital.com.au&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C48%2C146%2C77%2C112%2C47%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.3 KiB — 24 ms — h3https://tally.so/embed/q4LO05?alignLeft=1&hideTitle=1&transparentBackground=1&dynamicHeight=1&formEventsForwarding=1&originPage=%2Ftally.so/embed/q4LO05?alignLeft=1&h... https://tally.so/embed/q4LO05?alignLeft=1&hideTitle=1&transparentBackground=1&dynamicHeight=1&formEventsForwarding=1&originPage=%2F — 200 — 16.1 KiB — 522 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-E7E0CCDRRY&gtm=45je6562v885110521za200zd885110521&_p=1778421939490&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1347482831.1778421940&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.96&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~118463261&sid=1778421940&sct=1&seg=0&dl=https%3A%2F%2Fwww.rjwdigital.com.au%2F&dt=Digital%20Marketing%20Specialist%2C%20Sydney%2C%20NSW&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1396region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-E7E0CCDRRY&gtm=45je6562v885110521za200zd885110521&_p=1778421939490&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1347482831.1778421940&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.96&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~118463261&sid=1778421940&sct=1&seg=0&dl=https%3A%2F%2Fwww.rjwdigital.com.au%2F&dt=Digital%20Marketing%20Specialist%2C%20Sydney%2C%20NSW&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1396 — 204 — 554 B — 65 ms — h2https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=548133132638398&ev=PageView&dl=https%3A%2F%2Fwww.rjwdigital.com.au%2F&rl=&if=false&ts=1778421940087&sw=800&sh=600&v=2.9.313&r=stable&ec=0&o=4126&fbp=fb.2.1778421940079.197575675765930621&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Digital%20Marketing%20Specialist%2C%20Sydney%2C%20NSW&pmd[locale]=en&pmd[description]=RJW%20Digital%20is%20a%20digital%20marketing%20agency%20based%20in%20the%20Hills%20District%20of%20Sydney%2C%20providing%20web%20design%2C%20SEO%2C%20social%20media%20marketing%2C%20and%20more%20to%20businesses%20Australia-wide.&plt=1121.1999998092651&it=1778421939908&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=548133132638398&ev=PageView&dl=https%3A%2F%2Fwww.rjwdigital.com.au%2F&rl=&if=false&ts=1778421940087&sw=800&sh=600&v=2.9.313&r=stable&ec=0&o=4126&fbp=fb.2.1778421940079.197575675765930621&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Digital%20Marketing%20Specialist%2C%20Sydney%2C%20NSW&pmd[locale]=en&pmd[description]=RJW%20Digital%20is%20a%20digital%20marketing%20agency%20based%20in%20the%20Hills%20District%20of%20Sydney%2C%20providing%20web%20design%2C%20SEO%2C%20social%20media%20marketing%2C%20and%20more%20to%20businesses%20Australia-wide.&plt=1121.1999998092651&it=1778421939908&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGET — -1 — 0 B — 136 ms — https://www.facebook.com/tr/?id=548133132638398&ev=PageView&dl=https%3A%2F%2Fwww.rjwdigital.com.au%2F&rl=&if=false&ts=1778421940087&sw=800&sh=600&v=2.9.313&r=stable&ec=0&o=4126&fbp=fb.2.1778421940079.197575675765930621&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Digital%20Marketing%20Specialist%2C%20Sydney%2C%20NSW&pmd[locale]=en&pmd[description]=RJW%20Digital%20is%20a%20digital%20marketing%20agency%20based%20in%20the%20Hills%20District%20of%20Sydney%2C%20providing%20web%20design%2C%20SEO%2C%20social%20media%20marketing%2C%20and%20more%20to%20businesses%20Australia-wide.&plt=1121.1999998092651&it=1778421939908&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=54813313263... https://www.facebook.com/tr/?id=548133132638398&ev=PageView&dl=https%3A%2F%2Fwww.rjwdigital.com.au%2F&rl=&if=false&ts=1778421940087&sw=800&sh=600&v=2.9.313&r=stable&ec=0&o=4126&fbp=fb.2.1778421940079.197575675765930621&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Digital%20Marketing%20Specialist%2C%20Sydney%2C%20NSW&pmd[locale]=en&pmd[description]=RJW%20Digital%20is%20a%20digital%20marketing%20agency%20based%20in%20the%20Hills%20District%20of%20Sydney%2C%20providing%20web%20design%2C%20SEO%2C%20social%20media%20marketing%2C%20and%20more%20to%20businesses%20Australia-wide.&plt=1121.1999998092651&it=1778421939908&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GET — 200 — 16 B — 38 ms — h3https://www.googletagmanager.com/gtag/js?id=G-E7E0CCDRRYwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-E7E0CCDRRY — 200 — 147.2 KiB — 246 ms — h2https://tally.so/_next/static/media/e4af272ccee01ff0-s.p.woff2tally.so/_next/static/media/e4af272... https://tally.so/_next/static/media/e4af272ccee01ff0-s.p.woff2 — 200 — 47.8 KiB — 31 ms — h2https://tally.so/_next/static/css/795d6e0767877968.csstally.so/_next/static/css/795d6e076... https://tally.so/_next/static/css/795d6e0767877968.css — 200 — 1.0 KiB — 26 ms — h2https://tally.so/_next/static/chunks/56bee0ab-47b93d2a12e0469b.jstally.so/_next/static/chunks/56bee0... https://tally.so/_next/static/chunks/56bee0ab-47b93d2a12e0469b.js — 200 — 75.3 KiB — 77 ms — h2https://tally.so/_next/static/chunks/82203-13560e987aaca1dc.jstally.so/_next/static/chunks/82203-... https://tally.so/_next/static/chunks/82203-13560e987aaca1dc.js — 200 — 3.2 KiB — 44 ms — h2https://tally.so/_next/static/chunks/87230-088a8e24f1048108.jstally.so/_next/static/chunks/87230-... https://tally.so/_next/static/chunks/87230-088a8e24f1048108.js — 200 — 6.2 KiB — 45 ms — h2https://tally.so/_next/static/chunks/89841.b54529cb726be9b2.jstally.so/_next/static/chunks/89841.... https://tally.so/_next/static/chunks/89841.b54529cb726be9b2.js — 200 — 7.3 KiB — 72 ms — h2https://tally.so/_next/static/chunks/2064-a96c7506e9185199.jstally.so/_next/static/chunks/2064-a... https://tally.so/_next/static/chunks/2064-a96c7506e9185199.js — 200 — 3.9 KiB — 37 ms — h2https://tally.so/_next/static/chunks/80599.688b564a6a3676fb.jstally.so/_next/static/chunks/80599.... https://tally.so/_next/static/chunks/80599.688b564a6a3676fb.js — 200 — 2.5 KiB — 72 ms — h2https://tally.so/_next/static/chunks/webpack-f780100eb2790bc9.jstally.so/_next/static/chunks/webpac... https://tally.so/_next/static/chunks/webpack-f780100eb2790bc9.js — 200 — 10.3 KiB — 42 ms — h2https://tally.so/_next/static/chunks/framework-3f85a51d2f96603b.jstally.so/_next/static/chunks/framew... https://tally.so/_next/static/chunks/framework-3f85a51d2f96603b.js — 200 — 59.0 KiB — 47 ms — h2https://tally.so/_next/static/chunks/main-9a12365bfaa801a5.jstally.so/_next/static/chunks/main-9... https://tally.so/_next/static/chunks/main-9a12365bfaa801a5.js — 200 — 117.1 KiB — 79 ms — h2https://tally.so/_next/static/chunks/pages/_app-b0d09dee389af7d5.jstally.so/_next/static/chunks/pages/... https://tally.so/_next/static/chunks/pages/_app-b0d09dee389af7d5.js — 200 — 109.7 KiB — 84 ms — h2https://tally.so/_next/static/chunks/48490-63fd1036b7135c4e.jstally.so/_next/static/chunks/48490-... https://tally.so/_next/static/chunks/48490-63fd1036b7135c4e.js — 200 — 4.2 KiB — 75 ms — h2https://tally.so/_next/static/chunks/44277-d5994dcff78d6b39.jstally.so/_next/static/chunks/44277-... https://tally.so/_next/static/chunks/44277-d5994dcff78d6b39.js — 200 — 6.1 KiB — 75 ms — h2https://tally.so/_next/static/chunks/59081-448be7eb94f3edec.jstally.so/_next/static/chunks/59081-... https://tally.so/_next/static/chunks/59081-448be7eb94f3edec.js — 200 — 53.3 KiB — 79 ms — h2https://tally.so/_next/static/chunks/76988-9f396dfa3b2904b9.jstally.so/_next/static/chunks/76988-... https://tally.so/_next/static/chunks/76988-9f396dfa3b2904b9.js — 200 — 17.8 KiB — 76 ms — h2https://tally.so/_next/static/chunks/2027-610e27530e6bf360.jstally.so/_next/static/chunks/2027-6... https://tally.so/_next/static/chunks/2027-610e27530e6bf360.js — 200 — 6.0 KiB — 76 ms — h2https://tally.so/_next/static/chunks/76180-3b576f46d0fd16ed.jstally.so/_next/static/chunks/76180-... https://tally.so/_next/static/chunks/76180-3b576f46d0fd16ed.js — 200 — 8.5 KiB — 79 ms — h2https://tally.so/_next/static/chunks/63945-fab3288f3824fbd7.jstally.so/_next/static/chunks/63945-... https://tally.so/_next/static/chunks/63945-fab3288f3824fbd7.js — 200 — 3.5 KiB — 79 ms — h2https://tally.so/_next/static/chunks/34560-072b2b21c5330b68.jstally.so/_next/static/chunks/34560-... https://tally.so/_next/static/chunks/34560-072b2b21c5330b68.js — 200 — 10.4 KiB — 79 ms — h2https://tally.so/_next/static/chunks/71009-f094296df3a59788.jstally.so/_next/static/chunks/71009-... https://tally.so/_next/static/chunks/71009-f094296df3a59788.js — 200 — 6.6 KiB — 79 ms — h2https://tally.so/_next/static/chunks/86202-e871fb37dfc28899.jstally.so/_next/static/chunks/86202-... https://tally.so/_next/static/chunks/86202-e871fb37dfc28899.js — 200 — 26.5 KiB — 82 ms — h2https://tally.so/_next/static/chunks/7475-13e70e31c55d0ad0.jstally.so/_next/static/chunks/7475-1... https://tally.so/_next/static/chunks/7475-13e70e31c55d0ad0.js — 200 — 8.1 KiB — 79 ms — h2https://tally.so/_next/static/chunks/28194-4ab163be1ead0df1.jstally.so/_next/static/chunks/28194-... https://tally.so/_next/static/chunks/28194-4ab163be1ead0df1.js — 200 — 4.5 KiB — 79 ms — h2https://tally.so/_next/static/chunks/35550-70690848af944ef7.jstally.so/_next/static/chunks/35550-... https://tally.so/_next/static/chunks/35550-70690848af944ef7.js — 200 — 3.5 KiB — 79 ms — h2https://tally.so/_next/static/chunks/37328-325dce5ec5c47ef0.jstally.so/_next/static/chunks/37328-... https://tally.so/_next/static/chunks/37328-325dce5ec5c47ef0.js — 200 — 17.3 KiB — 81 ms — h2https://tally.so/_next/static/chunks/69690-bb45dca657b1afef.jstally.so/_next/static/chunks/69690-... https://tally.so/_next/static/chunks/69690-bb45dca657b1afef.js — 200 — 7.3 KiB — 79 ms — h2https://tally.so/_next/static/chunks/46110-9b7c6b29c1e6d1ef.jstally.so/_next/static/chunks/46110-... https://tally.so/_next/static/chunks/46110-9b7c6b29c1e6d1ef.js — 200 — 12.3 KiB — 79 ms — h2https://tally.so/_next/static/chunks/pages/embed/%5Bid%5D-74f726047a8a042d.jstally.so/_next/static/chunks/pages/... https://tally.so/_next/static/chunks/pages/embed/%5Bid%5D-74f726047a8a042d.js — 200 — 1.3 KiB — 79 ms — h2https://tally.so/_next/static/V9PrxCk-q5flUSTVdItP9/_buildManifest.jstally.so/_next/static/V9PrxCk-q5flU... https://tally.so/_next/static/V9PrxCk-q5flUSTVdItP9/_buildManifest.js — 200 — 3.4 KiB — 79 ms — h2https://tally.so/_next/static/V9PrxCk-q5flUSTVdItP9/_ssgManifest.jstally.so/_next/static/V9PrxCk-q5flU... https://tally.so/_next/static/V9PrxCk-q5flUSTVdItP9/_ssgManifest.js — 200 — 419 B — 79 ms — h2https://o407628.ingest.us.sentry.io/api/5277002/envelope/?sentry_version=7&sentry_key=c17ee4982b124541ae255c0c2f93d48f&sentry_client=sentry.javascript.nextjs%2F10.52.0o407628.ingest.us.sentry.io/api/527... https://o407628.ingest.us.sentry.io/api/5277002/envelope/?sentry_version=7&sentry_key=c17ee4982b124541ae255c0c2f93d48f&sentry_client=sentry.javascript.nextjs%2F10.52.0 — 200 — 281 B — 75 ms — h2https://o407628.ingest.us.sentry.io/api/5277002/envelope/?sentry_version=7&sentry_key=c17ee4982b124541ae255c0c2f93d48f&sentry_client=sentry.javascript.nextjs%2F10.52.0o407628.ingest.us.sentry.io/api/527... https://o407628.ingest.us.sentry.io/api/5277002/envelope/?sentry_version=7&sentry_key=c17ee4982b124541ae255c0c2f93d48f&sentry_client=sentry.javascript.nextjs%2F10.52.0 — 200 — 56 B — 31 ms — h2https://o407628.ingest.us.sentry.io/api/5277002/envelope/?sentry_version=7&sentry_key=c17ee4982b124541ae255c0c2f93d48f&sentry_client=sentry.javascript.nextjs%2F10.52.0o407628.ingest.us.sentry.io/api/527... https://o407628.ingest.us.sentry.io/api/5277002/envelope/?sentry_version=7&sentry_key=c17ee4982b124541ae255c0c2f93d48f&sentry_client=sentry.javascript.nextjs%2F10.52.0 — 200 — 56 B — 31 ms — h2https://www.google.com/recaptcha/api.js?onload=onloadcallback&render=explicitwww.google.com/recaptcha/api.js?onl... https://www.google.com/recaptcha/api.js?onload=onloadcallback&render=explicit — 200 — 1.0 KiB — 26 ms — h3https://plausible.io/api/eventplausible.io/api/event https://plausible.io/api/event — 202 — 521 B — 106 ms — h2https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=548133132638398&ev=Tally.FormPageView&dl=https%3A%2F%2Fwww.rjwdigital.com.au%2F&rl=&if=false&ts=1778421941002&cd[content_category]=%2Fembed%2Fq4LO05&cd[value]=1&sw=800&sh=600&v=2.9.313&r=stable&ec=1&o=4126&fbp=fb.2.1778421940079.197575675765930621&ler=empty&cdl=API_unavailable&pmd[locale]=en&pmd[description]=RJW%20Digital%20is%20a%20digital%20marketing%20agency%20based%20in%20the%20Hills%20District%20of%20Sydney%2C%20providing%20web%20design%2C%20SEO%2C%20social%20media%20marketing%2C%20and%20more%20to%20businesses%20Australia-wide.&plt=1121.1999998092651&it=1778421939908&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=548133132638398&ev=Tally.FormPageView&dl=https%3A%2F%2Fwww.rjwdigital.com.au%2F&rl=&if=false&ts=1778421941002&cd[content_category]=%2Fembed%2Fq4LO05&cd[value]=1&sw=800&sh=600&v=2.9.313&r=stable&ec=1&o=4126&fbp=fb.2.1778421940079.197575675765930621&ler=empty&cdl=API_unavailable&pmd[locale]=en&pmd[description]=RJW%20Digital%20is%20a%20digital%20marketing%20agency%20based%20in%20the%20Hills%20District%20of%20Sydney%2C%20providing%20web%20design%2C%20SEO%2C%20social%20media%20marketing%2C%20and%20more%20to%20businesses%20Australia-wide.&plt=1121.1999998092651&it=1778421939908&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=FGET — -1 — 0 B — 122 ms — https://www.facebook.com/tr/?id=548133132638398&ev=Tally.FormPageView&dl=https%3A%2F%2Fwww.rjwdigital.com.au%2F&rl=&if=false&ts=1778421941002&cd[content_category]=%2Fembed%2Fq4LO05&cd[value]=1&sw=800&sh=600&v=2.9.313&r=stable&ec=1&o=4126&fbp=fb.2.1778421940079.197575675765930621&ler=empty&cdl=API_unavailable&pmd[locale]=en&pmd[description]=RJW%20Digital%20is%20a%20digital%20marketing%20agency%20based%20in%20the%20Hills%20District%20of%20Sydney%2C%20providing%20web%20design%2C%20SEO%2C%20social%20media%20marketing%2C%20and%20more%20to%20businesses%20Australia-wide.&plt=1121.1999998092651&it=1778421939908&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=54813313263... https://www.facebook.com/tr/?id=548133132638398&ev=Tally.FormPageView&dl=https%3A%2F%2Fwww.rjwdigital.com.au%2F&rl=&if=false&ts=1778421941002&cd[content_category]=%2Fembed%2Fq4LO05&cd[value]=1&sw=800&sh=600&v=2.9.313&r=stable&ec=1&o=4126&fbp=fb.2.1778421940079.197575675765930621&ler=empty&cdl=API_unavailable&pmd[locale]=en&pmd[description]=RJW%20Digital%20is%20a%20digital%20marketing%20agency%20based%20in%20the%20Hills%20District%20of%20Sydney%2C%20providing%20web%20design%2C%20SEO%2C%20social%20media%20marketing%2C%20and%20more%20to%20businesses%20Australia-wide.&plt=1121.1999998092651&it=1778421939908&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf0&rqm=GET — 200 — 16 B — 21 ms — h3https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js — 200 — 364.6 KiB — 259 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdB13EeAAAAAEQ7MiLZmdG4pa28AD7K4V7x-tgG&co=aHR0cHM6Ly90YWxseS5zbzo0NDM.&hl=en&type=image&v=U5VsmTDhJM1iOJUyw4DEUTYv&theme=light&size=normal&badge=bottomright&anchor-ms=20000&execute-ms=30000&cb=exifrbsaqteowww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdB13EeAAAAAEQ7MiLZmdG4pa28AD7K4V7x-tgG&co=aHR0cHM6Ly90YWxseS5zbzo0NDM.&hl=en&type=image&v=U5VsmTDhJM1iOJUyw4DEUTYv&theme=light&size=normal&badge=bottomright&anchor-ms=20000&execute-ms=30000&cb=exifrbsaqteo — 200 — 27.7 KiB — 58 ms — h3https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/styles__ltr.css — 200 — 41.6 KiB — 119 ms — h3https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js — 200 — 363.9 KiB — 224 ms — h3https://api.tally.so/forms/q4LO05/eventsapi.tally.so/forms/q4LO05/events https://api.tally.so/forms/q4LO05/events — 204 — 0 B — 77 ms — h2https://api.tally.so/forms/q4LO05/eventsapi.tally.so/forms/q4LO05/events https://api.tally.so/forms/q4LO05/events — 200 — 923 B — 79 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA… — 200 — 0 B — 1 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA… — 200 — 0 B — 0 ms — datahttps://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.2 KiB — 40 ms — h3https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=U5VsmTDhJM1iOJUyw4DEUTYvwww.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=U5VsmTDhJM1iOJUyw4DEUTYv — 200 — 23 B — 165 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2 — 200 — 39.2 KiB — 122 ms — h3https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js — 200 — 0 B — 14 ms — h3https://cloud-1de12d.becdn.net/media/iW=32%26iH=any/63347b7c196e84d352d24cf5adecf9bf.pngcloud-1de12d.becdn.net/media/iW=32%... https://cloud-1de12d.becdn.net/media/iW=32%26iH=any/63347b7c196e84d352d24cf5adecf9bf.png — 200 — 2.2 KiB — 28 ms — h2https://www.google.com/recaptcha/api2/bframe?hl=en&v=U5VsmTDhJM1iOJUyw4DEUTYv&k=6LdB13EeAAAAAEQ7MiLZmdG4pa28AD7K4V7x-tgG&bft=0dAFcWeA5U0oMbvHzYDlOjK7aqLhA4etZlQbehMzjrqHZk3qU_Q1BW-9JnkucW6OZYT3LvWSCxjW2Nk2N0qNwCCQ_ZDcRy18cDjQwww.google.com/recaptcha/api2/bfram... https://www.google.com/recaptcha/api2/bframe?hl=en&v=U5VsmTDhJM1iOJUyw4DEUTYv&k=6LdB13EeAAAAAEQ7MiLZmdG4pa28AD7K4V7x-tgG&bft=0dAFcWeA5U0oMbvHzYDlOjK7aqLhA4etZlQbehMzjrqHZk3qU_Q1BW-9JnkucW6OZYT3LvWSCxjW2Nk2N0qNwCCQ_ZDcRy18cDjQ — 200 — 2.2 KiB — 29 ms — h3https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/styles__ltr.css — 200 — 0 B — 0 ms — h3https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js — 200 — 0 B — 0 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2 — 200 — 0 B — 0 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 458ms · 232KB · A$8/mo
www.rjwdigital.com.au
Other
Costly
Execution 275ms
Transfer 85 KB
Monthly Cost A$5/mo
Unattributable
Other
Optional
Execution 125ms
Transfer 0 KB
Monthly Cost A$2/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 147 KB
Unused 44%
Monthly Cost A$1/mo

These scripts may cost more than they're worth

  • www.rjwdigital.com.au adds 275ms and costs ~A$5/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.rjwdigital.com.au takes 275ms 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

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback