Skip to content
https://rootsweb.com

Performance

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

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

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

752 ms

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

891 ms

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

9 ms

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

0.301

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

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

2.39 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
15
7 PASS 2 REVIEW 4 FIX
D
Third-Party Impact
Action
98% third-party, 0 ms blocking
FIX
98% third-party, 0 ms blocking
Warning::
Third-party code accounts for 98% of page weight (1.8 MiB of 1.8 MiB)
Info::
Third-party blocking time is low (0 ms)
98%
First-party Third-party
F
JS Bundles
Action
28 scripts, 605 KB unused
FIX
28 scripts, 605 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 129 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.ex.co/player/ap/4.230.0-947b4e1/player...: 115 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://player.ex.co/player/74f5c7b5-09b8-4b35-9a8...: 98 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NSW...: 70 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://c.amazon-adsystem.com/aax2/apstag.js: 58 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 605 KB
605 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB129 KB (69%)3rd
https://cdn.ex.co/player/ap/4.230.0-947b4e1/player.js139 KB115 KB (83%)3rd
https://player.ex.co/player/74f5c7b5-09b8-4b35-9a85-5637d4dae0c9195 KB98 KB (50%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NSWCNL5140 KB70 KB (50%)3rd
https://c.amazon-adsystem.com/aax2/apstag.js91 KB58 KB (64%)3rd
https://micro.rubiconproject.com/prebid/dynamic/21666.js146 KB48 KB (33%)3rd
https://01.cdn.mediatradecraft.com/cmdjs/runtime-2.8.16.js41 KB24 KB (59%)3rd
https://cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js42 KB21 KB (51%)3rd
https://www.ancestrycdn.com/ui-static/lib/jquery/1.11.1/jquery.min.js30 KB20 KB (70%)3rd
https://cadmus.script.ac/d1ppgmexmjm31c/script.js88 KB20 KB (23%)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
115 resources · 1.8 MB · 605 KB savings available
FIX
115 resources · 1.8 MB · 605 KB savings available
Warning::
Page weight 819 KB over 1MB target
Got: 1.8 MB Expected: ≤ 1 MB
Info::
~605 KB of savings available
Warning::
107 third-party resources (98% of weight)
115 resources · 1.8 MiB · 107 third-party 819.2 KiB over 1MB target
JavaScript 77% · 1.4 MiB
Image 8% · 140.5 KiB
CSS 6% · 118.0 KiB
Font 5% · 87.9 KiB
Other 3% · 51.6 KiB
Document 1% · 20.3 KiB

~604.7 KiB of savings available

Remove unused JavaScript: 604.7 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
max-age0Cache for 0 seconds
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
post-check0
pre-check0
C
Page Weight Budget
Action
1.8 MB transferred, 115 requests
REVIEW
1.8 MB transferred, 115 requests
Info::
Page weighs 6.5 MB (1.8 MB transferred)
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Warning::
115 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.38 g CO2 per page load
1.8 MB / 2.4 MB budget
1.8 MB transferred
115 requests
0.38 g CO2 per page load
JavaScript 1.4 MiB 77%
Images 137.9 KiB 7%
CSS 118.0 KiB 6%
Fonts 87.9 KiB 5%
Other 32.1 KiB 2%
Other 25.9 KiB 1%
Other 13.3 KiB 1%
HTML 8.0 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

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

B
JS Execution Cost
756ms total JS execution
REVIEW
756ms total JS execution
Info::
Unattributable: 213ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 156ms CPU time
Info::
https://player.ex.co/player/74f5c7b5-09b8-4b35-9a8...: 95ms CPU time
Info::
https://rootsweb.com/: 90ms CPU time
Info::
https://micro.rubiconproject.com/prebid/dynamic/21...: 74ms CPU time
Warning::
Third-party scripts: 600ms (79% of total)

Main Thread Breakdown

Script Evaluation 68% Other 13% Script Parsing & Compilation 12% Style & Layout 5%
ScriptTotalScriptingParse/CompileParty
Unattributable213ms108ms0ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js156ms131ms16ms3rd
https://player.ex.co/player/74f5c7b5-09b8-4b35-9a85-5637d4dae0c995ms71ms19ms3rd
https://rootsweb.com/90ms20ms1ms1st
https://micro.rubiconproject.com/prebid/dynamic/21666.js74ms64ms9ms3rd
https://rootsweb.com/cdn-cgi/challenge-platform/scripts/jsd/main.js66ms64ms1ms1st
https://cadmus.script.ac/d1ppgmexmjm31c/script.js62ms53ms7ms3rd
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+
Image Optimization
6 images, 0 KB saveable
PASS
6 images, 0 KB saveable
Info::
All images are well-optimized
6 images 138 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
5 fonts (88 KB)
PASS
5 fonts (88 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

88 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 752 ms LCP 891 mshttps://www.ancestrycdn.com/ui-static/font/source-sans-pro-bold.woff2source-sans-pro-bold.woff2 https://www.ancestrycdn.com/ui-static/font/source-sans-pro-bold.woff2 — 20.1 KiB — 149 ms — font-display: swaphttps://www.ancestrycdn.com/ui-static/font/source-sans-pro.woff2source-sans-pro.woff2 https://www.ancestrycdn.com/ui-static/font/source-sans-pro.woff2 — 20.6 KiB — 148 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2 — 47.2 KiB — 68 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2 — 0 B — 68 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2 — 0 B — 68 ms — font-display: swap
source-sans-pro-bold.woff2 woff2 swap
Size 20 KB
Load time 149 ms
Start 419 ms
Risk FOUT — text flashes from fallback to web font
source-sans-pro.woff2 woff2 swap
Size 21 KB
Load time 148 ms
Start 425 ms
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 47 KB
Load time 68 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 0 KB
Load time 68 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 0 KB
Load time 68 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
115 requests over 4403ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 752 ms LCP 891 mshttps://rootsweb.com// https://rootsweb.com/ — 200 — 5.8 KiB — 307 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/stylesheets/layout.csswww.ancestrycdn.com/aa-rw-home/86/s... https://www.ancestrycdn.com/aa-rw-home/86/stylesheets/layout.css — 200 — 1.1 KiB — 44 ms — h2https://cmsasset.ancestrycdn.com/etc.clientlibs/ancestry/clientlibs/clientlib-base.min.ACSHASH3c7cfee16e52a4e38ab8a0ca3579fd040a380d1775cc71374ac22b1dd845f175.csscmsasset.ancestrycdn.com/etc.client... https://cmsasset.ancestrycdn.com/etc.clientlibs/ancestry/clientlibs/clientlib-base.min.ACSHASH3c7cfee16e52a4e38ab8a0ca3579fd040a380d1775cc71374ac22b1dd845f175.css — 200 — 65.9 KiB — 20 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/stylesheets/rwHome.csswww.ancestrycdn.com/aa-rw-home/86/s... https://www.ancestrycdn.com/aa-rw-home/86/stylesheets/rwHome.css — 200 — 1.3 KiB — 45 ms — h2https://www.ancestrycdn.com/ui/2.10.0/css/core.csswww.ancestrycdn.com/ui/2.10.0/css/c... https://www.ancestrycdn.com/ui/2.10.0/css/core.css — 200 — 18.8 KiB — 47 ms — h2https://www.ancestrycdn.com/ui/2.18.0/css/core.csswww.ancestrycdn.com/ui/2.18.0/css/c... https://www.ancestrycdn.com/ui/2.18.0/css/core.css — 200 — 19.3 KiB — 22 ms — h2https://www.ancestrycdn.com/ui-static/lib/jquery/1.11.1/jquery.min.jswww.ancestrycdn.com/ui-static/lib/j... https://www.ancestrycdn.com/ui-static/lib/jquery/1.11.1/jquery.min.js — 200 — 29.5 KiB — 49 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/scripts/o3.jswww.ancestrycdn.com/aa-rw-home/86/s... https://www.ancestrycdn.com/aa-rw-home/86/scripts/o3.js — 200 — 638 B — 47 ms — h2https://www.ancestrycdn.com/ui/2.18.0/js/core.jswww.ancestrycdn.com/ui/2.18.0/js/co... https://www.ancestrycdn.com/ui/2.18.0/js/core.js — 200 — 24.8 KiB — 49 ms — h2https://www.ancestrycdn.com/aa-rw-home/280/images/rw.gifwww.ancestrycdn.com/aa-rw-home/280/... https://www.ancestrycdn.com/aa-rw-home/280/images/rw.gif — 200 — 2.7 KiB — 35 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/hosted.jpgwww.ancestrycdn.com/aa-rw-home/86/i... https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/hosted.jpg — 200 — 73.8 KiB — 106 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/message.jpgwww.ancestrycdn.com/aa-rw-home/86/i... https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/message.jpg — 200 — 17.6 KiB — 85 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/wiki-image.jpgwww.ancestrycdn.com/aa-rw-home/86/i... https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/wiki-image.jpg — 200 — 18.3 KiB — 83 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/obituary.pngwww.ancestrycdn.com/aa-rw-home/86/i... https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/obituary.png — 200 — 25.2 KiB — 81 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/scripts/banner.jswww.ancestrycdn.com/aa-rw-home/86/s... https://www.ancestrycdn.com/aa-rw-home/86/scripts/banner.js — 200 — 777 B — 31 ms — h2https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 90.9 KiB — 89 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.5 KiB — 115 ms — h3https://01.cdn.mediatradecraft.com/rootsweb/main/main.js?template=homepage01.cdn.mediatradecraft.com/rootsweb... https://01.cdn.mediatradecraft.com/rootsweb/main/main.js?template=homepage — 200 — 18.0 KiB — 44 ms — h3https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.jscdn.privacy-mgmt.com/unified/wrappe... https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js — 200 — 42.0 KiB — 88 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NSWCNL5www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NSWCNL5 — 200 — 140.3 KiB — 194 ms — h2https://01.cdn.mediatradecraft.com/rootsweb/main/main.css01.cdn.mediatradecraft.com/rootsweb... https://01.cdn.mediatradecraft.com/rootsweb/main/main.css — 200 — 2.7 KiB — 42 ms — h3https://www.ancestrycdn.com/aa-rw-home/86/images/rw_bk.gifwww.ancestrycdn.com/aa-rw-home/86/i... https://www.ancestrycdn.com/aa-rw-home/86/images/rw_bk.gif — 200 — 346 B — 76 ms — h2https://www.ancestrycdn.com/ui-static/font/source-sans-pro-bold.woff2www.ancestrycdn.com/ui-static/font/... https://www.ancestrycdn.com/ui-static/font/source-sans-pro-bold.woff2 — 200 — 20.1 KiB — 149 ms — h3https://www.ancestrycdn.com/ui-static/font/source-sans-pro.woff2www.ancestrycdn.com/ui-static/font/... https://www.ancestrycdn.com/ui-static/font/source-sans-pro.woff2 — 200 — 20.6 KiB — 148 ms — h3https://www.ancestrycdn.com/ui-static/lib/tracking/11/tracking.jswww.ancestrycdn.com/ui-static/lib/t... https://www.ancestrycdn.com/ui-static/lib/tracking/11/tracking.js — 200 — 391 B — 31 ms — h3https://rootsweb.com/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://rootsweb.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 371 B — 56 ms — h2https://01.cdn.mediatradecraft.com/cmdjs/runtime-2.8.16.js01.cdn.mediatradecraft.com/cmdjs/ru... https://01.cdn.mediatradecraft.com/cmdjs/runtime-2.8.16.js — 200 — 41.1 KiB — 25 ms — h3https://cdn.privacy-mgmt.com/unified/4.40.1/custom.14dc688b28a73d75ffa6.bundle.jscdn.privacy-mgmt.com/unified/4.40.1... https://cdn.privacy-mgmt.com/unified/4.40.1/custom.14dc688b28a73d75ffa6.bundle.js — 200 — 3.2 KiB — 21 ms — h2https://cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.jscdn.privacy-mgmt.com/unified/4.40.1... https://cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js — 200 — 24.8 KiB — 27 ms — h2https://cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.jscdn.privacy-mgmt.com/unified/4.40.1... https://cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js — 200 — 42.3 KiB — 33 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 752 ms LCP 891 mshttps://rootsweb.com// https://rootsweb.com/ — 200 — 5.8 KiB — 307 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/stylesheets/layout.csswww.ancestrycdn.com/aa-rw-home/86/s... https://www.ancestrycdn.com/aa-rw-home/86/stylesheets/layout.css — 200 — 1.1 KiB — 44 ms — h2https://cmsasset.ancestrycdn.com/etc.clientlibs/ancestry/clientlibs/clientlib-base.min.ACSHASH3c7cfee16e52a4e38ab8a0ca3579fd040a380d1775cc71374ac22b1dd845f175.csscmsasset.ancestrycdn.com/etc.client... https://cmsasset.ancestrycdn.com/etc.clientlibs/ancestry/clientlibs/clientlib-base.min.ACSHASH3c7cfee16e52a4e38ab8a0ca3579fd040a380d1775cc71374ac22b1dd845f175.css — 200 — 65.9 KiB — 20 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/stylesheets/rwHome.csswww.ancestrycdn.com/aa-rw-home/86/s... https://www.ancestrycdn.com/aa-rw-home/86/stylesheets/rwHome.css — 200 — 1.3 KiB — 45 ms — h2https://www.ancestrycdn.com/ui/2.10.0/css/core.csswww.ancestrycdn.com/ui/2.10.0/css/c... https://www.ancestrycdn.com/ui/2.10.0/css/core.css — 200 — 18.8 KiB — 47 ms — h2https://www.ancestrycdn.com/ui/2.18.0/css/core.csswww.ancestrycdn.com/ui/2.18.0/css/c... https://www.ancestrycdn.com/ui/2.18.0/css/core.css — 200 — 19.3 KiB — 22 ms — h2https://www.ancestrycdn.com/ui-static/lib/jquery/1.11.1/jquery.min.jswww.ancestrycdn.com/ui-static/lib/j... https://www.ancestrycdn.com/ui-static/lib/jquery/1.11.1/jquery.min.js — 200 — 29.5 KiB — 49 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/scripts/o3.jswww.ancestrycdn.com/aa-rw-home/86/s... https://www.ancestrycdn.com/aa-rw-home/86/scripts/o3.js — 200 — 638 B — 47 ms — h2https://www.ancestrycdn.com/ui/2.18.0/js/core.jswww.ancestrycdn.com/ui/2.18.0/js/co... https://www.ancestrycdn.com/ui/2.18.0/js/core.js — 200 — 24.8 KiB — 49 ms — h2https://www.ancestrycdn.com/aa-rw-home/280/images/rw.gifwww.ancestrycdn.com/aa-rw-home/280/... https://www.ancestrycdn.com/aa-rw-home/280/images/rw.gif — 200 — 2.7 KiB — 35 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/hosted.jpgwww.ancestrycdn.com/aa-rw-home/86/i... https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/hosted.jpg — 200 — 73.8 KiB — 106 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/message.jpgwww.ancestrycdn.com/aa-rw-home/86/i... https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/message.jpg — 200 — 17.6 KiB — 85 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/wiki-image.jpgwww.ancestrycdn.com/aa-rw-home/86/i... https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/wiki-image.jpg — 200 — 18.3 KiB — 83 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/obituary.pngwww.ancestrycdn.com/aa-rw-home/86/i... https://www.ancestrycdn.com/aa-rw-home/86/images/rwHome/obituary.png — 200 — 25.2 KiB — 81 ms — h2https://www.ancestrycdn.com/aa-rw-home/86/scripts/banner.jswww.ancestrycdn.com/aa-rw-home/86/s... https://www.ancestrycdn.com/aa-rw-home/86/scripts/banner.js — 200 — 777 B — 31 ms — h2https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 90.9 KiB — 89 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.5 KiB — 115 ms — h3https://01.cdn.mediatradecraft.com/rootsweb/main/main.js?template=homepage01.cdn.mediatradecraft.com/rootsweb... https://01.cdn.mediatradecraft.com/rootsweb/main/main.js?template=homepage — 200 — 18.0 KiB — 44 ms — h3https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.jscdn.privacy-mgmt.com/unified/wrappe... https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js — 200 — 42.0 KiB — 88 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NSWCNL5www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NSWCNL5 — 200 — 140.3 KiB — 194 ms — h2https://01.cdn.mediatradecraft.com/rootsweb/main/main.css01.cdn.mediatradecraft.com/rootsweb... https://01.cdn.mediatradecraft.com/rootsweb/main/main.css — 200 — 2.7 KiB — 42 ms — h3https://www.ancestrycdn.com/aa-rw-home/86/images/rw_bk.gifwww.ancestrycdn.com/aa-rw-home/86/i... https://www.ancestrycdn.com/aa-rw-home/86/images/rw_bk.gif — 200 — 346 B — 76 ms — h2https://www.ancestrycdn.com/ui-static/font/source-sans-pro-bold.woff2www.ancestrycdn.com/ui-static/font/... https://www.ancestrycdn.com/ui-static/font/source-sans-pro-bold.woff2 — 200 — 20.1 KiB — 149 ms — h3https://www.ancestrycdn.com/ui-static/font/source-sans-pro.woff2www.ancestrycdn.com/ui-static/font/... https://www.ancestrycdn.com/ui-static/font/source-sans-pro.woff2 — 200 — 20.6 KiB — 148 ms — h3https://www.ancestrycdn.com/ui-static/lib/tracking/11/tracking.jswww.ancestrycdn.com/ui-static/lib/t... https://www.ancestrycdn.com/ui-static/lib/tracking/11/tracking.js — 200 — 391 B — 31 ms — h3https://rootsweb.com/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://rootsweb.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 371 B — 56 ms — h2https://01.cdn.mediatradecraft.com/cmdjs/runtime-2.8.16.js01.cdn.mediatradecraft.com/cmdjs/ru... https://01.cdn.mediatradecraft.com/cmdjs/runtime-2.8.16.js — 200 — 41.1 KiB — 25 ms — h3https://cdn.privacy-mgmt.com/unified/4.40.1/custom.14dc688b28a73d75ffa6.bundle.jscdn.privacy-mgmt.com/unified/4.40.1... https://cdn.privacy-mgmt.com/unified/4.40.1/custom.14dc688b28a73d75ffa6.bundle.js — 200 — 3.2 KiB — 21 ms — h2https://cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.jscdn.privacy-mgmt.com/unified/4.40.1... https://cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js — 200 — 24.8 KiB — 27 ms — h2https://cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.jscdn.privacy-mgmt.com/unified/4.40.1... https://cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js — 200 — 42.3 KiB — 33 ms — h2https://cdn.privacy-mgmt.com/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Frootsweb.com%2F&account_id=1726cdn.privacy-mgmt.com/mms/v2/get_sit... https://cdn.privacy-mgmt.com/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Frootsweb.com%2F&account_id=1726 — 200 — 614 B — 69 ms — h2https://rootsweb.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?/cdn-cgi/challenge-platform/h/b/scr... https://rootsweb.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.8 KiB — 22 ms — h2https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 21 ms — h2https://rootsweb.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7043180580881672:1776895634:KUWS1dNsHy93mcR9H64H8gEr55l4ZSQoZ7ewim4GQxc/9f08238609b1c0a4/cdn-cgi/challenge-platform/h/b/jsd... https://rootsweb.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7043180580881672:1776895634:KUWS1dNsHy93mcR9H64H8gEr55l4ZSQoZ7ewim4GQxc/9f08238609b1c0a4 — 200 — 1.2 KiB — 39 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/meta-data?hasCsp=true&accountId=1726&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%2C%22usnat%22%3A%7B%7D%7D&propertyId=29268&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/met... https://cdn.privacy-mgmt.com/wrapper/v2/meta-data?hasCsp=true&accountId=1726&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%2C%22usnat%22%3A%7B%7D%7D&propertyId=29268&scriptVersion=4.40.1&scriptType=unified — 200 — 1.0 KiB — 129 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 84 ms — h3https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=rootsweb.comsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/ppub_config?ippd=rootsweb.com — 200 — 616 B — 37 ms — h3https://05.cdn.mediatradecraft.com/events.json?w=1350&mem=8&conn=4g&init=666&device=2&event=ping&runtime=2.8.16&elapsed=675&plc=1&path=%2F&host=rootsweb.com&sessionId=KhrnHUFIT05.cdn.mediatradecraft.com/events.j... https://05.cdn.mediatradecraft.com/events.json?w=1350&mem=8&conn=4g&init=666&device=2&event=ping&runtime=2.8.16&elapsed=675&plc=1&path=%2F&host=rootsweb.com&sessionId=KhrnHUFIT — 200 — 332 B — 155 ms — h3https://cadmus.script.ac/d1ppgmexmjm31c/script.jscadmus.script.ac/d1ppgmexmjm31c/scr... https://cadmus.script.ac/d1ppgmexmjm31c/script.js — 200 — 87.6 KiB — 102 ms — h2https://micro.rubiconproject.com/prebid/dynamic/21666.jsmicro.rubiconproject.com/prebid/dyn... https://micro.rubiconproject.com/prebid/dynamic/21666.js — 200 — 146.0 KiB — 16 ms — h2https://fuelinspector.com/static/js/25dd01c5/e8cedefce1bb90a47ead14b41f1a252e6e86d0.index.jsfuelinspector.com/static/js/25dd01c... https://fuelinspector.com/static/js/25dd01c5/e8cedefce1bb90a47ead14b41f1a252e6e86d0.index.js — 200 — 36.3 KiB — 112 ms — h2https://player.ex.co/player/74f5c7b5-09b8-4b35-9a85-5637d4dae0c9player.ex.co/player/74f5c7b5-09b8-4... https://player.ex.co/player/74f5c7b5-09b8-4b35-9a85-5637d4dae0c9 — 200 — 195.5 KiB — 18 ms — h2https://www.google.com/ccm/collect?rcb=7&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Frootsweb.com%2F&scrsrc=www.googletagmanager.com&rnd=1602643143.1776897717&dt=RootsWeb.com%20Home%20Page&auid=1133632209.1776897717&navt=n&npa=1&us_privacy=error&ep.ads_data_redaction=0&gtm=45He64k1v893462636za200zd893462636xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776897716890&tfd=774www.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%2Frootsweb.com%2F&scrsrc=www.googletagmanager.com&rnd=1602643143.1776897717&dt=RootsWeb.com%20Home%20Page&auid=1133632209.1776897717&navt=n&npa=1&us_privacy=error&ep.ads_data_redaction=0&gtm=45He64k1v893462636za200zd893462636xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776897716890&tfd=774 — 200 — 21 B — 104 ms — h3https://cdn.privacy-mgmt.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1726%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22custom%22%3A%7B%22targetingParams%22%3A%7B%7D%7D%2C%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%2C%22usnat%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22hasLocalData%22%3Afalse%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcdn.privacy-mgmt.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Frootsweb.com%2F%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%2C%22usnat%22%3A%7B%22applies%22%3Afalse%7D%7D&nonKeyedLocalState=null&ch=4563891934564158629cac4570162795dd9&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/mes... https://cdn.privacy-mgmt.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1726%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22custom%22%3A%7B%22targetingParams%22%3A%7B%7D%7D%2C%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%2C%22usnat%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22hasLocalData%22%3Afalse%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcdn.privacy-mgmt.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Frootsweb.com%2F%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%2C%22usnat%22%3A%7B%22applies%22%3Afalse%7D%7D&nonKeyedLocalState=null&ch=4563891934564158629cac4570162795dd9&scriptVersion=4.40.1&scriptType=unified — 200 — 5.5 KiB — 137 ms — h2https://collector-1.ex.co/main/eventscollector-1.ex.co/main/events https://collector-1.ex.co/main/events — 200 — 158 B — 315 ms — h2https://player.ex.co/config?sfid=0010J00002CnFlCQAV&nid=1082652079player.ex.co/config?sfid=0010J00002... https://player.ex.co/config?sfid=0010J00002CnFlCQAV&nid=1082652079 — 200 — 828 B — 5 ms — h2https://lexicon.33across.com/v1/envelope?pid=0010b00002cG8kQAAS&gdpr=0&src=pbjs&ver=10.23.0&coppa=0lexicon.33across.com/v1/envelope?pi... https://lexicon.33across.com/v1/envelope?pid=0010b00002cG8kQAAS&gdpr=0&src=pbjs&ver=10.23.0&coppa=0 — 200 — 201 B — 333 ms — h2https://id.a-mx.com/sync/?tagId=&ref=null&u=https://rootsweb.com/&tl=https://rootsweb.com/&nf=0&rt=true&v=10.23.0&av=2.0&vg=pbjs&us_privacy=null&am=null&gdpr=0&gdpr_consent=id.a-mx.com/sync/?tagId=&ref=null&u... https://id.a-mx.com/sync/?tagId=&ref=null&u=https://rootsweb.com/&tl=https://rootsweb.com/&nf=0&rt=true&v=10.23.0&av=2.0&vg=pbjs&us_privacy=null&am=null&gdpr=0&gdpr_consent= — 200 — 464 B — 183 ms — h2https://id5-sync.com/api/config/prebidid5-sync.com/api/config/prebid https://id5-sync.com/api/config/prebid — 200 — 641 B — 125 ms — h2https://cdn.id5-sync.com/api/1.0/id5PrebidModule.jscdn.id5-sync.com/api/1.0/id5PrebidM... https://cdn.id5-sync.com/api/1.0/id5PrebidModule.js — 200 — 29.5 KiB — 110 ms — h2https://api.rlcdn.com/api/identity/envelope?pid=1260api.rlcdn.com/api/identity/envelope... https://api.rlcdn.com/api/identity/envelope?pid=1260 — -1 — 0 B — 145 ms — https://id.crwdcntrl.net/idid.crwdcntrl.net/id https://id.crwdcntrl.net/id — 200 — 317 B — 163 ms — h2https://match.adsrvr.org/track/rid?ttd_pid=5z4tscx&fmt=jsonmatch.adsrvr.org/track/rid?ttd_pid=... https://match.adsrvr.org/track/rid?ttd_pid=5z4tscx&fmt=json — 200 — 423 B — 120 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=4563891934564158629cac4570162795dd9&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/pv-... https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=4563891934564158629cac4570162795dd9&scriptVersion=4.40.1&scriptType=unified — 200 — 0 B — 35 ms — h2https://cdn.privacy-mgmt.com/index.html?hasCsp=true&message_id=1313335&consentUUID=null&consent_origin=https%3A%2F%2Fcdn.privacy-mgmt.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1cdn.privacy-mgmt.com/index.html?has... https://cdn.privacy-mgmt.com/index.html?hasCsp=true&message_id=1313335&consentUUID=null&consent_origin=https%3A%2F%2Fcdn.privacy-mgmt.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1 — 200 — 2.2 KiB — 53 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=4563891934564158629cac4570162795dd9&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/pv-... https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=4563891934564158629cac4570162795dd9&scriptVersion=4.40.1&scriptType=unified — 200 — 729 B — 42 ms — h2https://player.ex.co/ads-home.jsplayer.ex.co/ads-home.js https://player.ex.co/ads-home.js — 200 — 420 B — 6 ms — h2https://cdn.privacy-mgmt.com/Notice.30929.csscdn.privacy-mgmt.com/Notice.30929.c... https://cdn.privacy-mgmt.com/Notice.30929.css — 200 — 6.7 KiB — 28 ms — h2https://cdn.privacy-mgmt.com/polyfills.01516.jscdn.privacy-mgmt.com/polyfills.0151... https://cdn.privacy-mgmt.com/polyfills.01516.js — 200 — 2.3 KiB — 31 ms — h2https://cdn.privacy-mgmt.com/Notice.8f529.jscdn.privacy-mgmt.com/Notice.8f529.j... https://cdn.privacy-mgmt.com/Notice.8f529.js — 200 — 91.2 KiB — 53 ms — h2https://cdn.ex.co/player/ap/4.230.0-947b4e1/player.jscdn.ex.co/player/ap/4.230.0-947b4e1... https://cdn.ex.co/player/ap/4.230.0-947b4e1/player.js — 200 — 138.9 KiB — 19 ms — h2https://i.clean.gg/1ai.clean.gg/1a https://i.clean.gg/1a — 204 — 0 B — 139 ms — h2https://aax.amazon-adsystem.com/e/dtb/bid/977555.66/0/prebid?adunitid=$rs_300x250_$riaax.amazon-adsystem.com/e/dtb/bid/9... https://aax.amazon-adsystem.com/e/dtb/bid/977555.66/0/prebid?adunitid=$rs_300x250_$ri — 200 — 304 B — 145 ms — h2https://api.id5-sync.com/analytics/1145/id5-api-jsapi.id5-sync.com/analytics/1145/id5... https://api.id5-sync.com/analytics/1145/id5-api-js — 200 — 691 B — 116 ms — h2https://cdn.privacy-mgmt.com/consent/tcfv2/vendor-list/categories?siteId=29268cdn.privacy-mgmt.com/consent/tcfv2/... https://cdn.privacy-mgmt.com/consent/tcfv2/vendor-list/categories?siteId=29268 — 200 — 1.7 KiB — 22 ms — h2https://collector-1.ex.co/main/eventscollector-1.ex.co/main/events https://collector-1.ex.co/main/events — 200 — 157 B — 105 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swapfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap — 200 — 2.2 KiB — 95 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 33 ms — h3https://cdn.privacy-mgmt.com/consent/tcfv2/vendor-list/categories?siteId=29268&consentLanguage=encdn.privacy-mgmt.com/consent/tcfv2/... https://cdn.privacy-mgmt.com/consent/tcfv2/vendor-list/categories?siteId=29268&consentLanguage=en — 200 — 1.7 KiB — 22 ms — h2https://i.clean.gg/1ai.clean.gg/1a https://i.clean.gg/1a — 200 — 104 B — 101 ms — h2https://rootsweb.com/favicon.ico/favicon.ico https://rootsweb.com/favicon.ico — 200 — 2.5 KiB — 27 ms — h2https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2 — 200 — 47.2 KiB — 68 ms — h3https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2 — 200 — 0 B — 68 ms — h3https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2 — 200 — 0 B — 68 ms — h3https://fuelinspector.com/o5t_gl6zon3jdkdanbb0gbyw4iq2uzl1hmwbpkjokfuelinspector.com/o5t_gl6zon3jdkdan... https://fuelinspector.com/o5t_gl6zon3jdkdanbb0gbyw4iq2uzl1hmwbpkjok — 200 — 327 B — 79 ms — h3https://fuelinspector.com/o5t_gl6zon3jdkdanbb0gbyw4iq2uzl1hmwbpkjokfuelinspector.com/o5t_gl6zon3jdkdan... https://fuelinspector.com/o5t_gl6zon3jdkdanbb0gbyw4iq2uzl1hmwbpkjok — 200 — 39 B — 40 ms — h3https://hb.minutemedia-prebid.com/hb-mm-multihb.minutemedia-prebid.com/hb-mm-mul... https://hb.minutemedia-prebid.com/hb-mm-multi — 204 — 176 B — 153 ms — h2https://btlr.sharethrough.com/universal/v1?supply_id=WYu2BXv1btlr.sharethrough.com/universal/v1?... https://btlr.sharethrough.com/universal/v1?supply_id=WYu2BXv1 — 204 — 118 B — 156 ms — h2https://btlr.sharethrough.com/universal/v1?supply_id=WYu2BXv1btlr.sharethrough.com/universal/v1?... https://btlr.sharethrough.com/universal/v1?supply_id=WYu2BXv1 — 204 — 118 B — 156 ms — h2https://btlr.sharethrough.com/universal/v1?supply_id=WYu2BXv1btlr.sharethrough.com/universal/v1?... https://btlr.sharethrough.com/universal/v1?supply_id=WYu2BXv1 — 204 — 119 B — 152 ms — h2https://mweb-hb.presage.io/api/header-bidding-requestmweb-hb.presage.io/api/header-biddi... https://mweb-hb.presage.io/api/header-bidding-request — 200 — 0 B — 166 ms — h2https://rootsweb.com/undefined?type_cnn=prebidjs&v=0.1.5&pbjsv=v10.23.0/undefined?type_cnn=prebidjs&v=0.1.... https://rootsweb.com/undefined?type_cnn=prebidjs&v=0.1.5&pbjsv=v10.23.0 — 404 — 4.0 KiB — 178 ms — h2https://rootsweb.com/undefined?type_cnn=prebidjs&v=0.1.5&pbjsv=v10.23.0/undefined?type_cnn=prebidjs&v=0.1.... https://rootsweb.com/undefined?type_cnn=prebidjs&v=0.1.5&pbjsv=v10.23.0 — 404 — 4.0 KiB — 383 ms — h2https://rootsweb.com/undefined?type_cnn=prebidjs&v=0.1.5&pbjsv=v10.23.0/undefined?type_cnn=prebidjs&v=0.1.... https://rootsweb.com/undefined?type_cnn=prebidjs&v=0.1.5&pbjsv=v10.23.0 — 404 — 3.9 KiB — 408 ms — h2https://htlb.casalemedia.com/openrtb/pbjs?s=588745htlb.casalemedia.com/openrtb/pbjs?s... https://htlb.casalemedia.com/openrtb/pbjs?s=588745 — 200 — 555 B — 177 ms — h2https://ssb-global.smartadserver.com/api/bid?callerId=169ssb-global.smartadserver.com/api/bi... https://ssb-global.smartadserver.com/api/bid?callerId=169 — 204 — 110 B — 524 ms — h2https://ssb-global.smartadserver.com/api/bid?callerId=169ssb-global.smartadserver.com/api/bi... https://ssb-global.smartadserver.com/api/bid?callerId=169 — 204 — 110 B — 537 ms — h2https://ssb-global.smartadserver.com/api/bid?callerId=169ssb-global.smartadserver.com/api/bi... https://ssb-global.smartadserver.com/api/bid?callerId=169 — 204 — 111 B — 508 ms — h2https://prebid.media.net/rtb/prebid?cid=8CU12G3DVprebid.media.net/rtb/prebid?cid=8CU... https://prebid.media.net/rtb/prebid?cid=8CU12G3DV — 200 — 625 B — 190 ms — h2https://direct.adsrvr.org/bid/bidder/mediatradecraftdirect.adsrvr.org/bid/bidder/mediat... https://direct.adsrvr.org/bid/bidder/mediatradecraft — 200 — 4.8 KiB — 228 ms — h2https://ap.lijit.com/rtb/bid?src=prebid_prebid_10.23.0ap.lijit.com/rtb/bid?src=prebid_pre... https://ap.lijit.com/rtb/bid?src=prebid_prebid_10.23.0 — 204 — 186 B — 232 ms — h2https://id5-sync.com/bounceid5-sync.com/bounce https://id5-sync.com/bounce — 200 — 520 B — 29 ms — h2https://lbs.eu-1-id5-sync.com/lbs/v1lbs.eu-1-id5-sync.com/lbs/v1 https://lbs.eu-1-id5-sync.com/lbs/v1 — 200 — 157 B — 135 ms — h2https://lb.eu-1-id5-sync.com/lb/v1lb.eu-1-id5-sync.com/lb/v1 https://lb.eu-1-id5-sync.com/lb/v1 — 200 — 342 B — 132 ms — h2https://hbopenbid.pubmatic.com/translator?source=prebid-client&gzip=1hbopenbid.pubmatic.com/translator?s... https://hbopenbid.pubmatic.com/translator?source=prebid-client&gzip=1 — 204 — 305 B — 189 ms — h2https://mweb-hb.presage.io/api/header-bidding-requestmweb-hb.presage.io/api/header-biddi... https://mweb-hb.presage.io/api/header-bidding-request — 204 — 150 B — 149 ms — h2https://d0.eu-3-id5-sync.com/d0.eu-3-id5-sync.com/ https://d0.eu-3-id5-sync.com/ — 200 — 143 B — 96 ms — h2https://d1.eu-3-id5-sync.com/d1.eu-3-id5-sync.com/ https://d1.eu-3-id5-sync.com/ — 200 — 143 B — 89 ms — h2https://d2.eu-3-id5-sync.com/d2.eu-3-id5-sync.com/ https://d2.eu-3-id5-sync.com/ — 200 — 143 B — 109 ms — h2https://d3.eu-3-id5-sync.com/d3.eu-3-id5-sync.com/ https://d3.eu-3-id5-sync.com/ — 200 — 143 B — 95 ms — h2https://d4.eu-3-id5-sync.com/d4.eu-3-id5-sync.com/ https://d4.eu-3-id5-sync.com/ — 200 — 143 B — 96 ms — h2https://d5.eu-3-id5-sync.com/d5.eu-3-id5-sync.com/ https://d5.eu-3-id5-sync.com/ — 200 — 143 B — 97 ms — h2https://d6.eu-3-id5-sync.com/d6.eu-3-id5-sync.com/ https://d6.eu-3-id5-sync.com/ — 200 — 143 B — 108 ms — h2https://d7.eu-3-id5-sync.com/d7.eu-3-id5-sync.com/ https://d7.eu-3-id5-sync.com/ — 200 — 143 B — 85 ms — h2https://d0.eu-4-id5-sync.com/d0.eu-4-id5-sync.com/ https://d0.eu-4-id5-sync.com/ — 200 — 143 B — 110 ms — h2https://d1.eu-4-id5-sync.com/d1.eu-4-id5-sync.com/ https://d1.eu-4-id5-sync.com/ — 200 — 143 B — 98 ms — h2https://d2.eu-4-id5-sync.com/d2.eu-4-id5-sync.com/ https://d2.eu-4-id5-sync.com/ — 200 — 143 B — 97 ms — h2https://d3.eu-4-id5-sync.com/d3.eu-4-id5-sync.com/ https://d3.eu-4-id5-sync.com/ — 200 — 143 B — 98 ms — h2https://d4.eu-4-id5-sync.com/d4.eu-4-id5-sync.com/ https://d4.eu-4-id5-sync.com/ — 200 — 143 B — 99 ms — h2https://d5.eu-4-id5-sync.com/d5.eu-4-id5-sync.com/ https://d5.eu-4-id5-sync.com/ — 200 — 143 B — 114 ms — h2https://d6.eu-4-id5-sync.com/d6.eu-4-id5-sync.com/ https://d6.eu-4-id5-sync.com/ — 200 — 143 B — 113 ms — h2https://d7.eu-4-id5-sync.com/d7.eu-4-id5-sync.com/ https://d7.eu-4-id5-sync.com/ — 200 — 143 B — 98 ms — h2https://id5-sync.com/gm/v3id5-sync.com/gm/v3 https://id5-sync.com/gm/v3 — 200 — 836 B — 27 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 85 ms — h3https://check.analytics.rlcdn.com/check/1260check.analytics.rlcdn.com/check/126... https://check.analytics.rlcdn.com/check/1260 — 200 — 691 B — 101 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
79% of JavaScript execution is third-party
First-party Third-party 600ms · 617KB · $8/mo
Unattributable
Other
Costly
Execution 213ms
Transfer 0 KB
Monthly Cost $3/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 156ms
Transfer 188 KB
Unused 69%
Monthly Cost $2/mo
player.ex.co
Other
Optional
Execution 95ms
Transfer 195 KB
Unused 50%
Monthly Cost $1/mo
micro.rubiconproject.com
Other
Optional
Execution 74ms
Transfer 146 KB
Unused 33%
Monthly Cost $1/mo
cadmus.script.ac
Other
Optional
Execution 62ms
Transfer 88 KB
Unused 23%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 213ms and costs ~$3/month

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

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

69% of securepubads.g.doubleclick.net'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

50% of player.ex.co'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