Skip to content
https://cancer.org

Performance

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

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

84
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
99
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.35 s

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

2.15 s

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

46 ms

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

0.009

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

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

5.00 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
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
4.7 MB transferred, 106 requests
FIX
4.7 MB transferred, 106 requests
Critical::
Page weighs 12.6 MB (4.7 MB transferred)
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Info::
Fonts are 1.2 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1.2 MB
Info::
CSS is 290 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 290 KB
Warning::
106 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.99 g CO2 per page load
4.7 MB / 2.4 MB budget
4.7 MB transferred
106 requests
0.99 g CO2 per page load
JavaScript 2.1 MiB 44%
Fonts 1.2 MiB 26%
Images 902.5 KiB 19%
CSS 290.2 KiB 6%
Other 135.7 KiB 3%
HTML 71.6 KiB 1%
Other 71.3 KiB 1%
Other 3.8 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

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.7 MiB of 4.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
32 scripts, 1.2 MB unused
FIX
32 scripts, 1.2 MB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets-donate.azureedge.net/widget/donate-...: 149 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.2 MB
1238 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://assets-donate.azureedge.net/widget/donate-view.js429 KB149 KB (35%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-54NVNBW3157 KB83 KB (53%)3rd
https://cdn.cookielaw.org/scripttemplates/202508.1.0/otBannerSdk.js120 KB76 KB (63%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-52Z3PC195 KB71 KB (36%)3rd
https://www.googletagmanager.com/gtag/js?id=GT-PZQ945RS&cx=c&gtm=4e64h1h1152 KB71 KB (46%)3rd
https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site.lc-1776150525909-lc.min.js103 KB54 KB (53%)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
106 resources · 4.7 MB · 1.2 MB savings available
FIX
106 resources · 4.7 MB · 1.2 MB savings available
Warning::
Page weight 3.7 MB over 1MB target
Got: 4.7 MB Expected: ≤ 1 MB
Info::
~1.2 MB of savings available
Warning::
105 third-party resources (100% of weight)
Info::
5 resources over 200KB
106 resources · 4.7 MiB · 105 third-party 3.7 MiB over 1MB target
JavaScript 44% · 2.1 MiB
Font 26% · 1.2 MiB
Image 21% · 1.0 MiB
CSS 6% · 294.7 KiB
Document 1% · 72.1 KiB
Other 1% · 70.5 KiB

~1.2 MiB of savings available

Remove unused JavaScript: 1.2 MiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

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

B
Image Optimization
24 images, 0 KB saveable
REVIEW
24 images, 0 KB saveable
Info::
All images are well-optimized
24 images 902 KB
0 oversized -0 KB
9 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1319ms total JS execution
REVIEW
1319ms total JS execution
Warning::
https://www.cancer.org/: 357ms CPU time
Info::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 237ms CPU time
Info::
Unattributable: 190ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-52Z...: 185ms CPU time
Info::
https://www.cancer.org/etc.clientlibs/acs/clientli...: 115ms CPU time
Warning::
Third-party scripts: 1319ms (100% of total)

Main Thread Breakdown

Script Evaluation 51% Style & Layout 16% Other 14% Script Parsing & Compilation 10% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.cancer.org/357ms6ms1ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js237ms188ms43ms3rd
Unattributable190ms9ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-52Z3PC185ms159ms16ms3rd
https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site.lc-1776150525909-lc.min.js115ms96ms7ms3rd
https://www.cancer.org/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.js95ms67ms3ms3rd
https://assets-donate.azureedge.net/widget/donate-view.js81ms54ms27ms3rd
https://www.googletagmanager.com/gtag/js?id=GT-PZQ945RS&cx=c&gtm=4e64h1h158ms46ms11ms3rd
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
17 fonts (1244 KB)
PASS
17 fonts (1244 KB)
Info::
17 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

17

1244 KB total

Render-blocking

0

of 17

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.3 s LCP 2.2 shttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff26xK3dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 14.5 KiB — 25 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2 — 14.4 KiB — 32 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLCz7Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2 — 7.7 KiB — 36 ms — font-display: swaphttps://fonts.gstatic.com/s/sourceserifpro/v18/neIXzD-0qpwxpaWvjeD0X88SAOeasc8btSyqxKcsdrM.woff2neIXzD-0qpwxpaWvjeD0X88... https://fonts.gstatic.com/s/sourceserifpro/v18/neIXzD-0qpwxpaWvjeD0X88SAOeasc8btSyqxKcsdrM.woff2 — 21.1 KiB — 67 ms — font-display: swaphttps://fonts.gstatic.com/s/sourceserifpro/v18/neIQzD-0qpwxpaWvjeD0X88SAOeauXQ-oAGIyY0.woff2neIQzD-0qpwxpaWvjeD0X88... https://fonts.gstatic.com/s/sourceserifpro/v18/neIQzD-0qpwxpaWvjeD0X88SAOeauXQ-oAGIyY0.woff2 — 20.0 KiB — 68 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff26xK1dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2 — 13.9 KiB — 63 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2pxiEyp8kv8JHgFVrJJfecnF... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 7.7 KiB — 64 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmy15VF9eOYktMqg.woff2pxiDyp8kv8JHgFVrJJLmy15... https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmy15VF9eOYktMqg.woff2 — 8.5 KiB — 61 ms — font-display: swaphttps://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2pxiGyp8kv8JHgFVrJJLucHt... https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2 — 8.5 KiB — 47 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2 — 106.1 KiB — 60 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2fa-regular-400.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2 — 25.0 KiB — 75 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2 — 147.3 KiB — 93 ms — font-display: swaphttps://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-fontawesome/resources/webfonts/fa-regular-400.woff2fa-regular-400.woff2 https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-fontawesome/resources/webfonts/fa-regular-400.woff2 — 386.6 KiB — 22 ms — font-display: swaphttps://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-fontawesome/resources/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-fontawesome/resources/webfonts/fa-solid-900.woff2 — 320.6 KiB — 24 ms — font-display: swaphttps://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-fontawesome/resources/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-fontawesome/resources/webfonts/fa-brands-400.woff2 — 108.5 KiB — 21 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 63 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swap
6xK3dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 25 ms
Start 720 ms
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 14 KB
Load time 32 ms
Start 721 ms
Risk FOUT — text flashes from fallback to web font
pxiByp8kv8JHgFVrLCz7Z1x... woff2 swap
Size 8 KB
Load time 36 ms
Start 721 ms
Risk FOUT — text flashes from fallback to web font
neIXzD-0qpwxpaWvjeD0X88... woff2 swap
Size 21 KB
Load time 67 ms
Start 722 ms
Risk FOUT — text flashes from fallback to web font
neIQzD-0qpwxpaWvjeD0X88... woff2 swap
Size 20 KB
Load time 68 ms
Start 722 ms
Risk FOUT — text flashes from fallback to web font
6xK1dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 14 KB
Load time 63 ms
Start 723 ms
Risk FOUT — text flashes from fallback to web font
pxiEyp8kv8JHgFVrJJfecnF... woff2 swap
Size 8 KB
Load time 64 ms
Start 724 ms
Risk FOUT — text flashes from fallback to web font
pxiDyp8kv8JHgFVrJJLmy15... woff2 swap
Size 8 KB
Load time 61 ms
Start 725 ms
Risk FOUT — text flashes from fallback to web font
pxiGyp8kv8JHgFVrJJLucHt... woff2 swap
Size 8 KB
Load time 47 ms
Start 743 ms
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 106 KB
Load time 60 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-regular-400.woff2 woff2 swap
Size 25 KB
Load time 75 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 147 KB
Load time 93 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-regular-400.woff2 woff2 swap
Size 387 KB
Load time 22 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-solid-900.woff2 woff2 swap
Size 321 KB
Load time 24 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-brands-400.woff2 woff2 swap
Size 109 KB
Load time 21 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 63 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~535 KB and ~1070 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
106 requests over 3818ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.3 s LCP 2.2 shttps://cancer.org// https://cancer.org/ — 301 — 502 B — 406 ms — http/1.1https://www.cancer.org/www.cancer.org/ https://www.cancer.org/ — 200 — 41.9 KiB — 67 ms — h2https://www.cancer.org/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jswww.cancer.org/.rum/@adobe/helix-ru... https://www.cancer.org/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 1.0 KiB — 37 ms — h2https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swapfonts.googleapis.com/css2?family=So... https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap — 200 — 1.4 KiB — 77 ms — h2https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swapfonts.googleapis.com/css2?family=So... https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap — 200 — 1.1 KiB — 78 ms — h2https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swapfonts.googleapis.com/css2?family=Po... https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap — 200 — 782 B — 82 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-base.lc-e59d23eee015af55366ebd5f0dc4ec1a-lc.min.csswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-base.lc-e59d23eee015af55366ebd5f0dc4ec1a-lc.min.css — 200 — 9.4 KiB — 8 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 81 ms — h2https://www.cancer.org/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.jswww.cancer.org/etc.clientlibs/clien... https://www.cancer.org/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.js — 200 — 35.1 KiB — 29 ms — h2https://www.cancer.org/etc.clientlibs/clientlibs/granite/utils.lc-e7bf340a353e643d198b25d0c8ccce47-lc.min.jswww.cancer.org/etc.clientlibs/clien... https://www.cancer.org/etc.clientlibs/clientlibs/granite/utils.lc-e7bf340a353e643d198b25d0c8ccce47-lc.min.js — 200 — 3.7 KiB — 26 ms — h2https://www.cancer.org/etc.clientlibs/clientlibs/granite/jquery/granite.lc-543d214c88dfa6f4a3233b630c82d875-lc.min.jswww.cancer.org/etc.clientlibs/clien... https://www.cancer.org/etc.clientlibs/clientlibs/granite/jquery/granite.lc-543d214c88dfa6f4a3233b630c82d875-lc.min.js — 200 — 1.9 KiB — 11 ms — h2https://www.cancer.org/etc.clientlibs/foundation/clientlibs/jquery.lc-dd9b395c741ce2784096e26619e14910-lc.min.jswww.cancer.org/etc.clientlibs/found... https://www.cancer.org/etc.clientlibs/foundation/clientlibs/jquery.lc-dd9b395c741ce2784096e26619e14910-lc.min.js — 200 — 186 B — 18 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-redesign-datalayer.lc-cbd274e761ce7012d94740359a0578a2-lc.min.jswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-redesign-datalayer.lc-cbd274e761ce7012d94740359a0578a2-lc.min.js — 200 — 5.8 KiB — 10 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site-dependencies.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.csswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site-dependencies.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.css — 200 — 101 B — 8 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site.lc-1776150525909-lc.min.csswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site.lc-1776150525909-lc.min.css — 200 — 47.3 KiB — 20 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-themes/theme-acsredesign.lc-443cca75b4d3f16cf87ee42215bddcc9-lc.min.csswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-themes/theme-acsredesign.lc-443cca75b4d3f16cf87ee42215bddcc9-lc.min.css — 200 — 47.5 KiB — 27 ms — h2https://www.cancer.org/content/dam/cancer-org/images/logos/acs/acs-logo.svgwww.cancer.org/content/dam/cancer-o... https://www.cancer.org/content/dam/cancer-org/images/logos/acs/acs-logo.svg — 200 — 7.8 KiB — 26 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-themes/theme-acsredesign/resources/images/Search%20Icon.pngwww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-themes/theme-acsredesign/resources/images/Search%20Icon.png — 200 — 1.1 KiB — 24 ms — h2https://www.cancer.org/etc.clientlibs/acs/components/content/redesign-forms/taboo/clientlib.lc-27e9fe6c616e5c81d55e008f0db0c791-lc.min.csswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/components/content/redesign-forms/taboo/clientlib.lc-27e9fe6c616e5c81d55e008f0db0c791-lc.min.css — 200 — 2.0 KiB — 4 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/forms-clientlib.lc-8dfee5493ad490dbe34fb995300b9910-lc.min.csswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/forms-clientlib.lc-8dfee5493ad490dbe34fb995300b9910-lc.min.css — 200 — 3.4 KiB — 4 ms — h2https://www.cancer.org/etc.clientlibs/acs/components/content/redesign-forms/taboo/clientlib.lc-cfd0c0ec042636aada8947fa9af4310a-lc.min.jswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/components/content/redesign-forms/taboo/clientlib.lc-cfd0c0ec042636aada8947fa9af4310a-lc.min.js — 200 — 3.2 KiB — 5 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/forms-clientlib.lc-50bad69447528d58291b1dde0c79d5ee-lc.min.jswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/forms-clientlib.lc-50bad69447528d58291b1dde0c79d5ee-lc.min.js — 200 — 1.4 KiB — 7 ms — h2https://donate.cancer.org/widget/donate-anywhere.jsdonate.cancer.org/widget/donate-any... https://donate.cancer.org/widget/donate-anywhere.js — 200 — 1.4 KiB — 702 ms — h2https://acs.cdn-v3.conductrics.com/ac-wwCNWYiyTq/v3/agent-api/js/f-fgEHefvxuQ/dt-sMIQILzQvxMl05SVGCS1PIqjDdlOtd?apikey=api-oDWwtQPqSBWiSdHSxXCmacs.cdn-v3.conductrics.com/ac-wwCNW... https://acs.cdn-v3.conductrics.com/ac-wwCNWYiyTq/v3/agent-api/js/f-fgEHefvxuQ/dt-sMIQILzQvxMl05SVGCS1PIqjDdlOtd?apikey=api-oDWwtQPqSBWiSdHSxXCm — 200 — 54.2 KiB — 16 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-base.lc-09114f098df0bfcd2be5b5874591b900-lc.min.jswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-base.lc-09114f098df0bfcd2be5b5874591b900-lc.min.js — 200 — 21.5 KiB — 8 ms — h2https://cdn.cookielaw.org/consent/ada041de-ce56-4b83-98db-04af2e8b6cad/ada041de-ce56-4b83-98db-04af2e8b6cad.jsoncdn.cookielaw.org/consent/ada041de-... https://cdn.cookielaw.org/consent/ada041de-ce56-4b83-98db-04af2e8b6cad/ada041de-ce56-4b83-98db-04af2e8b6cad.json — 200 — 2.6 KiB — 91 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site-dependencies.lc-561576a39ac3ac114412656939ca1642-lc.min.jswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site-dependencies.lc-561576a39ac3ac114412656939ca1642-lc.min.js — 200 — 20.4 KiB — 3 ms — h2https://www.cancer.org/libs/granite/csrf/token.jsonwww.cancer.org/libs/granite/csrf/to... https://www.cancer.org/libs/granite/csrf/token.json — 200 — 353 B — 3 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site.lc-1776150525909-lc.min.jswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site.lc-1776150525909-lc.min.js — 200 — 102.5 KiB — 22 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-redesign-components/all.lc-432b6549891fcae23e20b524dcc81b7e-lc.min.jswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-redesign-components/all.lc-432b6549891fcae23e20b524dcc81b7e-lc.min.js — 200 — 21.1 KiB — 13 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.3 s LCP 2.2 shttps://cancer.org// https://cancer.org/ — 301 — 502 B — 406 ms — http/1.1https://www.cancer.org/www.cancer.org/ https://www.cancer.org/ — 200 — 41.9 KiB — 67 ms — h2https://www.cancer.org/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jswww.cancer.org/.rum/@adobe/helix-ru... https://www.cancer.org/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 1.0 KiB — 37 ms — h2https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swapfonts.googleapis.com/css2?family=So... https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap — 200 — 1.4 KiB — 77 ms — h2https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swapfonts.googleapis.com/css2?family=So... https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap — 200 — 1.1 KiB — 78 ms — h2https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swapfonts.googleapis.com/css2?family=Po... https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap — 200 — 782 B — 82 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-base.lc-e59d23eee015af55366ebd5f0dc4ec1a-lc.min.csswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-base.lc-e59d23eee015af55366ebd5f0dc4ec1a-lc.min.css — 200 — 9.4 KiB — 8 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 81 ms — h2https://www.cancer.org/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.jswww.cancer.org/etc.clientlibs/clien... https://www.cancer.org/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.js — 200 — 35.1 KiB — 29 ms — h2https://www.cancer.org/etc.clientlibs/clientlibs/granite/utils.lc-e7bf340a353e643d198b25d0c8ccce47-lc.min.jswww.cancer.org/etc.clientlibs/clien... https://www.cancer.org/etc.clientlibs/clientlibs/granite/utils.lc-e7bf340a353e643d198b25d0c8ccce47-lc.min.js — 200 — 3.7 KiB — 26 ms — h2https://www.cancer.org/etc.clientlibs/clientlibs/granite/jquery/granite.lc-543d214c88dfa6f4a3233b630c82d875-lc.min.jswww.cancer.org/etc.clientlibs/clien... https://www.cancer.org/etc.clientlibs/clientlibs/granite/jquery/granite.lc-543d214c88dfa6f4a3233b630c82d875-lc.min.js — 200 — 1.9 KiB — 11 ms — h2https://www.cancer.org/etc.clientlibs/foundation/clientlibs/jquery.lc-dd9b395c741ce2784096e26619e14910-lc.min.jswww.cancer.org/etc.clientlibs/found... https://www.cancer.org/etc.clientlibs/foundation/clientlibs/jquery.lc-dd9b395c741ce2784096e26619e14910-lc.min.js — 200 — 186 B — 18 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-redesign-datalayer.lc-cbd274e761ce7012d94740359a0578a2-lc.min.jswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-redesign-datalayer.lc-cbd274e761ce7012d94740359a0578a2-lc.min.js — 200 — 5.8 KiB — 10 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site-dependencies.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.csswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site-dependencies.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.css — 200 — 101 B — 8 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site.lc-1776150525909-lc.min.csswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site.lc-1776150525909-lc.min.css — 200 — 47.3 KiB — 20 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-themes/theme-acsredesign.lc-443cca75b4d3f16cf87ee42215bddcc9-lc.min.csswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-themes/theme-acsredesign.lc-443cca75b4d3f16cf87ee42215bddcc9-lc.min.css — 200 — 47.5 KiB — 27 ms — h2https://www.cancer.org/content/dam/cancer-org/images/logos/acs/acs-logo.svgwww.cancer.org/content/dam/cancer-o... https://www.cancer.org/content/dam/cancer-org/images/logos/acs/acs-logo.svg — 200 — 7.8 KiB — 26 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-themes/theme-acsredesign/resources/images/Search%20Icon.pngwww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-themes/theme-acsredesign/resources/images/Search%20Icon.png — 200 — 1.1 KiB — 24 ms — h2https://www.cancer.org/etc.clientlibs/acs/components/content/redesign-forms/taboo/clientlib.lc-27e9fe6c616e5c81d55e008f0db0c791-lc.min.csswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/components/content/redesign-forms/taboo/clientlib.lc-27e9fe6c616e5c81d55e008f0db0c791-lc.min.css — 200 — 2.0 KiB — 4 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/forms-clientlib.lc-8dfee5493ad490dbe34fb995300b9910-lc.min.csswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/forms-clientlib.lc-8dfee5493ad490dbe34fb995300b9910-lc.min.css — 200 — 3.4 KiB — 4 ms — h2https://www.cancer.org/etc.clientlibs/acs/components/content/redesign-forms/taboo/clientlib.lc-cfd0c0ec042636aada8947fa9af4310a-lc.min.jswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/components/content/redesign-forms/taboo/clientlib.lc-cfd0c0ec042636aada8947fa9af4310a-lc.min.js — 200 — 3.2 KiB — 5 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/forms-clientlib.lc-50bad69447528d58291b1dde0c79d5ee-lc.min.jswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/forms-clientlib.lc-50bad69447528d58291b1dde0c79d5ee-lc.min.js — 200 — 1.4 KiB — 7 ms — h2https://donate.cancer.org/widget/donate-anywhere.jsdonate.cancer.org/widget/donate-any... https://donate.cancer.org/widget/donate-anywhere.js — 200 — 1.4 KiB — 702 ms — h2https://acs.cdn-v3.conductrics.com/ac-wwCNWYiyTq/v3/agent-api/js/f-fgEHefvxuQ/dt-sMIQILzQvxMl05SVGCS1PIqjDdlOtd?apikey=api-oDWwtQPqSBWiSdHSxXCmacs.cdn-v3.conductrics.com/ac-wwCNW... https://acs.cdn-v3.conductrics.com/ac-wwCNWYiyTq/v3/agent-api/js/f-fgEHefvxuQ/dt-sMIQILzQvxMl05SVGCS1PIqjDdlOtd?apikey=api-oDWwtQPqSBWiSdHSxXCm — 200 — 54.2 KiB — 16 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-base.lc-09114f098df0bfcd2be5b5874591b900-lc.min.jswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-base.lc-09114f098df0bfcd2be5b5874591b900-lc.min.js — 200 — 21.5 KiB — 8 ms — h2https://cdn.cookielaw.org/consent/ada041de-ce56-4b83-98db-04af2e8b6cad/ada041de-ce56-4b83-98db-04af2e8b6cad.jsoncdn.cookielaw.org/consent/ada041de-... https://cdn.cookielaw.org/consent/ada041de-ce56-4b83-98db-04af2e8b6cad/ada041de-ce56-4b83-98db-04af2e8b6cad.json — 200 — 2.6 KiB — 91 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site-dependencies.lc-561576a39ac3ac114412656939ca1642-lc.min.jswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site-dependencies.lc-561576a39ac3ac114412656939ca1642-lc.min.js — 200 — 20.4 KiB — 3 ms — h2https://www.cancer.org/libs/granite/csrf/token.jsonwww.cancer.org/libs/granite/csrf/to... https://www.cancer.org/libs/granite/csrf/token.json — 200 — 353 B — 3 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site.lc-1776150525909-lc.min.jswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-site.lc-1776150525909-lc.min.js — 200 — 102.5 KiB — 22 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-redesign-components/all.lc-432b6549891fcae23e20b524dcc81b7e-lc.min.jswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-redesign-components/all.lc-432b6549891fcae23e20b524dcc81b7e-lc.min.js — 200 — 21.1 KiB — 13 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-fontawesome.lc-c47b4866d66a2aa9aace9d9667f546ce-lc.min.csswww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-fontawesome.lc-c47b4866d66a2aa9aace9d9667f546ce-lc.min.css — 200 — 102.9 KiB — 29 ms — h2https://www.cancer.org/content/dam/acs/hamburger-icon.svgwww.cancer.org/content/dam/acs/hamb... https://www.cancer.org/content/dam/acs/hamburger-icon.svg — 200 — 1.1 KiB — 15 ms — h2https://www.cancer.org/content/dam/acs/close-icon.svgwww.cancer.org/content/dam/acs/clos... https://www.cancer.org/content/dam/acs/close-icon.svg — 200 — 777 B — 19 ms — h2https://www.google.com/recaptcha/api.js?onload=reCaptchaWidgetCallback&render=explicitwww.google.com/recaptcha/api.js?onl... https://www.google.com/recaptcha/api.js?onload=reCaptchaWidgetCallback&render=explicit — 200 — 1.0 KiB — 63 ms — h3https://www.cancer.org/content/dam/cancer-org/images/logos/four-star-rating-badge.pngwww.cancer.org/content/dam/cancer-o... https://www.cancer.org/content/dam/cancer-org/images/logos/four-star-rating-badge.png — 200 — 6.7 KiB — 15 ms — h2https://www.cancer.org/content/dam/cancer-org/images/logos/2023-accredited-seal-blue.pngwww.cancer.org/content/dam/cancer-o... https://www.cancer.org/content/dam/cancer-org/images/logos/2023-accredited-seal-blue.png — 200 — 3.9 KiB — 13 ms — h2https://www.cancer.org/content/dam/cancer-org/images/logos/badges/candid-seal-platinum.svgwww.cancer.org/content/dam/cancer-o... https://www.cancer.org/content/dam/cancer-org/images/logos/badges/candid-seal-platinum.svg — 200 — 12.6 KiB — 16 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-52Z3PCwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-52Z3PC — 200 — 195.0 KiB — 172 ms — h2https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--d6ed843c-4da9-4a50-a1da-8777d6c616aa/national-volunteer-month-hero-708x398.jpg?preferwebp=true&quality=82&width=1440www.cancer.org/adobe/dynamicmedia/d... https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--d6ed843c-4da9-4a50-a1da-8777d6c616aa/national-volunteer-month-hero-708x398.jpg?preferwebp=true&quality=82&width=1440 — 200 — 91.8 KiB — 117 ms — h2https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--c553436a-03c3-4de2-ba65-2c840884c92f/acs-navy-shirt-small2.png?preferwebp=true&quality=82&width=1440www.cancer.org/adobe/dynamicmedia/d... https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--c553436a-03c3-4de2-ba65-2c840884c92f/acs-navy-shirt-small2.png?preferwebp=true&quality=82&width=1440 — 200 — 85.4 KiB — 114 ms — h2https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--7466790a-e804-425a-93ea-a703b4e6e315/woman-man-walk-water-bottles-promo.jpg?preferwebp=true&quality=82&width=100www.cancer.org/adobe/dynamicmedia/d... https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--7466790a-e804-425a-93ea-a703b4e6e315/woman-man-walk-water-bottles-promo.jpg?preferwebp=true&quality=82&width=100 — 200 — 4.0 KiB — 7 ms — h2https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--e5546e60-77ef-4e22-a4fa-81f5da7e88ff/pexels-mart-production-hand-on-plastic-intestines.jpg?preferwebp=true&quality=82&width=100www.cancer.org/adobe/dynamicmedia/d... https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--e5546e60-77ef-4e22-a4fa-81f5da7e88ff/pexels-mart-production-hand-on-plastic-intestines.jpg?preferwebp=true&quality=82&width=100 — 200 — 4.0 KiB — 30 ms — h2https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--d68ded3a-6ebd-42b3-b1a7-f5d60bb33296/roadtorecovery-volunteer-recruitment-promo.jpg?preferwebp=true&quality=82&width=100www.cancer.org/adobe/dynamicmedia/d... https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--d68ded3a-6ebd-42b3-b1a7-f5d60bb33296/roadtorecovery-volunteer-recruitment-promo.jpg?preferwebp=true&quality=82&width=100 — 200 — 3.5 KiB — 24 ms — h2https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--1e4cdc13-9dbb-436d-b995-375bb7312536/honor-and-memorial-promo-pod.jpg?preferwebp=true&quality=82&width=100www.cancer.org/adobe/dynamicmedia/d... https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--1e4cdc13-9dbb-436d-b995-375bb7312536/honor-and-memorial-promo-pod.jpg?preferwebp=true&quality=82&width=100 — 200 — 3.4 KiB — 26 ms — h2https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--ae7159a5-9916-4a6d-a079-46559b489725/free-lodging.jpg?preferwebp=true&quality=82&width=1440www.cancer.org/adobe/dynamicmedia/d... https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--ae7159a5-9916-4a6d-a079-46559b489725/free-lodging.jpg?preferwebp=true&quality=82&width=1440 — 200 — 61.5 KiB — 139 ms — h2https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--105009e2-4882-4d98-944d-b55b92b14f4d/transportation-treatment.jpg?preferwebp=true&quality=82&width=1440www.cancer.org/adobe/dynamicmedia/d... https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--105009e2-4882-4d98-944d-b55b92b14f4d/transportation-treatment.jpg?preferwebp=true&quality=82&width=1440 — 200 — 22.2 KiB — 139 ms — h2https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--ce275e3a-872e-4117-9214-00146d3338f1/community-support.jpg?preferwebp=true&quality=82&width=1440www.cancer.org/adobe/dynamicmedia/d... https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--ce275e3a-872e-4117-9214-00146d3338f1/community-support.jpg?preferwebp=true&quality=82&width=1440 — 200 — 60.9 KiB — 141 ms — h2https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--1e15ac5d-cbac-4df1-80e4-52a4642e23d3/eat-healthy.png?preferwebp=true&quality=82&width=1440www.cancer.org/adobe/dynamicmedia/d... https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--1e15ac5d-cbac-4df1-80e4-52a4642e23d3/eat-healthy.png?preferwebp=true&quality=82&width=1440 — 200 — 161.1 KiB — 137 ms — h2https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--de067a25-50a5-4a9b-9f8a-e011e46662fc/no-tobacco.png?preferwebp=true&quality=82&width=1440www.cancer.org/adobe/dynamicmedia/d... https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--de067a25-50a5-4a9b-9f8a-e011e46662fc/no-tobacco.png?preferwebp=true&quality=82&width=1440 — 200 — 100.2 KiB — 140 ms — h2https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--bf8ce562-a291-4306-ba31-803c125173b7/hpv.png?preferwebp=true&quality=82&width=1440www.cancer.org/adobe/dynamicmedia/d... https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--bf8ce562-a291-4306-ba31-803c125173b7/hpv.png?preferwebp=true&quality=82&width=1440 — 200 — 149.1 KiB — 128 ms — h2https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--06e490b0-83d9-41f5-89fb-9b1d54bcddf4/screening.png?preferwebp=true&quality=82&width=1440www.cancer.org/adobe/dynamicmedia/d... https://www.cancer.org/adobe/dynamicmedia/deliver/dm-aid--06e490b0-83d9-41f5-89fb-9b1d54bcddf4/screening.png?preferwebp=true&quality=82&width=1440 — 200 — 116.6 KiB — 129 ms — h2https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 200 — 14.5 KiB — 25 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2 — 200 — 14.4 KiB — 32 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2 — 200 — 7.7 KiB — 36 ms — h3https://fonts.gstatic.com/s/sourceserifpro/v18/neIXzD-0qpwxpaWvjeD0X88SAOeasc8btSyqxKcsdrM.woff2fonts.gstatic.com/s/sourceserifpro/... https://fonts.gstatic.com/s/sourceserifpro/v18/neIXzD-0qpwxpaWvjeD0X88SAOeasc8btSyqxKcsdrM.woff2 — 200 — 21.1 KiB — 67 ms — h3https://fonts.gstatic.com/s/sourceserifpro/v18/neIQzD-0qpwxpaWvjeD0X88SAOeauXQ-oAGIyY0.woff2fonts.gstatic.com/s/sourceserifpro/... https://fonts.gstatic.com/s/sourceserifpro/v18/neIQzD-0qpwxpaWvjeD0X88SAOeauXQ-oAGIyY0.woff2 — 200 — 20.0 KiB — 68 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2 — 200 — 13.9 KiB — 63 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2 — 200 — 7.7 KiB — 64 ms — h3https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmy15VF9eOYktMqg.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmy15VF9eOYktMqg.woff2 — 200 — 8.5 KiB — 61 ms — h3https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 303 B — 102 ms — h2https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2 — 200 — 8.5 KiB — 47 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 185 ms — h2https://cdn.cookielaw.org/scripttemplates/202508.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202508.1.0/otBannerSdk.js — 200 — 120.0 KiB — 59 ms — h2https://cdn.cookielaw.org/consent/ada041de-ce56-4b83-98db-04af2e8b6cad/019caf72-0df3-7cac-ac4f-d53bd16d46ac/en.jsoncdn.cookielaw.org/consent/ada041de-... https://cdn.cookielaw.org/consent/ada041de-ce56-4b83-98db-04af2e8b6cad/019caf72-0df3-7cac-ac4f-d53bd16d46ac/en.json — 200 — 50.0 KiB — 45 ms — h2https://unpkg.com/web-vitals@5.0.1/dist/web-vitals.iife.jsunpkg.com/web-vitals@5.0.1/dist/web... https://unpkg.com/web-vitals@5.0.1/dist/web-vitals.iife.js — 200 — 2.7 KiB — 61 ms — h3https://cdn.cookielaw.org/scripttemplates/202508.1.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202508.1.0/assets/otFlat.json — -1 — 0 B — 39 ms — https://cdn.cookielaw.org/scripttemplates/202508.1.0/assets/v2/otPcTab.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202508.1.0/assets/v2/otPcTab.json — 200 — 13.7 KiB — 42 ms — h2https://cdn.cookielaw.org/scripttemplates/202508.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202508.1.0/assets/otCommonStyles.css — 200 — 4.5 KiB — 34 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css — 200 — 19.0 KiB — 71 ms — h3https://assets-donate.azureedge.net/widget/donate-view.cssassets-donate.azureedge.net/widget/... https://assets-donate.azureedge.net/widget/donate-view.css — 200 — 11.9 KiB — 124 ms — h2https://assets-donate.azureedge.net/widget/donate-view.jsassets-donate.azureedge.net/widget/... https://assets-donate.azureedge.net/widget/donate-view.js — 200 — 429.5 KiB — 194 ms — h2https://js.braintreegateway.com/web/3.91.0/js/client.min.jsjs.braintreegateway.com/web/3.91.0/... https://js.braintreegateway.com/web/3.91.0/js/client.min.js — 200 — 12.5 KiB — 11 ms — h3https://js.braintreegateway.com/web/3.91.0/js/data-collector.min.jsjs.braintreegateway.com/web/3.91.0/... https://js.braintreegateway.com/web/3.91.0/js/data-collector.min.js — 200 — 10.5 KiB — 11 ms — h3https://www.cancer.org/libs/cq/i18n/dict.en.jsonwww.cancer.org/libs/cq/i18n/dict.en... https://www.cancer.org/libs/cq/i18n/dict.en.json — 200 — 527 B — 5 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2 — 200 — 106.1 KiB — 60 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2 — 200 — 25.0 KiB — 75 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2 — 200 — 147.3 KiB — 93 ms — h3https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-fontawesome/resources/webfonts/fa-regular-400.woff2www.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-fontawesome/resources/webfonts/fa-regular-400.woff2 — 200 — 386.6 KiB — 22 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-fontawesome/resources/webfonts/fa-solid-900.woff2www.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-fontawesome/resources/webfonts/fa-solid-900.woff2 — 200 — 320.6 KiB — 24 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-fontawesome/resources/webfonts/fa-brands-400.woff2www.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-fontawesome/resources/webfonts/fa-brands-400.woff2 — 200 — 108.5 KiB — 21 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Le8riUTAAAAAJzrs8kGvisTnwo0S2EvWbRLTEIZ&co=aHR0cHM6Ly93d3cuY2FuY2VyLm9yZzo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=normal&anchor-ms=20000&execute-ms=30000&cb=nt55oxxh1l1www.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Le8riUTAAAAAJzrs8kGvisTnwo0S2EvWbRLTEIZ&co=aHR0cHM6Ly93d3cuY2FuY2VyLm9yZzo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=normal&anchor-ms=20000&execute-ms=30000&cb=nt55oxxh1l1 — 200 — 27.6 KiB — 83 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 98 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 170 ms — h2https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-themes/theme-acsredesign/resources/images/arrow-down.pngwww.cancer.org/etc.clientlibs/acs/c... https://www.cancer.org/etc.clientlibs/acs/clientlibs/clientlib-themes/theme-acsredesign/resources/images/arrow-down.png — 200 — 2.6 KiB — 5 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-54NVNBW3www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-54NVNBW3 — 200 — 157.2 KiB — 53 ms — h2https://www.googletagmanager.com/gtag/js?id=GT-PZQ945RS&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GT-PZQ945RS&cx=c&gtm=4e64h1h1 — 200 — 152.0 KiB — 79 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA… — 200 — 0 B — 1 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA… — 200 — 0 B — 0 ms — datahttps://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 25 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 178 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 63 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 12 ms — h2https://assets-chat-dqcfe8adhpcrfnbc.a03.azurefd.net/five9-chat.cssassets-chat-dqcfe8adhpcrfnbc.a03.az... https://assets-chat-dqcfe8adhpcrfnbc.a03.azurefd.net/five9-chat.css — 200 — 1.4 KiB — 701 ms — h2https://assets-chat-dqcfe8adhpcrfnbc.a03.azurefd.net/five9-chat.jsassets-chat-dqcfe8adhpcrfnbc.a03.az... https://assets-chat-dqcfe8adhpcrfnbc.a03.azurefd.net/five9-chat.js — 200 — 3.0 KiB — 734 ms — h2https://www.cancer.org/content/dam/cancer-org/images/logos/acs/favicon.pngwww.cancer.org/content/dam/cancer-o... https://www.cancer.org/content/dam/cancer-org/images/logos/acs/favicon.png — 200 — 4.1 KiB — 4 ms — h2https://www.cancer.org/content/dam/cancer-org/images/logos/acs/favicon.icowww.cancer.org/content/dam/cancer-o... https://www.cancer.org/content/dam/cancer-org/images/logos/acs/favicon.ico — 200 — 131.1 KiB — 5 ms — h2https://www.google.com/recaptcha/api2/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6Le8riUTAAAAAJzrs8kGvisTnwo0S2EvWbRLTEIZ&bft=0dAFcWeA6TKsD95yk6Uq2nAquBnbnC7SLRs-IJFytb1rFVaxGN4uyh-hsdSVIZUlXvpsP0KHTNEV9Jw6jN6ua--mxiVrQfnZLJRgwww.google.com/recaptcha/api2/bfram... https://www.google.com/recaptcha/api2/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6Le8riUTAAAAAJzrs8kGvisTnwo0S2EvWbRLTEIZ&bft=0dAFcWeA6TKsD95yk6Uq2nAquBnbnC7SLRs-IJFytb1rFVaxGN4uyh-hsdSVIZUlXvpsP0KHTNEV9Jw6jN6ua--mxiVrQfnZLJRg — 200 — 2.2 KiB — 29 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 0 B — 0 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 0 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 ms — h3https://assets-chat-dqcfe8adhpcrfnbc.a03.azurefd.net/five9-chat-prod.jsassets-chat-dqcfe8adhpcrfnbc.a03.az... https://assets-chat-dqcfe8adhpcrfnbc.a03.azurefd.net/five9-chat-prod.js — 200 — 1.2 KiB — 171 ms — h2https://live-chat.ps.five9.com/Five9ChatPlugin.jslive-chat.ps.five9.com/Five9ChatPlu... https://live-chat.ps.five9.com/Five9ChatPlugin.js — 200 — 16.0 KiB — 216 ms — h2https://app.ps.five9.com/social-service/livechat/options?appId=ACS%20NCIC%20Prod&configId=ACS%20Prodapp.ps.five9.com/social-service/liv... https://app.ps.five9.com/social-service/livechat/options?appId=ACS%20NCIC%20Prod&configId=ACS%20Prod — 204 — 0 B — 168 ms — h2https://app.ps.five9.com/social-service/livechat/options?appId=ACS%20NCIC%20Prod&configId=ACS%20Prodapp.ps.five9.com/social-service/liv... https://app.ps.five9.com/social-service/livechat/options?appId=ACS%20NCIC%20Prod&configId=ACS%20Prod — 200 — 2.8 KiB — 129 ms — h2https://app.ps.five9.com/social-service/livechat/allowedCountries?appId=ACS%20NCIC%20Prodapp.ps.five9.com/social-service/liv... https://app.ps.five9.com/social-service/livechat/allowedCountries?appId=ACS%20NCIC%20Prod — 204 — 0 B — 125 ms — h3https://app.ps.five9.com/social-service/livechat/allowedCountries?appId=ACS%20NCIC%20Prodapp.ps.five9.com/social-service/liv... https://app.ps.five9.com/social-service/livechat/allowedCountries?appId=ACS%20NCIC%20Prod — 200 — 186 B — 180 ms — h3
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 1319ms · 956KB · $9/mo
www.cancer.org
Other
Costly
Execution 357ms
Transfer 42 KB
Monthly Cost $3/mo
www.gstatic.com
Other
Costly
Execution 237ms
Transfer 0 KB
Unused 49%
Monthly Cost $2/mo
Unattributable
Other
Optional
Execution 190ms
Transfer 0 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 185ms
Transfer 195 KB
Unused 36%
Monthly Cost $1/mo
www.cancer.org
Other
Optional
Execution 115ms
Transfer 103 KB
Unused 53%
Monthly Cost $1/mo
www.cancer.org
Other
Optional
Execution 95ms
Transfer 35 KB
Monthly Cost $1/mo
assets-donate.azureedge.net
Other
Optional
Execution 81ms
Transfer 429 KB
Unused 35%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 152 KB
Unused 46%
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • www.cancer.org adds 357ms and costs ~$3/month
  • www.gstatic.com adds 237ms and costs ~$2/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.cancer.org takes 357ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

www.gstatic.com takes 237ms 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

53% of www.cancer.org'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