Skip to content
https://youradchoices.ca

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
67
GRADE
D
FIX
5
REVIEW
3
PASS
5
INFO
2

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

72
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
91
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
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.79 s

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

2.95 s

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

104 ms

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

0.001

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

2.15 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.59 s

Page Load Progression

533 ms
1.1 s
1.6 s
2.1 s
2.7 s
3.2 s
3.7 s
4.3 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
7.9 MB transferred, 113 requests
FIX
7.9 MB transferred, 113 requests
Critical::
Page weighs 15.8 MB (7.9 MB transferred)
Warning::
Images are 4.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.5 MB
Warning::
JavaScript is 2.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.6 MB
Info::
Fonts are 569 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 569 KB
Warning::
113 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.7 g CO2 per page load
7.9 MB / 2.4 MB budget
7.9 MB transferred
113 requests
1.7 g CO2 per page load
Images 4.5 MiB 57%
JavaScript 2.6 MiB 32%
Fonts 569.0 KiB 7%
CSS 145.3 KiB 2%
Other 126.0 KiB 2%
HTML 59.0 KiB 1%
Other 967 B 0%
Other 549 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

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
98% third-party, 0 ms blocking
FIX
98% third-party, 0 ms blocking
Warning::
Third-party code accounts for 98% of page weight (7.7 MiB of 7.9 MiB)
Info::
Third-party blocking time is low (0 ms)
98%
First-party Third-party
F
JS Bundles
Action
42 scripts, 1.4 MB unused
FIX
42 scripts, 1.4 MB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.squarespace.com/universal/scripts-c...: 173 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.squarespace.com/universal/scripts-c...: 155 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.4 MB
1483 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://assets.squarespace.com/universal/scripts-compressed/common-685e8299b71caa80-min.en-US.js276 KB173 KB (63%)3rd
https://assets.squarespace.com/universal/scripts-compressed/commerce-ad9e32fad34293d6-min.en-US.js189 KB155 KB (82%)3rd
https://www.googletagmanager.com/gtag/js?id=G-8S5LBD9ZWH&cx=c&gtm=4e64h1178 KB115 KB (65%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-35719184-1&cx=c&gtm=4e64h1124 KB91 KB (74%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-{AW-ID}134 KB79 KB (59%)3rd
https://www.googletagmanager.com/gtag/js?id=G-8S5LBD9ZWH177 KB70 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-35719184-1125 KB65 KB (52%)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
113 resources · 7.9 MB · 1.4 MB savings available
FIX
113 resources · 7.9 MB · 1.4 MB savings available
Warning::
Page weight 6.9 MB over 1MB target
Got: 7.9 MB Expected: ≤ 1 MB
Info::
~1.4 MB of savings available
Warning::
95 third-party resources (98% of weight)
Info::
7 resources over 200KB
113 resources · 7.9 MiB · 95 third-party 6.9 MiB over 1MB target
Image 58% · 4.6 MiB
JavaScript 32% · 2.6 MiB
Font 7% · 569.0 KiB
CSS 2% · 145.3 KiB
Document 1% · 59.0 KiB
Other 0% · 1.5 KiB

~1.4 MiB of savings available

Remove unused JavaScript: 1.4 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
12 images, 0 KB saveable
REVIEW
12 images, 0 KB saveable
Warning::
https://images.squarespace-cdn.com/content/v1/5c05... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
12 images 4.5 MB
0 oversized -0 KB
8 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1272ms total JS execution
REVIEW
1272ms total JS execution
Warning::
https://youradchoices.ca/: 311ms CPU time
Info::
https://assets.squarespace.com/universal/scripts-c...: 208ms CPU time
Info::
https://assets.squarespace.com/universal/scripts-c...: 181ms CPU time
Info::
Unattributable: 174ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-8S5L...: 104ms CPU time
Warning::
Third-party scripts: 961ms (76% of total)

Main Thread Breakdown

Script Evaluation 57% Other 16% Script Parsing & Compilation 15% Style & Layout 6%
ScriptTotalScriptingParse/CompileParty
https://youradchoices.ca/311ms159ms5ms1st
https://assets.squarespace.com/universal/scripts-compressed/53473-9cce148b1268e4b6-min.en-US.js208ms202ms2ms3rd
https://assets.squarespace.com/universal/scripts-compressed/common-685e8299b71caa80-min.en-US.js181ms129ms37ms3rd
Unattributable174ms4ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-8S5LBD9ZWH104ms86ms17ms3rd
https://assets.squarespace.com/universal/scripts-compressed/66796-da5ed142159e6b44-min.en-US.js90ms69ms2ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js77ms47ms28ms3rd
https://static1.squarespace.com/static/ta/55f0a9b0e4b0f3eb70352f6d/359/scripts/site-bundle.js71ms22ms4ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-{AW-ID}55ms42ms12ms3rd
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
26 fonts (569 KB)
PASS
26 fonts (569 KB)
Info::
26 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

26

569 KB total

Render-blocking

0

of 26

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.8 s LCP 3.0 shttps://use.typekit.net/af/fdfc76/00000000000000007735b8f6/31/l?subset_id=2&fvd=n4&v=3l https://use.typekit.net/af/fdfc76/00000000000000007735b8f6/31/l?subset_id=2&fvd=n4&v=3 — 18.6 KiB — 23 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.3 KiB — 6 ms — font-display: swaphttps://static1.squarespace.com/static/5c055f98620b858a898bfcae/t/5c12a94689858332629db9f4/1544726854433/Nunito-SemiBold.ttfNunito-SemiBold.ttf https://static1.squarespace.com/static/5c055f98620b858a898bfcae/t/5c12a94689858332629db9f4/1544726854433/Nunito-SemiBold.ttf — 51.1 KiB — 38 ms — font-display: swaphttps://static1.squarespace.com/static/5c055f98620b858a898bfcae/t/5c12aa9188251b557b445fb8/1544727185401/Nunito-ExtraBold.ttfNunito-ExtraBold.ttf https://static1.squarespace.com/static/5c055f98620b858a898bfcae/t/5c12aa9188251b557b445fb8/1544727185401/Nunito-ExtraBold.ttf — 51.1 KiB — 39 ms — font-display: swaphttps://use.typekit.net/af/507990/00000000000000007735b8ff/31/l?subset_id=2&fvd=n7&v=3l https://use.typekit.net/af/507990/00000000000000007735b8ff/31/l?subset_id=2&fvd=n7&v=3 — 18.8 KiB — 24 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.6 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.7 KiB — 39 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 — 16.8 KiB — 41 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.0 KiB — 43 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.1 KiB — 45 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.4 KiB — 49 ms — font-display: swaphttps://use.typekit.net/af/fd6e19/00000000000000007735b8f8/31/l?subset_id=2&fvd=i4&v=3l https://use.typekit.net/af/fd6e19/00000000000000007735b8f8/31/l?subset_id=2&fvd=i4&v=3 — 19.0 KiB — 46 ms — font-display: swaphttps://use.typekit.net/af/947e89/00000000000000007735b901/31/l?subset_id=2&fvd=i7&v=3l https://use.typekit.net/af/947e89/00000000000000007735b901/31/l?subset_id=2&fvd=i7&v=3 — 19.2 KiB — 47 ms — font-display: swaphttps://use.typekit.net/af/780d3f/00000000000000007753c3b3/31/l?subset_id=2&fvd=i9&v=3l https://use.typekit.net/af/780d3f/00000000000000007753c3b3/31/l?subset_id=2&fvd=i9&v=3 — 17.3 KiB — 50 ms — font-display: swaphttps://use.typekit.net/af/1b7608/00000000000000007753c3b0/31/l?subset_id=2&fvd=n5&v=3l https://use.typekit.net/af/1b7608/00000000000000007753c3b0/31/l?subset_id=2&fvd=n5&v=3 — 16.3 KiB — 59 ms — font-display: swaphttps://use.typekit.net/af/4fa2f6/00000000000000007753c3b6/31/l?subset_id=2&fvd=n6&v=3l https://use.typekit.net/af/4fa2f6/00000000000000007753c3b6/31/l?subset_id=2&fvd=n6&v=3 — 16.5 KiB — 50 ms — font-display: swaphttps://use.typekit.net/af/9f5daf/00000000000000007753c3bf/31/l?subset_id=2&fvd=n7&v=3l https://use.typekit.net/af/9f5daf/00000000000000007753c3bf/31/l?subset_id=2&fvd=n7&v=3 — 16.1 KiB — 51 ms — font-display: swaphttps://use.typekit.net/af/0789c1/00000000000000007753c3ad/31/l?subset_id=2&fvd=n8&v=3l https://use.typekit.net/af/0789c1/00000000000000007753c3ad/31/l?subset_id=2&fvd=n8&v=3 — 16.3 KiB — 51 ms — font-display: swaphttps://use.typekit.net/af/ef2702/00000000000000007753c3b7/31/l?subset_id=2&fvd=n9&v=3l https://use.typekit.net/af/ef2702/00000000000000007753c3b7/31/l?subset_id=2&fvd=n9&v=3 — 16.5 KiB — 53 ms — font-display: swaphttps://use.typekit.net/af/299e31/00000000000000007753c3bb/31/l?subset_id=2&fvd=i6&v=3l https://use.typekit.net/af/299e31/00000000000000007753c3bb/31/l?subset_id=2&fvd=i6&v=3 — 17.2 KiB — 50 ms — font-display: swaphttps://use.typekit.net/af/a7ae71/00000000000000007753c3b2/31/l?subset_id=2&fvd=i7&v=3l https://use.typekit.net/af/a7ae71/00000000000000007753c3b2/31/l?subset_id=2&fvd=i7&v=3 — 17.0 KiB — 52 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.2 KiB — 52 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.7 KiB — 49 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.2 KiB — 51 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.2 KiB — 58 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 20 ms — font-display: swap
l woff2 swap
Size 19 KB
Load time 23 ms
Start 640 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 23 KB
Load time 6 ms
Start 640 ms
Risk FOUT — text flashes from fallback to web font
Nunito-SemiBold.ttf ttf swap
Size 51 KB
Load time 38 ms
Start 640 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Nunito-ExtraBold.ttf ttf swap
Size 51 KB
Load time 39 ms
Start 641 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
l woff2 swap
Size 19 KB
Load time 24 ms
Start 641 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 39 ms
Start 954 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 39 ms
Start 955 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 41 ms
Start 955 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 43 ms
Start 955 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 19 KB
Load time 45 ms
Start 955 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 19 KB
Load time 49 ms
Start 956 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 19 KB
Load time 46 ms
Start 956 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 19 KB
Load time 47 ms
Start 957 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 50 ms
Start 957 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 59 ms
Start 957 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 50 ms
Start 960 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 51 ms
Start 961 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 16 KB
Load time 51 ms
Start 965 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 53 ms
Start 966 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 50 ms
Start 971 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 52 ms
Start 971 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 23 KB
Load time 52 ms
Start 973 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 49 ms
Start 979 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 51 ms
Start 979 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 58 ms
Start 979 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 20 ms
Start 1.8 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 ~31 KB and ~62 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
Network Waterfall
113 requests over 2057ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.8 s LCP 3.0 shttps://youradchoices.ca// https://youradchoices.ca/ — 200 — 31.5 KiB — 28 ms — h2https://use.typekit.net/ik/USPFxBYq4nEXp-qeNLl231ylRecqYz0Bud9H9_dNwASfe0GffFHN4UJLFRbh52jhWDmRw29uZRqtFRJ3jR6u5eIt5QyKZcFyZsGMJ6U3ScNt-AuyOAozicIKfhoudc8XdkuDjAoDJ6Z0iAoTievKfWFzZc8yOWgkdkG4f5J7IMMjMkMfH6qJn3IbMg6IJMJ7f6K3UMIbMg6BJMJ7fbKOMsMMeMS6MKG4f5w7IMMj2PMfH6qJRMIbMg6sJMJ7f6KGzMJbMs6IJMJ7f6KCzMJbMs6YJMJ7f6KTzMJbMs65JMJ7f6KlzMJbMs6sJMJ7f6KnU6JbMy6QJMJ7f6R_TMJbMy6BJMJ7f6RvTMJbMy6eJMJ7fbR2pUMfeMS6MKGHfVhqMyMfeM66MKGHfVEqMyMfeMq6MKGHfHReMyMfegM6MKGHfH1eMyMfegI6MKGHfFrxMsM2eMw6MKGHf55xMsM2eMb6MKGHf5exMsM2eM96MKGHf5AxMsM2eMj6MKGHfF0xMsM2eMS6MTMgK-pXn6j.jsuse.typekit.net/ik/USPFxBYq4nEXp-qe... https://use.typekit.net/ik/USPFxBYq4nEXp-qeNLl231ylRecqYz0Bud9H9_dNwASfe0GffFHN4UJLFRbh52jhWDmRw29uZRqtFRJ3jR6u5eIt5QyKZcFyZsGMJ6U3ScNt-AuyOAozicIKfhoudc8XdkuDjAoDJ6Z0iAoTievKfWFzZc8yOWgkdkG4f5J7IMMjMkMfH6qJn3IbMg6IJMJ7f6K3UMIbMg6BJMJ7fbKOMsMMeMS6MKG4f5w7IMMj2PMfH6qJRMIbMg6sJMJ7f6KGzMJbMs6IJMJ7f6KCzMJbMs6YJMJ7f6KTzMJbMs65JMJ7f6KlzMJbMs6sJMJ7f6KnU6JbMy6QJMJ7f6R_TMJbMy6BJMJ7f6RvTMJbMy6eJMJ7fbR2pUMfeMS6MKGHfVhqMyMfeM66MKGHfVEqMyMfeMq6MKGHfHReMyMfegM6MKGHfH1eMyMfegI6MKGHfFrxMsM2eMw6MKGHf55xMsM2eMb6MKGHf5exMsM2eM96MKGHf5AxMsM2eMj6MKGHfF0xMsM2eMS6MTMgK-pXn6j.js — 200 — 7.4 KiB — 74 ms — h2https://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 — 1.0 KiB — 77 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 — 98 ms — h2https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-a192575ea2c31dd0-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-a192575ea2c31dd0-min.en-US.js — 200 — 16.8 KiB — 79 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 — 60.0 KiB — 128 ms — h2https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-22c6db795661f68d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-22c6db795661f68d-min.en-US.js — 200 — 14.9 KiB — 99 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.4 KiB — 111 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-vendors-88286999a7ee6fd5-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-vendors-88286999a7ee6fd5-min.en-US.js — 200 — 167.9 KiB — 130 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-685e8299b71caa80-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-685e8299b71caa80-min.en-US.js — 200 — 276.0 KiB — 137 ms — h2https://assets.squarespace.com/universal/scripts-compressed/commerce-ad9e32fad34293d6-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/commerce-ad9e32fad34293d6-min.en-US.js — 200 — 189.0 KiB — 131 ms — h2https://assets.squarespace.com/universal/styles-compressed/commerce-d50e5960dc9fd059-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/commerce-d50e5960dc9fd059-min.en-US.css — 200 — 1.9 KiB — 45 ms — h2https://assets.squarespace.com/universal/scripts-compressed/user-account-core-502565b710d4efd4-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/user-account-core-502565b710d4efd4-min.en-US.js — 200 — 32.3 KiB — 96 ms — h2https://assets.squarespace.com/universal/styles-compressed/user-account-core-f82c59bd5327abda-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/user-account-core-f82c59bd5327abda-min.en-US.css — 200 — 1.1 KiB — 41 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/2ef4980f-1599-41ff-9eae-13474cd5a370_240/website.components.socialLinks.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/2ef4980f-1599-41ff-9eae-13474cd5a370_240/website.components.socialLinks.styles.css — 200 — 2.6 KiB — 62 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.styles.css — 200 — 560 B — 59 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.styles.css — 200 — 544 B — 59 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/2ef4980f-1599-41ff-9eae-13474cd5a370_240/website.components.socialLinks.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/2ef4980f-1599-41ff-9eae-13474cd5a370_240/website.components.socialLinks.visitor.js — 200 — 1.1 KiB — 73 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.visitor.js — 200 — 782 B — 72 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.visitor.js — 200 — 3.8 KiB — 72 ms — h2https://static1.squarespace.com/static/sitecss/5c055f98620b858a898bfcae/556/55f0aac0e4b0f0a5b7e0b22e/5c0842654d7a9c11deacbb4d/359/site.css?nocustom=truestatic1.squarespace.com/static/site... https://static1.squarespace.com/static/sitecss/5c055f98620b858a898bfcae/556/55f0aac0e4b0f0a5b7e0b22e/5c0842654d7a9c11deacbb4d/359/site.css?nocustom=true — 200 — 82.3 KiB — 69 ms — h2https://static1.squarespace.com/static/custom-css/5c055f98620b858a898bfcae/5c0842654d7a9c11deacbb4d/22/custom.cssstatic1.squarespace.com/static/cust... https://static1.squarespace.com/static/custom-css/5c055f98620b858a898bfcae/5c0842654d7a9c11deacbb4d/22/custom.css — 200 — 3.6 KiB — 41 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js — 200 — 33.3 KiB — 98 ms — h2https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.6.0/css/flag-icon.csscdnjs.cloudflare.com/ajax/libs/flag... https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.6.0/css/flag-icon.css — 200 — 2.2 KiB — 31 ms — h3https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js — 200 — 29.5 KiB — 88 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 — 98 ms — h2https://assets.squarespace.com/universal/scripts-compressed/performance-b0b428cfbac6efcd-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/performance-b0b428cfbac6efcd-min.en-US.js — 200 — 9.4 KiB — 3 ms — h2https://www.googletagmanager.com/gtag/js?id=G-8S5LBD9ZWHwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-8S5LBD9ZWH — 200 — 177.5 KiB — 78 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-{AW-ID}www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-{AW-ID} — 200 — 134.5 KiB — 69 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-35719184-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-35719184-1 — 200 — 125.1 KiB — 60 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.8 s LCP 3.0 shttps://youradchoices.ca// https://youradchoices.ca/ — 200 — 31.5 KiB — 28 ms — h2https://use.typekit.net/ik/USPFxBYq4nEXp-qeNLl231ylRecqYz0Bud9H9_dNwASfe0GffFHN4UJLFRbh52jhWDmRw29uZRqtFRJ3jR6u5eIt5QyKZcFyZsGMJ6U3ScNt-AuyOAozicIKfhoudc8XdkuDjAoDJ6Z0iAoTievKfWFzZc8yOWgkdkG4f5J7IMMjMkMfH6qJn3IbMg6IJMJ7f6K3UMIbMg6BJMJ7fbKOMsMMeMS6MKG4f5w7IMMj2PMfH6qJRMIbMg6sJMJ7f6KGzMJbMs6IJMJ7f6KCzMJbMs6YJMJ7f6KTzMJbMs65JMJ7f6KlzMJbMs6sJMJ7f6KnU6JbMy6QJMJ7f6R_TMJbMy6BJMJ7f6RvTMJbMy6eJMJ7fbR2pUMfeMS6MKGHfVhqMyMfeM66MKGHfVEqMyMfeMq6MKGHfHReMyMfegM6MKGHfH1eMyMfegI6MKGHfFrxMsM2eMw6MKGHf55xMsM2eMb6MKGHf5exMsM2eM96MKGHf5AxMsM2eMj6MKGHfF0xMsM2eMS6MTMgK-pXn6j.jsuse.typekit.net/ik/USPFxBYq4nEXp-qe... https://use.typekit.net/ik/USPFxBYq4nEXp-qeNLl231ylRecqYz0Bud9H9_dNwASfe0GffFHN4UJLFRbh52jhWDmRw29uZRqtFRJ3jR6u5eIt5QyKZcFyZsGMJ6U3ScNt-AuyOAozicIKfhoudc8XdkuDjAoDJ6Z0iAoTievKfWFzZc8yOWgkdkG4f5J7IMMjMkMfH6qJn3IbMg6IJMJ7f6K3UMIbMg6BJMJ7fbKOMsMMeMS6MKG4f5w7IMMj2PMfH6qJRMIbMg6sJMJ7f6KGzMJbMs6IJMJ7f6KCzMJbMs6YJMJ7f6KTzMJbMs65JMJ7f6KlzMJbMs6sJMJ7f6KnU6JbMy6QJMJ7f6R_TMJbMy6BJMJ7f6RvTMJbMy6eJMJ7fbR2pUMfeMS6MKGHfVhqMyMfeM66MKGHfVEqMyMfeMq6MKGHfHReMyMfegM6MKGHfH1eMyMfegI6MKGHfFrxMsM2eMw6MKGHf55xMsM2eMb6MKGHf5exMsM2eM96MKGHf5AxMsM2eMj6MKGHfF0xMsM2eMS6MTMgK-pXn6j.js — 200 — 7.4 KiB — 74 ms — h2https://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 — 1.0 KiB — 77 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 — 98 ms — h2https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-a192575ea2c31dd0-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-a192575ea2c31dd0-min.en-US.js — 200 — 16.8 KiB — 79 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 — 60.0 KiB — 128 ms — h2https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-22c6db795661f68d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-22c6db795661f68d-min.en-US.js — 200 — 14.9 KiB — 99 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.4 KiB — 111 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-vendors-88286999a7ee6fd5-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-vendors-88286999a7ee6fd5-min.en-US.js — 200 — 167.9 KiB — 130 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-685e8299b71caa80-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-685e8299b71caa80-min.en-US.js — 200 — 276.0 KiB — 137 ms — h2https://assets.squarespace.com/universal/scripts-compressed/commerce-ad9e32fad34293d6-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/commerce-ad9e32fad34293d6-min.en-US.js — 200 — 189.0 KiB — 131 ms — h2https://assets.squarespace.com/universal/styles-compressed/commerce-d50e5960dc9fd059-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/commerce-d50e5960dc9fd059-min.en-US.css — 200 — 1.9 KiB — 45 ms — h2https://assets.squarespace.com/universal/scripts-compressed/user-account-core-502565b710d4efd4-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/user-account-core-502565b710d4efd4-min.en-US.js — 200 — 32.3 KiB — 96 ms — h2https://assets.squarespace.com/universal/styles-compressed/user-account-core-f82c59bd5327abda-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/user-account-core-f82c59bd5327abda-min.en-US.css — 200 — 1.1 KiB — 41 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/2ef4980f-1599-41ff-9eae-13474cd5a370_240/website.components.socialLinks.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/2ef4980f-1599-41ff-9eae-13474cd5a370_240/website.components.socialLinks.styles.css — 200 — 2.6 KiB — 62 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.styles.css — 200 — 560 B — 59 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.styles.cssdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.styles.css — 200 — 544 B — 59 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/2ef4980f-1599-41ff-9eae-13474cd5a370_240/website.components.socialLinks.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.socialLinks/2ef4980f-1599-41ff-9eae-13474cd5a370_240/website.components.socialLinks.visitor.js — 200 — 1.1 KiB — 73 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/5b8e617b-0380-44c2-a470-a8b46a8ec421_785/website.components.spacer.visitor.js — 200 — 782 B — 72 ms — h2https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.visitor.jsdefinitions.sqspcdn.com/website-com... https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/bd85074a-e9a3-4565-adc3-268c8e07bb23_632/website.components.button.visitor.js — 200 — 3.8 KiB — 72 ms — h2https://static1.squarespace.com/static/sitecss/5c055f98620b858a898bfcae/556/55f0aac0e4b0f0a5b7e0b22e/5c0842654d7a9c11deacbb4d/359/site.css?nocustom=truestatic1.squarespace.com/static/site... https://static1.squarespace.com/static/sitecss/5c055f98620b858a898bfcae/556/55f0aac0e4b0f0a5b7e0b22e/5c0842654d7a9c11deacbb4d/359/site.css?nocustom=true — 200 — 82.3 KiB — 69 ms — h2https://static1.squarespace.com/static/custom-css/5c055f98620b858a898bfcae/5c0842654d7a9c11deacbb4d/22/custom.cssstatic1.squarespace.com/static/cust... https://static1.squarespace.com/static/custom-css/5c055f98620b858a898bfcae/5c0842654d7a9c11deacbb4d/22/custom.css — 200 — 3.6 KiB — 41 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js — 200 — 33.3 KiB — 98 ms — h2https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.6.0/css/flag-icon.csscdnjs.cloudflare.com/ajax/libs/flag... https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.6.0/css/flag-icon.css — 200 — 2.2 KiB — 31 ms — h3https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js — 200 — 29.5 KiB — 88 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 — 98 ms — h2https://assets.squarespace.com/universal/scripts-compressed/performance-b0b428cfbac6efcd-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/performance-b0b428cfbac6efcd-min.en-US.js — 200 — 9.4 KiB — 3 ms — h2https://www.googletagmanager.com/gtag/js?id=G-8S5LBD9ZWHwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-8S5LBD9ZWH — 200 — 177.5 KiB — 78 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-{AW-ID}www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-{AW-ID} — 200 — 134.5 KiB — 69 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-35719184-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-35719184-1 — 200 — 125.1 KiB — 60 ms — h2https://youradchoices.ca/assets/ui-icons.svg/assets/ui-icons.svg https://youradchoices.ca/assets/ui-icons.svg — 200 — 8.4 KiB — 10 ms — h2https://youradchoices.ca/universal/svg/social-accounts.svg/universal/svg/social-accounts.svg https://youradchoices.ca/universal/svg/social-accounts.svg — 200 — 115.2 KiB — 14 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.4 KiB — 4 ms — h2https://use.typekit.net/af/fdfc76/00000000000000007735b8f6/31/l?subset_id=2&fvd=n4&v=3use.typekit.net/af/fdfc76/000000000... https://use.typekit.net/af/fdfc76/00000000000000007735b8f6/31/l?subset_id=2&fvd=n4&v=3 — 200 — 18.6 KiB — 23 ms — h2https://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.3 KiB — 6 ms — h2https://static1.squarespace.com/static/5c055f98620b858a898bfcae/t/5c12a94689858332629db9f4/1544726854433/Nunito-SemiBold.ttfstatic1.squarespace.com/static/5c05... https://static1.squarespace.com/static/5c055f98620b858a898bfcae/t/5c12a94689858332629db9f4/1544726854433/Nunito-SemiBold.ttf — 200 — 51.1 KiB — 38 ms — h2https://static1.squarespace.com/static/5c055f98620b858a898bfcae/t/5c12aa9188251b557b445fb8/1544727185401/Nunito-ExtraBold.ttfstatic1.squarespace.com/static/5c05... https://static1.squarespace.com/static/5c055f98620b858a898bfcae/t/5c12aa9188251b557b445fb8/1544727185401/Nunito-ExtraBold.ttf — 200 — 51.1 KiB — 39 ms — h2https://use.typekit.net/af/507990/00000000000000007735b8ff/31/l?subset_id=2&fvd=n7&v=3use.typekit.net/af/507990/000000000... https://use.typekit.net/af/507990/00000000000000007735b8ff/31/l?subset_id=2&fvd=n7&v=3 — 200 — 18.8 KiB — 24 ms — h2https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1549062533683-83B820V8S8LYFRA7WN8R/DAAC-WALKCYCLE-BLUEslower.gif?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1549062533683-83B820V8S8LYFRA7WN8R/DAAC-WALKCYCLE-BLUEslower.gif?format=750w — 200 — 864.0 KiB — 161 ms — h2https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1555339561273-XUGF4NHUVPYO6L8G0ZQW/PenLogo.png?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1555339561273-XUGF4NHUVPYO6L8G0ZQW/PenLogo.png?format=750w — 200 — 11.6 KiB — 35 ms — h2https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1549389806485-ICGOX3B4QFYYGS3V3DEC/YourAdChoices-CYCLE-REDslower.gif?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1549389806485-ICGOX3B4QFYYGS3V3DEC/YourAdChoices-CYCLE-REDslower.gif?format=750w — 200 — 2.1 MiB — 253 ms — h2https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1548979696650-MPTF2N1KL1OYNX8EYG29/DAAC---QA-YELLOW-Web5.gif?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1548979696650-MPTF2N1KL1OYNX8EYG29/DAAC---QA-YELLOW-Web5.gif?format=750w — 200 — 175.5 KiB — 35 ms — h2https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1548979930974-MRBPA2PED5NZTHSV2XLV/DAAC---Flashlight-white-dark-Web2.gif?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1548979930974-MRBPA2PED5NZTHSV2XLV/DAAC---Flashlight-white-dark-Web2.gif?format=750w — 200 — 319.8 KiB — 156 ms — h2https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1549080647926-F2Q0EKS81W5INSY063I7/DAAC-Blinds-BLUE.gif?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1549080647926-F2Q0EKS81W5INSY063I7/DAAC-Blinds-BLUE.gif?format=750w — 200 — 1011.8 KiB — 248 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 — 45 ms — h3https://assets.squarespace.com/universal/scripts-compressed/91896-c317e8d53dd03d32-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/91896-c317e8d53dd03d32-min.en-US.js — 200 — 13.6 KiB — 23 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.1 KiB — 23 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 — 23 ms — h2https://assets.squarespace.com/universal/scripts-compressed/37231-bcc4a187272711dd-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/37231-bcc4a187272711dd-min.en-US.js — 200 — 39.0 KiB — 55 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 — 26 ms — h2https://assets.squarespace.com/universal/scripts-compressed/3035-2cb0e3d6fbb8083d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/3035-2cb0e3d6fbb8083d-min.en-US.js — 200 — 4.0 KiB — 37 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 — 37 ms — h2https://assets.squarespace.com/universal/scripts-compressed/66796-da5ed142159e6b44-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/66796-da5ed142159e6b44-min.en-US.js — 200 — 20.0 KiB — 65 ms — h2https://assets.squarespace.com/universal/scripts-compressed/53473-9cce148b1268e4b6-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/53473-9cce148b1268e4b6-min.en-US.js — 200 — 14.9 KiB — 45 ms — h2https://assets.squarespace.com/universal/scripts-compressed/46076-8009bb13b508accd-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/46076-8009bb13b508accd-min.en-US.js — 200 — 2.5 KiB — 45 ms — h2https://assets.squarespace.com/universal/scripts-compressed/21865-491f1812dffe097d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/21865-491f1812dffe097d-min.en-US.js — 200 — 8.3 KiB — 54 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.7 KiB — 31 ms — h2https://assets.squarespace.com/universal/scripts-compressed/async-commerce-cart-utils-0de76bd2b21657ab-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/async-commerce-cart-utils-0de76bd2b21657ab-min.en-US.js — 200 — 3.9 KiB — 43 ms — h2https://assets.squarespace.com/universal/scripts-compressed/73034-8358635d752b0943-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/73034-8358635d752b0943-min.en-US.js — 200 — 3.4 KiB — 52 ms — h2https://assets.squarespace.com/universal/styles-compressed/6bc1593a0581d9e7-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/6bc1593a0581d9e7-min.en-US.css — 200 — 4.8 KiB — 37 ms — h2https://assets.squarespace.com/universal/scripts-compressed/async-commerce-afterpay-0e38a99c3c2061c3-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/async-commerce-afterpay-0e38a99c3c2061c3-min.en-US.js — 200 — 3.0 KiB — 53 ms — h2https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1548184031021-36NM8P0DB9X9E40H5GI6/DAAC+Video+Thumbnail.png?format=100wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1548184031021-36NM8P0DB9X9E40H5GI6/DAAC+Video+Thumbnail.png?format=100w — 200 — 7.8 KiB — 69 ms — h2https://youradchoices.ca/api/census/RecordHit/api/census/RecordHit https://youradchoices.ca/api/census/RecordHit — 200 — 67 B — 107 ms — h2https://youradchoices.ca/api/census/form-render/api/census/form-render https://youradchoices.ca/api/census/form-render — 200 — 59 B — 117 ms — h2https://youradchoices.ca/api/census/button-render/api/census/button-render https://youradchoices.ca/api/census/button-render — 200 — 67 B — 94 ms — h2https://youradchoices.ca/api/census/button-render/api/census/button-render https://youradchoices.ca/api/census/button-render — 200 — 59 B — 118 ms — h2https://youradchoices.ca/api/census/button-render/api/census/button-render https://youradchoices.ca/api/census/button-render — 200 — 59 B — 113 ms — h2https://youradchoices.ca/api/census/button-render/api/census/button-render https://youradchoices.ca/api/census/button-render — 200 — 110 B — 90 ms — h2https://youradchoices.ca/api/census/button-render/api/census/button-render https://youradchoices.ca/api/census/button-render — 200 — 67 B — 101 ms — h2https://youradchoices.ca/api/census/button-render/api/census/button-render https://youradchoices.ca/api/census/button-render — 200 — 68 B — 101 ms — h2https://youradchoices.ca/api/census/button-render/api/census/button-render https://youradchoices.ca/api/census/button-render — 200 — 59 B — 102 ms — h2https://youradchoices.ca/api/census/button-render/api/census/button-render https://youradchoices.ca/api/census/button-render — 200 — 58 B — 112 ms — h2https://youradchoices.ca/api/census/button-render/api/census/button-render https://youradchoices.ca/api/census/button-render — 200 — 58 B — 124 ms — h2https://youradchoices.ca/api/census/button-render/api/census/button-render https://youradchoices.ca/api/census/button-render — 200 — 59 B — 119 ms — h2https://youradchoices.ca/api/census/button-render/api/census/button-render https://youradchoices.ca/api/census/button-render — 200 — 59 B — 104 ms — h2https://youradchoices.ca/api/census/button-render/api/census/button-render https://youradchoices.ca/api/census/button-render — 200 — 59 B — 120 ms — h2https://youradchoices.ca/api/census/button-render/api/census/button-render https://youradchoices.ca/api/census/button-render — 200 — 59 B — 115 ms — h2https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1548184031021-36NM8P0DB9X9E40H5GI6/DAAC+Video+Thumbnail.png?format=750wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1548184031021-36NM8P0DB9X9E40H5GI6/DAAC+Video+Thumbnail.png?format=750w — 200 — 32.9 KiB — 31 ms — h2https://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.6 KiB — 39 ms — h2https://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.7 KiB — 39 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 — 16.8 KiB — 41 ms — h2https://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.0 KiB — 43 ms — h2https://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.1 KiB — 45 ms — h2https://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.4 KiB — 49 ms — h2https://use.typekit.net/af/fd6e19/00000000000000007735b8f8/31/l?subset_id=2&fvd=i4&v=3use.typekit.net/af/fd6e19/000000000... https://use.typekit.net/af/fd6e19/00000000000000007735b8f8/31/l?subset_id=2&fvd=i4&v=3 — 200 — 19.0 KiB — 46 ms — h2https://use.typekit.net/af/947e89/00000000000000007735b901/31/l?subset_id=2&fvd=i7&v=3use.typekit.net/af/947e89/000000000... https://use.typekit.net/af/947e89/00000000000000007735b901/31/l?subset_id=2&fvd=i7&v=3 — 200 — 19.2 KiB — 47 ms — h2https://use.typekit.net/af/780d3f/00000000000000007753c3b3/31/l?subset_id=2&fvd=i9&v=3use.typekit.net/af/780d3f/000000000... https://use.typekit.net/af/780d3f/00000000000000007753c3b3/31/l?subset_id=2&fvd=i9&v=3 — 200 — 17.3 KiB — 50 ms — h2https://use.typekit.net/af/1b7608/00000000000000007753c3b0/31/l?subset_id=2&fvd=n5&v=3use.typekit.net/af/1b7608/000000000... https://use.typekit.net/af/1b7608/00000000000000007753c3b0/31/l?subset_id=2&fvd=n5&v=3 — 200 — 16.3 KiB — 59 ms — h2https://use.typekit.net/af/4fa2f6/00000000000000007753c3b6/31/l?subset_id=2&fvd=n6&v=3use.typekit.net/af/4fa2f6/000000000... https://use.typekit.net/af/4fa2f6/00000000000000007753c3b6/31/l?subset_id=2&fvd=n6&v=3 — 200 — 16.5 KiB — 50 ms — h2https://use.typekit.net/af/9f5daf/00000000000000007753c3bf/31/l?subset_id=2&fvd=n7&v=3use.typekit.net/af/9f5daf/000000000... https://use.typekit.net/af/9f5daf/00000000000000007753c3bf/31/l?subset_id=2&fvd=n7&v=3 — 200 — 16.1 KiB — 51 ms — h2https://use.typekit.net/af/0789c1/00000000000000007753c3ad/31/l?subset_id=2&fvd=n8&v=3use.typekit.net/af/0789c1/000000000... https://use.typekit.net/af/0789c1/00000000000000007753c3ad/31/l?subset_id=2&fvd=n8&v=3 — 200 — 16.3 KiB — 51 ms — h2https://use.typekit.net/af/ef2702/00000000000000007753c3b7/31/l?subset_id=2&fvd=n9&v=3use.typekit.net/af/ef2702/000000000... https://use.typekit.net/af/ef2702/00000000000000007753c3b7/31/l?subset_id=2&fvd=n9&v=3 — 200 — 16.5 KiB — 53 ms — h2https://use.typekit.net/af/299e31/00000000000000007753c3bb/31/l?subset_id=2&fvd=i6&v=3use.typekit.net/af/299e31/000000000... https://use.typekit.net/af/299e31/00000000000000007753c3bb/31/l?subset_id=2&fvd=i6&v=3 — 200 — 17.2 KiB — 50 ms — h2https://use.typekit.net/af/a7ae71/00000000000000007753c3b2/31/l?subset_id=2&fvd=i7&v=3use.typekit.net/af/a7ae71/000000000... https://use.typekit.net/af/a7ae71/00000000000000007753c3b2/31/l?subset_id=2&fvd=i7&v=3 — 200 — 17.0 KiB — 52 ms — h2https://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.2 KiB — 52 ms — h2https://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.7 KiB — 49 ms — h2https://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.2 KiB — 51 ms — h2https://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.2 KiB — 58 ms — h2https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1573239822493-7FTI37KWNTY349YUBLHV/DAAC-AdChoices-WhiteText-50h.png?format=500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1573239822493-7FTI37KWNTY349YUBLHV/DAAC-AdChoices-WhiteText-50h.png?format=500w — 200 — 1.6 KiB — 41 ms — h2https://www.googletagmanager.com/gtag/js?id=G-8S5LBD9ZWH&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-8S5LBD9ZWH&cx=c&gtm=4e64h1 — 200 — 177.5 KiB — 66 ms — h3https://www.googletagmanager.com/gtag/js?id=UA-35719184-1&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-35719184-1&cx=c&gtm=4e64h1 — 200 — 124.0 KiB — 55 ms — h3https://p.typekit.net/p.gif?s=2&k=646866_5c055f98620b858a898bfcae&ht=tk&h=youradchoices.ca&f=5474.175.25136.139.5475.140.40488.40492.40489.40493.41771.37499.37500.15811.37501.37502.41768.41769.24543.24547.24545.24549.24539&a=646866&js=1.21.0&app=typekit&e=js&_=1776805177045p.typekit.net/p.gif?s=2&k=646866_5c... https://p.typekit.net/p.gif?s=2&k=646866_5c055f98620b858a898bfcae&ht=tk&h=youradchoices.ca&f=5474.175.25136.139.5475.140.40488.40492.40489.40493.41771.37499.37500.15811.37501.37502.41768.41769.24543.24547.24545.24549.24539&a=646866&js=1.21.0&app=typekit&e=js&_=1776805177045 — 200 — 205 B — 20 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-8S5LBD9ZWH&gtm=45je64k0h2v876745074za200&_p=1776805176511&gcs=G100&gcd=13q3p3q3q5l1&npa=1&dma_cps=-&dma=0&_eu=AAAAAGA&_geo=1&_rdi=1&are=1&cid=1226620423.1776805177&frm=0&pscdl=denied&rcb=4&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512543~118463262&sid=1776805177&sct=1&seg=0&dl=https%3A%2F%2Fyouradchoices.ca%2F&dt=AdChoices%20in%20Canada%20-%20Learn%20about%20the%20blue%20icon%20%26%20your%20choices&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1172www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-8S5LBD9ZWH&gtm=45je64k0h2v876745074za200&_p=1776805176511&gcs=G100&gcd=13q3p3q3q5l1&npa=1&dma_cps=-&dma=0&_eu=AAAAAGA&_geo=1&_rdi=1&are=1&cid=1226620423.1776805177&frm=0&pscdl=denied&rcb=4&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512543~118463262&sid=1776805177&sct=1&seg=0&dl=https%3A%2F%2Fyouradchoices.ca%2F&dt=AdChoices%20in%20Canada%20-%20Learn%20about%20the%20blue%20icon%20%26%20your%20choices&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1172 — 204 — 549 B — 59 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.8 KiB — 10 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 47 ms — h2https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LdDFQwjAAAAAPigEvvPgEVbb7QBm-TkVJdDTlAv&co=aHR0cHM6Ly95b3VyYWRjaG9pY2VzLmNhOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=hm7x77cs2r17www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LdDFQwjAAAAAPigEvvPgEVbb7QBm-TkVJdDTlAv&co=aHR0cHM6Ly95b3VyYWRjaG9pY2VzLmNhOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=hm7x77cs2r17 — 200 — 27.5 KiB — 54 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 21 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 34 ms — h2https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 252 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.3 KiB — 5 ms — h2https://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 — 20 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 17 ms — h2https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1573239472597-5WCS1ALJ0HYS652M9QZ1/favicon.ico?format=100wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5c055f98620b858a898bfcae/1573239472597-5WCS1ALJ0HYS652M9QZ1/favicon.ico?format=100w — 200 — 2.3 KiB — 10 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
76% of JavaScript execution is third-party
First-party Third-party 961ms · 669KB · CA$7/mo
assets.squarespace.com
Other
Costly
Execution 208ms
Transfer 15 KB
Monthly Cost CA$2/mo
assets.squarespace.com
Other
Optional
Execution 181ms
Transfer 276 KB
Unused 63%
Monthly Cost CA$1/mo
Unattributable
Other
Optional
Execution 174ms
Transfer 0 KB
Monthly Cost CA$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 104ms
Transfer 177 KB
Unused 40%
Monthly Cost CA$1/mo
assets.squarespace.com
Other
Optional
Execution 90ms
Transfer 20 KB
Monthly Cost CA$1/mo
www.gstatic.com
Other
Optional
Execution 77ms
Transfer 0 KB
Unused 49%
Monthly Cost CA$1/mo
static1.squarespace.com
Other
Optional
Execution 71ms
Transfer 46 KB
Unused 50%
Monthly Cost CA$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 55ms
Transfer 134 KB
Unused 59%
Monthly Cost CA$0/mo

These scripts may cost more than they're worth

  • assets.squarespace.com adds 208ms and costs ~CA$2/month

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

assets.squarespace.com takes 208ms 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

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

59% of Google Tag Manager'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

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

Send Feedback