Skip to content
https://gofund.me

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

60
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
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.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.28 s

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

8.10 s

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

214 ms

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

0.000

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

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

8.17 s

Page Load Progression

780 ms
1.6 s
2.3 s
3.1 s
3.9 s
4.7 s
5.5 s
6.2 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
6.7 MB transferred, 170 requests
FIX
6.7 MB transferred, 170 requests
Critical::
Page weighs 15.7 MB (6.7 MB transferred)
Warning::
JavaScript is 2.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.9 MB
Warning::
Images are 2.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.8 MB
Warning::
170 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.4 g CO2 per page load
6.7 MB / 2.4 MB budget
6.7 MB transferred
170 requests
1.4 g CO2 per page load
JavaScript 2.9 MiB 44%
Images 2.8 MiB 43%
Other 363.0 KiB 5%
HTML 209.1 KiB 3%
Fonts 148.3 KiB 2%
CSS 92.4 KiB 1%
Other 62.5 KiB 1%
Other 27.0 KiB 0%
Other 1.2 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

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (6.7 MiB of 6.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
82 scripts, 2.4 MB unused
FIX
82 scripts, 2.4 MB unused
Warning::
https://www.gofundme.com/ssr/_next/static/chunks/7...: 260 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gofundme.com/ssr/_next/static/chunks/7...: 260 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 242 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gofundme.com/ssr/_next/static/chunks/p...: 153 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gofundme.com/ssr/_next/static/chunks/4...: 134 KB unused (85%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 2.4 MB
2416 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gofundme.com/ssr/_next/static/chunks/7f2d235d-4e9f44bf9f88e281.js0 KB260 KB (87%)3rd
https://www.gofundme.com/ssr/_next/static/chunks/7f2d235d-4e9f44bf9f88e281.js75 KB260 KB (87%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB242 KB (67%)3rd
https://www.gofundme.com/ssr/_next/static/chunks/pages/_app-c97a9f77ff07650f.js403 KB153 KB (38%)3rd
https://www.gofundme.com/ssr/_next/static/chunks/41659-d73388a4319f0f8b.js42 KB134 KB (85%)3rd
https://www.gofundme.com/ssr/_next/static/chunks/41659-d73388a4319f0f8b.js0 KB134 KB (85%)3rd
https://www.googletagmanager.com/gtag/js?id=G-WF86BFEZ5L&cx=c&gtm=4e64h1h1174 KB111 KB (64%)3rd
https://www.gofundme.com/ssr/_next/static/chunks/ac262c97-05d574404bcbdf98.js0 KB93 KB (75%)3rd
https://www.gofundme.com/ssr/_next/static/chunks/ac262c97-05d574404bcbdf98.js33 KB93 KB (75%)3rd
https://www.gofundme.com/ssr/_next/static/chunks/1b25d643-c3cc5c2633675ebb.js82 KB72 KB (88%)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
170 resources · 6.7 MB · 2.4 MB savings available
FIX
170 resources · 6.7 MB · 2.4 MB savings available
Warning::
Page weight 5.7 MB over 1MB target
Got: 6.7 MB Expected: ≤ 1 MB
Info::
~2.4 MB of savings available
Warning::
169 third-party resources (100% of weight)
Info::
4 resources over 200KB
170 resources · 6.7 MiB · 169 third-party 5.7 MiB over 1MB target
JavaScript 48% · 3.2 MiB
Image 44% · 3.0 MiB
Document 3% · 210.5 KiB
Font 2% · 148.3 KiB
CSS 2% · 105.6 KiB
Other 1% · 77.4 KiB

~2.4 MiB of savings available

Remove unused JavaScript: 2.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.

No Cache-Control header

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

B
Image Optimization
34 images, 0 KB saveable
REVIEW
34 images, 0 KB saveable
Warning::
https://d25oniaj7o2jcw.cloudfront.net/homepage-ref... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
34 images 2.8 MB
0 oversized -0 KB
24 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
1978ms total JS execution
REVIEW
1978ms total JS execution
Warning::
https://www.gofundme.com/ssr/_next/static/chunks/f...: 541ms CPU time
Warning::
https://www.gofundme.com/: 539ms CPU time
Info::
Unattributable: 202ms CPU time
Info::
https://www.gofundme.com/ssr/_next/static/chunks/p...: 161ms CPU time
Info::
https://www.gofundme.com/ssr/_next/static/chunks/8...: 131ms CPU time
Warning::
Third-party scripts: 1978ms (100% of total)

Main Thread Breakdown

Script Evaluation 53% Other 20% Style & Layout 10% Script Parsing & Compilation 9% Rendering 3% Garbage Collection 3%
ScriptTotalScriptingParse/CompileParty
https://www.gofundme.com/ssr/_next/static/chunks/framework-c41ad6c83d422ded.js541ms448ms4ms3rd
https://www.gofundme.com/539ms2ms0ms3rd
Unattributable202ms10ms0ms3rd
https://www.gofundme.com/ssr/_next/static/chunks/pages/_app-c97a9f77ff07650f.js161ms120ms34ms3rd
https://www.gofundme.com/ssr/_next/static/chunks/8a2eb0bf.0c06a0d09a071bc1.js131ms84ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-955875456&cx=c&gtm=4e64h1105ms67ms8ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PW9SXF3N&l=dataLayer82ms69ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=G-D71Z0789ZK&cx=c&gtm=4e64h158ms47ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-DE4PB0SD88&cx=c&gtm=4e64h156ms46ms8ms3rd
https://www.googletagmanager.com/gtag/js?id=DC-13981538&cx=c&gtm=4e64h152ms42ms9ms3rd

Showing top 10 of 11 scripts

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

Web fonts

1

148 KB total

Render-blocking

0

of 1

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 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 1.3 s LCP 8.1 shttps://cdn.gofundme.com/fonts/GoFundMeSans-Variable.woff2GoFundMeSans-Variable.w... https://cdn.gofundme.com/fonts/GoFundMeSans-Variable.woff2 — 148.3 KiB — 30 ms — font-display: swap
GoFundMeSans-Variable.w... woff2 swap
Size 148 KB
Load time 30 ms
Start 406 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~74 KB and ~148 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
170 requests over 5702ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 1.3 s LCP 8.1 shttps://gofund.me// https://gofund.me/ — 301 — 662 B — 301 ms — h2https://www.gofundme.com/www.gofundme.com/ https://www.gofundme.com/ — 200 — 207.5 KiB — 93 ms — h2https://pg.feroot.com/v1/bundle/b8c7e31b-10b0-4819-9a5c-b50b25ad9d86pg.feroot.com/v1/bundle/b8c7e31b-10... https://pg.feroot.com/v1/bundle/b8c7e31b-10b0-4819-9a5c-b50b25ad9d86 — 200 — 17.8 KiB — 27 ms — h2https://cdn.gofundme.com/fonts/GoFundMeSans-Variable.woff2cdn.gofundme.com/fonts/GoFundMeSans... https://cdn.gofundme.com/fonts/GoFundMeSans-Variable.woff2 — 200 — 148.3 KiB — 30 ms — h2https://www.google.com/recaptcha/enterprise.jswww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js — 200 — 1.0 KiB — 64 ms — h3https://www.gofundme.com/ssr/_next/static/css/9ff8b4810ddcab7b.csswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/css/9ff8b4810ddcab7b.css — 200 — 71.9 KiB — 21 ms — h2https://www.gofundme.com/ssr/_next/static/css/cc6d63e4aebdcc96.csswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/css/cc6d63e4aebdcc96.css — 200 — 4.3 KiB — 10 ms — h2https://www.gofundme.com/ssr/_next/static/css/2b6c172118f4462e.csswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/css/2b6c172118f4462e.css — 200 — 10.7 KiB — 15 ms — h2https://www.gofundme.com/nextassets/home/hero-animals-1.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-animals-1.png — 200 — 128.5 KiB — 22 ms — h2https://www.gofundme.com/nextassets/home/hero-business-1.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-business-1.png — 200 — 131.4 KiB — 22 ms — h2https://www.gofundme.com/nextassets/home/hero-business-3.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-business-3.png — 200 — 147.7 KiB — 11 ms — h2https://www.gofundme.com/nextassets/home/hero-business-4.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-business-4.png — 200 — 147.5 KiB — 14 ms — h2https://www.gofundme.com/nextassets/home/hero-education-2.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-education-2.png — 200 — 131.5 KiB — 9 ms — h2https://www.gofundme.com/nextassets/shared/site.webmanifestwww.gofundme.com/nextassets/shared/... https://www.gofundme.com/nextassets/shared/site.webmanifest — 200 — 1.2 KiB — 5 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/webpack-41acd351e4308003.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/webpack-41acd351e4308003.js — 200 — 19.0 KiB — 5 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/framework-c41ad6c83d422ded.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/framework-c41ad6c83d422ded.js — 200 — 44.5 KiB — 7 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/main-515fe902c792b8d3.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/main-515fe902c792b8d3.js — 200 — 38.0 KiB — 6 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/pages/_app-c97a9f77ff07650f.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/pages/_app-c97a9f77ff07650f.js — 200 — 403.2 KiB — 91 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/61587-b3c437e07d2a9b55.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/61587-b3c437e07d2a9b55.js — 200 — 3.1 KiB — 35 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/52039-fc905bf386ca88da.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/52039-fc905bf386ca88da.js — 200 — 4.5 KiB — 37 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/35829-ed67fba8a07eeb4e.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/35829-ed67fba8a07eeb4e.js — 200 — 4.9 KiB — 38 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/11209-aac08f5e2f6a8d8e.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/11209-aac08f5e2f6a8d8e.js — 200 — 3.2 KiB — 39 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/8323-f6398579b85f7ab3.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/8323-f6398579b85f7ab3.js — 200 — 3.3 KiB — 40 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/6720-5993b833c5a43869.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/6720-5993b833c5a43869.js — 200 — 4.4 KiB — 42 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/24537-a12f31da15ce19b2.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/24537-a12f31da15ce19b2.js — 200 — 11.3 KiB — 54 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/411-b6900581075fe4c5.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/411-b6900581075fe4c5.js — 200 — 6.2 KiB — 43 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/27246-3372b89e5fe8636b.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/27246-3372b89e5fe8636b.js — 200 — 4.7 KiB — 45 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/86547-9bc98711eebc5c5f.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/86547-9bc98711eebc5c5f.js — 200 — 4.3 KiB — 46 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/73849-1e8cbdf9e0ceca5f.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/73849-1e8cbdf9e0ceca5f.js — 200 — 4.0 KiB — 47 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/28166-c0a8fe40abec2dd1.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/28166-c0a8fe40abec2dd1.js — 200 — 13.7 KiB — 52 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 1.3 s LCP 8.1 shttps://gofund.me// https://gofund.me/ — 301 — 662 B — 301 ms — h2https://www.gofundme.com/www.gofundme.com/ https://www.gofundme.com/ — 200 — 207.5 KiB — 93 ms — h2https://pg.feroot.com/v1/bundle/b8c7e31b-10b0-4819-9a5c-b50b25ad9d86pg.feroot.com/v1/bundle/b8c7e31b-10... https://pg.feroot.com/v1/bundle/b8c7e31b-10b0-4819-9a5c-b50b25ad9d86 — 200 — 17.8 KiB — 27 ms — h2https://cdn.gofundme.com/fonts/GoFundMeSans-Variable.woff2cdn.gofundme.com/fonts/GoFundMeSans... https://cdn.gofundme.com/fonts/GoFundMeSans-Variable.woff2 — 200 — 148.3 KiB — 30 ms — h2https://www.google.com/recaptcha/enterprise.jswww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js — 200 — 1.0 KiB — 64 ms — h3https://www.gofundme.com/ssr/_next/static/css/9ff8b4810ddcab7b.csswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/css/9ff8b4810ddcab7b.css — 200 — 71.9 KiB — 21 ms — h2https://www.gofundme.com/ssr/_next/static/css/cc6d63e4aebdcc96.csswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/css/cc6d63e4aebdcc96.css — 200 — 4.3 KiB — 10 ms — h2https://www.gofundme.com/ssr/_next/static/css/2b6c172118f4462e.csswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/css/2b6c172118f4462e.css — 200 — 10.7 KiB — 15 ms — h2https://www.gofundme.com/nextassets/home/hero-animals-1.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-animals-1.png — 200 — 128.5 KiB — 22 ms — h2https://www.gofundme.com/nextassets/home/hero-business-1.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-business-1.png — 200 — 131.4 KiB — 22 ms — h2https://www.gofundme.com/nextassets/home/hero-business-3.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-business-3.png — 200 — 147.7 KiB — 11 ms — h2https://www.gofundme.com/nextassets/home/hero-business-4.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-business-4.png — 200 — 147.5 KiB — 14 ms — h2https://www.gofundme.com/nextassets/home/hero-education-2.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-education-2.png — 200 — 131.5 KiB — 9 ms — h2https://www.gofundme.com/nextassets/shared/site.webmanifestwww.gofundme.com/nextassets/shared/... https://www.gofundme.com/nextassets/shared/site.webmanifest — 200 — 1.2 KiB — 5 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/webpack-41acd351e4308003.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/webpack-41acd351e4308003.js — 200 — 19.0 KiB — 5 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/framework-c41ad6c83d422ded.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/framework-c41ad6c83d422ded.js — 200 — 44.5 KiB — 7 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/main-515fe902c792b8d3.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/main-515fe902c792b8d3.js — 200 — 38.0 KiB — 6 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/pages/_app-c97a9f77ff07650f.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/pages/_app-c97a9f77ff07650f.js — 200 — 403.2 KiB — 91 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/61587-b3c437e07d2a9b55.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/61587-b3c437e07d2a9b55.js — 200 — 3.1 KiB — 35 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/52039-fc905bf386ca88da.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/52039-fc905bf386ca88da.js — 200 — 4.5 KiB — 37 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/35829-ed67fba8a07eeb4e.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/35829-ed67fba8a07eeb4e.js — 200 — 4.9 KiB — 38 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/11209-aac08f5e2f6a8d8e.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/11209-aac08f5e2f6a8d8e.js — 200 — 3.2 KiB — 39 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/8323-f6398579b85f7ab3.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/8323-f6398579b85f7ab3.js — 200 — 3.3 KiB — 40 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/6720-5993b833c5a43869.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/6720-5993b833c5a43869.js — 200 — 4.4 KiB — 42 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/24537-a12f31da15ce19b2.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/24537-a12f31da15ce19b2.js — 200 — 11.3 KiB — 54 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/411-b6900581075fe4c5.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/411-b6900581075fe4c5.js — 200 — 6.2 KiB — 43 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/27246-3372b89e5fe8636b.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/27246-3372b89e5fe8636b.js — 200 — 4.7 KiB — 45 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/86547-9bc98711eebc5c5f.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/86547-9bc98711eebc5c5f.js — 200 — 4.3 KiB — 46 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/73849-1e8cbdf9e0ceca5f.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/73849-1e8cbdf9e0ceca5f.js — 200 — 4.0 KiB — 47 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/28166-c0a8fe40abec2dd1.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/28166-c0a8fe40abec2dd1.js — 200 — 13.7 KiB — 52 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/88798-35c29ae8df3908df.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/88798-35c29ae8df3908df.js — 200 — 4.6 KiB — 55 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/79719-b098f806e081650f.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/79719-b098f806e081650f.js — 200 — 10.6 KiB — 68 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/pages/index-6f61545b19049be4.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/pages/index-6f61545b19049be4.js — 200 — 25.2 KiB — 64 ms — h2https://www.gofundme.com/ssr/_next/static/MuXlMzX8xVkQtyu2ZpyB8/_buildManifest.jswww.gofundme.com/ssr/_next/static/M... https://www.gofundme.com/ssr/_next/static/MuXlMzX8xVkQtyu2ZpyB8/_buildManifest.js — 200 — 16.2 KiB — 64 ms — h2https://www.gofundme.com/ssr/_next/static/MuXlMzX8xVkQtyu2ZpyB8/_ssgManifest.jswww.gofundme.com/ssr/_next/static/M... https://www.gofundme.com/ssr/_next/static/MuXlMzX8xVkQtyu2ZpyB8/_ssgManifest.js — 200 — 548 B — 60 ms — h2https://www.gofundme.com/nextassets/home/hero-education-1.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-education-1.png — 200 — 147.1 KiB — 98 ms — h2https://www.gofundme.com/nextassets/home/hero-animals-2.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-animals-2.png — 200 — 152.2 KiB — 94 ms — h2https://www.gofundme.com/nextassets/home/hero-your-cause-1.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-your-cause-1.png — 200 — 121.8 KiB — 103 ms — h2https://www.gofundme.com/nextassets/home/hero-medical-1.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-medical-1.png — 200 — 140.0 KiB — 106 ms — h2https://www.gofundme.com/nextassets/home/hero-emergency-1.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-emergency-1.png — 200 — 148.2 KiB — 99 ms — h2https://www.gofundme.com/nextassets/home/hero-business-2.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-business-2.png — 200 — 117.7 KiB — 91 ms — h2https://www.gofundme.com/nextassets/home/hero-education-3.pngwww.gofundme.com/nextassets/home/he... https://www.gofundme.com/nextassets/home/hero-education-3.png — 200 — 160.4 KiB — 103 ms — h2https://www.gofundme.com/nextassets/home/howitworks/step-1.en-us.pngwww.gofundme.com/nextassets/home/ho... https://www.gofundme.com/nextassets/home/howitworks/step-1.en-us.png — 200 — 42.4 KiB — 96 ms — h2https://www.gofundme.com/nextassets/home/howitworks/step-2.en.pngwww.gofundme.com/nextassets/home/ho... https://www.gofundme.com/nextassets/home/howitworks/step-2.en.png — 200 — 103.3 KiB — 99 ms — h2https://www.gofundme.com/nextassets/home/howitworks/step-3.en-us.pngwww.gofundme.com/nextassets/home/ho... https://www.gofundme.com/nextassets/home/howitworks/step-3.en-us.png — 200 — 39.9 KiB — 103 ms — h2https://transcend-cdn.com/cm/8aaeb48f-a8e6-4725-820c-b18c4f7cd6cc/airgap.jstranscend-cdn.com/cm/8aaeb48f-a8e6-... https://transcend-cdn.com/cm/8aaeb48f-a8e6-4725-820c-b18c4f7cd6cc/airgap.js — 200 — 57.0 KiB — 123 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 — 362.4 KiB — 151 ms — h2https://www.gofundme.com/_next/static/images/core-03d8c5cca5e57806a8912a300b07781e2c7d6576a9c67cfaa38a7de11cabf336.svgwww.gofundme.com/_next/static/image... https://www.gofundme.com/_next/static/images/core-03d8c5cca5e57806a8912a300b07781e2c7d6576a9c67cfaa38a7de11cabf336.svg — 200 — 34.7 KiB — 85 ms — h2https://www.gofundme.com/_next/static/images/brand-02e16fa6dad3b29789c45fb5375c25ccb5ceab85cbe74b3868def1f5a819832f.svgwww.gofundme.com/_next/static/image... https://www.gofundme.com/_next/static/images/brand-02e16fa6dad3b29789c45fb5375c25ccb5ceab85cbe74b3868def1f5a819832f.svg — 200 — 30.4 KiB — 81 ms — h2https://d25oniaj7o2jcw.cloudfront.net/homepage-refresh-how-it-works-video-still-d-7-23.jpgd25oniaj7o2jcw.cloudfront.net/homep... https://d25oniaj7o2jcw.cloudfront.net/homepage-refresh-how-it-works-video-still-d-7-23.jpg — 200 — 481.1 KiB — 51 ms — h2https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 5.0 KiB — 42 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-TDTFTZwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TDTFTZ — 200 — 115.4 KiB — 130 ms — h2https://static.chartbeat.com/js/chartbeat.jsstatic.chartbeat.com/js/chartbeat.j... https://static.chartbeat.com/js/chartbeat.js — 200 — 15.9 KiB — 9 ms — h2https://api.gofundme.com/person/v2/accountapi.gofundme.com/person/v2/account https://api.gofundme.com/person/v2/account — 401 — 606 B — 347 ms — h2https://gateway.gofundme.com/web-gateway/v1/feed/merchunits/usgateway.gofundme.com/web-gateway/v1... https://gateway.gofundme.com/web-gateway/v1/feed/merchunits/us — 200 — 0 B — 330 ms — h2https://auth.gofundme.com/v1/auth/refresh?dcs=f&dcr=fauth.gofundme.com/v1/auth/refresh?d... https://auth.gofundme.com/v1/auth/refresh?dcs=f&dcr=f — 204 — 0 B — 163 ms — h3https://www.gofundme.com/ssr/_next/static/chunks/1b25d643-c3cc5c2633675ebb.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/1b25d643-c3cc5c2633675ebb.js — 200 — 82.3 KiB — 31 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/8a2eb0bf.0c06a0d09a071bc1.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/8a2eb0bf.0c06a0d09a071bc1.js — 200 — 43.5 KiB — 29 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/88106.3c26c385ad1370e5.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/88106.3c26c385ad1370e5.js — 200 — 4.7 KiB — 21 ms — h2https://www.gofundme.com/nextassets/shared/mparticle/1.4.3-alpha/ga4-forwarder.min.jswww.gofundme.com/nextassets/shared/... https://www.gofundme.com/nextassets/shared/mparticle/1.4.3-alpha/ga4-forwarder.min.js — 200 — 6.2 KiB — 22 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/99832.6afeff9c25248cd4.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/99832.6afeff9c25248cd4.js — 200 — 3.4 KiB — 23 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/51445.930896b7f2972bf7.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/51445.930896b7f2972bf7.js — 200 — 3.3 KiB — 23 ms — h2https://www.gofundme.com/ssr/_next/static/css/b97e98b1863b2a54.csswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/css/b97e98b1863b2a54.css — 200 — 736 B — 6 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/88933.ab4d23b109b99e09.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/88933.ab4d23b109b99e09.js — 200 — 1.2 KiB — 7 ms — h2https://www.gofundme.com/_next/static/images/country-d6a0d18f5e48e13fd6b1a3663c737ac1d3ed7988addd69d9371f53be7c90229b.svgwww.gofundme.com/_next/static/image... https://www.gofundme.com/_next/static/images/country-d6a0d18f5e48e13fd6b1a3663c737ac1d3ed7988addd69d9371f53be7c90229b.svg — 200 — 50.9 KiB — 5 ms — h2https://graphql.gofundme.com/graphqlgraphql.gofundme.com/graphql https://graphql.gofundme.com/graphql — 204 — 0 B — 134 ms — h2https://graphql.gofundme.com/graphqlgraphql.gofundme.com/graphql https://graphql.gofundme.com/graphql — 204 — 0 B — 340 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/ac262c97-05d574404bcbdf98.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/ac262c97-05d574404bcbdf98.js — 200 — 33.1 KiB — 14 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/42588-d040ce6d509650f2.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/42588-d040ce6d509650f2.js — 200 — 3.5 KiB — 20 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/17078-05f42f21a2ddfa37.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/17078-05f42f21a2ddfa37.js — 200 — 6.1 KiB — 21 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/1450-e9ef4acb6759dbcd.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/1450-e9ef4acb6759dbcd.js — 200 — 4.8 KiB — 22 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/39925-eccab221d95f61aa.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/39925-eccab221d95f61aa.js — 200 — 4.5 KiB — 22 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/41659-d73388a4319f0f8b.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/41659-d73388a4319f0f8b.js — 200 — 41.9 KiB — 35 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/41742-173f2680bcd5b921.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/41742-173f2680bcd5b921.js — 200 — 2.7 KiB — 24 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/76126-7cd9fcbf597e6f3e.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/76126-7cd9fcbf597e6f3e.js — 200 — 7.5 KiB — 25 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/46306-57d5caa0ff57f330.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/46306-57d5caa0ff57f330.js — 200 — 5.0 KiB — 25 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/pages/s-ae68de969a16dd64.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/pages/s-ae68de969a16dd64.js — 200 — 30.9 KiB — 29 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/7f2d235d-4e9f44bf9f88e281.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/7f2d235d-4e9f44bf9f88e281.js — 200 — 75.4 KiB — 52 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/73042-c6a32713e731e3f4.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/73042-c6a32713e731e3f4.js — 200 — 3.6 KiB — 27 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/58469-c77adc429f80dff2.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/58469-c77adc429f80dff2.js — 200 — 4.2 KiB — 36 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/71858-65d2f2430778e12d.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/71858-65d2f2430778e12d.js — 200 — 3.5 KiB — 36 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/4044-6e78d960b51a5e0d.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/4044-6e78d960b51a5e0d.js — 200 — 10.0 KiB — 38 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/93529-d5790464b5f77d06.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/93529-d5790464b5f77d06.js — 200 — 4.2 KiB — 40 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/pages/sign-in-afa017721eec1cd5.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/pages/sign-in-afa017721eec1cd5.js — 200 — 969 B — 39 ms — h2https://d25oniaj7o2jcw.cloudfront.net/img-play-store-v2.pngd25oniaj7o2jcw.cloudfront.net/img-p... https://d25oniaj7o2jcw.cloudfront.net/img-play-store-v2.png — 200 — 2.7 KiB — 19 ms — h2https://d25oniaj7o2jcw.cloudfront.net/img-app-store-v2.pngd25oniaj7o2jcw.cloudfront.net/img-a... https://d25oniaj7o2jcw.cloudfront.net/img-app-store-v2.png — 200 — 1.9 KiB — 19 ms — h2https://auth.gofundme.com/v1/auth/refresh?dcs=f&dcr=fauth.gofundme.com/v1/auth/refresh?d... https://auth.gofundme.com/v1/auth/refresh?dcs=f&dcr=f — 400 — 795 B — 43 ms — h3https://mp-data.gofundme.com/tags/JS/v2/us2-61f41b8a4f501a41901cf46e7710c5d3/config?env=0&plan_id=web_client_native_mobile_apps_data_planmp-data.gofundme.com/tags/JS/v2/us2... https://mp-data.gofundme.com/tags/JS/v2/us2-61f41b8a4f501a41901cf46e7710c5d3/config?env=0&plan_id=web_client_native_mobile_apps_data_plan — 200 — 60.8 KiB — 7 ms — h2https://www.googleadservices.com/pagead/conversion_async.jswww.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion_async.js — 200 — 22.7 KiB — 66 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-PW9SXF3N&l=dataLayerwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PW9SXF3N&l=dataLayer — 200 — 181.7 KiB — 60 ms — h2https://www.googletagmanager.com/gtag/js?id=G-WF86BFEZ5Lwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-WF86BFEZ5L — 200 — 174.2 KiB — 73 ms — h2https://mp-data.gofundme.com/identity/v1/identifymp-data.gofundme.com/identity/v1/id... https://mp-data.gofundme.com/identity/v1/identify — 204 — 0 B — 2 ms — h2https://mp-data.gofundme.com/identity/v1/identifymp-data.gofundme.com/identity/v1/id... https://mp-data.gofundme.com/identity/v1/identify — 200 — 411 B — 370 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.4 KiB — 131 ms — h2https://graphql.gofundme.com/graphqlgraphql.gofundme.com/graphql https://graphql.gofundme.com/graphql — 200 — 2.2 KiB — 171 ms — h2https://transcend-cdn.com/cm/8aaeb48f-a8e6-4725-820c-b18c4f7cd6cc/ui.jstranscend-cdn.com/cm/8aaeb48f-a8e6-... https://transcend-cdn.com/cm/8aaeb48f-a8e6-4725-820c-b18c4f7cd6cc/ui.js — 200 — 93.3 KiB — 111 ms — h3https://gateway.gofundme.com/web-gateway/v1/feed/merchunits/usgateway.gofundme.com/web-gateway/v1... https://gateway.gofundme.com/web-gateway/v1/feed/merchunits/us — 200 — 3.0 KiB — 7 ms — h2https://ping.chartbeat.net/ping?h=gofundme.com&p=%2F&u=CO6kzqDq8j8XDFA6k1&d=gofundme.com&g=10613&g0=No%20Section&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=6820&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.gofundme.com%2F&b=1307&t=CBZjAHCVuu0SCyQVkQOEWh5D84NjO&V=150&i=GoFundMe%20%7C%20The%20%231%20Crowdfunding%20and%20Fundraising%20Platform&tz=0&sn=1&sv=DoHJbWBuNQCnC6LY25DnLb_GhYt1h&sr=external&sd=1&im=062b073f&_ping.chartbeat.net/ping?h=gofundme.... https://ping.chartbeat.net/ping?h=gofundme.com&p=%2F&u=CO6kzqDq8j8XDFA6k1&d=gofundme.com&g=10613&g0=No%20Section&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=6820&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.gofundme.com%2F&b=1307&t=CBZjAHCVuu0SCyQVkQOEWh5D84NjO&V=150&i=GoFundMe%20%7C%20The%20%231%20Crowdfunding%20and%20Fundraising%20Platform&tz=0&sn=1&sv=DoHJbWBuNQCnC6LY25DnLb_GhYt1h&sr=external&sd=1&im=062b073f&_ — 200 — 201 B — 331 ms — h2https://d25oniaj7o2jcw.cloudfront.net/smartcoach.jpgd25oniaj7o2jcw.cloudfront.net/smart... https://d25oniaj7o2jcw.cloudfront.net/smartcoach.jpg — 200 — 131.1 KiB — 18 ms — h2https://d25oniaj7o2jcw.cloudfront.net/gfmgivingfunds.jpgd25oniaj7o2jcw.cloudfront.net/gfmgi... https://d25oniaj7o2jcw.cloudfront.net/gfmgivingfunds.jpg — 200 — 19.7 KiB — 15 ms — h2https://d25oniaj7o2jcw.cloudfront.net/hawaii.jpgd25oniaj7o2jcw.cloudfront.net/hawai... https://d25oniaj7o2jcw.cloudfront.net/hawaii.jpg — 200 — 24.6 KiB — 10 ms — h2https://d25oniaj7o2jcw.cloudfront.net/lupita.jpgd25oniaj7o2jcw.cloudfront.net/lupit... https://d25oniaj7o2jcw.cloudfront.net/lupita.jpg — 200 — 16.5 KiB — 13 ms — h2https://transcend-cdn.com/cm/8aaeb48f-a8e6-4725-820c-b18c4f7cd6cc/cm.csstranscend-cdn.com/cm/8aaeb48f-a8e6-... https://transcend-cdn.com/cm/8aaeb48f-a8e6-4725-820c-b18c4f7cd6cc/cm.css — 200 — 4.2 KiB — 33 ms — h3https://transcend-cdn.com/cm/8aaeb48f-a8e6-4725-820c-b18c4f7cd6cc/translations/en.jsontranscend-cdn.com/cm/8aaeb48f-a8e6-... https://transcend-cdn.com/cm/8aaeb48f-a8e6-4725-820c-b18c4f7cd6cc/translations/en.json — 200 — 2.7 KiB — 32 ms — h3https://connect.facebook.net/en_US/bundle/sdk.js/connect.facebook.net/en_US/bundle/s... https://connect.facebook.net/en_US/bundle/sdk.js/ — 200 — 77.8 KiB — 53 ms — h3https://graphql.gofundme.com/graphqlgraphql.gofundme.com/graphql https://graphql.gofundme.com/graphql — 200 — 3.5 KiB — 340 ms — h2https://www.googletagmanager.com/gtag/js?id=G-WF86BFEZ5L&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-WF86BFEZ5L&cx=c&gtm=4e64h1h1 — 200 — 174.1 KiB — 82 ms — h3https://www.googletagmanager.com/gtag/js?id=G-D71Z0789ZK&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-D71Z0789ZK&cx=c&gtm=4e64h1 — 200 — 156.4 KiB — 66 ms — h3https://www.googletagmanager.com/gtag/js?id=G-DE4PB0SD88&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-DE4PB0SD88&cx=c&gtm=4e64h1 — 200 — 156.9 KiB — 75 ms — h3https://cdn.optimizely.com/js/23507871404.jscdn.optimizely.com/js/23507871404.j... https://cdn.optimizely.com/js/23507871404.js — 200 — 94.0 KiB — 87 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-955875456&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-955875456&cx=c&gtm=4e64h1 — 200 — 147.0 KiB — 67 ms — h3https://www.googletagmanager.com/gtag/js?id=DC-13981538&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-13981538&cx=c&gtm=4e64h1 — 200 — 131.5 KiB — 64 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.gofundme.com%2F&scrsrc=www.googletagmanager.com&rnd=765331903.1776815147&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v9172018950za200zd9172018950xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776815147208&tfd=1542pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.gofundme.com%2F&scrsrc=www.googletagmanager.com&rnd=765331903.1776815147&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v9172018950za200zd9172018950xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776815147208&tfd=1542 — 200 — 21 B — 172 ms — h3https://mp-data.gofundme.com/webevents/v1/JS/us2-61f41b8a4f501a41901cf46e7710c5d3/Forwardingmp-data.gofundme.com/webevents/v1/J... https://mp-data.gofundme.com/webevents/v1/JS/us2-61f41b8a4f501a41901cf46e7710c5d3/Forwarding — 202 — 51 B — 358 ms — h2https://mp-data.gofundme.com/webevents/v1/JS/us2-61f41b8a4f501a41901cf46e7710c5d3/Forwardingmp-data.gofundme.com/webevents/v1/J... https://mp-data.gofundme.com/webevents/v1/JS/us2-61f41b8a4f501a41901cf46e7710c5d3/Forwarding — 202 — 51 B — 373 ms — h2https://mp-data.gofundme.com/webevents/v3/JS/us2-61f41b8a4f501a41901cf46e7710c5d3/eventsmp-data.gofundme.com/webevents/v3/J... https://mp-data.gofundme.com/webevents/v3/JS/us2-61f41b8a4f501a41901cf46e7710c5d3/events — 202 — 180 B — 283 ms — h2https://a14721270268.cdn.optimizely.com/client_storage/a14721270268.htmla14721270268.cdn.optimizely.com/cli... https://a14721270268.cdn.optimizely.com/client_storage/a14721270268.html — 200 — 1.6 KiB — 76 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-945652478&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-945652478&cx=c&gtm=4e64h1 — 200 — 144.5 KiB — 34 ms — h3https://mp-data.gofundme.com/webevents/v1/JS/us2-61f41b8a4f501a41901cf46e7710c5d3/Forwardingmp-data.gofundme.com/webevents/v1/J... https://mp-data.gofundme.com/webevents/v1/JS/us2-61f41b8a4f501a41901cf46e7710c5d3/Forwarding — 202 — 51 B — 354 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-WF86BFEZ5L&gtm=45je64h1v874449409za200zb6995711zd6995711&_p=1776815146862&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&ecid=1083294492&_geo=1&_rdi=1&are=1&cid=682357720.1776815147&ec_mode=a&frm=0&pscdl=denied&rcb=4&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117384406~117512542&dl=https%3A%2F%2Fwww.gofundme.com%2F&dr=&dt=GoFundMe%20%7C%20The%20%231%20Crowdfunding%20and%20Fundraising%20Platform&sid=1776815147&sct=1&seg=0&_tu=KA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.logged_in_state=logged%20out&ep.page_url=https%3A%2F%2Fwww.gofundme.com%2F&ep.platform_source=web%20client&up.preferred_language=en-us&tfd=1837region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-WF86BFEZ5L&gtm=45je64h1v874449409za200zb6995711zd6995711&_p=1776815146862&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&ecid=1083294492&_geo=1&_rdi=1&are=1&cid=682357720.1776815147&ec_mode=a&frm=0&pscdl=denied&rcb=4&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117384406~117512542&dl=https%3A%2F%2Fwww.gofundme.com%2F&dr=&dt=GoFundMe%20%7C%20The%20%231%20Crowdfunding%20and%20Fundraising%20Platform&sid=1776815147&sct=1&seg=0&_tu=KA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.logged_in_state=logged%20out&ep.page_url=https%3A%2F%2Fwww.gofundme.com%2F&ep.platform_source=web%20client&up.preferred_language=en-us&tfd=1837 — 204 — 550 B — 83 ms — h2https://mp-data.gofundme.com/webevents/v1/JS/us2-61f41b8a4f501a41901cf46e7710c5d3/Forwardingmp-data.gofundme.com/webevents/v1/J... https://mp-data.gofundme.com/webevents/v1/JS/us2-61f41b8a4f501a41901cf46e7710c5d3/Forwarding — 202 — 51 B — 371 ms — h2https://images.gofundme.com/wxAwjyRtHr9M4hwYwUo40G7g-Sg=/720x405/https://i.ytimg.com/vi/vuSxgaTBfwU/0.jpgimages.gofundme.com/wxAwjyRtHr9M4hw... https://images.gofundme.com/wxAwjyRtHr9M4hwYwUo40G7g-Sg=/720x405/https://i.ytimg.com/vi/vuSxgaTBfwU/0.jpg — 200 — 27.4 KiB — 22 ms — h2https://images.gofundme.com/3yH6tJVgMgwG6-ZQJABQ7bjkZkM=/720x405/https://d2g8igdw686xgo.cloudfront.net/101920569_1775064330283089_r.pngimages.gofundme.com/3yH6tJVgMgwG6-Z... https://images.gofundme.com/3yH6tJVgMgwG6-ZQJABQ7bjkZkM=/720x405/https://d2g8igdw686xgo.cloudfront.net/101920569_1775064330283089_r.png — 200 — 15.6 KiB — 23 ms — h2https://images.gofundme.com/EGLtI12uxYklWDVE46eF7bnd-cA=/720x405/https://d2g8igdw686xgo.cloudfront.net/102471959_1776541920819527_r.pngimages.gofundme.com/EGLtI12uxYklWDV... https://images.gofundme.com/EGLtI12uxYklWDVE46eF7bnd-cA=/720x405/https://d2g8igdw686xgo.cloudfront.net/102471959_1776541920819527_r.png — 200 — 31.2 KiB — 29 ms — h2https://images.gofundme.com/EDFcKZjDWOReg8yIwZFE24lshgc=/720x405/https://d2g8igdw686xgo.cloudfront.net/102504699_1776383961156919_r.jpgimages.gofundme.com/EDFcKZjDWOReg8y... https://images.gofundme.com/EDFcKZjDWOReg8yIwZFE24lshgc=/720x405/https://d2g8igdw686xgo.cloudfront.net/102504699_1776383961156919_r.jpg — 200 — 67.2 KiB — 23 ms — h2https://images.gofundme.com/XfFrFnxw-xj2_o0TZz_ApDAbRWo=/720x405/https://d2g8igdw686xgo.cloudfront.net/102537767_1776466204297565_r.pngimages.gofundme.com/XfFrFnxw-xj2_o0... https://images.gofundme.com/XfFrFnxw-xj2_o0TZz_ApDAbRWo=/720x405/https://d2g8igdw686xgo.cloudfront.net/102537767_1776466204297565_r.png — 200 — 51.0 KiB — 21 ms — h2https://images.gofundme.com/d3zLTKI_YfIFe5PmnKUiYEH8NpM=/720x405/https://d2g8igdw686xgo.cloudfront.net/102564343_1776541685737632_r.pngimages.gofundme.com/d3zLTKI_YfIFe5P... https://images.gofundme.com/d3zLTKI_YfIFe5PmnKUiYEH8NpM=/720x405/https://d2g8igdw686xgo.cloudfront.net/102564343_1776541685737632_r.png — 200 — 39.7 KiB — 27 ms — h2https://images.gofundme.com/ewOq9psbKdV4W3AxTZEvagsBZ24=/720x405/https://d2g8igdw686xgo.cloudfront.net/102587475_1776604955849851_r.pngimages.gofundme.com/ewOq9psbKdV4W3A... https://images.gofundme.com/ewOq9psbKdV4W3AxTZEvagsBZ24=/720x405/https://d2g8igdw686xgo.cloudfront.net/102587475_1776604955849851_r.png — 200 — 55.5 KiB — 18 ms — h2https://images.gofundme.com/HUvdmdm6deQktWNT1EpCVI26tEY=/720x405/https://d2g8igdw686xgo.cloudfront.net/102591117_1776619845617661_r.jpegimages.gofundme.com/HUvdmdm6deQktWN... https://images.gofundme.com/HUvdmdm6deQktWNT1EpCVI26tEY=/720x405/https://d2g8igdw686xgo.cloudfront.net/102591117_1776619845617661_r.jpeg — 200 — 35.2 KiB — 13 ms — h2https://images.gofundme.com/JfV-YECctKRqlRAOtWo7JsJlyiw=/720x405/https://d2g8igdw686xgo.cloudfront.net/102594169_1776621420129790_r.pngimages.gofundme.com/JfV-YECctKRqlRA... https://images.gofundme.com/JfV-YECctKRqlRAOtWo7JsJlyiw=/720x405/https://d2g8igdw686xgo.cloudfront.net/102594169_1776621420129790_r.png — 200 — 38.7 KiB — 17 ms — h2https://images.gofundme.com/zIv7i-oO5djxr1opo9jNX3mc4uc=/720x405/https://d2g8igdw686xgo.cloudfront.net/102599971_1776630186941407_r.pngimages.gofundme.com/zIv7i-oO5djxr1o... https://images.gofundme.com/zIv7i-oO5djxr1opo9jNX3mc4uc=/720x405/https://d2g8igdw686xgo.cloudfront.net/102599971_1776630186941407_r.png — 200 — 9.6 KiB — 19 ms — h2https://auth.gofundme.com/v1/auth/onetap/clientid/googleauth.gofundme.com/v1/auth/onetap/cl... https://auth.gofundme.com/v1/auth/onetap/clientid/google — 204 — 0 B — 114 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-D71Z0789ZK&gtm=45je64h1v9221224228z89172018950za20gzb9172018950zd9172018950&_p=1776815146862&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&are=1&cid=682357720.1776815147&frm=0&pscdl=denied&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512542~118128923&sid=1776815147&sct=1&seg=0&dl=https%3A%2F%2Fwww.gofundme.com%2F&dt=GoFundMe%20%7C%20The%20%231%20Crowdfunding%20and%20Fundraising%20Platform&_tu=KA&en=page_view&_fv=1&_ss=1&ep.gtm_container=GTM-PW9SXF3N&ep.webdriver=false&ep.ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&up.preferred_language=en-us&tfd=2017region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-D71Z0789ZK&gtm=45je64h1v9221224228z89172018950za20gzb9172018950zd9172018950&_p=1776815146862&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&are=1&cid=682357720.1776815147&frm=0&pscdl=denied&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512542~118128923&sid=1776815147&sct=1&seg=0&dl=https%3A%2F%2Fwww.gofundme.com%2F&dt=GoFundMe%20%7C%20The%20%231%20Crowdfunding%20and%20Fundraising%20Platform&_tu=KA&en=page_view&_fv=1&_ss=1&ep.gtm_container=GTM-PW9SXF3N&ep.webdriver=false&ep.ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&up.preferred_language=en-us&tfd=2017 — 204 — 48 B — 76 ms — h2https://auth.gofundme.com/v1/auth/onetap/clientid/googleauth.gofundme.com/v1/auth/onetap/cl... https://auth.gofundme.com/v1/auth/onetap/clientid/google — 200 — 569 B — 123 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-DE4PB0SD88&gtm=45je64h1v9250029075z89172018950za20gzb9172018950zd9172018950&_p=1776815146862&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&are=1&cid=682357720.1776815147&frm=0&pscdl=denied&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512542&dl=https%3A%2F%2Fwww.gofundme.com%2F&sid=1776815147&sct=1&seg=0&dt=GoFundMe%20%7C%20The%20%231%20Crowdfunding%20and%20Fundraising%20Platform&_tu=KA&en=page_view&_fv=1&_ss=1&ep.initial_gdid=4af1892c-9fbf-4c0d-8dd8-7c8a35ea8cd5&ep.current_gdid=4af1892c-9fbf-4c0d-8dd8-7c8a35ea8cd5&ep.otheruserid2=4af1892c-9fbf-4c0d-8dd8-7c8a35ea8cd5&ep.mp_deviceid=f9053ecf-aba1-4852-9141-3b592e168aad&up.preferred_language=en-us&tfd=2076region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-DE4PB0SD88&gtm=45je64h1v9250029075z89172018950za20gzb9172018950zd9172018950&_p=1776815146862&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&are=1&cid=682357720.1776815147&frm=0&pscdl=denied&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512542&dl=https%3A%2F%2Fwww.gofundme.com%2F&sid=1776815147&sct=1&seg=0&dt=GoFundMe%20%7C%20The%20%231%20Crowdfunding%20and%20Fundraising%20Platform&_tu=KA&en=page_view&_fv=1&_ss=1&ep.initial_gdid=4af1892c-9fbf-4c0d-8dd8-7c8a35ea8cd5&ep.current_gdid=4af1892c-9fbf-4c0d-8dd8-7c8a35ea8cd5&ep.otheruserid2=4af1892c-9fbf-4c0d-8dd8-7c8a35ea8cd5&ep.mp_deviceid=f9053ecf-aba1-4852-9141-3b592e168aad&up.preferred_language=en-us&tfd=2076 — 204 — 20 B — 70 ms — h3https://ade.googlesyndication.com/ddm/activity/src=13981538;type=gfm;cat=gfm_h00;rcb=2;ord=9930240607486;npa=1;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64h1v9172463074z89172018950za20gzb9172018950zd9172018950xea;gcs=G100;gcd=13p3pPp2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938465~115938468~117266401~118463261;epver=2;~oref=https%3A%2F%2Fwww.gofundme.com%2F?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=13981538;type=gfm;cat=gfm_h00;rcb=2;ord=9930240607486;npa=1;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64h1v9172463074z89172018950za20gzb9172018950zd9172018950xea;gcs=G100;gcd=13p3pPp2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938465~115938468~117266401~118463261;epver=2;~oref=https%3A%2F%2Fwww.gofundme.com%2F? — 302 — 763 B — 96 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fwww.gofundme.com%2F&scrsrc=www.googletagmanager.com&rnd=765331903.1776815147&navt=n&npa=1&_tu=CA&gtm=45fe64h1v9172463074z89172018950za20gzb9172018950zd9172018950xec&gcs=G100&gcd=13p3pPp2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266401~118463261&apve=1&apvf=f&apvc=0&tids=DC-13981538&tid=DC-13981538&tft=1776815147809&tfd=2143pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fwww.gofundme.com%2F&scrsrc=www.googletagmanager.com&rnd=765331903.1776815147&navt=n&npa=1&_tu=CA&gtm=45fe64h1v9172463074z89172018950za20gzb9172018950zd9172018950xec&gcs=G100&gcd=13p3pPp2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266401~118463261&apve=1&apvf=f&apvc=0&tids=DC-13981538&tid=DC-13981538&tft=1776815147809&tfd=2143 — 200 — 21 B — 134 ms — h3https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 664 B — 31 ms — h2https://accounts.google.com/gsi/log?client_id=915486944487-e7tbumhu6oko2j3b8nd49ibfi6l0979s.apps.googleusercontent.com&as=UOVGToBzs65h2s2EBjE7kFHFgtvLMyT4xyyEl6FgYPM&bs=KuMx4%2FsUxcIQi4LViq39kMDaRM2b9%2BZ2J0Y%2FhwZ9nVk&event=onetap.card.prompt.apiCall&enable_itp_optimization=22accounts.google.com/gsi/log?client_... https://accounts.google.com/gsi/log?client_id=915486944487-e7tbumhu6oko2j3b8nd49ibfi6l0979s.apps.googleusercontent.com&as=UOVGToBzs65h2s2EBjE7kFHFgtvLMyT4xyyEl6FgYPM&bs=KuMx4%2FsUxcIQi4LViq39kMDaRM2b9%2BZ2J0Y%2FhwZ9nVk&event=onetap.card.prompt.apiCall&enable_itp_optimization=22 — 200 — 23 B — 79 ms — h3https://ade.googlesyndication.com/ddm/activity/src=13981538;dc_pre=CIqe4p2QgJQDFTVoHQkd0VcRWQ;type=gfm;cat=gfm_h00;rcb=2;ord=9930240607486;npa=1;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64h1v9172463074z89172018950za20gzb9172018950zd9172018950xea;gcs=G100;gcd=13p3pPp2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938465~115938468~117266401~118463261;epver=2;~oref=https%3A%2F%2Fwww.gofundme.com%2F?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=13981538;dc_pre=CIqe4p2QgJQDFTVoHQkd0VcRWQ;type=gfm;cat=gfm_h00;rcb=2;ord=9930240607486;npa=1;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64h1v9172463074z89172018950za20gzb9172018950zd9172018950xea;gcs=G100;gcd=13p3pPp2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938465~115938468~117266401~118463261;epver=2;~oref=https%3A%2F%2Fwww.gofundme.com%2F? — 200 — 118 B — 33 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Fwww.gofundme.com%2F&scrsrc=www.googletagmanager.com&rnd=765331903.1776815147&navt=n&npa=1&gtm=45be64h1v9181645482z89172018950za20gzb9172018950zd9172018950xec&gcs=G100&gcd=13p3pPp2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-955875456~AW-17283755378&tid=AW-955875456&tft=1776815147904&tfd=2238pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Fwww.gofundme.com%2F&scrsrc=www.googletagmanager.com&rnd=765331903.1776815147&navt=n&npa=1&gtm=45be64h1v9181645482z89172018950za20gzb9172018950zd9172018950xec&gcs=G100&gcd=13p3pPp2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-955875456~AW-17283755378&tid=AW-955875456&tft=1776815147904&tfd=2238 — 200 — 21 B — 62 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=1&frm=0&ae=g&dl=https%3A%2F%2Fwww.gofundme.com%2F&scrsrc=www.googletagmanager.com&rnd=765331903.1776815147&navt=n&npa=1&_tu=CA&gtm=45be64h1v9181645482z89172018950za20gzb9172018950zd9172018950xea&gcs=G100&gcd=13p3pPp2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-955875456&tid=AW-955875456&tft=1776815147905&tfd=2239pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=1&frm=0&ae=g&dl=https%3A%2F%2Fwww.gofundme.com%2F&scrsrc=www.googletagmanager.com&rnd=765331903.1776815147&navt=n&npa=1&_tu=CA&gtm=45be64h1v9181645482z89172018950za20gzb9172018950zd9172018950xea&gcs=G100&gcd=13p3pPp2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-955875456&tid=AW-955875456&tft=1776815147905&tfd=2239 — 200 — 21 B — 69 ms — h3https://api.gofundme.com/geolocationapi.gofundme.com/geolocation https://api.gofundme.com/geolocation — 200 — 421 B — 5 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fwww.gofundme.com%2F&scrsrc=www.googletagmanager.com&rnd=765331903.1776815147&navt=n&npa=1&_tu=KA&gtm=45be64h1v9211269093z89172018950za20gzb9172018950zd9172018950xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938469~117266400~118463262&apve=1&apvf=f&apvc=0&tids=AW-945652478&tid=AW-945652478&tft=1776815148041&tfd=2374pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fwww.gofundme.com%2F&scrsrc=www.googletagmanager.com&rnd=765331903.1776815147&navt=n&npa=1&_tu=KA&gtm=45be64h1v9211269093z89172018950za20gzb9172018950zd9172018950xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938469~117266400~118463262&apve=1&apvf=f&apvc=0&tids=AW-945652478&tid=AW-945652478&tft=1776815148041&tfd=2374 — 200 — 21 B — 77 ms — h3https://www.gofundme.com/nextassets/shared/favicon.svgwww.gofundme.com/nextassets/shared/... https://www.gofundme.com/nextassets/shared/favicon.svg — 200 — 1.6 KiB — 7 ms — h2https://www.gofundme.com/nextassets/shared/favicon.icowww.gofundme.com/nextassets/shared/... https://www.gofundme.com/nextassets/shared/favicon.ico — 200 — 2.2 KiB — 5 ms — h2https://www.gofundme.com/ssr/_next/static/css/cc6d63e4aebdcc96.csswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/css/cc6d63e4aebdcc96.css — 200 — 0 B — 7 ms — h2https://www.gofundme.com/ssr/_next/static/css/2b6c172118f4462e.csswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/css/2b6c172118f4462e.css — 200 — 0 B — 8 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/ac262c97-05d574404bcbdf98.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/ac262c97-05d574404bcbdf98.js — 200 — 0 B — 12 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/42588-d040ce6d509650f2.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/42588-d040ce6d509650f2.js — 200 — 0 B — 10 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/17078-05f42f21a2ddfa37.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/17078-05f42f21a2ddfa37.js — 200 — 0 B — 10 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/1450-e9ef4acb6759dbcd.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/1450-e9ef4acb6759dbcd.js — 200 — 0 B — 10 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/39925-eccab221d95f61aa.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/39925-eccab221d95f61aa.js — 200 — 0 B — 10 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/41659-d73388a4319f0f8b.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/41659-d73388a4319f0f8b.js — 200 — 0 B — 18 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/41742-173f2680bcd5b921.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/41742-173f2680bcd5b921.js — 200 — 0 B — 18 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/76126-7cd9fcbf597e6f3e.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/76126-7cd9fcbf597e6f3e.js — 200 — 0 B — 21 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/46306-57d5caa0ff57f330.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/46306-57d5caa0ff57f330.js — 200 — 0 B — 23 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/pages/s-ae68de969a16dd64.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/pages/s-ae68de969a16dd64.js — 200 — 0 B — 26 ms — h2https://www.gofundme.com/ssr/_next/static/css/a7c8210fae90efbb.csswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/css/a7c8210fae90efbb.css — 200 — 11.8 KiB — 15 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/7f2d235d-4e9f44bf9f88e281.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/7f2d235d-4e9f44bf9f88e281.js — 200 — 0 B — 22 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/73042-c6a32713e731e3f4.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/73042-c6a32713e731e3f4.js — 200 — 0 B — 14 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/58469-c77adc429f80dff2.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/58469-c77adc429f80dff2.js — 200 — 0 B — 14 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/71858-65d2f2430778e12d.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/71858-65d2f2430778e12d.js — 200 — 0 B — 14 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/4044-6e78d960b51a5e0d.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/4044-6e78d960b51a5e0d.js — 200 — 0 B — 15 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/93529-d5790464b5f77d06.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/93529-d5790464b5f77d06.js — 200 — 0 B — 15 ms — h2https://www.gofundme.com/ssr/_next/static/chunks/pages/sign-in-afa017721eec1cd5.jswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/chunks/pages/sign-in-afa017721eec1cd5.js — 200 — 0 B — 14 ms — h2https://www.gofundme.com/ssr/_next/static/css/8cda6d34ec76a60f.csswww.gofundme.com/ssr/_next/static/c... https://www.gofundme.com/ssr/_next/static/css/8cda6d34ec76a60f.css — 200 — 1.4 KiB — 14 ms — h2https://ingress.us2.rum-ingress-coralogix.com/browser/v1beta/logsingress.us2.rum-ingress-coralogix.c... https://ingress.us2.rum-ingress-coralogix.com/browser/v1beta/logs — 200 — 0 B — 536 ms — h2https://ingress.us2.rum-ingress-coralogix.com/browser/v1beta/logsingress.us2.rum-ingress-coralogix.c... https://ingress.us2.rum-ingress-coralogix.com/browser/v1beta/logs — 200 — 137 B — 446 ms — h2https://ingress.us2.rum-ingress-coralogix.com/browser/v1beta/logsingress.us2.rum-ingress-coralogix.c... https://ingress.us2.rum-ingress-coralogix.com/browser/v1beta/logs — 200 — 73 B — 283 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1978ms · 1510KB · $37/mo
www.gofundme.com
Other
Costly
Execution 541ms
Transfer 44 KB
Monthly Cost $10/mo
www.gofundme.com
Other
Costly
Execution 539ms
Transfer 208 KB
Monthly Cost $10/mo
Unattributable
Other
Costly
Execution 202ms
Transfer 0 KB
Monthly Cost $4/mo
www.gofundme.com
Other
Optional
Execution 161ms
Transfer 403 KB
Unused 38%
Monthly Cost $3/mo
www.gofundme.com
Other
Optional
Execution 131ms
Transfer 43 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 105ms
Transfer 147 KB
Unused 43%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 82ms
Transfer 182 KB
Unused 35%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 156 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 56ms
Transfer 157 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 52ms
Transfer 131 KB
Unused 45%
Monthly Cost $1/mo
www.gofundme.com
Other
Optional
Execution 51ms
Transfer 38 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.gofundme.com adds 541ms and costs ~$10/month
  • www.gofundme.com adds 539ms and costs ~$10/month
  • Unattributable adds 202ms and costs ~$4/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.gofundme.com takes 541ms 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

www.gofundme.com takes 539ms 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

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