Skip to content
https://Lovemedia.nz

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
5
REVIEW
7
PASS
7
INFO
3

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

78
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
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.
92
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.38 s

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

2.84 s

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

90 ms

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

0.016

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

1.62 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.34 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
22
7 PASS 7 REVIEW 5 FIX
F
Page Weight Budget
Action
3.4 MB transferred, 100 requests
FIX
3.4 MB transferred, 100 requests
Warning::
Page weighs 11.2 MB (3.4 MB transferred)
Warning::
JavaScript is 2.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.4 MB
Info::
Fonts are 387 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 387 KB
Info::
100 HTTP requests
Info::
Estimated 0.71 g CO2 per page load
3.4 MB / 2.4 MB budget
3.4 MB transferred
100 requests
0.71 g CO2 per page load
JavaScript 2.4 MiB 70%
Fonts 387.4 KiB 11%
Images 374.5 KiB 11%
CSS 153.2 KiB 4%
HTML 62.9 KiB 2%
Other 50.4 KiB 1%
Other 1.1 KiB 0%
Other 470 B 0%
Other 123 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

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

D
Third-Party Impact
Action
99% third-party, 0 ms blocking
FIX
99% third-party, 0 ms blocking
Warning::
Third-party code accounts for 99% of page weight (3.4 MiB of 3.4 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
First-party Third-party
F
JS Bundles
Action
41 scripts, 1.2 MB unused
FIX
41 scripts, 1.2 MB unused
Warning::
https://definitions.sqspcdn.com/website-component-...: 183 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/U5VsmTD...: 175 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/U5VsmTD...: 175 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/U5VsmTD...: 175 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.squarespace.com/universal/scripts-c...: 168 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.2 MB
1179 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.video/6a2c9905-a8ae-44bd-a6af-a4865786c86e_278/website.components.video.visitor.js236 KB183 KB (78%)3rd
https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js0 KB175 KB (48%)3rd
https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js364 KB175 KB (48%)3rd
https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js365 KB175 KB (48%)3rd
https://assets.squarespace.com/universal/scripts-compressed/common-6a459dad7444b31d-min.en-US.js274 KB168 KB (61%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-116047919-1125 KB63 KB (50%)3rd
https://assets.squarespace.com/universal/scripts-compressed/common-vendors-a5542c2814272dd7-min.en-US.js168 KB62 KB (37%)3rd
https://www.googletagmanager.com/gtag/js?id=G-3G6H6EMPPK&cx=c&gtm=4e6562158 KB61 KB (38%)3rd
https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.js60 KB59 KB (98%)3rd
https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.js69 KB35 KB (51%)3rd

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

F
Page Weight Inventory
Action
100 resources · 3.4 MB · 1.2 MB savings available
FIX
100 resources · 3.4 MB · 1.2 MB savings available
Warning::
Page weight 3.4 MB exceeds 1 MB target by 2.4 MB
Got: 3.4 MB Expected: ≤ 1 MB
Info::
~1.2 MB of savings available
Warning::
91 third-party resources (99% of weight)
Info::
5 resources over 200KB
100 resources · 3.4 MiB · 91 third-party 2.4 MiB over 1MB target
JavaScript 70% · 2.4 MiB
Image 12% · 424.9 KiB
Font 11% · 387.4 KiB
CSS 4% · 153.2 KiB
Document 2% · 62.9 KiB
Other 0% · 1.7 KiB

~1.2 MiB of savings available

Remove unused JavaScript: 1.2 MiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
Info::
ETag present — enables conditional (304) responses

No Cache-Control header

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

B
Image Optimization
16 images, 0 KB saveable
REVIEW
16 images, 0 KB saveable
Warning::
https://images.squarespace-cdn.com/content/v1/5a27... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
16 images 374 KB
0 oversized -0 KB
3 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
880ms total JS execution
REVIEW
880ms total JS execution
Info::
https://assets.squarespace.com/universal/scripts-c...: 194ms CPU time
Info::
https://lovemedia.nz/: 131ms CPU time
Info::
https://assets.squarespace.com/universal/scripts-c...: 127ms CPU time
Info::
https://assets.squarespace.com/universal/scripts-c...: 125ms CPU time
Info::
Unattributable: 109ms CPU time
Warning::
Third-party scripts: 749ms (85% of total)

Main Thread Breakdown

Script Evaluation 63% Other 15% Script Parsing & Compilation 11% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.js194ms179ms4ms3rd
https://lovemedia.nz/131ms8ms3ms1st
https://assets.squarespace.com/universal/scripts-compressed/19085-081d931e05f25f02-min.en-US.js127ms123ms1ms3rd
https://assets.squarespace.com/universal/scripts-compressed/common-6a459dad7444b31d-min.en-US.js125ms89ms18ms3rd
Unattributable109ms19ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-3G6H6EMPPK&cx=c&gtm=4e656282ms73ms9ms3rd
https://www.gstatic.com/recaptcha/releases/U5VsmTDhJM1iOJUyw4DEUTYv/recaptcha__en.js59ms37ms20ms3rd
https://assets.squarespace.com/universal/scripts-compressed/async-commerce-cart-utils-f64ce2acc9cb4662-min.en-US.js52ms42ms0ms3rd
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
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
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+
Font Loading
18 fonts (387 KB)
PASS
18 fonts (387 KB)
Info::
18 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

18

387 KB total

Render-blocking

0

of 18

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 1.4 s LCP 2.8 shttps://fonts.gstatic.com/s/alice/v21/OpNCnoEEmtHa6GcOrg7-hCJ1.woff2OpNCnoEEmtHa6GcOrg7-hCJ... https://fonts.gstatic.com/s/alice/v21/OpNCnoEEmtHa6GcOrg7-hCJ1.woff2 — 17.7 KiB — 41 ms — font-display: swaphttps://use.typekit.net/af/2ff9be/00000000000000007735f999/31/l?subset_id=2&fvd=n7&v=3l https://use.typekit.net/af/2ff9be/00000000000000007735f999/31/l?subset_id=2&fvd=n7&v=3 — 24.3 KiB — 18 ms — font-display: swaphttps://use.typekit.net/af/e7e7b3/00000000000000007735f99a/31/l?subset_id=2&fvd=n6&v=3l https://use.typekit.net/af/e7e7b3/00000000000000007735f99a/31/l?subset_id=2&fvd=n6&v=3 — 24.3 KiB — 18 ms — font-display: swaphttps://assets.squarespace.com/universal/fonts/squarespace-ui-font.woffsquarespace-ui-font.woff https://assets.squarespace.com/universal/fonts/squarespace-ui-font.woff — 9.0 KiB — 13 ms — font-display: swaphttps://use.typekit.net/af/26f7ec/00000000000000007735e605/31/l?subset_id=2&fvd=n5&v=3l https://use.typekit.net/af/26f7ec/00000000000000007735e605/31/l?subset_id=2&fvd=n5&v=3 — 17.0 KiB — 16 ms — font-display: swaphttps://use.typekit.net/af/1fbf9b/00000000000000007735f98d/31/l?subset_id=2&fvd=n4&v=3l https://use.typekit.net/af/1fbf9b/00000000000000007735f98d/31/l?subset_id=2&fvd=n4&v=3 — 23.5 KiB — 19 ms — font-display: swaphttps://use.typekit.net/af/946a41/00000000000000007735f991/31/l?subset_id=2&fvd=i9&v=3l https://use.typekit.net/af/946a41/00000000000000007735f991/31/l?subset_id=2&fvd=i9&v=3 — 25.6 KiB — 24 ms — font-display: swaphttps://use.typekit.net/af/da506f/00000000000000007735f990/31/l?subset_id=2&fvd=n3&v=3l https://use.typekit.net/af/da506f/00000000000000007735f990/31/l?subset_id=2&fvd=n3&v=3 — 23.3 KiB — 24 ms — font-display: swaphttps://use.typekit.net/af/742085/00000000000000007735f992/31/l?subset_id=2&fvd=n5&v=3l https://use.typekit.net/af/742085/00000000000000007735f992/31/l?subset_id=2&fvd=n5&v=3 — 23.9 KiB — 25 ms — font-display: swaphttps://use.typekit.net/af/edfa1d/00000000000000007735f996/31/l?subset_id=2&fvd=n9&v=3l https://use.typekit.net/af/edfa1d/00000000000000007735f996/31/l?subset_id=2&fvd=n9&v=3 — 24.4 KiB — 25 ms — font-display: swaphttps://use.typekit.net/af/5bcd7e/00000000000000007735f994/31/l?subset_id=2&fvd=i6&v=3l https://use.typekit.net/af/5bcd7e/00000000000000007735f994/31/l?subset_id=2&fvd=i6&v=3 — 25.4 KiB — 25 ms — font-display: swaphttps://use.typekit.net/af/fb921b/00000000000000007735f993/31/l?subset_id=2&fvd=i7&v=3l https://use.typekit.net/af/fb921b/00000000000000007735f993/31/l?subset_id=2&fvd=i7&v=3 — 25.4 KiB — 25 ms — font-display: swaphttps://use.typekit.net/af/3888dc/00000000000000007735e606/31/l?subset_id=2&fvd=n3&v=3l https://use.typekit.net/af/3888dc/00000000000000007735e606/31/l?subset_id=2&fvd=n3&v=3 — 16.8 KiB — 39 ms — font-display: swaphttps://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?subset_id=2&fvd=n4&v=3l https://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?subset_id=2&fvd=n4&v=3 — 16.9 KiB — 39 ms — font-display: swaphttps://use.typekit.net/af/5be242/00000000000000007735e603/31/l?subset_id=2&fvd=n7&v=3l https://use.typekit.net/af/5be242/00000000000000007735e603/31/l?subset_id=2&fvd=n7&v=3 — 17.2 KiB — 44 ms — font-display: swaphttps://use.typekit.net/af/0b8052/00000000000000007758cf90/31/l?subset_id=2&fvd=i3&v=3l https://use.typekit.net/af/0b8052/00000000000000007758cf90/31/l?subset_id=2&fvd=i3&v=3 — 19.2 KiB — 43 ms — font-display: swaphttps://use.typekit.net/af/38ea3a/00000000000000007758cf7d/31/l?subset_id=2&fvd=i7&v=3l https://use.typekit.net/af/38ea3a/00000000000000007758cf7d/31/l?subset_id=2&fvd=i7&v=3 — 19.6 KiB — 44 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 115 ms — font-display: swap
OpNCnoEEmtHa6GcOrg7-hCJ... woff2 swap
Size 18 KB
Load time 41 ms
Start 479 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 18 ms
Start 480 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 18 ms
Start 480 ms
Risk FOUT — text flashes from fallback to web font
squarespace-ui-font.woff woff swap
Size 9 KB
Load time 13 ms
Start 480 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
l woff2 swap
Size 17 KB
Load time 16 ms
Start 483 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 23 KB
Load time 19 ms
Start 483 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 26 KB
Load time 24 ms
Start 754 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 23 KB
Load time 24 ms
Start 754 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 25 ms
Start 755 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 25 ms
Start 755 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 25 KB
Load time 25 ms
Start 755 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 25 KB
Load time 25 ms
Start 755 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 39 ms
Start 756 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 39 ms
Start 756 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 44 ms
Start 756 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 19 KB
Load time 43 ms
Start 758 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 20 KB
Load time 44 ms
Start 758 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 115 ms
Start 1.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)

Fixing the unchecked items could save ~3 KB and ~6 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
`ETag` present -- conditional GET supported
Network Waterfall
100 requests over 1887ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.4 s LCP 2.8 shttps://lovemedia.nz// https://lovemedia.nz/ — 200 — 24.9 KiB — 112 ms — h2https://use.typekit.net/ik/0310QEwqjsCqms7F7cygxpOagtWFR-TJ6_0VT3GhAkjfezjgfFHN4UJLFRbh52jhWDmywRSUwAjh5eZqFebkjDm8jQ8qwesy5sGMJ68DdhZTjPu3ScvK2YgkdayTdAIldcNhjPGHfF7xMsMMegw6MKGHfFrxMsMMeMw6MKGHf55xMsMMeMb6MKGHf5exMsMMeM96MKGHf5AxMsMMeMj6MKGHfF0xMsMMeMS6MKGHfFcxMsMMeMq6MKGHf5KxMsMMegM6MKGHfFkxMsMMegI6MKG4f5J7IMIjMkMfH6qJn3IbMs6IJMJ7f6K3UMIbMs6BJMJ7fbKOMsMgeMS6MKG4f5w7IMIj2PMfH6qJRMIbMs6sJMHbMpQprC3e.jsuse.typekit.net/ik/0310QEwqjsCqms7F... https://use.typekit.net/ik/0310QEwqjsCqms7F7cygxpOagtWFR-TJ6_0VT3GhAkjfezjgfFHN4UJLFRbh52jhWDmywRSUwAjh5eZqFebkjDm8jQ8qwesy5sGMJ68DdhZTjPu3ScvK2YgkdayTdAIldcNhjPGHfF7xMsMMegw6MKGHfFrxMsMMeMw6MKGHf55xMsMMeMb6MKGHf5exMsMMeM96MKGHf5AxMsMMeMj6MKGHfF0xMsMMeMS6MKGHfFcxMsMMeMq6MKGHf5KxMsMMegM6MKGHfFkxMsMMegI6MKG4f5J7IMIjMkMfH6qJn3IbMs6IJMJ7f6K3UMIbMs6BJMJ7fbKOMsMgeMS6MKG4f5w7IMIj2PMfH6qJRMIbMs6sJMHbMpQprC3e.js — 200 — 7.3 KiB — 42 ms — http/1.1https://fonts.googleapis.com/css2?family=Alice:ital,wght@0,400fonts.googleapis.com/css2?family=Al... https://fonts.googleapis.com/css2?family=Alice:ital,wght@0,400 — 200 — 930 B — 165 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/a5dffbea-1efe-41dc-906d-6fe484d3e1c8_703/website.components.button.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/a5dffbea-1efe-41dc-906d-6fe484d3e1c8_703/website.components.button.styles.css — 200 — 767 B — 59 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/f6617a82-2170-463e-bb60-b1fe5bc8ec2b_856/website.components.spacer.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/f6617a82-2170-463e-bb60-b1fe5bc8ec2b_856/website.components.spacer.styles.css — 200 — 330 B — 60 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.video/6a2c9905-a8ae-44bd-a6af-a4865786c86e_278/website.components.video.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.video/6a2c9905-a8ae-44bd-a6af-a4865786c86e_278/website.components.video.styles.css — 200 — 871 B — 62 ms — h2https://static1.squarespace.com/static/sitecss/5a2711f68fd4d2c5ea9d0da9/64/55f0aac0e4b0f0a5b7e0b22e/6917e97c048bb10f974204a8/359/site.css?nocustom=truestatic1.squarespace.com/static/site... https://static1.squarespace.com/static/sitecss/5a2711f68fd4d2c5ea9d0da9/64/55f0aac0e4b0f0a5b7e0b22e/6917e97c048bb10f974204a8/359/site.css?nocustom=true — 200 — 82.5 KiB — 34 ms — h2https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.jsassets.squarespace.com/@sqs/polyfil... https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js — 200 — 41.8 KiB — 7 ms — h2https://assets.squarespace.com/universal/scripts-compressed/visitor-site-error-reporter-a38266454b6c35f7-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/visitor-site-error-reporter-a38266454b6c35f7-min.en-US.js — 200 — 1.6 KiB — 2 ms — h2https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-efd5f2134e4e70f4-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-efd5f2134e4e70f4-min.en-US.js — 200 — 16.8 KiB — 2 ms — h2https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.js — 200 — 59.9 KiB — 3 ms — h2https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-497d1337e70309e7-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-497d1337e70309e7-min.en-US.js — 200 — 15.0 KiB — 3 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.js — 200 — 69.3 KiB — 3 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-vendors-a5542c2814272dd7-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-vendors-a5542c2814272dd7-min.en-US.js — 200 — 167.9 KiB — 5 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-6a459dad7444b31d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-6a459dad7444b31d-min.en-US.js — 200 — 274.2 KiB — 8 ms — h2https://assets.squarespace.com/universal/scripts-compressed/performance-c704c05d211c44da-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/performance-c704c05d211c44da-min.en-US.js — 200 — 9.4 KiB — 3 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/f6617a82-2170-463e-bb60-b1fe5bc8ec2b_856/website.components.spacer.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/f6617a82-2170-463e-bb60-b1fe5bc8ec2b_856/website.components.spacer.visitor.js — 200 — 804 B — 20 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/a5dffbea-1efe-41dc-906d-6fe484d3e1c8_703/website.components.button.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/a5dffbea-1efe-41dc-906d-6fe484d3e1c8_703/website.components.button.visitor.js — 200 — 3.8 KiB — 21 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.video/6a2c9905-a8ae-44bd-a6af-a4865786c86e_278/4032.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.video/6a2c9905-a8ae-44bd-a6af-a4865786c86e_278/4032.js — 200 — 3.2 KiB — 20 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.video/6a2c9905-a8ae-44bd-a6af-a4865786c86e_278/website.components.video.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.video/6a2c9905-a8ae-44bd-a6af-a4865786c86e_278/website.components.video.visitor.js — 200 — 235.6 KiB — 66 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-116047919-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-116047919-1 — 200 — 124.8 KiB — 251 ms — h2https://static1.squarespace.com/static/ta/55f0a9b0e4b0f3eb70352f6d/359/scripts/site-bundle.jsstatic1.squarespace.com/static/ta/5... https://static1.squarespace.com/static/ta/55f0a9b0e4b0f3eb70352f6d/359/scripts/site-bundle.js — 200 — 46.0 KiB — 3 ms — h2https://lovemedia.nz/assets/ui-icons.svg/assets/ui-icons.svg https://lovemedia.nz/assets/ui-icons.svg — 200 — 8.4 KiB — 34 ms — h2https://assets.squarespace.com/universal/images-v6/damask/play-button.pngassets.squarespace.com/universal/im... https://assets.squarespace.com/universal/images-v6/damask/play-button.png — 200 — 1.5 KiB — 5 ms — h2https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/7edf01f0-ff0c-4976-9c51-5c7b83ecd56f/4.+Love+logo+Media+no+background.png?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/7edf01f0-ff0c-4976-9c51-5c7b83ecd56f/4.+Love+logo+Media+no+background.png?format=1500w — 200 — 40.0 KiB — 300 ms — h2https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/0686a55c-05e5-4a53-9971-76413dd63956/auckland_storytelling_agency_love_media.jpg?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/0686a55c-05e5-4a53-9971-76413dd63956/auckland_storytelling_agency_love_media.jpg?format=750w — 200 — 25.5 KiB — 370 ms — h2https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/be67e384-9660-46c8-ac85-b0edfdeba3d1/video_campaign_production_auckland_Air_New+Zealand.jpg?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/be67e384-9660-46c8-ac85-b0edfdeba3d1/video_campaign_production_auckland_Air_New+Zealand.jpg?format=750w — 200 — 30.8 KiB — 401 ms — h2https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/2e305ebc-e0e0-48d8-8486-ce2ec824eb96/lovemedia_auckland_video_production.jpg?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/2e305ebc-e0e0-48d8-8486-ce2ec824eb96/lovemedia_auckland_video_production.jpg?format=750w — 200 — 31.0 KiB — 352 ms — h2https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/87e2f1ea-972f-4559-820f-1539204cc58e/short_form_video_content_nonprofits.jpg?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/87e2f1ea-972f-4559-820f-1539204cc58e/short_form_video_content_nonprofits.jpg?format=750w — 200 — 55.9 KiB — 336 ms — h2https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/8ccb060c-9534-4d53-a43c-1f3a72dac1ea/community_storytelling_videographer.jpg?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/8ccb060c-9534-4d53-a43c-1f3a72dac1ea/community_storytelling_videographer.jpg?format=750w — 200 — 42.2 KiB — 441 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.4 s LCP 2.8 shttps://lovemedia.nz// https://lovemedia.nz/ — 200 — 24.9 KiB — 112 ms — h2https://use.typekit.net/ik/0310QEwqjsCqms7F7cygxpOagtWFR-TJ6_0VT3GhAkjfezjgfFHN4UJLFRbh52jhWDmywRSUwAjh5eZqFebkjDm8jQ8qwesy5sGMJ68DdhZTjPu3ScvK2YgkdayTdAIldcNhjPGHfF7xMsMMegw6MKGHfFrxMsMMeMw6MKGHf55xMsMMeMb6MKGHf5exMsMMeM96MKGHf5AxMsMMeMj6MKGHfF0xMsMMeMS6MKGHfFcxMsMMeMq6MKGHf5KxMsMMegM6MKGHfFkxMsMMegI6MKG4f5J7IMIjMkMfH6qJn3IbMs6IJMJ7f6K3UMIbMs6BJMJ7fbKOMsMgeMS6MKG4f5w7IMIj2PMfH6qJRMIbMs6sJMHbMpQprC3e.jsuse.typekit.net/ik/0310QEwqjsCqms7F... https://use.typekit.net/ik/0310QEwqjsCqms7F7cygxpOagtWFR-TJ6_0VT3GhAkjfezjgfFHN4UJLFRbh52jhWDmywRSUwAjh5eZqFebkjDm8jQ8qwesy5sGMJ68DdhZTjPu3ScvK2YgkdayTdAIldcNhjPGHfF7xMsMMegw6MKGHfFrxMsMMeMw6MKGHf55xMsMMeMb6MKGHf5exMsMMeM96MKGHf5AxMsMMeMj6MKGHfF0xMsMMeMS6MKGHfFcxMsMMeMq6MKGHf5KxMsMMegM6MKGHfFkxMsMMegI6MKG4f5J7IMIjMkMfH6qJn3IbMs6IJMJ7f6K3UMIbMs6BJMJ7fbKOMsMgeMS6MKG4f5w7IMIj2PMfH6qJRMIbMs6sJMHbMpQprC3e.js — 200 — 7.3 KiB — 42 ms — http/1.1https://fonts.googleapis.com/css2?family=Alice:ital,wght@0,400fonts.googleapis.com/css2?family=Al... https://fonts.googleapis.com/css2?family=Alice:ital,wght@0,400 — 200 — 930 B — 165 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/a5dffbea-1efe-41dc-906d-6fe484d3e1c8_703/website.components.button.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/a5dffbea-1efe-41dc-906d-6fe484d3e1c8_703/website.components.button.styles.css — 200 — 767 B — 59 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/f6617a82-2170-463e-bb60-b1fe5bc8ec2b_856/website.components.spacer.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/f6617a82-2170-463e-bb60-b1fe5bc8ec2b_856/website.components.spacer.styles.css — 200 — 330 B — 60 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.video/6a2c9905-a8ae-44bd-a6af-a4865786c86e_278/website.components.video.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.video/6a2c9905-a8ae-44bd-a6af-a4865786c86e_278/website.components.video.styles.css — 200 — 871 B — 62 ms — h2https://static1.squarespace.com/static/sitecss/5a2711f68fd4d2c5ea9d0da9/64/55f0aac0e4b0f0a5b7e0b22e/6917e97c048bb10f974204a8/359/site.css?nocustom=truestatic1.squarespace.com/static/site... https://static1.squarespace.com/static/sitecss/5a2711f68fd4d2c5ea9d0da9/64/55f0aac0e4b0f0a5b7e0b22e/6917e97c048bb10f974204a8/359/site.css?nocustom=true — 200 — 82.5 KiB — 34 ms — h2https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.jsassets.squarespace.com/@sqs/polyfil... https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js — 200 — 41.8 KiB — 7 ms — h2https://assets.squarespace.com/universal/scripts-compressed/visitor-site-error-reporter-a38266454b6c35f7-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/visitor-site-error-reporter-a38266454b6c35f7-min.en-US.js — 200 — 1.6 KiB — 2 ms — h2https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-efd5f2134e4e70f4-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-efd5f2134e4e70f4-min.en-US.js — 200 — 16.8 KiB — 2 ms — h2https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.js — 200 — 59.9 KiB — 3 ms — h2https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-497d1337e70309e7-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-497d1337e70309e7-min.en-US.js — 200 — 15.0 KiB — 3 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.js — 200 — 69.3 KiB — 3 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-vendors-a5542c2814272dd7-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-vendors-a5542c2814272dd7-min.en-US.js — 200 — 167.9 KiB — 5 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-6a459dad7444b31d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-6a459dad7444b31d-min.en-US.js — 200 — 274.2 KiB — 8 ms — h2https://assets.squarespace.com/universal/scripts-compressed/performance-c704c05d211c44da-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/performance-c704c05d211c44da-min.en-US.js — 200 — 9.4 KiB — 3 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/f6617a82-2170-463e-bb60-b1fe5bc8ec2b_856/website.components.spacer.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/f6617a82-2170-463e-bb60-b1fe5bc8ec2b_856/website.components.spacer.visitor.js — 200 — 804 B — 20 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/a5dffbea-1efe-41dc-906d-6fe484d3e1c8_703/website.components.button.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/a5dffbea-1efe-41dc-906d-6fe484d3e1c8_703/website.components.button.visitor.js — 200 — 3.8 KiB — 21 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.video/6a2c9905-a8ae-44bd-a6af-a4865786c86e_278/4032.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.video/6a2c9905-a8ae-44bd-a6af-a4865786c86e_278/4032.js — 200 — 3.2 KiB — 20 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.video/6a2c9905-a8ae-44bd-a6af-a4865786c86e_278/website.components.video.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.video/6a2c9905-a8ae-44bd-a6af-a4865786c86e_278/website.components.video.visitor.js — 200 — 235.6 KiB — 66 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-116047919-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-116047919-1 — 200 — 124.8 KiB — 251 ms — h2https://static1.squarespace.com/static/ta/55f0a9b0e4b0f3eb70352f6d/359/scripts/site-bundle.jsstatic1.squarespace.com/static/ta/5... https://static1.squarespace.com/static/ta/55f0a9b0e4b0f3eb70352f6d/359/scripts/site-bundle.js — 200 — 46.0 KiB — 3 ms — h2https://lovemedia.nz/assets/ui-icons.svg/assets/ui-icons.svg https://lovemedia.nz/assets/ui-icons.svg — 200 — 8.4 KiB — 34 ms — h2https://assets.squarespace.com/universal/images-v6/damask/play-button.pngassets.squarespace.com/universal/im... https://assets.squarespace.com/universal/images-v6/damask/play-button.png — 200 — 1.5 KiB — 5 ms — h2https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/7edf01f0-ff0c-4976-9c51-5c7b83ecd56f/4.+Love+logo+Media+no+background.png?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/7edf01f0-ff0c-4976-9c51-5c7b83ecd56f/4.+Love+logo+Media+no+background.png?format=1500w — 200 — 40.0 KiB — 300 ms — h2https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/0686a55c-05e5-4a53-9971-76413dd63956/auckland_storytelling_agency_love_media.jpg?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/0686a55c-05e5-4a53-9971-76413dd63956/auckland_storytelling_agency_love_media.jpg?format=750w — 200 — 25.5 KiB — 370 ms — h2https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/be67e384-9660-46c8-ac85-b0edfdeba3d1/video_campaign_production_auckland_Air_New+Zealand.jpg?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/be67e384-9660-46c8-ac85-b0edfdeba3d1/video_campaign_production_auckland_Air_New+Zealand.jpg?format=750w — 200 — 30.8 KiB — 401 ms — h2https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/2e305ebc-e0e0-48d8-8486-ce2ec824eb96/lovemedia_auckland_video_production.jpg?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/2e305ebc-e0e0-48d8-8486-ce2ec824eb96/lovemedia_auckland_video_production.jpg?format=750w — 200 — 31.0 KiB — 352 ms — h2https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/87e2f1ea-972f-4559-820f-1539204cc58e/short_form_video_content_nonprofits.jpg?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/87e2f1ea-972f-4559-820f-1539204cc58e/short_form_video_content_nonprofits.jpg?format=750w — 200 — 55.9 KiB — 336 ms — h2https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/8ccb060c-9534-4d53-a43c-1f3a72dac1ea/community_storytelling_videographer.jpg?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/8ccb060c-9534-4d53-a43c-1f3a72dac1ea/community_storytelling_videographer.jpg?format=750w — 200 — 42.2 KiB — 441 ms — h2https://fonts.gstatic.com/s/alice/v21/OpNCnoEEmtHa6GcOrg7-hCJ1.woff2fonts.gstatic.com/s/alice/v21/OpNCn... https://fonts.gstatic.com/s/alice/v21/OpNCnoEEmtHa6GcOrg7-hCJ1.woff2 — 200 — 17.7 KiB — 41 ms — h3https://use.typekit.net/af/2ff9be/00000000000000007735f999/31/l?subset_id=2&fvd=n7&v=3use.typekit.net/af/2ff9be/000000000... https://use.typekit.net/af/2ff9be/00000000000000007735f999/31/l?subset_id=2&fvd=n7&v=3 — 200 — 24.3 KiB — 18 ms — http/1.1https://use.typekit.net/af/e7e7b3/00000000000000007735f99a/31/l?subset_id=2&fvd=n6&v=3use.typekit.net/af/e7e7b3/000000000... https://use.typekit.net/af/e7e7b3/00000000000000007735f99a/31/l?subset_id=2&fvd=n6&v=3 — 200 — 24.3 KiB — 18 ms — http/1.1https://assets.squarespace.com/universal/fonts/squarespace-ui-font.woffassets.squarespace.com/universal/fo... https://assets.squarespace.com/universal/fonts/squarespace-ui-font.woff — 200 — 9.0 KiB — 13 ms — h2https://use.typekit.net/af/26f7ec/00000000000000007735e605/31/l?subset_id=2&fvd=n5&v=3use.typekit.net/af/26f7ec/000000000... https://use.typekit.net/af/26f7ec/00000000000000007735e605/31/l?subset_id=2&fvd=n5&v=3 — 200 — 17.0 KiB — 16 ms — http/1.1https://use.typekit.net/af/1fbf9b/00000000000000007735f98d/31/l?subset_id=2&fvd=n4&v=3use.typekit.net/af/1fbf9b/000000000... https://use.typekit.net/af/1fbf9b/00000000000000007735f98d/31/l?subset_id=2&fvd=n4&v=3 — 200 — 23.5 KiB — 19 ms — http/1.1https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/4a7106ac-1fb6-4445-80d6-6c201987527e/community_storytelling_videography.jpg?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/4a7106ac-1fb6-4445-80d6-6c201987527e/community_storytelling_videography.jpg?format=750w — 200 — 47.5 KiB — 421 ms — h2https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/2b9f523d-3862-4a02-bba2-d215297d5c2f/Logos+TEST2.jpg?format=1000wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/2b9f523d-3862-4a02-bba2-d215297d5c2f/Logos+TEST2.jpg?format=1000w — 200 — 8.8 KiB — 255 ms — h2https://www.google.com/recaptcha/enterprise.js?onload=__grecaptchaOnLoadCallback&render=6LdDFQwjAAAAAPigEvvPgEVbb7QBm-TkVJdDTlAvwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?onload=__grecaptchaOnLoadCallback&render=6LdDFQwjAAAAAPigEvvPgEVbb7QBm-TkVJdDTlAv — 200 — 1.1 KiB — 85 ms — h3https://assets.squarespace.com/universal/scripts-compressed/43300-6442d5ae90c0ccb6-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/43300-6442d5ae90c0ccb6-min.en-US.js — 200 — 13.7 KiB — 12 ms — h2https://assets.squarespace.com/universal/scripts-compressed/99209-ed42d6036eafac89-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/99209-ed42d6036eafac89-min.en-US.js — 200 — 6.0 KiB — 11 ms — h2https://assets.squarespace.com/universal/scripts-compressed/12354-ac811bfab2447453-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/12354-ac811bfab2447453-min.en-US.js — 200 — 6.3 KiB — 11 ms — h2https://assets.squarespace.com/universal/scripts-compressed/37231-b90ed72cfa0f5072-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/37231-b90ed72cfa0f5072-min.en-US.js — 200 — 39.0 KiB — 34 ms — h2https://assets.squarespace.com/universal/scripts-compressed/12358-0ae5b672dfcacd40-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/12358-0ae5b672dfcacd40-min.en-US.js — 200 — 2.7 KiB — 11 ms — h2https://assets.squarespace.com/universal/scripts-compressed/3035-374c796a798aaa41-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/3035-374c796a798aaa41-min.en-US.js — 200 — 3.7 KiB — 21 ms — h2https://assets.squarespace.com/universal/scripts-compressed/74046-0d40c36239df921a-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/74046-0d40c36239df921a-min.en-US.js — 200 — 2.2 KiB — 22 ms — h2https://assets.squarespace.com/universal/scripts-compressed/66796-9fe127d3a552e6ed-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/66796-9fe127d3a552e6ed-min.en-US.js — 200 — 17.4 KiB — 31 ms — h2https://assets.squarespace.com/universal/scripts-compressed/19085-081d931e05f25f02-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/19085-081d931e05f25f02-min.en-US.js — 200 — 14.8 KiB — 32 ms — h2https://assets.squarespace.com/universal/scripts-compressed/25023-b37a71babab7d09c-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/25023-b37a71babab7d09c-min.en-US.js — 200 — 2.6 KiB — 24 ms — h2https://assets.squarespace.com/universal/scripts-compressed/21865-9dc113bff3afcc9d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/21865-9dc113bff3afcc9d-min.en-US.js — 200 — 7.9 KiB — 25 ms — h2https://assets.squarespace.com/universal/styles-compressed/6d80fa01db20c41f-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/6d80fa01db20c41f-min.en-US.css — 200 — 2.3 KiB — 17 ms — h2https://assets.squarespace.com/universal/scripts-compressed/async-commerce-cart-utils-f64ce2acc9cb4662-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/async-commerce-cart-utils-f64ce2acc9cb4662-min.en-US.js — 200 — 3.8 KiB — 28 ms — h2https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/1766191444429-HIYUH0EF99YNXI4OL8AA/BHT_Toata_MAX7227.jpg?format=500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/1766191444429-HIYUH0EF99YNXI4OL8AA/BHT_Toata_MAX7227.jpg?format=500w — 200 — 41.1 KiB — 428 ms — h2https://lovemedia.nz/api/census/RecordHit/api/census/RecordHit https://lovemedia.nz/api/census/RecordHit — 200 — 58 B — 174 ms — h2https://lovemedia.nz/api/census/form-render/api/census/form-render https://lovemedia.nz/api/census/form-render — 200 — 58 B — 171 ms — h2https://lovemedia.nz/api/census/button-render/api/census/button-render https://lovemedia.nz/api/census/button-render — 200 — 67 B — 180 ms — h2https://lovemedia.nz/api/census/button-render/api/census/button-render https://lovemedia.nz/api/census/button-render — 200 — 58 B — 174 ms — h2https://lovemedia.nz/api/census/button-render/api/census/button-render https://lovemedia.nz/api/census/button-render — 200 — 60 B — 168 ms — h2https://lovemedia.nz/api/census/button-render/api/census/button-render https://lovemedia.nz/api/census/button-render — 200 — 59 B — 171 ms — h2https://lovemedia.nz/api/census/button-render/api/census/button-render https://lovemedia.nz/api/census/button-render — 200 — 110 B — 167 ms — h2https://player.vimeo.com/video/1147229770?app_id=122963player.vimeo.com/video/1147229770?a... https://player.vimeo.com/video/1147229770?app_id=122963 — 200 — 10.3 KiB — 218 ms — h2https://use.typekit.net/af/946a41/00000000000000007735f991/31/l?subset_id=2&fvd=i9&v=3use.typekit.net/af/946a41/000000000... https://use.typekit.net/af/946a41/00000000000000007735f991/31/l?subset_id=2&fvd=i9&v=3 — 200 — 25.6 KiB — 24 ms — http/1.1https://use.typekit.net/af/da506f/00000000000000007735f990/31/l?subset_id=2&fvd=n3&v=3use.typekit.net/af/da506f/000000000... https://use.typekit.net/af/da506f/00000000000000007735f990/31/l?subset_id=2&fvd=n3&v=3 — 200 — 23.3 KiB — 24 ms — http/1.1https://use.typekit.net/af/742085/00000000000000007735f992/31/l?subset_id=2&fvd=n5&v=3use.typekit.net/af/742085/000000000... https://use.typekit.net/af/742085/00000000000000007735f992/31/l?subset_id=2&fvd=n5&v=3 — 200 — 23.9 KiB — 25 ms — http/1.1https://use.typekit.net/af/edfa1d/00000000000000007735f996/31/l?subset_id=2&fvd=n9&v=3use.typekit.net/af/edfa1d/000000000... https://use.typekit.net/af/edfa1d/00000000000000007735f996/31/l?subset_id=2&fvd=n9&v=3 — 200 — 24.4 KiB — 25 ms — http/1.1https://use.typekit.net/af/5bcd7e/00000000000000007735f994/31/l?subset_id=2&fvd=i6&v=3use.typekit.net/af/5bcd7e/000000000... https://use.typekit.net/af/5bcd7e/00000000000000007735f994/31/l?subset_id=2&fvd=i6&v=3 — 200 — 25.4 KiB — 25 ms — http/1.1https://use.typekit.net/af/fb921b/00000000000000007735f993/31/l?subset_id=2&fvd=i7&v=3use.typekit.net/af/fb921b/000000000... https://use.typekit.net/af/fb921b/00000000000000007735f993/31/l?subset_id=2&fvd=i7&v=3 — 200 — 25.4 KiB — 25 ms — http/1.1https://use.typekit.net/af/3888dc/00000000000000007735e606/31/l?subset_id=2&fvd=n3&v=3use.typekit.net/af/3888dc/000000000... https://use.typekit.net/af/3888dc/00000000000000007735e606/31/l?subset_id=2&fvd=n3&v=3 — 200 — 16.8 KiB — 39 ms — http/1.1https://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?subset_id=2&fvd=n4&v=3use.typekit.net/af/d7ff92/000000000... https://use.typekit.net/af/d7ff92/00000000000000007735e609/31/l?subset_id=2&fvd=n4&v=3 — 200 — 16.9 KiB — 39 ms — http/1.1https://use.typekit.net/af/5be242/00000000000000007735e603/31/l?subset_id=2&fvd=n7&v=3use.typekit.net/af/5be242/000000000... https://use.typekit.net/af/5be242/00000000000000007735e603/31/l?subset_id=2&fvd=n7&v=3 — 200 — 17.2 KiB — 44 ms — http/1.1https://use.typekit.net/af/0b8052/00000000000000007758cf90/31/l?subset_id=2&fvd=i3&v=3use.typekit.net/af/0b8052/000000000... https://use.typekit.net/af/0b8052/00000000000000007758cf90/31/l?subset_id=2&fvd=i3&v=3 — 200 — 19.2 KiB — 43 ms — http/1.1https://use.typekit.net/af/38ea3a/00000000000000007758cf7d/31/l?subset_id=2&fvd=i7&v=3use.typekit.net/af/38ea3a/000000000... https://use.typekit.net/af/38ea3a/00000000000000007758cf7d/31/l?subset_id=2&fvd=i7&v=3 — 200 — 19.6 KiB — 44 ms — http/1.1https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/5aa4ffe3-2b8d-42dc-a589-a7a131dc6fa8/Lovemedia_video_production_story_logo.png?format=500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/5aa4ffe3-2b8d-42dc-a589-a7a131dc6fa8/Lovemedia_video_production_story_logo.png?format=500w — 200 — 27.3 KiB — 108 ms — h2https://www.googletagmanager.com/gtag/js?id=G-3G6H6EMPPK&cx=c&gtm=4e6562www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-3G6H6EMPPK&cx=c&gtm=4e6562 — 200 — 158.0 KiB — 105 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 142 ms — h2https://p.typekit.net/p.gif?s=2&k=646866_5a2711f68fd4d2c5ea9d0da9&ht=tk&h=lovemedia.nz&f=24538.24543.24547.24545.24549.24539.24537.24552.24540.5474.175.25136.139.5475.140&a=646866&js=1.21.0&app=typekit&e=js&_=1778420404192p.typekit.net/p.gif?s=2&k=646866_5a... https://p.typekit.net/p.gif?s=2&k=646866_5a2711f68fd4d2c5ea9d0da9&ht=tk&h=lovemedia.nz&f=24538.24543.24547.24545.24549.24539.24537.24552.24540.5474.175.25136.139.5475.140&a=646866&js=1.21.0&app=typekit&e=js&_=1778420404192 — 200 — 379 B — 7 ms — http/1.1https://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 — 271 ms — h2https://f.vimeocdn.com/p/4.46.47/js/player.module.jsf.vimeocdn.com/p/4.46.47/js/player.... https://f.vimeocdn.com/p/4.46.47/js/player.module.js — 200 — 212.2 KiB — 31 ms — h2https://f.vimeocdn.com/p/4.46.47/js/vendor.module.jsf.vimeocdn.com/p/4.46.47/js/vendor.... https://f.vimeocdn.com/p/4.46.47/js/vendor.module.js — 200 — 93.3 KiB — 28 ms — h2https://f.vimeocdn.com/p/4.46.47/css/player.cssf.vimeocdn.com/p/4.46.47/css/player... https://f.vimeocdn.com/p/4.46.47/css/player.css — 200 — 23.9 KiB — 20 ms — h2https://i.vimeocdn.com/video/2096947459-c336f07ef6f7f32ccb65811163bdff4498b687ff21c07948bf1a6b63e26e36b0-d?mw=80&q=85i.vimeocdn.com/video/2096947459-c33... https://i.vimeocdn.com/video/2096947459-c336f07ef6f7f32ccb65811163bdff4498b687ff21c07948bf1a6b63e26e36b0-d?mw=80&q=85 — 200 — 1.4 KiB — 5 ms — h2https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Flovemedia.nz%2F&scrsrc=www.googletagmanager.com&rnd=485954933.1778420404&dt=Video%20Production%20Auckland%20%7C%20Love%20Media%20NZ%20%7C%20Storytelling%20That%20Connects&auid=1156638226.1778420404&navt=n&npa=1&gtm=45je6562v9114925828za20gxec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118463261~118494634&apve=1&apvf=f&apvc=1&tids=AW-17686393820&tid=AW-17686393820&tft=1778420404374&tfd=1032www.google.com/ccm/collect?rcb=15&f... https://www.google.com/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Flovemedia.nz%2F&scrsrc=www.googletagmanager.com&rnd=485954933.1778420404&dt=Video%20Production%20Auckland%20%7C%20Love%20Media%20NZ%20%7C%20Storytelling%20That%20Connects&auid=1156638226.1778420404&navt=n&npa=1&gtm=45je6562v9114925828za20gxec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118463261~118494634&apve=1&apvf=f&apvc=1&tids=AW-17686393820&tid=AW-17686393820&tft=1778420404374&tfd=1032 — 200 — 21 B — 27 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-3G6H6EMPPK&gtm=45je6562v9114925828za20g&_p=1778420403621&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZjQwMz&_eu=AAAI&are=1&cid=643059991.1778420404&frm=0&pscdl=noapi&rcb=15&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~115938466~115938469~118463261~118494634&sid=1778420404&sct=1&seg=0&dl=https%3A%2F%2Flovemedia.nz%2F&dt=Video%20Production%20Auckland%20%7C%20Love%20Media%20NZ%20%7C%20Storytelling%20That%20Connects&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1050region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-3G6H6EMPPK&gtm=45je6562v9114925828za20g&_p=1778420403621&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZjQwMz&_eu=AAAI&are=1&cid=643059991.1778420404&frm=0&pscdl=noapi&rcb=15&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~115938466~115938469~118463261~118494634&sid=1778420404&sct=1&seg=0&dl=https%3A%2F%2Flovemedia.nz%2F&dt=Video%20Production%20Auckland%20%7C%20Love%20Media%20NZ%20%7C%20Storytelling%20That%20Connects&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1050 — 204 — 547 B — 67 ms — h2https://f.vimeocdn.com/js_opt/modules/utils/vuid.min.jsf.vimeocdn.com/js_opt/modules/utils... https://f.vimeocdn.com/js_opt/modules/utils/vuid.min.js — 200 — 1.1 KiB — 2 ms — h2https://i.vimeocdn.com/video/2096947459-c336f07ef6f7f32ccb65811163bdff4498b687ff21c07948bf1a6b63e26e36b0-d?mw=700&mh=395i.vimeocdn.com/video/2096947459-c33... https://i.vimeocdn.com/video/2096947459-c336f07ef6f7f32ccb65811163bdff4498b687ff21c07948bf1a6b63e26e36b0-d?mw=700&mh=395 — 200 — 17.3 KiB — 405 ms — h2https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1www.gstatic.com/cv/js/sender/v1/cas... https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1 — 200 — 2.5 KiB — 140 ms — h2https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=2cb36573aee68a107ab54d0ba18427037b5172c31778420404arclight.vimeo.com/add/player-stats... https://arclight.vimeo.com/add/player-stats?beacon=1&session-id=2cb36573aee68a107ab54d0ba18427037b5172c31778420404 — 200 — 123 B — 156 ms — h2https://i.vimeocdn.com/portrait/1589902_60x60?sig=ba51cc070f508142a61500ab722407faeed19f39da2cbd4ede3fbcf687a1eb1e&v=1&region=usi.vimeocdn.com/portrait/1589902_60x... https://i.vimeocdn.com/portrait/1589902_60x60?sig=ba51cc070f508142a61500ab722407faeed19f39da2cbd4ede3fbcf687a1eb1e&v=1&region=us — 200 — 1.7 KiB — 3 ms — h2https://orion.bendingspoons.com/v3/identity/settingsorion.bendingspoons.com/v3/identity... https://orion.bendingspoons.com/v3/identity/settings — 200 — 0 B — 186 ms — h2https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LdDFQwjAAAAAPigEvvPgEVbb7QBm-TkVJdDTlAv&co=aHR0cHM6Ly9sb3ZlbWVkaWEubno6NDQz&hl=en&v=U5VsmTDhJM1iOJUyw4DEUTYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=x4ugv9w7rex9www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LdDFQwjAAAAAPigEvvPgEVbb7QBm-TkVJdDTlAv&co=aHR0cHM6Ly9sb3ZlbWVkaWEubno6NDQz&hl=en&v=U5VsmTDhJM1iOJUyw4DEUTYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=x4ugv9w7rex9 — 200 — 27.7 KiB — 78 ms — h3https://www.gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.jswww.gstatic.com/cast/sdk/libs/sende... https://www.gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.js — 200 — 12.1 KiB — 65 ms — h2https://www.gstatic.com/eureka/clank/148/cast_sender.jswww.gstatic.com/eureka/clank/148/ca... https://www.gstatic.com/eureka/clank/148/cast_sender.js — 200 — 13.4 KiB — 55 ms — h2https://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 — 65 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 — 170 ms — h3https://orion.bendingspoons.com/v3/identity/settingsorion.bendingspoons.com/v3/identity... https://orion.bendingspoons.com/v3/identity/settings — 200 — 547 B — 132 ms — h2https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=U5VsmTDhJM1iOJUyw4DEUTYvwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=U5VsmTDhJM1iOJUyw4DEUTYv — 200 — 23 B — 160 ms — h3https://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 — 35 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 115 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 — 9 ms — h3https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/a5e47829-788d-43da-9fe3-748eea2ab328/favicon.icoimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5a2711f68fd4d2c5ea9d0da9/a5e47829-788d-43da-9fe3-748eea2ab328/favicon.ico — 200 — 42.0 KiB — 103 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
85% of JavaScript execution is third-party
First-party Third-party 749ms · 520KB · NZ$7/mo
assets.squarespace.com
Other
Optional
Execution 194ms
Transfer 69 KB
Unused 51%
Monthly Cost NZ$2/mo
assets.squarespace.com
Other
Optional
Execution 127ms
Transfer 15 KB
Monthly Cost NZ$1/mo
assets.squarespace.com
Other
Optional
Execution 125ms
Transfer 274 KB
Unused 61%
Monthly Cost NZ$1/mo
Unattributable
Other
Optional
Execution 109ms
Transfer 0 KB
Monthly Cost NZ$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 82ms
Transfer 158 KB
Unused 38%
Monthly Cost NZ$1/mo
www.gstatic.com
Other
Optional
Execution 59ms
Transfer 0 KB
Unused 48%
Monthly Cost NZ$1/mo
assets.squarespace.com
Other
Optional
Execution 52ms
Transfer 4 KB
Monthly Cost NZ$0/mo

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

51% of assets.squarespace.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

61% of assets.squarespace.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

Image Optimization
16 images, 166 KB total, 26 KB wasted
INFO

Image Optimization Audit

Total Images

16

Total Size

166 KB

Oversized

1

Wasted

26 KB

10 missing alt text 3 missing dimensions 1 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