Skip to content
https://givebutter.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
74
GRADE
C
FIX
4
REVIEW
3
PASS
6
INFO
2

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

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

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

2.20 s

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

6 ms

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

0.008

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

1.61 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.61 s

Page Load Progression

515 ms
1.0 s
1.5 s
2.1 s
2.6 s
3.1 s
3.6 s
4.1 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
3.8 MB transferred, 184 requests
FIX
3.8 MB transferred, 184 requests
Warning::
Page weighs 7.1 MB (3.8 MB transferred)
Warning::
JavaScript is 735 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 735 KB
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
Warning::
184 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.80 g CO2 per page load
3.8 MB / 2.4 MB budget
3.8 MB transferred
184 requests
0.80 g CO2 per page load
Other 1.3 MiB 35%
Images 839.5 KiB 21%
JavaScript 735.0 KiB 19%
Fonts 386.9 KiB 10%
Other 310.1 KiB 8%
HTML 143.5 KiB 4%
CSS 79.3 KiB 2%
Other 49.2 KiB 1%
Other 2.3 KiB 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

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 (3.8 MiB of 3.8 MiB)
Info::
Third-party blocking time is low (0 ms)
98%
First-party Third-party
D
Page Weight Inventory
Action
184 resources · 3.8 MB · 218 KB savings available
FIX
184 resources · 3.8 MB · 218 KB savings available
Warning::
Page weight 2.8 MB over 1MB target
Got: 3.8 MB Expected: ≤ 1 MB
Info::
~218 KB of savings available
Warning::
178 third-party resources (98% of weight)
Info::
4 resources over 200KB
184 resources · 3.8 MiB · 178 third-party 2.8 MiB over 1MB target
Media 35% · 1.3 MiB
Image 21% · 841.2 KiB
JavaScript 19% · 735.0 KiB
Font 10% · 386.9 KiB
Other 9% · 355.4 KiB
Document 4% · 148.1 KiB
CSS 2% · 79.3 KiB

~217.7 KiB of savings available

Remove unused JavaScript: 217.7 KiB
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::
Last-Modified header present

No Cache-Control header

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

C
Image Optimization
Action
97 images, 0 KB saveable
REVIEW
97 images, 0 KB saveable
Warning::
https://cdn.prod.website-files.com/612f5131b9c94ec... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/612f5131b9c94ec... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/612f5131b9c94ec... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/612f5131b9c94ec... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/612f5131b9c94ec... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/612f5131b9c94ec... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
97 images 840 KB
0 oversized -0 KB
90 legacy format
6 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

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

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

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

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

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
1797ms total JS execution
REVIEW
1797ms total JS execution
Warning::
https://givebutter.com/: 480ms CPU time
Warning::
https://cdn.prod.website-files.com/612f5131b9c94ec...: 419ms CPU time
Warning::
Unattributable: 304ms CPU time
Info::
https://js.hsforms.net/forms/embed/v2.js: 230ms CPU time
Info::
https://cdn.jsdelivr.net/npm/@splidejs/splide-exte...: 193ms CPU time
Warning::
Third-party scripts: 1261ms (70% of total)

Main Thread Breakdown

Script Evaluation 38% Other 29% Style & Layout 16% Rendering 9% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://givebutter.com/480ms53ms11ms1st
https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.c42549641b7d4501.js419ms164ms6ms3rd
Unattributable304ms12ms0ms3rd
https://js.hsforms.net/forms/embed/v2.js230ms147ms70ms3rd
https://cdn.jsdelivr.net/npm/@splidejs/splide-extension-auto-scroll@0.3.7/dist/js/splide-extension-auto-scroll.min.js193ms84ms0ms3rd
https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.66a6ff94c55dbb3e.js63ms44ms19ms3rd
https://givebutter.com/cdn-cgi/challenge-platform/scripts/jsd/main.js55ms51ms1ms1st
https://transcend-cdn.com/cm/ac20155f-a759-4277-8a0e-afec98792414/ui.js51ms34ms9ms3rd
C
JS Bundles
Action
40 scripts, 218 KB unused
REVIEW
40 scripts, 218 KB unused
Warning::
https://js.hsforms.net/forms/embed/v2.js: 75 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.prod.website-files.com/612f5131b9c94ec...: 42 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://transcend-cdn.com/cm/ac20155f-a759-4277-8a...: 38 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.givebutter.com/elements/latest.js: 35 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://transcend-cdn.com/cm/ac20155f-a759-4277-8a...: 28 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 218 KB
218 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://js.hsforms.net/forms/embed/v2.js193 KB75 KB (40%)3rd
https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.c42549641b7d4501.js76 KB42 KB (56%)3rd
https://transcend-cdn.com/cm/ac20155f-a759-4277-8a0e-afec98792414/ui.js93 KB38 KB (41%)3rd
https://js.givebutter.com/elements/latest.js53 KB35 KB (67%)3rd
https://transcend-cdn.com/cm/ac20155f-a759-4277-8a0e-afec98792414/airgap.js53 KB28 KB (54%)3rd
https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.a2787d9e37548699.js2 KB3rd
https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.bec7a721722e4644.js23 KB3rd
https://cdn.jsdelivr.net/npm/@splidejs/splide@3.6.12/dist/js/splide.min.js12 KB3rd
https://cdn.jsdelivr.net/npm/@splidejs/splide-extension-auto-scroll@0.3.7/dist/js/splide-extension-auto-scroll.min.js2 KB3rd
https://static.claydar.com/init.v1.js?id=cqb2uS372A1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

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
12 fonts (387 KB)
PASS
12 fonts (387 KB)
Info::
12 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

12

387 KB total

Render-blocking

0

of 12

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 FCP 1.3 s LCP 2.2 shttps://givebuttercdn.com/fonts/Matter/Matter-SemiBold.woff2Matter-SemiBold.woff2 https://givebuttercdn.com/fonts/Matter/Matter-SemiBold.woff2 — 32.2 KiB — 201 ms — font-display: swaphttps://givebuttercdn.com/fonts/Matter/Matter-Medium.woff2Matter-Medium.woff2 https://givebuttercdn.com/fonts/Matter/Matter-Medium.woff2 — 31.9 KiB — 186 ms — font-display: swaphttps://givebuttercdn.com/fonts/GoodDogNew/GoodDogNewW00-Regular.ttfGoodDogNewW00-Regular.ttf https://givebuttercdn.com/fonts/GoodDogNew/GoodDogNewW00-Regular.ttf — 23.6 KiB — 197 ms — font-display: swaphttps://givebuttercdn.com/fonts/Matter/Matter-Regular.woff2Matter-Regular.woff2 https://givebuttercdn.com/fonts/Matter/Matter-Regular.woff2 — 31.7 KiB — 180 ms — font-display: swaphttps://fonts.gstatic.com/s/dmmono/v16/aFTR7PB1QTsUX8KYvrGyEYOtbYf-Vlg.woff2aFTR7PB1QTsUX8KYvrGyEYO... https://fonts.gstatic.com/s/dmmono/v16/aFTR7PB1QTsUX8KYvrGyEYOtbYf-Vlg.woff2 — 8.5 KiB — 70 ms — font-display: swaphttps://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2aFTU7PB1QTsUX8KYthqQBK6... https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2 — 8.5 KiB — 71 ms — font-display: swaphttps://fonts.gstatic.com/s/dmmono/v16/aFTR7PB1QTsUX8KYvumzEYOtbYf-Vlg.woff2aFTR7PB1QTsUX8KYvumzEYO... https://fonts.gstatic.com/s/dmmono/v16/aFTR7PB1QTsUX8KYvumzEYOtbYf-Vlg.woff2 — 8.5 KiB — 69 ms — font-display: swaphttps://fonts.gstatic.com/s/ericaone/v29/WBLnrEXccV9VGrOKmGDFXEXNBsKhiA.woff2WBLnrEXccV9VGrOKmGDFXEX... https://fonts.gstatic.com/s/ericaone/v29/WBLnrEXccV9VGrOKmGDFXEXNBsKhiA.woff2 — 8.1 KiB — 73 ms — font-display: swaphttps://fonts.gstatic.com/s/syne/v24/8vIH7w4qzmVxm2BL9G78HEY.woff28vIH7w4qzmVxm2BL9G78HEY... https://fonts.gstatic.com/s/syne/v24/8vIH7w4qzmVxm2BL9G78HEY.woff2 — 33.8 KiB — 75 ms — font-display: swaphttps://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/62f587240b37191d663564ad_Matter-SemiBold.ttf62f587240b37191d663564a... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/62f587240b37191d663564ad_Matter-SemiBold.ttf — 83.5 KiB — 40 ms — font-display: swaphttps://givebuttercdn.com/fonts/Matter/Matter-Bold.woff2Matter-Bold.woff2 https://givebuttercdn.com/fonts/Matter/Matter-Bold.woff2 — 32.5 KiB — 29 ms — font-display: swaphttps://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/62f587242130ef3148ea1960_Matter-Medium.ttf62f587242130ef3148ea196... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/62f587242130ef3148ea1960_Matter-Medium.ttf — 84.0 KiB — 39 ms — font-display: swap
Matter-SemiBold.woff2 woff2 swap
Size 32 KB
Load time 201 ms
Start 322 ms
Risk FOUT — text flashes from fallback to web font
Matter-Medium.woff2 woff2 swap
Size 32 KB
Load time 186 ms
Start 322 ms
Risk FOUT — text flashes from fallback to web font
GoodDogNewW00-Regular.ttf ttf swap
Size 24 KB
Load time 197 ms
Start 323 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Matter-Regular.woff2 woff2 swap
Size 32 KB
Load time 180 ms
Start 323 ms
Risk FOUT — text flashes from fallback to web font
aFTR7PB1QTsUX8KYvrGyEYO... woff2 swap
Size 8 KB
Load time 70 ms
Start 417 ms
Risk FOUT — text flashes from fallback to web font
aFTU7PB1QTsUX8KYthqQBK6... woff2 swap
Size 9 KB
Load time 71 ms
Start 417 ms
Risk FOUT — text flashes from fallback to web font
aFTR7PB1QTsUX8KYvumzEYO... woff2 swap
Size 9 KB
Load time 69 ms
Start 420 ms
Risk FOUT — text flashes from fallback to web font
WBLnrEXccV9VGrOKmGDFXEX... woff2 swap
Size 8 KB
Load time 73 ms
Start 421 ms
Risk FOUT — text flashes from fallback to web font
8vIH7w4qzmVxm2BL9G78HEY... woff2 swap
Size 34 KB
Load time 75 ms
Start 421 ms
Risk FOUT — text flashes from fallback to web font
62f587240b37191d663564a... ttf swap
Size 84 KB
Load time 40 ms
Start 593 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Matter-Bold.woff2 woff2 swap
Size 32 KB
Load time 29 ms
Start 784 ms
Risk FOUT — text flashes from fallback to web font
62f587242130ef3148ea196... ttf swap
Size 84 KB
Load time 39 ms
Start 897 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~57 KB and ~114 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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
184 requests over 3807ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 2.2 shttps://givebutter.com// https://givebutter.com/ — 200 — 47.7 KiB — 128 ms — h2https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/css/sweetbutter.shared.9e9a7d181.min.csscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/css/sweetbutter.shared.9e9a7d181.min.css — 200 — 8.5 KiB — 47 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/css/sweetbutter.627d353b79839f8dcdbbfadb.f996b91b1.opt.min.csscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/css/sweetbutter.627d353b79839f8dcdbbfadb.f996b91b1.opt.min.css — 200 — 65.8 KiB — 89 ms — h3https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.jsajax.googleapis.com/ajax/libs/webfo... https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js — 200 — 5.9 KiB — 87 ms — h2https://transcend-cdn.com/cm/ac20155f-a759-4277-8a0e-afec98792414/airgap.jstranscend-cdn.com/cm/ac20155f-a759-... https://transcend-cdn.com/cm/ac20155f-a759-4277-8a0e-afec98792414/airgap.js — 200 — 52.5 KiB — 97 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66df5536c0ad0920f5cb7b7c_Group%2013884%20(1).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66df5536c0ad0920f5cb7b7c_Group%2013884%20(1).svg — 200 — 976 B — 48 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66df558bce6900d605734839_Group%2013885.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66df558bce6900d605734839_Group%2013885.svg — 200 — 992 B — 47 ms — h3https://js.hsforms.net/forms/embed/v2.jsjs.hsforms.net/forms/embed/v2.js https://js.hsforms.net/forms/embed/v2.js — 200 — 192.8 KiB — 115 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e229431d1e1c8ca5daf9b1_gradients%201.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e229431d1e1c8ca5daf9b1_gradients%201.png — 200 — 21.3 KiB — 60 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6855912996e05867877f1f36_mobile-org-logos.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6855912996e05867877f1f36_mobile-org-logos.png — 200 — 41.3 KiB — 39 ms — h3https://fonts.googleapis.com/css?family=DM+Mono:300,400,500,600,700%7CErica+One:300,400,500,600,700%7CSyne:300,400,500,600,700fonts.googleapis.com/css?family=DM+... https://fonts.googleapis.com/css?family=DM+Mono:300,400,500,600,700%7CErica+One:300,400,500,600,700%7CSyne:300,400,500,600,700 — 200 — 981 B — 34 ms — h2https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63775ed2964b870a12825804_top-wave.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63775ed2964b870a12825804_top-wave.svg — 200 — 1.3 KiB — 40 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63775cb52e01c5539f5a1840_bottom-wave.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63775cb52e01c5539f5a1840_bottom-wave.svg — 200 — 1.7 KiB — 26 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/62f986c7430d2637716757d2_Union.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/62f986c7430d2637716757d2_Union.svg — 200 — 943 B — 127 ms — h3https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=612f5131b9c94ecd0fe9c722d3e54v103j8qbb.cloudfront.net/js/jq... https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=612f5131b9c94ecd0fe9c722 — 200 — 31.0 KiB — 244 ms — h2https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.017e0113.a4886f61674f1317.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.017e0113.a4886f61674f1317.js — 200 — 2.7 KiB — 35 ms — h3https://static.claydar.com/init.v1.js?id=cqb2uS372Astatic.claydar.com/init.v1.js?id=cq... https://static.claydar.com/init.v1.js?id=cqb2uS372A — 200 — 1.1 KiB — 135 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes-richtext@1.1.1/richtext.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes-richtext@1.1.1/richtext.js — 200 — 1.9 KiB — 22 ms — h2https://cdn.jsdelivr.net/npm/@splidejs/splide@3.6.12/dist/js/splide.min.jscdn.jsdelivr.net/npm/@splidejs/spli... https://cdn.jsdelivr.net/npm/@splidejs/splide@3.6.12/dist/js/splide.min.js — 200 — 12.1 KiB — 20 ms — h2https://cdn.jsdelivr.net/npm/@splidejs/splide-extension-auto-scroll@0.3.7/dist/js/splide-extension-auto-scroll.min.jscdn.jsdelivr.net/npm/@splidejs/spli... https://cdn.jsdelivr.net/npm/@splidejs/splide-extension-auto-scroll@0.3.7/dist/js/splide-extension-auto-scroll.min.js — 200 — 1.8 KiB — 22 ms — h2https://js.givebutter.com/elements/latest.jsjs.givebutter.com/elements/latest.j... https://js.givebutter.com/elements/latest.js — 200 — 52.7 KiB — 186 ms — h2https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/64ec8eeda89150e4b43c6d16_Givebutter_Logo_H_Black.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/64ec8eeda89150e4b43c6d16_Givebutter_Logo_H_Black.svg — 200 — 2.7 KiB — 56 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63b6e664723165648a1cc243_icon.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63b6e664723165648a1cc243_icon.svg — 200 — 674 B — 125 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63b87f41cf6d003b5a5012ad_Icons.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63b87f41cf6d003b5a5012ad_Icons.svg — 200 — 707 B — 139 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63b888af6e20f1cd1f8d66c6_Icons.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63b888af6e20f1cd1f8d66c6_Icons.svg — 200 — 711 B — 123 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0ed3bf1d710b8c0b17_Frame%207750%20(3).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0ed3bf1d710b8c0b17_Frame%207750%20(3).svg — 200 — 749 B — 65 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0e62d455084c8dd105_Frame%207750.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0e62d455084c8dd105_Frame%207750.svg — 200 — 872 B — 122 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0e2fef15b911e6f1a9_Frame%207750%20(1).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0e2fef15b911e6f1a9_Frame%207750%20(1).svg — 200 — 1.8 KiB — 122 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0ef58d3b1a8d6f173c_Frame%207750%20(2).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0ef58d3b1a8d6f173c_Frame%207750%20(2).svg — 200 — 785 B — 139 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63e10a94aa936555c6c1405f_div.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63e10a94aa936555c6c1405f_div.svg — 200 — 3.2 KiB — 122 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 2.2 shttps://givebutter.com// https://givebutter.com/ — 200 — 47.7 KiB — 128 ms — h2https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/css/sweetbutter.shared.9e9a7d181.min.csscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/css/sweetbutter.shared.9e9a7d181.min.css — 200 — 8.5 KiB — 47 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/css/sweetbutter.627d353b79839f8dcdbbfadb.f996b91b1.opt.min.csscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/css/sweetbutter.627d353b79839f8dcdbbfadb.f996b91b1.opt.min.css — 200 — 65.8 KiB — 89 ms — h3https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.jsajax.googleapis.com/ajax/libs/webfo... https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js — 200 — 5.9 KiB — 87 ms — h2https://transcend-cdn.com/cm/ac20155f-a759-4277-8a0e-afec98792414/airgap.jstranscend-cdn.com/cm/ac20155f-a759-... https://transcend-cdn.com/cm/ac20155f-a759-4277-8a0e-afec98792414/airgap.js — 200 — 52.5 KiB — 97 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66df5536c0ad0920f5cb7b7c_Group%2013884%20(1).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66df5536c0ad0920f5cb7b7c_Group%2013884%20(1).svg — 200 — 976 B — 48 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66df558bce6900d605734839_Group%2013885.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66df558bce6900d605734839_Group%2013885.svg — 200 — 992 B — 47 ms — h3https://js.hsforms.net/forms/embed/v2.jsjs.hsforms.net/forms/embed/v2.js https://js.hsforms.net/forms/embed/v2.js — 200 — 192.8 KiB — 115 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e229431d1e1c8ca5daf9b1_gradients%201.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e229431d1e1c8ca5daf9b1_gradients%201.png — 200 — 21.3 KiB — 60 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6855912996e05867877f1f36_mobile-org-logos.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6855912996e05867877f1f36_mobile-org-logos.png — 200 — 41.3 KiB — 39 ms — h3https://fonts.googleapis.com/css?family=DM+Mono:300,400,500,600,700%7CErica+One:300,400,500,600,700%7CSyne:300,400,500,600,700fonts.googleapis.com/css?family=DM+... https://fonts.googleapis.com/css?family=DM+Mono:300,400,500,600,700%7CErica+One:300,400,500,600,700%7CSyne:300,400,500,600,700 — 200 — 981 B — 34 ms — h2https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63775ed2964b870a12825804_top-wave.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63775ed2964b870a12825804_top-wave.svg — 200 — 1.3 KiB — 40 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63775cb52e01c5539f5a1840_bottom-wave.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63775cb52e01c5539f5a1840_bottom-wave.svg — 200 — 1.7 KiB — 26 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/62f986c7430d2637716757d2_Union.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/62f986c7430d2637716757d2_Union.svg — 200 — 943 B — 127 ms — h3https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=612f5131b9c94ecd0fe9c722d3e54v103j8qbb.cloudfront.net/js/jq... https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=612f5131b9c94ecd0fe9c722 — 200 — 31.0 KiB — 244 ms — h2https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.017e0113.a4886f61674f1317.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.017e0113.a4886f61674f1317.js — 200 — 2.7 KiB — 35 ms — h3https://static.claydar.com/init.v1.js?id=cqb2uS372Astatic.claydar.com/init.v1.js?id=cq... https://static.claydar.com/init.v1.js?id=cqb2uS372A — 200 — 1.1 KiB — 135 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes-richtext@1.1.1/richtext.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes-richtext@1.1.1/richtext.js — 200 — 1.9 KiB — 22 ms — h2https://cdn.jsdelivr.net/npm/@splidejs/splide@3.6.12/dist/js/splide.min.jscdn.jsdelivr.net/npm/@splidejs/spli... https://cdn.jsdelivr.net/npm/@splidejs/splide@3.6.12/dist/js/splide.min.js — 200 — 12.1 KiB — 20 ms — h2https://cdn.jsdelivr.net/npm/@splidejs/splide-extension-auto-scroll@0.3.7/dist/js/splide-extension-auto-scroll.min.jscdn.jsdelivr.net/npm/@splidejs/spli... https://cdn.jsdelivr.net/npm/@splidejs/splide-extension-auto-scroll@0.3.7/dist/js/splide-extension-auto-scroll.min.js — 200 — 1.8 KiB — 22 ms — h2https://js.givebutter.com/elements/latest.jsjs.givebutter.com/elements/latest.j... https://js.givebutter.com/elements/latest.js — 200 — 52.7 KiB — 186 ms — h2https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/64ec8eeda89150e4b43c6d16_Givebutter_Logo_H_Black.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/64ec8eeda89150e4b43c6d16_Givebutter_Logo_H_Black.svg — 200 — 2.7 KiB — 56 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63b6e664723165648a1cc243_icon.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63b6e664723165648a1cc243_icon.svg — 200 — 674 B — 125 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63b87f41cf6d003b5a5012ad_Icons.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63b87f41cf6d003b5a5012ad_Icons.svg — 200 — 707 B — 139 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63b888af6e20f1cd1f8d66c6_Icons.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63b888af6e20f1cd1f8d66c6_Icons.svg — 200 — 711 B — 123 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0ed3bf1d710b8c0b17_Frame%207750%20(3).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0ed3bf1d710b8c0b17_Frame%207750%20(3).svg — 200 — 749 B — 65 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0e62d455084c8dd105_Frame%207750.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0e62d455084c8dd105_Frame%207750.svg — 200 — 872 B — 122 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0e2fef15b911e6f1a9_Frame%207750%20(1).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0e2fef15b911e6f1a9_Frame%207750%20(1).svg — 200 — 1.8 KiB — 122 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0ef58d3b1a8d6f173c_Frame%207750%20(2).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e21d0ef58d3b1a8d6f173c_Frame%207750%20(2).svg — 200 — 785 B — 139 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63e10a94aa936555c6c1405f_div.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63e10a94aa936555c6c1405f_div.svg — 200 — 3.2 KiB — 122 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63e10e31ed657057c824e21c_Badges%20(2).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63e10e31ed657057c824e21c_Badges%20(2).svg — 200 — 7.6 KiB — 148 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63e10e3e140d9c0ef2f9adc4_Badges%20(3).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63e10e3e140d9c0ef2f9adc4_Badges%20(3).svg — 200 — 4.0 KiB — 149 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63e10fa3b12820a46c1140be_612f5131b9c94e1326e9ca8f_mr-butter.svg.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/63e10fa3b12820a46c1140be_612f5131b9c94e1326e9ca8f_mr-butter.svg.svg — 200 — 3.8 KiB — 149 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes-scrolldisable@1/scrolldisable.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes-scrolldisable@1/scrolldisable.js — 200 — 4.0 KiB — 45 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 230 ms — h2https://transcend-cdn.com/cm/ac20155f-a759-4277-8a0e-afec98792414/ui.jstranscend-cdn.com/cm/ac20155f-a759-... https://transcend-cdn.com/cm/ac20155f-a759-4277-8a0e-afec98792414/ui.js — 200 — 93.5 KiB — 250 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66d0b23c9486dc31b3c90c96_pillars%20section%20(1)%20(1).webpcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66d0b23c9486dc31b3c90c96_pillars%20section%20(1)%20(1).webp — 200 — 2.6 KiB — 147 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66ec51d2e95441826aa6fa81_subhead.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66ec51d2e95441826aa6fa81_subhead.png — 200 — 51.3 KiB — 148 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/65fca2b12a60ebeee42ef344_-_%20(1).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/65fca2b12a60ebeee42ef344_-_%20(1).svg — 200 — 609 B — 187 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/661959e80b1b93e4127929c9_icon-32-36-dmc%20(2).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/661959e80b1b93e4127929c9_icon-32-36-dmc%20(2).svg — 200 — 838 B — 187 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/661959eace8e67a8985e60a2_icon-32-36-nme%20(1).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/661959eace8e67a8985e60a2_icon-32-36-nme%20(1).svg — 200 — 879 B — 119 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66195a22c2684d66d10a8f8f_icon-32-36-fp%20(2).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66195a22c2684d66d10a8f8f_icon-32-36-fp%20(2).svg — 200 — 1.1 KiB — 119 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66195a222d806888c7f4a58e_icon-32-36-df%20(1).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66195a222d806888c7f4a58e_icon-32-36-df%20(1).svg — 200 — 1.6 KiB — 185 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66195a22462acfb2d379c3c1_icon-32-36-events%20(1).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66195a22462acfb2d379c3c1_icon-32-36-events%20(1).svg — 200 — 1.9 KiB — 118 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66195a2292cdf98da1fc1a3b_icon-32-36-auctions%20(1).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66195a2292cdf98da1fc1a3b_icon-32-36-auctions%20(1).svg — 200 — 1005 B — 180 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/667dbb35aba0a1ec4c6778c9_icon-32-36-fp%20(4).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/667dbb35aba0a1ec4c6778c9_icon-32-36-fp%20(4).svg — 200 — 1.0 KiB — 180 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66195a22c5d79ae48cbb836f_icon-32-36-payment%20(1).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66195a22c5d79ae48cbb836f_icon-32-36-payment%20(1).svg — 200 — 1.5 KiB — 179 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66195a2258b636bc4d5679b5_icon-32-36-ma%20(1).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66195a2258b636bc4d5679b5_icon-32-36-ma%20(1).svg — 200 — 645 B — 179 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66195a22acce746ddbb2add3_icon-32-36-dmc%20(3).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66195a22acce746ddbb2add3_icon-32-36-dmc%20(3).svg — 200 — 1.4 KiB — 177 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66ec5205e9e86d2b453450fe_Frame%207740%20(1).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66ec5205e9e86d2b453450fe_Frame%207740%20(1).svg — 200 — 5.3 KiB — 177 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616929027c5819a5ed54d76_Icons%20(3).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616929027c5819a5ed54d76_Icons%20(3).svg — 200 — 1.2 KiB — 176 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938ae1964be514bdc362_Icons%20(4).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938ae1964be514bdc362_Icons%20(4).svg — 200 — 818 B — 176 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938abc7009dc9c2d350a_Icons%20(5).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938abc7009dc9c2d350a_Icons%20(5).svg — 200 — 1.0 KiB — 177 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938ae3240851a88686ea_Icons%20(6).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938ae3240851a88686ea_Icons%20(6).svg — 200 — 972 B — 175 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938a2c4e721c6bcf06aa_Icons%20(7).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938a2c4e721c6bcf06aa_Icons%20(7).svg — 200 — 878 B — 174 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/68d43b8e0be493382bc72448_icon-meta-fundraising-intergration.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/68d43b8e0be493382bc72448_icon-meta-fundraising-intergration.svg — 200 — 1013 B — 172 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938aee0b681e1420b3c1_Icons%20(8).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938aee0b681e1420b3c1_Icons%20(8).svg — 200 — 672 B — 187 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938abf3f88813e63f343_Icons%20(13).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938abf3f88813e63f343_Icons%20(13).svg — 200 — 1.2 KiB — 170 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938acfed5eb63453ae85_Icons%20(9).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938acfed5eb63453ae85_Icons%20(9).svg — 200 — 1.1 KiB — 169 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/68d43b29b50874aca68f4678_icon-quickbooks.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/68d43b29b50874aca68f4678_icon-quickbooks.svg — 200 — 900 B — 174 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/661693899895a60ea56c0e75_Icons%20(10).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/661693899895a60ea56c0e75_Icons%20(10).svg — 200 — 763 B — 174 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6720d30d7709d6fd0c10ce97_Icons.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6720d30d7709d6fd0c10ce97_Icons.svg — 200 — 1.0 KiB — 174 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938a2c7ddb285ddc49fa_Icons%20(11).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938a2c7ddb285ddc49fa_Icons%20(11).svg — 200 — 846 B — 175 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938aa9b102c28d68bdd0_Icons%20(16).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616938aa9b102c28d68bdd0_Icons%20(16).svg — 200 — 659 B — 174 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/661697e38f8ae640a6d1970c_Icons%20(19).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/661697e38f8ae640a6d1970c_Icons%20(19).svg — 200 — 844 B — 180 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/661697e31258bcb5cb9eb944_Icons%20(20).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/661697e31258bcb5cb9eb944_Icons%20(20).svg — 200 — 1.0 KiB — 177 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/661697e4c56bd1810671f36a_Icons%20(21).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/661697e4c56bd1810671f36a_Icons%20(21).svg — 200 — 896 B — 180 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6967e02858336281e4f668b9_demo-icon.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6967e02858336281e4f668b9_demo-icon.svg — 200 — 711 B — 178 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6747503103c45a940d4641b0_fundraising-ideas-icon.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6747503103c45a940d4641b0_fundraising-ideas-icon.svg — 200 — 791 B — 179 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616977de3240851a889d186_Icons%20(24).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616977de3240851a889d186_Icons%20(24).svg — 200 — 860 B — 176 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/661697e3709070336988b797_Icons%20(25).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/661697e3709070336988b797_Icons%20(25).svg — 200 — 668 B — 178 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616977e3bab389eb501b9c0_Icons%20(26).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616977e3bab389eb501b9c0_Icons%20(26).svg — 200 — 686 B — 191 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616977dd2e3a9d3fba35d83_Icons%20(27).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616977dd2e3a9d3fba35d83_Icons%20(27).svg — 200 — 896 B — 191 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616977dde3e40c25d827cf6_Icons%20(28).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616977dde3e40c25d827cf6_Icons%20(28).svg — 200 — 728 B — 191 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616977d509c87498b85e14a_Icons%20(30).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616977d509c87498b85e14a_Icons%20(30).svg — 200 — 1.0 KiB — 191 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616977e8693257da8e2b80c_Icons%20(32).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6616977e8693257da8e2b80c_Icons%20(32).svg — 200 — 835 B — 191 ms — h3https://givebuttercdn.com/fonts/Matter/Matter-SemiBold.woff2givebuttercdn.com/fonts/Matter/Matt... https://givebuttercdn.com/fonts/Matter/Matter-SemiBold.woff2 — 200 — 32.2 KiB — 201 ms — h2https://givebuttercdn.com/fonts/Matter/Matter-Medium.woff2givebuttercdn.com/fonts/Matter/Matt... https://givebuttercdn.com/fonts/Matter/Matter-Medium.woff2 — 200 — 31.9 KiB — 186 ms — h2https://givebuttercdn.com/fonts/GoodDogNew/GoodDogNewW00-Regular.ttfgivebuttercdn.com/fonts/GoodDogNew/... https://givebuttercdn.com/fonts/GoodDogNew/GoodDogNewW00-Regular.ttf — 200 — 23.6 KiB — 197 ms — h2https://givebuttercdn.com/fonts/Matter/Matter-Regular.woff2givebuttercdn.com/fonts/Matter/Matt... https://givebuttercdn.com/fonts/Matter/Matter-Regular.woff2 — 200 — 31.7 KiB — 180 ms — h2https://fonts.gstatic.com/s/dmmono/v16/aFTR7PB1QTsUX8KYvrGyEYOtbYf-Vlg.woff2fonts.gstatic.com/s/dmmono/v16/aFTR... https://fonts.gstatic.com/s/dmmono/v16/aFTR7PB1QTsUX8KYvrGyEYOtbYf-Vlg.woff2 — 200 — 8.5 KiB — 70 ms — h3https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2fonts.gstatic.com/s/dmmono/v16/aFTU... https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2 — 200 — 8.5 KiB — 71 ms — h3https://fonts.gstatic.com/s/dmmono/v16/aFTR7PB1QTsUX8KYvumzEYOtbYf-Vlg.woff2fonts.gstatic.com/s/dmmono/v16/aFTR... https://fonts.gstatic.com/s/dmmono/v16/aFTR7PB1QTsUX8KYvumzEYOtbYf-Vlg.woff2 — 200 — 8.5 KiB — 69 ms — h3https://fonts.gstatic.com/s/ericaone/v29/WBLnrEXccV9VGrOKmGDFXEXNBsKhiA.woff2fonts.gstatic.com/s/ericaone/v29/WB... https://fonts.gstatic.com/s/ericaone/v29/WBLnrEXccV9VGrOKmGDFXEXNBsKhiA.woff2 — 200 — 8.1 KiB — 73 ms — h3https://fonts.gstatic.com/s/syne/v24/8vIH7w4qzmVxm2BL9G78HEY.woff2fonts.gstatic.com/s/syne/v24/8vIH7w... https://fonts.gstatic.com/s/syne/v24/8vIH7w4qzmVxm2BL9G78HEY.woff2 — 200 — 33.8 KiB — 75 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f435861f804ce9de6dbcc9_Collect%20More%20Donations-poster-00001.jpgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f435861f804ce9de6dbcc9_Collect%20More%20Donations-poster-00001.jpg — 200 — 87.4 KiB — 171 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1a9f8631de6ca610e364c_logo-unitedways.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1a9f8631de6ca610e364c_logo-unitedways.png — 200 — 15.7 KiB — 66 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1a9f81de95cbf899b1123_logo-boysandgirlsclubsofamerica.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1a9f81de95cbf899b1123_logo-boysandgirlsclubsofamerica.png — 200 — 27.1 KiB — 104 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1a9f8fd971afc7d51fc10_logo-bigshoudersfund.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1a9f8fd971afc7d51fc10_logo-bigshoudersfund.png — 200 — 8.6 KiB — 67 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6855910daa9ab7f0d48cebe6_s-o-texas.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6855910daa9ab7f0d48cebe6_s-o-texas.png — 200 — 25.6 KiB — 71 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1a9f8a72717ae2f9979b0_logo-mealsofwheelsamerica-p-500.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1a9f8a72717ae2f9979b0_logo-mealsofwheelsamerica-p-500.png — 200 — 15.1 KiB — 67 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1a9f88a23a644298f42ef_logo-localmediassociation.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1a9f88a23a644298f42ef_logo-localmediassociation.png — 200 — 23.0 KiB — 77 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66eab25a0ba10233bc40ff51_updated%20image-p-500.avifcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66eab25a0ba10233bc40ff51_updated%20image-p-500.avif — 200 — 33.2 KiB — 97 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d331248e2dc41c4e3e62_home2-columns-easy-gradient.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d331248e2dc41c4e3e62_home2-columns-easy-gradient.png — 200 — 8.2 KiB — 80 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d23aafe3d8796ed9f343_pill-venmo.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d23aafe3d8796ed9f343_pill-venmo.png — 200 — 8.4 KiB — 83 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d23a3c176c53045c8b0d_pill-paypal.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d23a3c176c53045c8b0d_pill-paypal.png — 200 — 7.2 KiB — 80 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d23adde7819cec8b1144_pill-applepay.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d23adde7819cec8b1144_pill-applepay.png — 200 — 5.5 KiB — 74 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d23a2c44a18683edb62e_pill-googlepay.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d23a2c44a18683edb62e_pill-googlepay.png — 200 — 5.6 KiB — 74 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d23a6830d04603639294_pill-daf-p-500.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d23a6830d04603639294_pill-daf-p-500.png — 200 — 8.5 KiB — 77 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d23aabd84d412b0c46a3_pill-ach.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d23aabd84d412b0c46a3_pill-ach.png — 200 — 4.6 KiB — 77 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f435861f804ce9de6dbcc9_Collect%20More%20Donations-transcode.mp4cdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f435861f804ce9de6dbcc9_Collect%20More%20Donations-transcode.mp4 — 206 — 374.0 KiB — 120 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f7094c1bc25a350a29fea1_Grow%20your%20community%20-%20updated-transcode.mp4cdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f7094c1bc25a350a29fea1_Grow%20your%20community%20-%20updated-transcode.mp4 — 206 — 189.9 KiB — 108 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f437979c40fe56059acbf3_Host%20your%20best%20event%20ever-transcode.mp4cdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f437979c40fe56059acbf3_Host%20your%20best%20event%20ever-transcode.mp4 — 206 — 601.8 KiB — 124 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f70844dbc7563e72973d5e_Get%20the%20insights%20you%20need-updated-transcode.mp4cdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f70844dbc7563e72973d5e_Get%20the%20insights%20you%20need-updated-transcode.mp4 — 206 — 201.5 KiB — 110 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d5689fc69d24fbf1baa9_home2-columns-donor-p-500.avifcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d5689fc69d24fbf1baa9_home2-columns-donor-p-500.avif — 200 — 19.6 KiB — 26 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d584aecb63eb4f960e44_home2-columns-donor-gradient.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d584aecb63eb4f960e44_home2-columns-donor-gradient.png — 200 — 9.0 KiB — 23 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/62f587240b37191d663564ad_Matter-SemiBold.ttfcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/62f587240b37191d663564ad_Matter-SemiBold.ttf — 200 — 83.5 KiB — 40 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d4ec2ab7a12ed1363af1_home2-columns-personalized-p-500.avifcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d4ec2ab7a12ed1363af1_home2-columns-personalized-p-500.avif — 200 — 26.3 KiB — 27 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d518d7e2b2a21486dd0e_home2-columns-personalized-gradient.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d518d7e2b2a21486dd0e_home2-columns-personalized-gradient.png — 200 — 7.9 KiB — 27 ms — h3https://transcend-cdn.com/cm/ac20155f-a759-4277-8a0e-afec98792414/cm.csstranscend-cdn.com/cm/ac20155f-a759-... https://transcend-cdn.com/cm/ac20155f-a759-4277-8a0e-afec98792414/cm.css — 200 — 4.1 KiB — 49 ms — h3https://transcend-cdn.com/cm/ac20155f-a759-4277-8a0e-afec98792414/translations/en.jsontranscend-cdn.com/cm/ac20155f-a759-... https://transcend-cdn.com/cm/ac20155f-a759-4277-8a0e-afec98792414/translations/en.json — 200 — 2.5 KiB — 36 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/68f8dfeb1570939145edae8f_Frame%207448%20(1)-p-500.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/68f8dfeb1570939145edae8f_Frame%207448%20(1)-p-500.png — 200 — 21.4 KiB — 32 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d76a2903049417837b1e_Group%2013872%201.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d76a2903049417837b1e_Group%2013872%201.png — 200 — 12.1 KiB — 30 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/672a1c17b2b8e8e1d1db5365_66d0b23c9486dc31b3c90c96_pillars%20section%20(1)%20(1)%20(1)%201%20(2).pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/672a1c17b2b8e8e1d1db5365_66d0b23c9486dc31b3c90c96_pillars%20section%20(1)%20(1)%20(1)%201%20(2).png — 200 — 4.4 KiB — 29 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/67fe9e61889f6747f17db699_Rectangle%201%20(1).svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/67fe9e61889f6747f17db699_Rectangle%201%20(1).svg — 200 — 656 B — 26 ms — h3https://givebuttercdn.com/fonts/Matter/Matter-Bold.woff2givebuttercdn.com/fonts/Matter/Matt... https://givebuttercdn.com/fonts/Matter/Matter-Bold.woff2 — 200 — 32.5 KiB — 29 ms — h2https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d7cc9abddd08d4087480_logo-givebutter-plus.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66e1d7cc9abddd08d4087480_logo-givebutter-plus.svg — 200 — 5.3 KiB — 31 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.22b66e874d42861f.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.22b66e874d42861f.js — 200 — 8.8 KiB — 30 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.64873797e35e968c.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.64873797e35e968c.js — 200 — 1.1 KiB — 45 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.65add74e46fe5245.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.65add74e46fe5245.js — 200 — 1.0 KiB — 72 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.ad6dcd2fc75b294c.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.ad6dcd2fc75b294c.js — 200 — 1.7 KiB — 51 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.db80639074bc0296.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.db80639074bc0296.js — 200 — 939 B — 68 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.5959ac50b3c857f1.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.5959ac50b3c857f1.js — 200 — 1.2 KiB — 68 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.496d56dd8c063ec0.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.496d56dd8c063ec0.js — 200 — 1.0 KiB — 43 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.a2787d9e37548699.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.a2787d9e37548699.js — 200 — 1.5 KiB — 68 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.36b8fb49256177c8.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.36b8fb49256177c8.js — 200 — 13.8 KiB — 70 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.bec7a721722e4644.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.bec7a721722e4644.js — 200 — 23.5 KiB — 79 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.e8e7e6855b442808.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.e8e7e6855b442808.js — 200 — 963 B — 67 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.7ec47e147ecf02cd.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.7ec47e147ecf02cd.js — 200 — 4.2 KiB — 67 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.c42549641b7d4501.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.c42549641b7d4501.js — 200 — 75.8 KiB — 82 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.a5328fc6e4f79712.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.a5328fc6e4f79712.js — 200 — 6.7 KiB — 67 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.8bcd8860e07a4086.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.8bcd8860e07a4086.js — 200 — 4.2 KiB — 69 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.43f4d187dbb3f1f5.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.43f4d187dbb3f1f5.js — 200 — 3.2 KiB — 66 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.f919141e3448519b.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.f919141e3448519b.js — 200 — 3.8 KiB — 66 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.2f8fd4260fe41f39.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.2f8fd4260fe41f39.js — 200 — 2.2 KiB — 67 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.7a15e72921c0ea82.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.7a15e72921c0ea82.js — 200 — 1.3 KiB — 72 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.a05a70dc064fe75f.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.a05a70dc064fe75f.js — 200 — 905 B — 72 ms — h3https://cdn.claydar.com/releases/latest/radar.min.jscdn.claydar.com/releases/latest/rad... https://cdn.claydar.com/releases/latest/radar.min.js — 200 — 20.6 KiB — 72 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/62f587242130ef3148ea1960_Matter-Medium.ttfcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/62f587242130ef3148ea1960_Matter-Medium.ttf — 200 — 84.0 KiB — 39 ms — h3https://cdn.prod.website-files.com/612f5131b9c94eda2fe9c725/68d42a224798b375db6d4a25_nav-callout-wallet-p-500.jpgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94eda2fe9c725/68d42a224798b375db6d4a25_nav-callout-wallet-p-500.jpg — 200 — 21.3 KiB — 46 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66672ad24d300b3111b2a373_arrow%20blue.svgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66672ad24d300b3111b2a373_arrow%20blue.svg — 200 — 676 B — 46 ms — h3https://cdn.prod.website-files.com/612f5131b9c94eda2fe9c725/68d429d97cad4d3069f86305_nav-callout-cashapp-p-500.jpgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94eda2fe9c725/68d429d97cad4d3069f86305_nav-callout-cashapp-p-500.jpg — 200 — 24.8 KiB — 40 ms — h3https://cdn.prod.website-files.com/612f5131b9c94eda2fe9c725/69dd01c31e53c6efdd65e722_2-p-500.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94eda2fe9c725/69dd01c31e53c6efdd65e722_2-p-500.png — 200 — 29.0 KiB — 41 ms — h3https://givebutter.com/elements/api/v1/null/elements/usage?url=https%3A%2F%2Fgivebutter.com%2F/elements/api/v1/null/elements/usag... https://givebutter.com/elements/api/v1/null/elements/usage?url=https%3A%2F%2Fgivebutter.com%2F — 200 — 846 B — 228 ms — h2https://forms.hsforms.com/embed/v3/form/22005785/b031e00a-4c03-408b-9114-914251a0ee77/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824forms.hsforms.com/embed/v3/form/220... https://forms.hsforms.com/embed/v3/form/22005785/b031e00a-4c03-408b-9114-914251a0ee77/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824 — 200 — 1.9 KiB — 239 ms — h3https://forms.hsforms.com/embed/v3/form/22005785/b031e00a-4c03-408b-9114-914251a0ee77/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824forms.hsforms.com/embed/v3/form/220... https://forms.hsforms.com/embed/v3/form/22005785/b031e00a-4c03-408b-9114-914251a0ee77/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824 — 200 — 1.9 KiB — 380 ms — h3https://forms.hsforms.com/embed/v3/form/22005785/b031e00a-4c03-408b-9114-914251a0ee77/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824forms.hsforms.com/embed/v3/form/220... https://forms.hsforms.com/embed/v3/form/22005785/b031e00a-4c03-408b-9114-914251a0ee77/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824 — 200 — 1.9 KiB — 519 ms — h3https://forms.hsforms.com/embed/v3/form/22005785/b031e00a-4c03-408b-9114-914251a0ee77/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824forms.hsforms.com/embed/v3/form/220... https://forms.hsforms.com/embed/v3/form/22005785/b031e00a-4c03-408b-9114-914251a0ee77/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824 — 200 — 1.9 KiB — 654 ms — h3https://forms.hsforms.com/embed/v3/form/22005785/b031e00a-4c03-408b-9114-914251a0ee77/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824forms.hsforms.com/embed/v3/form/220... https://forms.hsforms.com/embed/v3/form/22005785/b031e00a-4c03-408b-9114-914251a0ee77/json?hs_static_app=forms-embed&hs_static_app_version=1.10824&X-HubSpot-Static-App-Info=forms-embed-1.10824 — 200 — 1.9 KiB — 783 ms — h3https://givebutter.com/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://givebutter.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 397 B — 23 ms — h2https://givebutter.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?/cdn-cgi/challenge-platform/h/b/scr... https://givebutter.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 13.6 KiB — 22 ms — h2https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f7094c1bc25a350a29fea1_Grow%20your%20community%20-%20updated-poster-00001.jpgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f7094c1bc25a350a29fea1_Grow%20your%20community%20-%20updated-poster-00001.jpg — 200 — 62.7 KiB — 26 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f437979c40fe56059acbf3_Host%20your%20best%20event%20ever-poster-00001.jpgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f437979c40fe56059acbf3_Host%20your%20best%20event%20ever-poster-00001.jpg — 200 — 85.3 KiB — 27 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f70844dbc7563e72973d5e_Get%20the%20insights%20you%20need-updated-poster-00001.jpgcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722%2F66f70844dbc7563e72973d5e_Get%20the%20insights%20you%20need-updated-poster-00001.jpg — 200 — 28.8 KiB — 26 ms — h3https://givebutter.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.15003100145269122:1776899610:ocN79iLeoMzLIrbO7RufIK3kxf6HJgAQAGMI3HucTfc/9f087764dd61d096/cdn-cgi/challenge-platform/h/b/jsd... https://givebutter.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.15003100145269122:1776899610:ocN79iLeoMzLIrbO7RufIK3kxf6HJgAQAGMI3HucTfc/9f087764dd61d096 — 200 — 1.2 KiB — 40 ms — h2https://api.claydar.com/tracker/eventapi.claydar.com/tracker/event https://api.claydar.com/tracker/event — 200 — 0 B — 69 ms — h3https://api.claydar.com/bp/cqb2uS372A/settingsapi.claydar.com/bp/cqb2uS372A/setti... https://api.claydar.com/bp/cqb2uS372A/settings — 200 — 0 B — 56 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/68f944b1cdeabdb835c58416_8hP46F8ercuspxYYxyc6FBdAgzaA3E6hWiUZn6YWk2sTdcdo.lottiecdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/68f944b1cdeabdb835c58416_8hP46F8ercuspxYYxyc6FBdAgzaA3E6hWiUZn6YWk2sTdcdo.lottie — 200 — 43.6 KiB — 22 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66f414179003d96c005b9305_home-desktop-left.jsoncdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66f414179003d96c005b9305_home-desktop-left.json — 200 — 1.2 KiB — 37 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66f41417d1fdfb9195141bd5_home-mobile-top.jsoncdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66f41417d1fdfb9195141bd5_home-mobile-top.json — 200 — 1.2 KiB — 29 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66f41417d502e80cd4276d9c_home-desktop-right.jsoncdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66f41417d502e80cd4276d9c_home-desktop-right.json — 200 — 1.2 KiB — 45 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66f414172036e1a324d6017c_home-mobile-bottom.jsoncdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/66f414172036e1a324d6017c_home-mobile-bottom.json — 200 — 1.2 KiB — 37 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/612f5131b9c94e9547e9c76b_53513-confetti.jsoncdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/612f5131b9c94e9547e9c76b_53513-confetti.json — 200 — 6.6 KiB — 45 ms — h3https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.66a6ff94c55dbb3e.jscdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/js/sweetbutter.achunk.66a6ff94c55dbb3e.js — 200 — 63.0 KiB — 61 ms — h3https://api.claydar.com/bp/cqb2uS372A/settingsapi.claydar.com/bp/cqb2uS372A/setti... https://api.claydar.com/bp/cqb2uS372A/settings — 200 — 1.2 KiB — 34 ms — h3https://api.claydar.com/tracker/eventapi.claydar.com/tracker/event https://api.claydar.com/tracker/event — 200 — 320 B — 85 ms — h3https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-DEFINITION_SUCCESS&count=1forms-na1.hsforms.com/embed/v3/coun... https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-DEFINITION_SUCCESS&count=1 — 200 — 429 B — 150 ms — h3https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-RENDER_SUCCESS&count=1forms-na1.hsforms.com/embed/v3/coun... https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-RENDER_SUCCESS&count=1 — 200 — 393 B — 119 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIsAAAB4CAYAAADCHwFIAAAACXBIWXMAACxLAAAsSwGlPZapAAAAA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIsAAAB4CAYAAADCHwFIAAAACXBIWXMAACxLAAAsSwGlPZapAAAAA… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAj4AAAIeCAYAAAC7ngWaAAAACXBIWXMAACxLAAAsSwGlPZapAAAAA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAj4AAAIeCAYAAAC7ngWaAAAACXBIWXMAACxLAAAsSwGlPZapAAAAA… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABOoAAARzCAYAAADSa8lUAAAACXBIWXMAACxLAAAsSwGlPZapAAAAA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABOoAAARzCAYAAADSa8lUAAAACXBIWXMAACxLAAAsSwGlPZapAAAAA… — 200 — 0 B — 0 ms — datahttps://challenges.cloudflare.com/turnstile/v0/api.jschallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/api.js — 302 — 265 B — 95 ms — h3https://challenges.cloudflare.com/turnstile/v0/b/0b8fb825cb67/api.jschallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/b/0b8fb825cb67/api.js — 200 — 17.3 KiB — 40 ms — h3https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/b/turnstile/f/ov2/av0/rch/a1bcs/0x4AAAAAAAQTptj2So4dx43e/auto/fbE/new/normal?lang=autochallenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/b/turnstile/f/ov2/av0/rch/a1bcs/0x4AAAAAAAQTptj2So4dx43e/auto/fbE/new/normal?lang=auto — 200 — 95.8 KiB — 104 ms — h3https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/b/cmg/1challenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/b/cmg/1 — 200 — 209 B — 21 ms — h3https://givebutter.com/cdn-cgi/rum?/cdn-cgi/rum? https://givebutter.com/cdn-cgi/rum? — 204 — 173 B — 20 ms — h2https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6279d253387e045f09093ad3_favicon-32x32.pngcdn.prod.website-files.com/612f5131... https://cdn.prod.website-files.com/612f5131b9c94ecd0fe9c722/6279d253387e045f09093ad3_favicon-32x32.png — 200 — 1.6 KiB — 26 ms — h3blob:https://challenges.cloudflare.com/aaa0d0cf-6d7c-4f10-bf13-ed11f17b945cchallenges.cloudflare.com/aaa0d0cf-... blob:https://challenges.cloudflare.com/aaa0d0cf-6d7c-4f10-bf13-ed11f17b945c — -1 — 0 B — 0 ms — https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/b/flow/ov1/859148713:1776899608:oBD1f9EvGn7UNBmE1Cfjd9Pm5Z3I3dGjHCcQ4LeOxkM/9f08776edaf0d544/XxMlDtuHAMdWHe4rlnTu_1jdyIO2nxW9jd_9cilNQE4-1776901153-1.2.1.1-UKRZKSAvdWnPKGvBB5cvsjtVdox8Ju8aaj3DK.Jyh_OHeJTSxFHhBt4q6z2g_iX1challenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/b/flow/ov1/859148713:1776899608:oBD1f9EvGn7UNBmE1Cfjd9Pm5Z3I3dGjHCcQ4LeOxkM/9f08776edaf0d544/XxMlDtuHAMdWHe4rlnTu_1jdyIO2nxW9jd_9cilNQE4-1776901153-1.2.1.1-UKRZKSAvdWnPKGvBB5cvsjtVdox8Ju8aaj3DK.Jyh_OHeJTSxFHhBt4q6z2g_iX1 — 200 — 282.4 KiB — 154 ms — h3blob:https://challenges.cloudflare.com/f7f3038c-efaf-4a8d-9727-6d91c68ea3c0challenges.cloudflare.com/f7f3038c-... blob:https://challenges.cloudflare.com/f7f3038c-efaf-4a8d-9727-6d91c68ea3c0 — 200 — -1 B — 22 ms — blobhttps://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/b/d/9f08776edaf0d544/1776901153433/RamxGA-sVtF78B-challenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/b/d/9f08776edaf0d544/1776901153433/RamxGA-sVtF78B- — 200 — 5.4 KiB — 21 ms — h3blob:https://challenges.cloudflare.com/f7f3038c-efaf-4a8d-9727-6d91c68ea3c0challenges.cloudflare.com/f7f3038c-... blob:https://challenges.cloudflare.com/f7f3038c-efaf-4a8d-9727-6d91c68ea3c0 — 200 — -1 B — 13 ms — blobhttps://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/b/pat/9f08776edaf0d544/1776901153434/936c4a0a67d0a1cedb94c98d83952fdaac67651de3a049861046cec3cee671b1/Hx3p4QlXjpnlv9lchallenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/b/pat/9f08776edaf0d544/1776901153434/936c4a0a67d0a1cedb94c98d83952fdaac67651de3a049861046cec3cee671b1/Hx3p4QlXjpnlv9l — 401 — 1.7 KiB — 24 ms — h3https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/b/flow/ov1/859148713:1776899608:oBD1f9EvGn7UNBmE1Cfjd9Pm5Z3I3dGjHCcQ4LeOxkM/9f08776edaf0d544/XxMlDtuHAMdWHe4rlnTu_1jdyIO2nxW9jd_9cilNQE4-1776901153-1.2.1.1-UKRZKSAvdWnPKGvBB5cvsjtVdox8Ju8aaj3DK.Jyh_OHeJTSxFHhBt4q6z2g_iX1challenges.cloudflare.com/cdn-cgi/c... https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/b/flow/ov1/859148713:1776899608:oBD1f9EvGn7UNBmE1Cfjd9Pm5Z3I3dGjHCcQ4LeOxkM/9f08776edaf0d544/XxMlDtuHAMdWHe4rlnTu_1jdyIO2nxW9jd_9cilNQE4-1776901153-1.2.1.1-UKRZKSAvdWnPKGvBB5cvsjtVdox8Ju8aaj3DK.Jyh_OHeJTSxFHhBt4q6z2g_iX1 — 200 — 4.5 KiB — 42 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
70% of JavaScript execution is third-party
First-party Third-party 1261ms · 427KB · €14/mo
cdn.prod.website-files.com
Other
Costly
Execution 419ms
Transfer 76 KB
Unused 56%
Monthly Cost €5/mo
Unattributable
Other
Costly
Execution 304ms
Transfer 0 KB
Monthly Cost €3/mo
js.hsforms.net
Other
Costly
Execution 230ms
Transfer 193 KB
Unused 40%
Monthly Cost €2/mo
jsDelivr
CDN
Optional
Execution 193ms
Transfer 2 KB
Monthly Cost €2/mo
cdn.prod.website-files.com
Other
Optional
Execution 63ms
Transfer 63 KB
Monthly Cost €1/mo
transcend-cdn.com
Other
Optional
Execution 51ms
Transfer 93 KB
Unused 41%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • cdn.prod.website-files.com adds 419ms and costs ~€5/month
  • Unattributable adds 304ms and costs ~€3/month
  • js.hsforms.net adds 230ms and costs ~€2/month

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

cdn.prod.website-files.com takes 419ms 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

56% of cdn.prod.website-files.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

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

js.hsforms.net takes 230ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback