Skip to content
https://ushmm.org

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
68
GRADE
D
FIX
6
REVIEW
2
PASS
7
INFO
2

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

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

3.97 s

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

12.04 s

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

1.08 s

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

0.017

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

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

21.83 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
4.8 MB transferred, 142 requests
FIX
4.8 MB transferred, 142 requests
Critical::
Page weighs 10.1 MB (4.8 MB transferred)
Warning::
Images are 2.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.5 MB
Warning::
JavaScript is 1.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.8 MB
Info::
CSS is 221 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 221 KB
Info::
Fonts are 215 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 215 KB
Warning::
142 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.8 MB / 2.4 MB budget
4.8 MB transferred
142 requests
1.0 g CO2 per page load
Images 2.5 MiB 51%
JavaScript 1.8 MiB 37%
CSS 220.7 KiB 4%
Fonts 215.0 KiB 4%
HTML 96.9 KiB 2%
Other 32.0 KiB 1%
Other 5.3 KiB 0%
Other 893 B 0%
Other 26 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.8 MiB of 4.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
4086ms total JS execution
FIX
4086ms total JS execution
Warning::
https://www.ushmm.org/: 1149ms CPU time
Warning::
Unattributable: 613ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WFX...: 421ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-VPB7...: 351ms CPU time
Warning::
https://cdn.fundraiseup.com/widget/AJWTXXUN: 297ms CPU time
Warning::
Third-party scripts: 4086ms (100% of total)

Main Thread Breakdown

Script Evaluation 57% Other 15% Script Parsing & Compilation 13% Style & Layout 10%
ScriptTotalScriptingParse/CompileParty
https://www.ushmm.org/1149ms550ms2ms3rd
Unattributable613ms96ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WFXT2L421ms323ms59ms3rd
https://www.googletagmanager.com/gtag/js?id=G-VPB7TCSPQN&cx=c&gtm=4e64h1351ms308ms40ms3rd
https://cdn.fundraiseup.com/widget/AJWTXXUN297ms251ms37ms3rd
https://static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js217ms193ms24ms3rd
https://static.fundraiseup.com/checkout.9e2624d0be733d7f.js151ms2ms149ms3rd
https://static.fundraiseup.com/link-v2.0cc05dda47c51ab7.js140ms127ms0ms3rd
https://connect.facebook.net/en_US/fbevents.js131ms93ms36ms3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js129ms108ms18ms3rd

Showing top 10 of 15 scripts

F
JS Bundles
Action
75 scripts, 894 KB unused
FIX
75 scripts, 894 KB unused
Warning::
https://static.fundraiseup.com/checkout.9e2624d0be...: 366 KB unused (89%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.fundraiseup.com/checkout-sentry-ven...: 112 KB unused (100%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.fundraiseup.com/checkout-vendors.78...: 87 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WFX...: 66 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.ushmm.org/_nuxt/lzfvQr5U.js: 61 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 894 KB
894 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://static.fundraiseup.com/checkout.9e2624d0be733d7f.js410 KB366 KB (89%)3rd
https://static.fundraiseup.com/checkout-sentry-vendor.dda4c7629502a974.js112 KB112 KB (100%)3rd
https://static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js105 KB87 KB (83%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WFXT2L174 KB66 KB (38%)3rd
https://www.ushmm.org/_nuxt/lzfvQr5U.js158 KB61 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=G-VPB7TCSPQN&cx=c&gtm=4e64h1179 KB60 KB (33%)3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js57 KB38 KB (67%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB34 KB (36%)3rd
https://client.rum.us-east-1.amazonaws.com/1.16.1/cwr.js56 KB28 KB (50%)3rd
https://static.fundraiseup.com/checkout-styles.fab72e48733dfd10.js22 KB22 KB (100%)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
142 resources · 4.8 MB · 894 KB savings available
FIX
142 resources · 4.8 MB · 894 KB savings available
Warning::
Page weight 3.8 MB over 1MB target
Got: 4.8 MB Expected: ≤ 1 MB
Info::
~894 KB of savings available
Warning::
141 third-party resources (100% of weight)
Info::
4 resources over 200KB
142 resources · 4.8 MiB · 141 third-party 3.8 MiB over 1MB target
Image 51% · 2.5 MiB
JavaScript 37% · 1.8 MiB
CSS 5% · 224.8 KiB
Font 4% · 215.0 KiB
Document 2% · 97.4 KiB
Other 0% · 7.5 KiB

~894.4 KiB of savings available

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

No Cache-Control header

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

B
Image Optimization
15 images, 0 KB saveable
REVIEW
15 images, 0 KB saveable
Info::
All images are well-optimized
15 images 2.5 MB
0 oversized -0 KB
8 legacy format
0 missing dimensions CLS risk
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
9 fonts (215 KB)
PASS
9 fonts (215 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

215 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.0 s LCP 12.0 shttps://www.ushmm.org/_nuxt/Roboto-Regular.O_uLd9LP.woff2Roboto-Regular.O_uLd9LP... https://www.ushmm.org/_nuxt/Roboto-Regular.O_uLd9LP.woff2 — 50.0 KiB — 43 ms — font-display: swaphttps://www.ushmm.org/_nuxt/Roboto-Bold.Dme6qf3d.woff2Roboto-Bold.Dme6qf3d.woff2 https://www.ushmm.org/_nuxt/Roboto-Bold.Dme6qf3d.woff2 — 49.8 KiB — 44 ms — font-display: swaphttps://www.ushmm.org/_nuxt/Roboto-Light.jMPKAg9b.woff2Roboto-Light.jMPKAg9b.w... https://www.ushmm.org/_nuxt/Roboto-Light.jMPKAg9b.woff2 — 49.7 KiB — 26 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AADK8AA0AAAAAZoQAADJqAAEztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AADK8AA0AAAAAZoQAADJqAAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 12.7 KiB — 19 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AABOYAAsAAAAAIpgAABNLAAEztgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AABOYAAsAAAAAIpgAABNLAAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 4.9 KiB — 20 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AAEhkAA0AAAAAoDQAAEgTAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AAEhkAA0AAAAAoDQAAEgTAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA… — 18.1 KiB — 18 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AABdwAAsAAAAAJzAAABckAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AABdwAAsAAAAAJzAAABckAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA… — 5.9 KiB — 19 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AAEiAAA0AAAAAoEgAAEguAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AAEiAAA0AAAAAoEgAAEguAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA… — 18.1 KiB — 17 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AABd8AAsAAAAAJzQAABcyAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AABd8AAsAAAAAJzQAABcyAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA… — 5.9 KiB — 18 ms — font-display: swap
Roboto-Regular.O_uLd9LP... woff2 swap
Size 50 KB
Load time 43 ms
Start 602 ms
Risk FOUT — text flashes from fallback to web font
Roboto-Bold.Dme6qf3d.woff2 woff2 swap
Size 50 KB
Load time 44 ms
Start 602 ms
Risk FOUT — text flashes from fallback to web font
Roboto-Light.jMPKAg9b.w... woff2 swap
Size 50 KB
Load time 26 ms
Start 621 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 13 KB
Load time 19 ms
Start 698 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 5 KB
Load time 20 ms
Start 698 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 18 KB
Load time 18 ms
Start 700 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 6 KB
Load time 19 ms
Start 700 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 18 KB
Load time 17 ms
Start 703 ms
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 6 KB
Load time 18 ms
Start 703 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
21 hints, 0 missing preconnects
PASS
21 hints, 0 missing preconnects
Info::
Page uses 21 resource hint(s)

Current Resource Hints

preconnect
preload
1
dns-prefetch
1
prefetch
+9
19

21 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
142 requests over 2627ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.0 s LCP 12.0 shttps://ushmm.org// https://ushmm.org/ — 302 — 92 B — 416 ms — h2https://www.ushmm.org/www.ushmm.org/ https://www.ushmm.org/ — 200 — 96.9 KiB — 88 ms — h2https://www.ushmm.org/_nuxt/entry.NvNuPTt-.csswww.ushmm.org/_nuxt/entry.NvNuPTt-.... https://www.ushmm.org/_nuxt/entry.NvNuPTt-.css — 200 — 13.3 KiB — 21 ms — h2https://cloud.typography.com/683468/690822/css/fonts.csscloud.typography.com/683468/690822/... https://cloud.typography.com/683468/690822/css/fonts.css — 302 — 435 B — 106 ms — http/1.1https://www.ushmm.org/_nuxt/lzfvQr5U.jswww.ushmm.org/_nuxt/lzfvQr5U.js https://www.ushmm.org/_nuxt/lzfvQr5U.js — 200 — 157.9 KiB — 56 ms — h2https://www.ushmm.org/_nuxt/C4KRdQHH.jswww.ushmm.org/_nuxt/C4KRdQHH.js https://www.ushmm.org/_nuxt/C4KRdQHH.js — 200 — 647 B — 39 ms — h2https://www.ushmm.org/_nuxt/Ct3mCDcb.jswww.ushmm.org/_nuxt/Ct3mCDcb.js https://www.ushmm.org/_nuxt/Ct3mCDcb.js — 200 — 1.8 KiB — 49 ms — h2https://www.ushmm.org/_nuxt/CfAPo8d8.jswww.ushmm.org/_nuxt/CfAPo8d8.js https://www.ushmm.org/_nuxt/CfAPo8d8.js — 200 — 1.3 KiB — 41 ms — h2https://www.ushmm.org/_nuxt/CiLPtyWc.jswww.ushmm.org/_nuxt/CiLPtyWc.js https://www.ushmm.org/_nuxt/CiLPtyWc.js — 200 — 1.1 KiB — 48 ms — h2https://www.ushmm.org/_nuxt/BZkpvrdC.jswww.ushmm.org/_nuxt/BZkpvrdC.js https://www.ushmm.org/_nuxt/BZkpvrdC.js — 200 — 743 B — 39 ms — h2https://www.ushmm.org/_nuxt/B1CO5n1T.jswww.ushmm.org/_nuxt/B1CO5n1T.js https://www.ushmm.org/_nuxt/B1CO5n1T.js — 200 — 1.8 KiB — 43 ms — h2https://www.ushmm.org/_nuxt/CRh97r5C.jswww.ushmm.org/_nuxt/CRh97r5C.js https://www.ushmm.org/_nuxt/CRh97r5C.js — 200 — 1.0 KiB — 42 ms — h2https://www.ushmm.org/_nuxt/C0WCJT4l.jswww.ushmm.org/_nuxt/C0WCJT4l.js https://www.ushmm.org/_nuxt/C0WCJT4l.js — 200 — 1.1 KiB — 47 ms — h2https://www.ushmm.org/_nuxt/BlgDxvbc.jswww.ushmm.org/_nuxt/BlgDxvbc.js https://www.ushmm.org/_nuxt/BlgDxvbc.js — 200 — 1.4 KiB — 87 ms — h2https://www.ushmm.org/_nuxt/CKRL9HJu.jswww.ushmm.org/_nuxt/CKRL9HJu.js https://www.ushmm.org/_nuxt/CKRL9HJu.js — 200 — 1.1 KiB — 86 ms — h2https://www.ushmm.org/_nuxt/CK3ntze5.jswww.ushmm.org/_nuxt/CK3ntze5.js https://www.ushmm.org/_nuxt/CK3ntze5.js — 200 — 1.3 KiB — 690 ms — h2https://www.ushmm.org/_nuxt/CJ6S-N0-.jswww.ushmm.org/_nuxt/CJ6S-N0-.js https://www.ushmm.org/_nuxt/CJ6S-N0-.js — 200 — 1.2 KiB — 825 ms — h2https://www.ushmm.org/_nuxt/l9S445tP.jswww.ushmm.org/_nuxt/l9S445tP.js https://www.ushmm.org/_nuxt/l9S445tP.js — 200 — 1.2 KiB — 1.7 s — h2https://www.ushmm.org/_nuxt/COXKIakS.jswww.ushmm.org/_nuxt/COXKIakS.js https://www.ushmm.org/_nuxt/COXKIakS.js — 200 — 2.3 KiB — 798 ms — h2https://www.ushmm.org/_nuxt/CNcGIgmz.jswww.ushmm.org/_nuxt/CNcGIgmz.js https://www.ushmm.org/_nuxt/CNcGIgmz.js — 200 — 759 B — 120 ms — h2https://www.ushmm.org/_nuxt/BHhdQXDh.jswww.ushmm.org/_nuxt/BHhdQXDh.js https://www.ushmm.org/_nuxt/BHhdQXDh.js — 200 — 21.6 KiB — 120 ms — h2https://www.ushmm.org/_nuxt/CvsgAqM8.jswww.ushmm.org/_nuxt/CvsgAqM8.js https://www.ushmm.org/_nuxt/CvsgAqM8.js — 200 — 1.1 KiB — 1.7 s — h2https://www.ushmm.org/_nuxt/CltKs4Ih.jswww.ushmm.org/_nuxt/CltKs4Ih.js https://www.ushmm.org/_nuxt/CltKs4Ih.js — 200 — 1.4 KiB — 756 ms — h2https://www.ushmm.org/_nuxt/BlGKzYxo.jswww.ushmm.org/_nuxt/BlGKzYxo.js https://www.ushmm.org/_nuxt/BlGKzYxo.js — 200 — 1.8 KiB — 85 ms — h2https://www.ushmm.org/assets/images/USHMM_White.webpwww.ushmm.org/assets/images/USHMM_W... https://www.ushmm.org/assets/images/USHMM_White.webp — 200 — 6.2 KiB — 120 ms — h2https://www.ushmm.org/adaptivemedia/rendition?id=ade83a333878c4da7a67658bd25c4aaeb0c6ae58&op=webp&wd=800www.ushmm.org/adaptivemedia/renditi... https://www.ushmm.org/adaptivemedia/rendition?id=ade83a333878c4da7a67658bd25c4aaeb0c6ae58&op=webp&wd=800 — 200 — 420.6 KiB — 132 ms — h2https://www.ushmm.org/adaptivemedia/rendition?id=552f21e816ff3bdb7446fa6170431ba008316abb&op=webp&wd=800www.ushmm.org/adaptivemedia/renditi... https://www.ushmm.org/adaptivemedia/rendition?id=552f21e816ff3bdb7446fa6170431ba008316abb&op=webp&wd=800 — 200 — 471.2 KiB — 126 ms — h2https://www.ushmm.org/adaptivemedia/rendition?id=5a64554807b0fcc21193f4ab4e66679b2c73ff89&op=webp&wd=800www.ushmm.org/adaptivemedia/renditi... https://www.ushmm.org/adaptivemedia/rendition?id=5a64554807b0fcc21193f4ab4e66679b2c73ff89&op=webp&wd=800 — 200 — 58.2 KiB — 68 ms — h2https://www.ushmm.org/adaptivemedia/rendition?id=f826c8e0d6f02ebcc4604d91288d37eb623c3928&op=webp&wd=800www.ushmm.org/adaptivemedia/renditi... https://www.ushmm.org/adaptivemedia/rendition?id=f826c8e0d6f02ebcc4604d91288d37eb623c3928&op=webp&wd=800 — 200 — 186.5 KiB — 83 ms — h2https://www.ushmm.org/_nuxt/builds/meta/cb2fca37-447b-4d14-9173-1f2fb4998fb0.jsonwww.ushmm.org/_nuxt/builds/meta/cb2... https://www.ushmm.org/_nuxt/builds/meta/cb2fca37-447b-4d14-9173-1f2fb4998fb0.json — 200 — 739 B — 116 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.0 s LCP 12.0 shttps://ushmm.org// https://ushmm.org/ — 302 — 92 B — 416 ms — h2https://www.ushmm.org/www.ushmm.org/ https://www.ushmm.org/ — 200 — 96.9 KiB — 88 ms — h2https://www.ushmm.org/_nuxt/entry.NvNuPTt-.csswww.ushmm.org/_nuxt/entry.NvNuPTt-.... https://www.ushmm.org/_nuxt/entry.NvNuPTt-.css — 200 — 13.3 KiB — 21 ms — h2https://cloud.typography.com/683468/690822/css/fonts.csscloud.typography.com/683468/690822/... https://cloud.typography.com/683468/690822/css/fonts.css — 302 — 435 B — 106 ms — http/1.1https://www.ushmm.org/_nuxt/lzfvQr5U.jswww.ushmm.org/_nuxt/lzfvQr5U.js https://www.ushmm.org/_nuxt/lzfvQr5U.js — 200 — 157.9 KiB — 56 ms — h2https://www.ushmm.org/_nuxt/C4KRdQHH.jswww.ushmm.org/_nuxt/C4KRdQHH.js https://www.ushmm.org/_nuxt/C4KRdQHH.js — 200 — 647 B — 39 ms — h2https://www.ushmm.org/_nuxt/Ct3mCDcb.jswww.ushmm.org/_nuxt/Ct3mCDcb.js https://www.ushmm.org/_nuxt/Ct3mCDcb.js — 200 — 1.8 KiB — 49 ms — h2https://www.ushmm.org/_nuxt/CfAPo8d8.jswww.ushmm.org/_nuxt/CfAPo8d8.js https://www.ushmm.org/_nuxt/CfAPo8d8.js — 200 — 1.3 KiB — 41 ms — h2https://www.ushmm.org/_nuxt/CiLPtyWc.jswww.ushmm.org/_nuxt/CiLPtyWc.js https://www.ushmm.org/_nuxt/CiLPtyWc.js — 200 — 1.1 KiB — 48 ms — h2https://www.ushmm.org/_nuxt/BZkpvrdC.jswww.ushmm.org/_nuxt/BZkpvrdC.js https://www.ushmm.org/_nuxt/BZkpvrdC.js — 200 — 743 B — 39 ms — h2https://www.ushmm.org/_nuxt/B1CO5n1T.jswww.ushmm.org/_nuxt/B1CO5n1T.js https://www.ushmm.org/_nuxt/B1CO5n1T.js — 200 — 1.8 KiB — 43 ms — h2https://www.ushmm.org/_nuxt/CRh97r5C.jswww.ushmm.org/_nuxt/CRh97r5C.js https://www.ushmm.org/_nuxt/CRh97r5C.js — 200 — 1.0 KiB — 42 ms — h2https://www.ushmm.org/_nuxt/C0WCJT4l.jswww.ushmm.org/_nuxt/C0WCJT4l.js https://www.ushmm.org/_nuxt/C0WCJT4l.js — 200 — 1.1 KiB — 47 ms — h2https://www.ushmm.org/_nuxt/BlgDxvbc.jswww.ushmm.org/_nuxt/BlgDxvbc.js https://www.ushmm.org/_nuxt/BlgDxvbc.js — 200 — 1.4 KiB — 87 ms — h2https://www.ushmm.org/_nuxt/CKRL9HJu.jswww.ushmm.org/_nuxt/CKRL9HJu.js https://www.ushmm.org/_nuxt/CKRL9HJu.js — 200 — 1.1 KiB — 86 ms — h2https://www.ushmm.org/_nuxt/CK3ntze5.jswww.ushmm.org/_nuxt/CK3ntze5.js https://www.ushmm.org/_nuxt/CK3ntze5.js — 200 — 1.3 KiB — 690 ms — h2https://www.ushmm.org/_nuxt/CJ6S-N0-.jswww.ushmm.org/_nuxt/CJ6S-N0-.js https://www.ushmm.org/_nuxt/CJ6S-N0-.js — 200 — 1.2 KiB — 825 ms — h2https://www.ushmm.org/_nuxt/l9S445tP.jswww.ushmm.org/_nuxt/l9S445tP.js https://www.ushmm.org/_nuxt/l9S445tP.js — 200 — 1.2 KiB — 1.7 s — h2https://www.ushmm.org/_nuxt/COXKIakS.jswww.ushmm.org/_nuxt/COXKIakS.js https://www.ushmm.org/_nuxt/COXKIakS.js — 200 — 2.3 KiB — 798 ms — h2https://www.ushmm.org/_nuxt/CNcGIgmz.jswww.ushmm.org/_nuxt/CNcGIgmz.js https://www.ushmm.org/_nuxt/CNcGIgmz.js — 200 — 759 B — 120 ms — h2https://www.ushmm.org/_nuxt/BHhdQXDh.jswww.ushmm.org/_nuxt/BHhdQXDh.js https://www.ushmm.org/_nuxt/BHhdQXDh.js — 200 — 21.6 KiB — 120 ms — h2https://www.ushmm.org/_nuxt/CvsgAqM8.jswww.ushmm.org/_nuxt/CvsgAqM8.js https://www.ushmm.org/_nuxt/CvsgAqM8.js — 200 — 1.1 KiB — 1.7 s — h2https://www.ushmm.org/_nuxt/CltKs4Ih.jswww.ushmm.org/_nuxt/CltKs4Ih.js https://www.ushmm.org/_nuxt/CltKs4Ih.js — 200 — 1.4 KiB — 756 ms — h2https://www.ushmm.org/_nuxt/BlGKzYxo.jswww.ushmm.org/_nuxt/BlGKzYxo.js https://www.ushmm.org/_nuxt/BlGKzYxo.js — 200 — 1.8 KiB — 85 ms — h2https://www.ushmm.org/assets/images/USHMM_White.webpwww.ushmm.org/assets/images/USHMM_W... https://www.ushmm.org/assets/images/USHMM_White.webp — 200 — 6.2 KiB — 120 ms — h2https://www.ushmm.org/adaptivemedia/rendition?id=ade83a333878c4da7a67658bd25c4aaeb0c6ae58&op=webp&wd=800www.ushmm.org/adaptivemedia/renditi... https://www.ushmm.org/adaptivemedia/rendition?id=ade83a333878c4da7a67658bd25c4aaeb0c6ae58&op=webp&wd=800 — 200 — 420.6 KiB — 132 ms — h2https://www.ushmm.org/adaptivemedia/rendition?id=552f21e816ff3bdb7446fa6170431ba008316abb&op=webp&wd=800www.ushmm.org/adaptivemedia/renditi... https://www.ushmm.org/adaptivemedia/rendition?id=552f21e816ff3bdb7446fa6170431ba008316abb&op=webp&wd=800 — 200 — 471.2 KiB — 126 ms — h2https://www.ushmm.org/adaptivemedia/rendition?id=5a64554807b0fcc21193f4ab4e66679b2c73ff89&op=webp&wd=800www.ushmm.org/adaptivemedia/renditi... https://www.ushmm.org/adaptivemedia/rendition?id=5a64554807b0fcc21193f4ab4e66679b2c73ff89&op=webp&wd=800 — 200 — 58.2 KiB — 68 ms — h2https://www.ushmm.org/adaptivemedia/rendition?id=f826c8e0d6f02ebcc4604d91288d37eb623c3928&op=webp&wd=800www.ushmm.org/adaptivemedia/renditi... https://www.ushmm.org/adaptivemedia/rendition?id=f826c8e0d6f02ebcc4604d91288d37eb623c3928&op=webp&wd=800 — 200 — 186.5 KiB — 83 ms — h2https://www.ushmm.org/_nuxt/builds/meta/cb2fca37-447b-4d14-9173-1f2fb4998fb0.jsonwww.ushmm.org/_nuxt/builds/meta/cb2... https://www.ushmm.org/_nuxt/builds/meta/cb2fca37-447b-4d14-9173-1f2fb4998fb0.json — 200 — 739 B — 116 ms — h2https://www.ushmm.org/adaptivemedia/rendition?id=9cb5eb8a53e1c33b8d4f757e9db4e1199c78a667&op=webp&wd=800www.ushmm.org/adaptivemedia/renditi... https://www.ushmm.org/adaptivemedia/rendition?id=9cb5eb8a53e1c33b8d4f757e9db4e1199c78a667&op=webp&wd=800 — 200 — 94.8 KiB — 114 ms — h2https://www.ushmm.org/_nuxt/Item.BEGMihwZ.csswww.ushmm.org/_nuxt/Item.BEGMihwZ.c... https://www.ushmm.org/_nuxt/Item.BEGMihwZ.css — 200 — 1.2 KiB — 116 ms — h2https://www.ushmm.org/_nuxt/Mf96Nizx.jswww.ushmm.org/_nuxt/Mf96Nizx.js https://www.ushmm.org/_nuxt/Mf96Nizx.js — 200 — 2.0 KiB — 114 ms — h2https://www.ushmm.org/_nuxt/Asset.CVSfLQar.csswww.ushmm.org/_nuxt/Asset.CVSfLQar.... https://www.ushmm.org/_nuxt/Asset.CVSfLQar.css — 200 — 1.7 KiB — 114 ms — h2https://www.ushmm.org/_nuxt/B7jEkUPD.jswww.ushmm.org/_nuxt/B7jEkUPD.js https://www.ushmm.org/_nuxt/B7jEkUPD.js — 200 — 4.4 KiB — 114 ms — h2https://www.ushmm.org/_nuxt/C0SqrbiV.jswww.ushmm.org/_nuxt/C0SqrbiV.js https://www.ushmm.org/_nuxt/C0SqrbiV.js — 200 — 2.8 KiB — 114 ms — h2https://www.ushmm.org/_nuxt/DtyTfP4K.jswww.ushmm.org/_nuxt/DtyTfP4K.js https://www.ushmm.org/_nuxt/DtyTfP4K.js — 200 — 816 B — 114 ms — h2https://www.ushmm.org/_nuxt/BMeO2OvB.jswww.ushmm.org/_nuxt/BMeO2OvB.js https://www.ushmm.org/_nuxt/BMeO2OvB.js — 200 — 1.1 KiB — 112 ms — h2https://www.ushmm.org/_nuxt/DCWk3ANS.jswww.ushmm.org/_nuxt/DCWk3ANS.js https://www.ushmm.org/_nuxt/DCWk3ANS.js — 200 — 1.4 KiB — 113 ms — h2https://www.ushmm.org/_nuxt/Input.CjX4idUD.csswww.ushmm.org/_nuxt/Input.CjX4idUD.... https://www.ushmm.org/_nuxt/Input.CjX4idUD.css — 200 — 1.1 KiB — 113 ms — h2https://www.ushmm.org/_nuxt/CG6R9O3I.jswww.ushmm.org/_nuxt/CG6R9O3I.js https://www.ushmm.org/_nuxt/CG6R9O3I.js — 200 — 2.0 KiB — 113 ms — h2https://www.ushmm.org/_nuxt/DVaYzqA8.jswww.ushmm.org/_nuxt/DVaYzqA8.js https://www.ushmm.org/_nuxt/DVaYzqA8.js — 200 — 1.5 KiB — 113 ms — h2https://www.ushmm.org/_nuxt/BriU5cj5.jswww.ushmm.org/_nuxt/BriU5cj5.js https://www.ushmm.org/_nuxt/BriU5cj5.js — 200 — 1.4 KiB — 113 ms — h2https://www.ushmm.org/_nuxt/BO4m_c3I.jswww.ushmm.org/_nuxt/BO4m_c3I.js https://www.ushmm.org/_nuxt/BO4m_c3I.js — 200 — 1.3 KiB — 113 ms — h2https://www.ushmm.org/_nuxt/ChCn-W5x.jswww.ushmm.org/_nuxt/ChCn-W5x.js https://www.ushmm.org/_nuxt/ChCn-W5x.js — 200 — 1.4 KiB — 113 ms — h2https://www.ushmm.org/_nuxt/DBgxbnLm.jswww.ushmm.org/_nuxt/DBgxbnLm.js https://www.ushmm.org/_nuxt/DBgxbnLm.js — 200 — 685 B — 113 ms — h2https://www.ushmm.org/_nuxt/BKbUJhmO.jswww.ushmm.org/_nuxt/BKbUJhmO.js https://www.ushmm.org/_nuxt/BKbUJhmO.js — 200 — 1.1 KiB — 114 ms — h2https://www.ushmm.org/_nuxt/CuWBumfZ.jswww.ushmm.org/_nuxt/CuWBumfZ.js https://www.ushmm.org/_nuxt/CuWBumfZ.js — 200 — 1.2 KiB — 114 ms — h2https://www.ushmm.org/_nuxt/CIvVvhh1.jswww.ushmm.org/_nuxt/CIvVvhh1.js https://www.ushmm.org/_nuxt/CIvVvhh1.js — 200 — 1.3 KiB — 114 ms — h2https://www.ushmm.org/_nuxt/BiC5n8FK.jswww.ushmm.org/_nuxt/BiC5n8FK.js https://www.ushmm.org/_nuxt/BiC5n8FK.js — 200 — 877 B — 114 ms — h2https://www.ushmm.org/assets/images/concrete.webpwww.ushmm.org/assets/images/concret... https://www.ushmm.org/assets/images/concrete.webp — 200 — 7.1 KiB — 80 ms — h2https://assets.swoogo.com/uploads/medium/6412868-6986423988b09.jpgassets.swoogo.com/uploads/medium/64... https://assets.swoogo.com/uploads/medium/6412868-6986423988b09.jpg — 200 — 184.2 KiB — 179 ms — h2https://assets.swoogo.com/uploads/medium/6768640-69cbfb2d5ab83.pngassets.swoogo.com/uploads/medium/67... https://assets.swoogo.com/uploads/medium/6768640-69cbfb2d5ab83.png — 200 — 1.1 MiB — 187 ms — h2https://www.ushmm.org/_nuxt/Roboto-Regular.O_uLd9LP.woff2www.ushmm.org/_nuxt/Roboto-Regular.... https://www.ushmm.org/_nuxt/Roboto-Regular.O_uLd9LP.woff2 — 200 — 50.0 KiB — 43 ms — h2https://www.ushmm.org/_nuxt/Roboto-Bold.Dme6qf3d.woff2www.ushmm.org/_nuxt/Roboto-Bold.Dme... https://www.ushmm.org/_nuxt/Roboto-Bold.Dme6qf3d.woff2 — 200 — 49.8 KiB — 44 ms — h2https://www.ushmm.org/_nuxt/Roboto-Light.jMPKAg9b.woff2www.ushmm.org/_nuxt/Roboto-Light.jM... https://www.ushmm.org/_nuxt/Roboto-Light.jMPKAg9b.woff2 — 200 — 49.7 KiB — 26 ms — h2https://www.ushmm.org/webfonts/706263/26568DC95EE9D26C4.csswww.ushmm.org/webfonts/706263/26568... https://www.ushmm.org/webfonts/706263/26568DC95EE9D26C4.css — 200 — 184.6 KiB — 29 ms — h2https://www.ushmm.org/_nuxt/CTABanner.DRokHn9f.csswww.ushmm.org/_nuxt/CTABanner.DRokH... https://www.ushmm.org/_nuxt/CTABanner.DRokHn9f.css — 200 — 1.0 KiB — 21 ms — h2https://www.ushmm.org/_nuxt/PageContentHome.BFsNO9M_.csswww.ushmm.org/_nuxt/PageContentHome... https://www.ushmm.org/_nuxt/PageContentHome.BFsNO9M_.css — 200 — 1.5 KiB — 26 ms — h2https://www.ushmm.org/_nuxt/index.WsesdaYT.csswww.ushmm.org/_nuxt/index.WsesdaYT.... https://www.ushmm.org/_nuxt/index.WsesdaYT.css — 200 — 750 B — 27 ms — h2data:application/x-font-woff2;base64,d09GMk9UVE8AADK8AA0AAAAAZoQAADJqAAEztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AADK8AA0AAAAAZoQAADJqAAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 12.7 KiB — 19 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABOYAAsAAAAAIpgAABNLAAEztgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABOYAAsAAAAAIpgAABNLAAEztgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 4.9 KiB — 20 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AAEhkAA0AAAAAoDQAAEgTAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AAEhkAA0AAAAAoDQAAEgTAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 18.1 KiB — 18 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABdwAAsAAAAAJzAAABckAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABdwAAsAAAAAJzAAABckAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 5.9 KiB — 19 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AAEiAAA0AAAAAoEgAAEguAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AAEiAAA0AAAAAoEgAAEguAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 18.1 KiB — 17 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABd8AAsAAAAAJzQAABcyAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABd8AAsAAAAAJzQAABcyAAEzdQAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 5.9 KiB — 18 ms — datahttps://www.googletagmanager.com/gtm.js?id=GTM-WFXT2Lwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WFXT2L — 200 — 174.4 KiB — 161 ms — h2https://pv728zpbea.execute-api.us-east-1.amazonaws.com/path/7iR6UNFfmpupm6wgsJlKfmpv728zpbea.execute-api.us-east-1.am... https://pv728zpbea.execute-api.us-east-1.amazonaws.com/path/7iR6UNFfmpupm6wgsJlKfm — 200 — 253 B — 444 ms — h2https://www.ushmm.org/_nuxt/Hero.DFtQ5uc_.csswww.ushmm.org/_nuxt/Hero.DFtQ5uc_.c... https://www.ushmm.org/_nuxt/Hero.DFtQ5uc_.css — 200 — 1.3 KiB — 20 ms — h2https://www.ushmm.org/_nuxt/PromoItem.CH2Q3VFf.csswww.ushmm.org/_nuxt/PromoItem.CH2Q3... https://www.ushmm.org/_nuxt/PromoItem.CH2Q3VFf.css — 200 — 1.3 KiB — 20 ms — h2https://www.ushmm.org/_nuxt/MultiPromo.DvGtFuPO.csswww.ushmm.org/_nuxt/MultiPromo.DvGt... https://www.ushmm.org/_nuxt/MultiPromo.DvGtFuPO.css — 200 — 1.3 KiB — 20 ms — h2https://www.ushmm.org/_nuxt/VisitItem.C-ble0BE.csswww.ushmm.org/_nuxt/VisitItem.C-ble... https://www.ushmm.org/_nuxt/VisitItem.C-ble0BE.css — 200 — 1.1 KiB — 19 ms — h2https://www.ushmm.org/_nuxt/Visit.BYQjkHup.csswww.ushmm.org/_nuxt/Visit.BYQjkHup.... https://www.ushmm.org/_nuxt/Visit.BYQjkHup.css — 200 — 1.1 KiB — 20 ms — h2https://www.ushmm.org/_nuxt/FeaturedEvents.BMn7XKYI.csswww.ushmm.org/_nuxt/FeaturedEvents.... https://www.ushmm.org/_nuxt/FeaturedEvents.BMn7XKYI.css — 200 — 1.3 KiB — 804 ms — h2https://www.ushmm.org/_nuxt/FullWidthPromo.B6oQjAcU.csswww.ushmm.org/_nuxt/FullWidthPromo.... https://www.ushmm.org/_nuxt/FullWidthPromo.B6oQjAcU.css — 200 — 1.5 KiB — 19 ms — h2https://www.ushmm.org/_nuxt/News.-nVS_12f.csswww.ushmm.org/_nuxt/News.-nVS_12f.c... https://www.ushmm.org/_nuxt/News.-nVS_12f.css — 200 — 975 B — 1.7 s — h2https://www.googletagmanager.com/gtag/js?id=G-NHJYLQXK03&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-NHJYLQXK03&cx=c&gtm=4e64h1 — -1 — 0 B — 27 ms — https://www.googletagmanager.com/gtag/js?id=G-VPB7TCSPQN&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VPB7TCSPQN&cx=c&gtm=4e64h1 — 200 — 178.8 KiB — 56 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 83 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 118 ms — h2https://static.hotjar.com/c/hotjar-4942584.js?sv=7static.hotjar.com/c/hotjar-4942584.... https://static.hotjar.com/c/hotjar-4942584.js?sv=7 — 200 — 6.2 KiB — 121 ms — h2https://secure.quantserve.com/quant.jssecure.quantserve.com/quant.js https://secure.quantserve.com/quant.js — 200 — 12.2 KiB — 125 ms — h2https://www.ushmm.org/a/j/marketo.jswww.ushmm.org/a/j/marketo.js https://www.ushmm.org/a/j/marketo.js — 200 — 1.1 KiB — 20 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 93 ms — h3https://client.rum.us-east-1.amazonaws.com/1.16.1/cwr.jsclient.rum.us-east-1.amazonaws.com/... https://client.rum.us-east-1.amazonaws.com/1.16.1/cwr.js — 200 — 56.0 KiB — 104 ms — h2https://cdn.fundraiseup.com/widget/AJWTXXUNcdn.fundraiseup.com/widget/AJWTXXUN https://cdn.fundraiseup.com/widget/AJWTXXUN — 200 — 65.4 KiB — 120 ms — h2https://www.google.com/ccm/collect?rcb=7&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.ushmm.org%2F&scrsrc=www.googletagmanager.com&rnd=157779160.1776811759&auid=446897026.1776811759&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v6506764za200zd6506764xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~118463262&apve=1&apvf=f&apvc=1&tft=1776811759068&tfd=985www.google.com/ccm/collect?rcb=7&fr... https://www.google.com/ccm/collect?rcb=7&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.ushmm.org%2F&scrsrc=www.googletagmanager.com&rnd=157779160.1776811759&auid=446897026.1776811759&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v6506764za200zd6506764xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~118463262&apve=1&apvf=f&apvc=1&tft=1776811759068&tfd=985 — 200 — 21 B — 141 ms — h3https://ad.ipredictive.com/d/track/event?upid=113147&url=https%3A%2F%2Fwww.ushmm.org%2F&val=undefined&tn=undefined&p1=gtm.js&p2=undefined&cache_buster=[timestamp]&ps=2ad.ipredictive.com/d/track/event?up... https://ad.ipredictive.com/d/track/event?upid=113147&url=https%3A%2F%2Fwww.ushmm.org%2F&val=undefined&tn=undefined&p1=gtm.js&p2=undefined&cache_buster=[timestamp]&ps=2 — 200 — 327 B — 433 ms — http/1.1https://munchkin.marketo.net/munchkin.jsmunchkin.marketo.net/munchkin.js https://munchkin.marketo.net/munchkin.js — 200 — 1.2 KiB — 53 ms — http/1.1https://region1.analytics.google.com/g/collect?v=2&tid=G-VPB7TCSPQN&gtm=45je64h1v9108178869z86506764za20gzb6506764zd6506764&_p=1776811758824&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=124195795.1776811759&frm=0&pscdl=noapi&rcb=0&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938468~117266400~117884344&sid=1776811759&sct=1&seg=0&dl=https%3A%2F%2Fwww.ushmm.org%2F&dt=&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1096region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-VPB7TCSPQN&gtm=45je64h1v9108178869z86506764za20gzb6506764zd6506764&_p=1776811758824&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=124195795.1776811759&frm=0&pscdl=noapi&rcb=0&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938468~117266400~117884344&sid=1776811759&sct=1&seg=0&dl=https%3A%2F%2Fwww.ushmm.org%2F&dt=&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1096 — 204 — 548 B — 88 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-VPB7TCSPQN&cid=124195795.1776811759&gtm=45je64h1v9108178869z86506764za20gzb6506764zd6506764&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~117884344stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-VPB7TCSPQN&cid=124195795.1776811759&gtm=45je64h1v9108178869z86506764za20gzb6506764zd6506764&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~117884344 — 204 — 548 B — 79 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-VPB7TCSPQN&cid=124195795.1776811759&gtm=45je64h1v9108178869z86506764za20gzb6506764zd6506764&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~117884344&z=1250724951www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-VPB7TCSPQN&cid=124195795.1776811759&gtm=45je64h1v9108178869z86506764za20gzb6506764zd6506764&rcb=0&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~117884344&z=1250724951 — 200 — 408 B — 85 ms — h2https://www.google.com/ccm/collect?rcb=0&frm=0&en=page_view&dl=https%3A%2F%2Fwww.ushmm.org%2F&scrsrc=www.googletagmanager.com&rnd=157779160.1776811759&auid=446897026.1776811759&navt=n&npa=1&gtm=45je64h1v9108178869z86506764za20gzb6506764zd6506764xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266400~117884344&apve=1&apvf=f&apvc=0&tids=AW-10794762634~AW-11305161988&tid=AW-10794762634&tft=1776811759204&tfd=1121www.google.com/ccm/collect?rcb=0&fr... https://www.google.com/ccm/collect?rcb=0&frm=0&en=page_view&dl=https%3A%2F%2Fwww.ushmm.org%2F&scrsrc=www.googletagmanager.com&rnd=157779160.1776811759&auid=446897026.1776811759&navt=n&npa=1&gtm=45je64h1v9108178869z86506764za20gzb6506764zd6506764xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266400~117884344&apve=1&apvf=f&apvc=0&tids=AW-10794762634~AW-11305161988&tid=AW-10794762634&tft=1776811759204&tfd=1121 — 200 — 21 B — 27 ms — h3https://static.fundraiseup.com/elementsApi.c0fc24ed4d35f527.jsstatic.fundraiseup.com/elementsApi.... https://static.fundraiseup.com/elementsApi.c0fc24ed4d35f527.js — 200 — 36.9 KiB — 65 ms — h2https://cdn.fundraiseup.com/embed-data/elements-global/AJWTXXUN.jscdn.fundraiseup.com/embed-data/elem... https://cdn.fundraiseup.com/embed-data/elements-global/AJWTXXUN.js — 200 — 152 B — 33 ms — h2https://static.fundraiseup.com/elements-langs-vendors.86315bee0669542d.jsstatic.fundraiseup.com/elements-lan... https://static.fundraiseup.com/elements-langs-vendors.86315bee0669542d.js — 200 — 139.6 KiB — 121 ms — h2https://static.fundraiseup.com/elements-vendors.c590dd34e4f5ac29.jsstatic.fundraiseup.com/elements-ven... https://static.fundraiseup.com/elements-vendors.c590dd34e4f5ac29.js — 200 — 21.3 KiB — 67 ms — h2https://static.fundraiseup.com/checkout.9e2624d0be733d7f.jsstatic.fundraiseup.com/checkout.9e2... https://static.fundraiseup.com/checkout.9e2624d0be733d7f.js — 200 — 410.0 KiB — 131 ms — h2https://static.fundraiseup.com/checkout-vendors.78ab7844d94042df.jsstatic.fundraiseup.com/checkout-ven... https://static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js — 200 — 105.3 KiB — 97 ms — h2https://static.fundraiseup.com/checkout-styles.fab72e48733dfd10.jsstatic.fundraiseup.com/checkout-sty... https://static.fundraiseup.com/checkout-styles.fab72e48733dfd10.js — 200 — 22.5 KiB — 79 ms — h2https://static.fundraiseup.com/checkout-sentry-vendor.dda4c7629502a974.jsstatic.fundraiseup.com/checkout-sen... https://static.fundraiseup.com/checkout-sentry-vendor.dda4c7629502a974.js — 200 — 111.8 KiB — 100 ms — h2https://www.google-analytics.com/plugins/ua/linkid.jswww.google-analytics.com/plugins/ua... https://www.google-analytics.com/plugins/ua/linkid.js — 200 — 995 B — 19 ms — h2https://munchkin.marketo.net/165/munchkin.jsmunchkin.marketo.net/165/munchkin.j... https://munchkin.marketo.net/165/munchkin.js — 200 — 5.6 KiB — 4 ms — http/1.1https://connect.facebook.net/signals/config/1701098140200190?v=2.9.303&r=stable&domain=www.ushmm.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1701098140200190?v=2.9.303&r=stable&domain=www.ushmm.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 44.9 KiB — 226 ms — h3https://cognito-identity.us-east-1.amazonaws.com/cognito-identity.us-east-1.amazonaw... https://cognito-identity.us-east-1.amazonaws.com/ — 200 — 0 B — 327 ms — h2https://bat.bing.com/p/action/36000014.jsbat.bing.com/p/action/36000014.js https://bat.bing.com/p/action/36000014.js — 200 — 428 B — 37 ms — h2https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 101 ms — h2https://rules.quantcount.com/rules-p-ZFwM8GEfU4QxJ.jsrules.quantcount.com/rules-p-ZFwM8G... https://rules.quantcount.com/rules-p-ZFwM8GEfU4QxJ.js — 200 — 702 B — 400 ms — h2https://pixel.quantserve.com/cs?a=p-ZFwM8GEfU4QxJ&gdpr=0pixel.quantserve.com/cs?a=p-ZFwM8GE... https://pixel.quantserve.com/cs?a=p-ZFwM8GEfU4QxJ&gdpr=0 — 204 — 264 B — 87 ms — h2https://fndrsp.net/tbfndrsp.net/tb https://fndrsp.net/tb — 200 — 502 B — 186 ms — h3https://static.fundraiseup.com/7449.d9966e86b20cdf9f.jsstatic.fundraiseup.com/7449.d9966e8... https://static.fundraiseup.com/7449.d9966e86b20cdf9f.js — 200 — 7.0 KiB — 31 ms — h2https://static.fundraiseup.com/9483.5049a274cd651063.jsstatic.fundraiseup.com/9483.5049a27... https://static.fundraiseup.com/9483.5049a274cd651063.js — 200 — 3.9 KiB — 32 ms — h2https://static.fundraiseup.com/link-v2.0cc05dda47c51ab7.jsstatic.fundraiseup.com/link-v2.0cc0... https://static.fundraiseup.com/link-v2.0cc05dda47c51ab7.js — 200 — 1.1 KiB — 32 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=2084477960&t=pageview&_s=1&dl=https%3A%2F%2Fwww.ushmm.org%2F&ul=en-us&sr=412x823&vp=412x823&_u=aCDACEAjBAAAACAAI~&jid=1456589650&gjid=462853516&cid=124195795.1776811759&tid=UA-457019-1&_gid=1187809784.1776811759&_r=1&_slc=1&gtm=45He64h1n71WFXT2Lv6506764za200zd6506764&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~118463262&npa=1&z=1873422106www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=2084477960&t=pageview&_s=1&dl=https%3A%2F%2Fwww.ushmm.org%2F&ul=en-us&sr=412x823&vp=412x823&_u=aCDACEAjBAAAACAAI~&jid=1456589650&gjid=462853516&cid=124195795.1776811759&tid=UA-457019-1&_gid=1187809784.1776811759&_r=1&_slc=1&gtm=45He64h1n71WFXT2Lv6506764za200zd6506764&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~118463262&npa=1&z=1873422106 — 200 — 26 B — 23 ms — h3https://bat.bing.net/actionp/0?ti=36000014&tm=gtm002&Ver=2&mid=9eb050aa-d604-4665-8c19-3f277c8823db&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=Dbat.bing.net/actionp/0?ti=36000014&... https://bat.bing.net/actionp/0?ti=36000014&tm=gtm002&Ver=2&mid=9eb050aa-d604-4665-8c19-3f277c8823db&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=D — 204 — 345 B — 152 ms — h2https://bat.bing.net/action/0?ti=36000014&tm=gtm002&Ver=2&mid=9eb050aa-d604-4665-8c19-3f277c8823db&bo=2&pi=918639831&lg=en-US&sw=412&sh=823&sc=24&p=https%3A%2F%2Fwww.ushmm.org%2F&r=&lt=672&mtp=1&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=860546bat.bing.net/action/0?ti=36000014&t... https://bat.bing.net/action/0?ti=36000014&tm=gtm002&Ver=2&mid=9eb050aa-d604-4665-8c19-3f277c8823db&bo=2&pi=918639831&lg=en-US&sw=412&sh=823&sc=24&p=https%3A%2F%2Fwww.ushmm.org%2F&r=&lt=672&mtp=1&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=860546 — 204 — 120 B — 150 ms — h2https://cognito-identity.us-east-1.amazonaws.com/cognito-identity.us-east-1.amazonaw... https://cognito-identity.us-east-1.amazonaws.com/ — 200 — 317 B — 118 ms — h2https://www.facebook.com/tr/?id=1701098140200190&ev=PageView&dl=https%3A%2F%2Fwww.ushmm.org%2F&rl=&if=false&ts=1776811759638&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776811759632.906092144478941272&ler=empty&cdl=API_unavailable&pmd[title]=&pmd[locale]=en&plt=671.8999996185303&it=1776811759264&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=17010981402... https://www.facebook.com/tr/?id=1701098140200190&ev=PageView&dl=https%3A%2F%2Fwww.ushmm.org%2F&rl=&if=false&ts=1776811759638&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776811759632.906092144478941272&ler=empty&cdl=API_unavailable&pmd[title]=&pmd[locale]=en&plt=671.8999996185303&it=1776811759264&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GET — 200 — 19 B — 60 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1701098140200190&ev=PageView&dl=https%3A%2F%2Fwww.ushmm.org%2F&rl=&if=false&ts=1776811759638&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776811759632.906092144478941272&ler=empty&cdl=API_unavailable&pmd[title]=&pmd[locale]=en&plt=671.8999996185303&it=1776811759264&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1701098140200190&ev=PageView&dl=https%3A%2F%2Fwww.ushmm.org%2F&rl=&if=false&ts=1776811759638&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776811759632.906092144478941272&ler=empty&cdl=API_unavailable&pmd[title]=&pmd[locale]=en&plt=671.8999996185303&it=1776811759264&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGET — 200 — 196 B — 469 ms — h3https://pixel.quantserve.com/pixel;r=1043798669;labels=_fp.event.Homepage;rf=0;a=p-ZFwM8GEfU4QxJ;url=https%3A%2F%2Fwww.ushmm.org%2F;ns=0;ce=1;qjs=1;qv=cb91e2be-20260407153927;ref=;dst=0;et=1776811759737;tzo=0;ogl=title.%2Cimage.https%3A%2F%2Fwww%252Eushmm%252Eorg%2Fadaptivemedia%2Frendition%3Fid%3Df6769ebe9e2fc7a048f4bf86a87e3a0%2Cimage%3Aheight.630px%2Cimage%3Awidth.1200px;d=ushmm.org;uht=2;fpan=1;fpa=P1-cfce3609-30c1-4fc5-9a34-ca44c652402f;pbc=;_ses=2de06e0c-cb25-45a0-a2e8-8becdcd297db;_seg=0;_ss=1;_gacid=124195795.1776811759;_gasid=VPB7TCSPQN_1776811759;gdpr=0;mdl=moto%20g%20power%20(2022)pixel.quantserve.com/pixel;r=104379... https://pixel.quantserve.com/pixel;r=1043798669;labels=_fp.event.Homepage;rf=0;a=p-ZFwM8GEfU4QxJ;url=https%3A%2F%2Fwww.ushmm.org%2F;ns=0;ce=1;qjs=1;qv=cb91e2be-20260407153927;ref=;dst=0;et=1776811759737;tzo=0;ogl=title.%2Cimage.https%3A%2F%2Fwww%252Eushmm%252Eorg%2Fadaptivemedia%2Frendition%3Fid%3Df6769ebe9e2fc7a048f4bf86a87e3a0%2Cimage%3Aheight.630px%2Cimage%3Awidth.1200px;d=ushmm.org;uht=2;fpan=1;fpa=P1-cfce3609-30c1-4fc5-9a34-ca44c652402f;pbc=;_ses=2de06e0c-cb25-45a0-a2e8-8becdcd297db;_seg=0;_ss=1;_gacid=124195795.1776811759;_gasid=VPB7TCSPQN_1776811759;gdpr=0;mdl=moto%20g%20power%20(2022) — 302 — 674 B — 30 ms — h2https://cognito-identity.us-east-1.amazonaws.com/cognito-identity.us-east-1.amazonaw... https://cognito-identity.us-east-1.amazonaws.com/ — 200 — 1.0 KiB — 119 ms — h2https://pixel-ssn.quantserve.com/pixel;r=1043798669;labels=_fp.event.Homepage;rf=0;a=p-ZFwM8GEfU4QxJ;url=https%3A%2F%2Fwww.ushmm.org%2F;ns=0;ce=1;qjs=1;qv=cb91e2be-20260407153927;ref=;dst=0;et=1776811759737;tzo=0;ogl=title.%2Cimage.https%3A%2F%2Fwww%252Eushmm%252Eorg%2Fadaptivemedia%2Frendition%3Fid%3Df6769ebe9e2fc7a048f4bf86a87e3a0%2Cimage%3Aheight.630px%2Cimage%3Awidth.1200px;d=ushmm.org;uht=2;fpan=1;fpa=P1-cfce3609-30c1-4fc5-9a34-ca44c652402f;pbc=;_ses=2de06e0c-cb25-45a0-a2e8-8becdcd297db;_seg=0;_ss=1;_gacid=124195795.1776811759;_gasid=VPB7TCSPQN_1776811759;gdpr=0;mdl=moto%20g%20power%20(2022);dip=ffaae802-e32d-40ba-a0a7-51879dbe7ba8pixel-ssn.quantserve.com/pixel;r=10... https://pixel-ssn.quantserve.com/pixel;r=1043798669;labels=_fp.event.Homepage;rf=0;a=p-ZFwM8GEfU4QxJ;url=https%3A%2F%2Fwww.ushmm.org%2F;ns=0;ce=1;qjs=1;qv=cb91e2be-20260407153927;ref=;dst=0;et=1776811759737;tzo=0;ogl=title.%2Cimage.https%3A%2F%2Fwww%252Eushmm%252Eorg%2Fadaptivemedia%2Frendition%3Fid%3Df6769ebe9e2fc7a048f4bf86a87e3a0%2Cimage%3Aheight.630px%2Cimage%3Awidth.1200px;d=ushmm.org;uht=2;fpan=1;fpa=P1-cfce3609-30c1-4fc5-9a34-ca44c652402f;pbc=;_ses=2de06e0c-cb25-45a0-a2e8-8becdcd297db;_seg=0;_ss=1;_gacid=124195795.1776811759;_gasid=VPB7TCSPQN_1776811759;gdpr=0;mdl=moto%20g%20power%20(2022);dip=ffaae802-e32d-40ba-a0a7-51879dbe7ba8 — 200 — 244 B — 182 ms — h2https://sts.us-east-1.amazonaws.com/sts.us-east-1.amazonaws.com/ https://sts.us-east-1.amazonaws.com/ — 200 — 2.4 KiB — 449 ms — http/1.1https://www.ushmm.org/favicon.icowww.ushmm.org/favicon.ico https://www.ushmm.org/favicon.ico — 200 — 886 B — 20 ms — h2https://www.ushmm.org/_nuxt/DFMNxOb4.jswww.ushmm.org/_nuxt/DFMNxOb4.js https://www.ushmm.org/_nuxt/DFMNxOb4.js — 200 — 2.9 KiB — 19 ms — h2https://www.ushmm.org/_nuxt/B_EVEMOT.jswww.ushmm.org/_nuxt/B_EVEMOT.js https://www.ushmm.org/_nuxt/B_EVEMOT.js — 200 — 1.9 KiB — 21 ms — h2https://www.ushmm.org/_nuxt/Cv8aljjG.jswww.ushmm.org/_nuxt/Cv8aljjG.js https://www.ushmm.org/_nuxt/Cv8aljjG.js — 200 — 4.3 KiB — 21 ms — h2https://www.ushmm.org/_nuxt/MediaTranscript.d-pMBMou.csswww.ushmm.org/_nuxt/MediaTranscript... https://www.ushmm.org/_nuxt/MediaTranscript.d-pMBMou.css — 200 — 1.2 KiB — 33 ms — h2https://www.ushmm.org/_nuxt/YouTubeVideo.J7JK7RMd.csswww.ushmm.org/_nuxt/YouTubeVideo.J7... https://www.ushmm.org/_nuxt/YouTubeVideo.J7JK7RMd.css — 200 — 1.3 KiB — 34 ms — h2https://www.ushmm.org/_nuxt/BECP54c8.jswww.ushmm.org/_nuxt/BECP54c8.js https://www.ushmm.org/_nuxt/BECP54c8.js — 200 — 1.5 KiB — 34 ms — h2https://www.ushmm.org/_nuxt/LlJQGV9t.jswww.ushmm.org/_nuxt/LlJQGV9t.js https://www.ushmm.org/_nuxt/LlJQGV9t.js — 200 — 1.2 KiB — 35 ms — h2https://www.ushmm.org/_nuxt/SiblingLink.-vvSCKPX.csswww.ushmm.org/_nuxt/SiblingLink.-vv... https://www.ushmm.org/_nuxt/SiblingLink.-vvSCKPX.css — 200 — 1.1 KiB — 31 ms — h2https://www.ushmm.org/_nuxt/SiblingGroup.BnIFrduM.csswww.ushmm.org/_nuxt/SiblingGroup.Bn... https://www.ushmm.org/_nuxt/SiblingGroup.BnIFrduM.css — 200 — 1.1 KiB — 32 ms — h2https://www.ushmm.org/_nuxt/CzaFMh1M.jswww.ushmm.org/_nuxt/CzaFMh1M.js https://www.ushmm.org/_nuxt/CzaFMh1M.js — 200 — 3.0 KiB — 36 ms — h2https://www.ushmm.org/_nuxt/KfD4Ug1S.jswww.ushmm.org/_nuxt/KfD4Ug1S.js https://www.ushmm.org/_nuxt/KfD4Ug1S.js — 200 — 1.9 KiB — 38 ms — h2https://www.ushmm.org/_nuxt/LanguageToggle.B8efAcEg.csswww.ushmm.org/_nuxt/LanguageToggle.... https://www.ushmm.org/_nuxt/LanguageToggle.B8efAcEg.css — 200 — 1.3 KiB — 31 ms — h2https://www.ushmm.org/_nuxt/BZ2g5iBA.jswww.ushmm.org/_nuxt/BZ2g5iBA.js https://www.ushmm.org/_nuxt/BZ2g5iBA.js — 200 — 1.6 KiB — 42 ms — h2https://www.ushmm.org/_nuxt/SocialHeader.D0wjm5_J.csswww.ushmm.org/_nuxt/SocialHeader.D0... https://www.ushmm.org/_nuxt/SocialHeader.D0wjm5_J.css — 200 — 985 B — 28 ms — h2https://www.ushmm.org/_nuxt/index.5M62Vetf.csswww.ushmm.org/_nuxt/index.5M62Vetf.... https://www.ushmm.org/_nuxt/index.5M62Vetf.css — 200 — 2.1 KiB — 35 ms — h2https://www.ushmm.org/_nuxt/DFfshzwl.jswww.ushmm.org/_nuxt/DFfshzwl.js https://www.ushmm.org/_nuxt/DFfshzwl.js — 200 — 1.1 KiB — 43 ms — h2https://www.ushmm.org/_nuxt/DP4oGV_Y.jswww.ushmm.org/_nuxt/DP4oGV_Y.js https://www.ushmm.org/_nuxt/DP4oGV_Y.js — 200 — 918 B — 44 ms — h2https://www.ushmm.org/_nuxt/_slug_.BttPF6fN.csswww.ushmm.org/_nuxt/_slug_.BttPF6fN... https://www.ushmm.org/_nuxt/_slug_.BttPF6fN.css — 200 — 669 B — 35 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 4086ms · 1620KB · $54/mo
www.ushmm.org
Other
Costly
Execution 1149ms
Transfer 97 KB
Monthly Cost $15/mo
Unattributable
Other
Costly
Execution 613ms
Transfer 0 KB
Monthly Cost $8/mo
Google Tag Manager
Tag Manager
Costly
Execution 421ms
Transfer 174 KB
Unused 38%
Monthly Cost $6/mo
Google Tag Manager
Tag Manager
Costly
Execution 351ms
Transfer 179 KB
Unused 33%
Monthly Cost $5/mo
cdn.fundraiseup.com
Other
Costly
Execution 297ms
Transfer 65 KB
Unused 34%
Monthly Cost $4/mo
static.fundraiseup.com
Other
Costly
Execution 217ms
Transfer 105 KB
Unused 83%
Monthly Cost $3/mo
static.fundraiseup.com
Other
Optional
Execution 151ms
Transfer 410 KB
Unused 89%
Monthly Cost $2/mo
static.fundraiseup.com
Other
Optional
Execution 140ms
Transfer 1 KB
Monthly Cost $2/mo
Facebook Pixel
Advertising
Optional
Execution 131ms
Transfer 97 KB
Unused 36%
Monthly Cost $2/mo
Hotjar
Session Replay
Optional
Execution 129ms
Transfer 57 KB
Unused 67%
Monthly Cost $2/mo
client.rum.us-east-1.amazonaws.com
Other
Optional
Execution 128ms
Transfer 56 KB
Unused 50%
Monthly Cost $2/mo
www.ushmm.org
Other
Optional
Execution 113ms
Transfer 158 KB
Unused 39%
Monthly Cost $1/mo
static.fundraiseup.com
Other
Optional
Execution 86ms
Transfer 140 KB
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 85ms
Transfer 45 KB
Monthly Cost $1/mo
static.fundraiseup.com
Other
Optional
Execution 76ms
Transfer 37 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.ushmm.org adds 1149ms and costs ~$15/month
  • Unattributable adds 613ms and costs ~$8/month
  • Google Tag Manager adds 421ms and costs ~$6/month
  • Google Tag Manager adds 351ms and costs ~$5/month
  • cdn.fundraiseup.com adds 297ms and costs ~$4/month
  • static.fundraiseup.com adds 217ms and costs ~$3/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.ushmm.org takes 1149ms 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 613ms 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

Google Tag Manager takes 421ms 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

Google Tag Manager takes 351ms 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

cdn.fundraiseup.com takes 297ms 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

static.fundraiseup.com takes 217ms 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

83% of static.fundraiseup.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

89% of static.fundraiseup.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

67% of Hotjar's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback