Skip to content
https://asha.org

Performance

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

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

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

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

1.43 s

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

308 ms

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

0.001

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

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

6.23 s

Page Load Progression

642 ms
1.3 s
1.9 s
2.6 s
3.2 s
3.8 s
4.5 s
5.1 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
3.3 MB transferred, 116 requests
FIX
3.3 MB transferred, 116 requests
Warning::
Page weighs 8.1 MB (3.3 MB transferred)
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Warning::
116 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.69 g CO2 per page load
3.3 MB / 2.4 MB budget
3.3 MB transferred
116 requests
0.69 g CO2 per page load
JavaScript 1.9 MiB 57%
Images 1.1 MiB 34%
Fonts 157.5 KiB 5%
CSS 114.2 KiB 3%
HTML 20.6 KiB 1%
Other 12.9 KiB 0%
Other 7.6 KiB 0%
Other 719 B 0%
Other 318 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.3 MiB of 3.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
31 scripts, 839 KB unused
FIX
31 scripts, 839 KB unused
Warning::
https://talkdeskchatsdk.talkdeskapp.com/talkdeskch...: 247 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://talkdeskchatsdk.talkdeskapp.com/516.talkde...: 100 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.asha.org/bundles/asha/bottom-js?v=MmOt...: 94 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-GXTN...: 65 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-5LBB...: 63 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 839 KB
839 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://talkdeskchatsdk.talkdeskapp.com/talkdeskchatsdk.js432 KB247 KB (58%)3rd
https://talkdeskchatsdk.talkdeskapp.com/516.talkdeskchatsdk.js225 KB100 KB (45%)3rd
https://www.asha.org/bundles/asha/bottom-js?v=MmOt-yY7_ERTzZrMKrMPfEQ4G_whdesbTR8KgfZp4q41108 KB94 KB (87%)3rd
https://www.googletagmanager.com/gtag/js?id=G-GXTN1JWTS1&l=improvedGA4dataLayer&cx=c&gtm=4e64k1147 KB65 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=G-5LBB7X3QKK&l=improvedGA4dataLayer149 KB63 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-15233788&cx=c&gtm=4e64m0h2129 KB61 KB (47%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5MTTF8177 KB59 KB (33%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1060506972&cx=c&gtm=4e64m0h2144 KB56 KB (39%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB37 KB (38%)3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js55 KB30 KB (54%)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
116 resources · 3.3 MB · 839 KB savings available
FIX
116 resources · 3.3 MB · 839 KB savings available
Warning::
Page weight 2.3 MB over 1MB target
Got: 3.3 MB Expected: ≤ 1 MB
Info::
~839 KB of savings available
Warning::
115 third-party resources (100% of weight)
Info::
3 resources over 200KB
116 resources · 3.3 MiB · 115 third-party 2.3 MiB over 1MB target
JavaScript 57% · 1.9 MiB
Image 34% · 1.1 MiB
Font 5% · 157.5 KiB
CSS 3% · 114.2 KiB
Document 1% · 21.2 KiB
Other 0% · 10.4 KiB

~839.0 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
40 images, 0 KB saveable
REVIEW
40 images, 0 KB saveable
Warning::
https://www.asha.org/siteassets/corporate-partners... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.asha.org/siteassets/homepage/certifica... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.asha.org/siteassets/corporate-partners... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.asha.org/siteassets/corporate-partners... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.asha.org/siteassets/corporate-partners... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.asha.org/siteassets/homepage/member-bu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.asha.org/link/33c379849e054875be60cb40... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.asha.org/siteassets/corporate-partners... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.asha.org/siteassets/corporate-partners... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.asha.org/siteassets/corporate-partners... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.asha.org/siteassets/corporate-partners... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.asha.org/siteassets/corporate-partners... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.asha.org/siteassets/corporate-partners... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.asha.org/siteassets/corporate-partners... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.asha.org/siteassets/corporate-partners... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
40 images 1.1 MB
0 oversized -0 KB
15 legacy format
15 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1707ms total JS execution
REVIEW
1707ms total JS execution
Warning::
https://www.asha.org/: 253ms CPU time
Info::
https://talkdeskchatsdk.talkdeskapp.com/talkdeskch...: 217ms CPU time
Info::
Unattributable: 211ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-5MT...: 208ms CPU time
Info::
https://talkdeskchatsdk.talkdeskapp.com/516.talkde...: 157ms CPU time
Warning::
Third-party scripts: 1707ms (100% of total)

Main Thread Breakdown

Script Evaluation 57% Other 17% Script Parsing & Compilation 12% Style & Layout 8%
ScriptTotalScriptingParse/CompileParty
https://www.asha.org/253ms34ms4ms3rd
https://talkdeskchatsdk.talkdeskapp.com/talkdeskchatsdk.js217ms151ms62ms3rd
Unattributable211ms3ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5MTTF8208ms176ms22ms3rd
https://talkdeskchatsdk.talkdeskapp.com/516.talkdeskchatsdk.js157ms116ms26ms3rd
https://www.asha.org/bundles/asha/js?v=tTzRr31Wi4Y-qPDmDAvIO8b-fVf61FnkZwbOP9nP2mk1100ms72ms5ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-1060506972&cx=c&gtm=4e64m0h290ms75ms13ms3rd
https://www.googletagmanager.com/gtag/js?id=G-5LBB7X3QKK&l=improvedGA4dataLayer85ms68ms14ms3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js80ms69ms6ms3rd
https://www.googletagmanager.com/gtag/js?id=G-GXTN1JWTS1&l=improvedGA4dataLayer&cx=c&gtm=4e64k175ms60ms14ms3rd

Showing top 10 of 14 scripts

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

Web fonts

6

158 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 1.1 s LCP 1.4 shttps://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-400-web.woff2urw-geometric-400-web.w... https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-400-web.woff2 — 19.7 KiB — 50 ms — font-display: swaphttps://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-600-web.woff2urw-geometric-600-web.w... https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-600-web.woff2 — 20.3 KiB — 49 ms — font-display: swaphttps://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-700-web.woff2urw-geometric-700-web.w... https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-700-web.woff2 — 20.6 KiB — 47 ms — font-display: swaphttps://www.asha.org/Static/themes/asha/plugins/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0fontawesome-webfont.woff2 https://www.asha.org/Static/themes/asha/plugins/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0 — 55.8 KiB — 50 ms — font-display: swaphttps://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-500-web.woff2urw-geometric-500-web.w... https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-500-web.woff2 — 20.2 KiB — 40 ms — font-display: swaphttps://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-800-web.woff2urw-geometric-800-web.w... https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-800-web.woff2 — 20.8 KiB — 29 ms — font-display: swap
urw-geometric-400-web.w... woff2 swap
Size 20 KB
Load time 50 ms
Start 740 ms
Risk FOUT — text flashes from fallback to web font
urw-geometric-600-web.w... woff2 swap
Size 20 KB
Load time 49 ms
Start 741 ms
Risk FOUT — text flashes from fallback to web font
urw-geometric-700-web.w... woff2 swap
Size 21 KB
Load time 47 ms
Start 741 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff swap
Size 56 KB
Load time 50 ms
Start 741 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
urw-geometric-500-web.w... woff2 swap
Size 20 KB
Load time 40 ms
Start 741 ms
Risk FOUT — text flashes from fallback to web font
urw-geometric-800-web.w... woff2 swap
Size 21 KB
Load time 29 ms
Start 742 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~17 KB and ~34 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
116 requests over 4902ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.1 s LCP 1.4 shttps://asha.org// https://asha.org/ — 301 — 128 B — 27 ms — h2https://www.asha.org/www.asha.org/ https://www.asha.org/ — 200 — 20.6 KiB — 310 ms — h3https://www.asha.org/Static/themes/asha/plugins/animate.csswww.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/animate.css — 200 — 8.4 KiB — 19 ms — h3https://www.asha.org/Static/themes/asha/plugins/line-icons/line-icons.csswww.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/line-icons/line-icons.css — 200 — 2.6 KiB — 22 ms — h3https://www.asha.org/Static/themes/asha/plugins/font-awesome/css/font-awesome.min.csswww.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/font-awesome/css/font-awesome.min.css — 200 — 5.6 KiB — 24 ms — h3https://www.asha.org/Static/themes/asha/plugins/flexslider/flexslider.csswww.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/flexslider/flexslider.css — 200 — 1.7 KiB — 25 ms — h3https://www.asha.org/Static/themes/asha/plugins/parallax-slider/css/parallax-slider.csswww.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/parallax-slider/css/parallax-slider.css — 200 — 2.4 KiB — 26 ms — h3https://www.asha.org/Static/themes/asha/plugins/owl-carousel/owl-carousel/owl.carousel.csswww.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/owl-carousel/owl-carousel/owl.carousel.css — 200 — 1.8 KiB — 29 ms — h3https://www.asha.org/Static/themes/asha/plugins/image-hover/css/img-hover.csswww.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/image-hover/css/img-hover.css — 200 — 1.1 KiB — 31 ms — h3https://www.asha.org/bundles/asha/css?v=FbAr-4uC_O7st4PWpN_rFmcmuYW_nkSojDWzNIolfVI1www.asha.org/bundles/asha/css?v=FbA... https://www.asha.org/bundles/asha/css?v=FbAr-4uC_O7st4PWpN_rFmcmuYW_nkSojDWzNIolfVI1 — 200 — 84.9 KiB — 292 ms — h3https://www.asha.org/Static/themes/asha/css/custom2022.csswww.asha.org/Static/themes/asha/css... https://www.asha.org/Static/themes/asha/css/custom2022.css — 200 — 3.1 KiB — 32 ms — h3https://www.asha.org/bundles/asha/js?v=tTzRr31Wi4Y-qPDmDAvIO8b-fVf61FnkZwbOP9nP2mk1www.asha.org/bundles/asha/js?v=tTzR... https://www.asha.org/bundles/asha/js?v=tTzRr31Wi4Y-qPDmDAvIO8b-fVf61FnkZwbOP9nP2mk1 — 200 — 55.8 KiB — 273 ms — h3https://www.asha.org/Static/Themes/GlobalBanner.csswww.asha.org/Static/Themes/GlobalBa... https://www.asha.org/Static/Themes/GlobalBanner.css — 200 — 1.1 KiB — 28 ms — h3https://www.asha.org/link/33c379849e054875be60cb40471c9e65.aspxwww.asha.org/link/33c379849e054875b... https://www.asha.org/link/33c379849e054875be60cb40471c9e65.aspx — 301 — 273 B — 246 ms — h3https://www.asha.org/siteassets/homepage/asha-member-center.pngwww.asha.org/siteassets/homepage/as... https://www.asha.org/siteassets/homepage/asha-member-center.png — 200 — 1.5 KiB — 25 ms — h3https://www.asha.org/siteassets/homepage/member-button.pngwww.asha.org/siteassets/homepage/me... https://www.asha.org/siteassets/homepage/member-button.png — 200 — 3.1 KiB — 12 ms — h3https://www.asha.org/siteassets/homepage/certification-button.pngwww.asha.org/siteassets/homepage/ce... https://www.asha.org/siteassets/homepage/certification-button.png — 200 — 4.0 KiB — 13 ms — h3https://www.asha.org/siteassets/homepage/news/news-protect-medicaid-access.pngwww.asha.org/siteassets/homepage/ne... https://www.asha.org/siteassets/homepage/news/news-protect-medicaid-access.png — 200 — 57.4 KiB — 17 ms — h3https://dl.episerver.net/13.6.1/epi-util/find.jsdl.episerver.net/13.6.1/epi-util/fi... https://dl.episerver.net/13.6.1/epi-util/find.js — 200 — 2.9 KiB — 64 ms — h2https://www.asha.org/Static/themes/associates/js/career/plugins.jswww.asha.org/Static/themes/associat... https://www.asha.org/Static/themes/associates/js/career/plugins.js — 200 — 23.4 KiB — 18 ms — h3https://www.asha.org/Static/themes/associates/js/career/app.jswww.asha.org/Static/themes/associat... https://www.asha.org/Static/themes/associates/js/career/app.js — 200 — 1.9 KiB — 15 ms — h3https://www.asha.org/bundles/asha/bottom-js?v=MmOt-yY7_ERTzZrMKrMPfEQ4G_whdesbTR8KgfZp4q41www.asha.org/bundles/asha/bottom-js... https://www.asha.org/bundles/asha/bottom-js?v=MmOt-yY7_ERTzZrMKrMPfEQ4G_whdesbTR8KgfZp4q41 — 200 — 108.2 KiB — 275 ms — h3https://www.asha.org/contentassets/2b59c13d1819441da6ac7fd335320b8c/asha_logo_acronym_rgb.pngwww.asha.org/contentassets/2b59c13d... https://www.asha.org/contentassets/2b59c13d1819441da6ac7fd335320b8c/asha_logo_acronym_rgb.png — 200 — 12.2 KiB — 17 ms — h3https://www.asha.org/siteassets/homepage/news/news-two-african-american-men-sitting-on-a-couch.pngwww.asha.org/siteassets/homepage/ne... https://www.asha.org/siteassets/homepage/news/news-two-african-american-men-sitting-on-a-couch.png — 200 — 71.0 KiB — 18 ms — h3https://www.asha.org/siteassets/homepage/news/news-2026-schools-survey.pngwww.asha.org/siteassets/homepage/ne... https://www.asha.org/siteassets/homepage/news/news-2026-schools-survey.png — 200 — 21.2 KiB — 21 ms — h3https://dev.visualwebsiteoptimizer.com/j.php?a=756997&u=https%3A%2F%2Fwww.asha.org%2F&vn=2.1&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=756997&u=https%3A%2F%2Fwww.asha.org%2F&vn=2.1&x=true — 200 — 3.8 KiB — 29 ms — h2https://www.asha.org/siteassets/homepage/courses-and-products/2026-dysphagia-mgmt-save-50-363x166.jpgwww.asha.org/siteassets/homepage/co... https://www.asha.org/siteassets/homepage/courses-and-products/2026-dysphagia-mgmt-save-50-363x166.jpg — 200 — 13.2 KiB — 29 ms — h3https://www.asha.org/siteassets/homepage/courses-and-products/2026-olc-autism-register-now.jpgwww.asha.org/siteassets/homepage/co... https://www.asha.org/siteassets/homepage/courses-and-products/2026-olc-autism-register-now.jpg — 200 — 11.7 KiB — 29 ms — h3https://www.asha.org/siteassets/homepage/courses-and-products/2026-asha-schools-learning-exchange-363x166.pngwww.asha.org/siteassets/homepage/co... https://www.asha.org/siteassets/homepage/courses-and-products/2026-asha-schools-learning-exchange-363x166.png — 200 — 48.8 KiB — 55 ms — h3https://www.asha.org/siteassets/homepage/features/feature-day-in-the-life-adrienne-lood.jpgwww.asha.org/siteassets/homepage/fe... https://www.asha.org/siteassets/homepage/features/feature-day-in-the-life-adrienne-lood.jpg — 200 — 18.9 KiB — 44 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.1 s LCP 1.4 shttps://asha.org// https://asha.org/ — 301 — 128 B — 27 ms — h2https://www.asha.org/www.asha.org/ https://www.asha.org/ — 200 — 20.6 KiB — 310 ms — h3https://www.asha.org/Static/themes/asha/plugins/animate.csswww.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/animate.css — 200 — 8.4 KiB — 19 ms — h3https://www.asha.org/Static/themes/asha/plugins/line-icons/line-icons.csswww.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/line-icons/line-icons.css — 200 — 2.6 KiB — 22 ms — h3https://www.asha.org/Static/themes/asha/plugins/font-awesome/css/font-awesome.min.csswww.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/font-awesome/css/font-awesome.min.css — 200 — 5.6 KiB — 24 ms — h3https://www.asha.org/Static/themes/asha/plugins/flexslider/flexslider.csswww.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/flexslider/flexslider.css — 200 — 1.7 KiB — 25 ms — h3https://www.asha.org/Static/themes/asha/plugins/parallax-slider/css/parallax-slider.csswww.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/parallax-slider/css/parallax-slider.css — 200 — 2.4 KiB — 26 ms — h3https://www.asha.org/Static/themes/asha/plugins/owl-carousel/owl-carousel/owl.carousel.csswww.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/owl-carousel/owl-carousel/owl.carousel.css — 200 — 1.8 KiB — 29 ms — h3https://www.asha.org/Static/themes/asha/plugins/image-hover/css/img-hover.csswww.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/image-hover/css/img-hover.css — 200 — 1.1 KiB — 31 ms — h3https://www.asha.org/bundles/asha/css?v=FbAr-4uC_O7st4PWpN_rFmcmuYW_nkSojDWzNIolfVI1www.asha.org/bundles/asha/css?v=FbA... https://www.asha.org/bundles/asha/css?v=FbAr-4uC_O7st4PWpN_rFmcmuYW_nkSojDWzNIolfVI1 — 200 — 84.9 KiB — 292 ms — h3https://www.asha.org/Static/themes/asha/css/custom2022.csswww.asha.org/Static/themes/asha/css... https://www.asha.org/Static/themes/asha/css/custom2022.css — 200 — 3.1 KiB — 32 ms — h3https://www.asha.org/bundles/asha/js?v=tTzRr31Wi4Y-qPDmDAvIO8b-fVf61FnkZwbOP9nP2mk1www.asha.org/bundles/asha/js?v=tTzR... https://www.asha.org/bundles/asha/js?v=tTzRr31Wi4Y-qPDmDAvIO8b-fVf61FnkZwbOP9nP2mk1 — 200 — 55.8 KiB — 273 ms — h3https://www.asha.org/Static/Themes/GlobalBanner.csswww.asha.org/Static/Themes/GlobalBa... https://www.asha.org/Static/Themes/GlobalBanner.css — 200 — 1.1 KiB — 28 ms — h3https://www.asha.org/link/33c379849e054875be60cb40471c9e65.aspxwww.asha.org/link/33c379849e054875b... https://www.asha.org/link/33c379849e054875be60cb40471c9e65.aspx — 301 — 273 B — 246 ms — h3https://www.asha.org/siteassets/homepage/asha-member-center.pngwww.asha.org/siteassets/homepage/as... https://www.asha.org/siteassets/homepage/asha-member-center.png — 200 — 1.5 KiB — 25 ms — h3https://www.asha.org/siteassets/homepage/member-button.pngwww.asha.org/siteassets/homepage/me... https://www.asha.org/siteassets/homepage/member-button.png — 200 — 3.1 KiB — 12 ms — h3https://www.asha.org/siteassets/homepage/certification-button.pngwww.asha.org/siteassets/homepage/ce... https://www.asha.org/siteassets/homepage/certification-button.png — 200 — 4.0 KiB — 13 ms — h3https://www.asha.org/siteassets/homepage/news/news-protect-medicaid-access.pngwww.asha.org/siteassets/homepage/ne... https://www.asha.org/siteassets/homepage/news/news-protect-medicaid-access.png — 200 — 57.4 KiB — 17 ms — h3https://dl.episerver.net/13.6.1/epi-util/find.jsdl.episerver.net/13.6.1/epi-util/fi... https://dl.episerver.net/13.6.1/epi-util/find.js — 200 — 2.9 KiB — 64 ms — h2https://www.asha.org/Static/themes/associates/js/career/plugins.jswww.asha.org/Static/themes/associat... https://www.asha.org/Static/themes/associates/js/career/plugins.js — 200 — 23.4 KiB — 18 ms — h3https://www.asha.org/Static/themes/associates/js/career/app.jswww.asha.org/Static/themes/associat... https://www.asha.org/Static/themes/associates/js/career/app.js — 200 — 1.9 KiB — 15 ms — h3https://www.asha.org/bundles/asha/bottom-js?v=MmOt-yY7_ERTzZrMKrMPfEQ4G_whdesbTR8KgfZp4q41www.asha.org/bundles/asha/bottom-js... https://www.asha.org/bundles/asha/bottom-js?v=MmOt-yY7_ERTzZrMKrMPfEQ4G_whdesbTR8KgfZp4q41 — 200 — 108.2 KiB — 275 ms — h3https://www.asha.org/contentassets/2b59c13d1819441da6ac7fd335320b8c/asha_logo_acronym_rgb.pngwww.asha.org/contentassets/2b59c13d... https://www.asha.org/contentassets/2b59c13d1819441da6ac7fd335320b8c/asha_logo_acronym_rgb.png — 200 — 12.2 KiB — 17 ms — h3https://www.asha.org/siteassets/homepage/news/news-two-african-american-men-sitting-on-a-couch.pngwww.asha.org/siteassets/homepage/ne... https://www.asha.org/siteassets/homepage/news/news-two-african-american-men-sitting-on-a-couch.png — 200 — 71.0 KiB — 18 ms — h3https://www.asha.org/siteassets/homepage/news/news-2026-schools-survey.pngwww.asha.org/siteassets/homepage/ne... https://www.asha.org/siteassets/homepage/news/news-2026-schools-survey.png — 200 — 21.2 KiB — 21 ms — h3https://dev.visualwebsiteoptimizer.com/j.php?a=756997&u=https%3A%2F%2Fwww.asha.org%2F&vn=2.1&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=756997&u=https%3A%2F%2Fwww.asha.org%2F&vn=2.1&x=true — 200 — 3.8 KiB — 29 ms — h2https://www.asha.org/siteassets/homepage/courses-and-products/2026-dysphagia-mgmt-save-50-363x166.jpgwww.asha.org/siteassets/homepage/co... https://www.asha.org/siteassets/homepage/courses-and-products/2026-dysphagia-mgmt-save-50-363x166.jpg — 200 — 13.2 KiB — 29 ms — h3https://www.asha.org/siteassets/homepage/courses-and-products/2026-olc-autism-register-now.jpgwww.asha.org/siteassets/homepage/co... https://www.asha.org/siteassets/homepage/courses-and-products/2026-olc-autism-register-now.jpg — 200 — 11.7 KiB — 29 ms — h3https://www.asha.org/siteassets/homepage/courses-and-products/2026-asha-schools-learning-exchange-363x166.pngwww.asha.org/siteassets/homepage/co... https://www.asha.org/siteassets/homepage/courses-and-products/2026-asha-schools-learning-exchange-363x166.png — 200 — 48.8 KiB — 55 ms — h3https://www.asha.org/siteassets/homepage/features/feature-day-in-the-life-adrienne-lood.jpgwww.asha.org/siteassets/homepage/fe... https://www.asha.org/siteassets/homepage/features/feature-day-in-the-life-adrienne-lood.jpg — 200 — 18.9 KiB — 44 ms — h3https://www.asha.org/siteassets/homepage/features/feature-doctor-showing-a-model-to-a-male-patient.pngwww.asha.org/siteassets/homepage/fe... https://www.asha.org/siteassets/homepage/features/feature-doctor-showing-a-model-to-a-male-patient.png — 200 — 15.1 KiB — 58 ms — h3https://www.asha.org/siteassets/homepage/features/feature-ashfoundation-david-rivera.jpgwww.asha.org/siteassets/homepage/fe... https://www.asha.org/siteassets/homepage/features/feature-ashfoundation-david-rivera.jpg — 200 — 15.3 KiB — 58 ms — h3https://s3.amazonaws.com/asha-website/SVG/icon_Academic.svgs3.amazonaws.com/asha-website/SVG/i... https://s3.amazonaws.com/asha-website/SVG/icon_Academic.svg — 200 — 1.7 KiB — 811 ms — http/1.1https://s3.amazonaws.com/asha-website/SVG/icon_Find-CE.svgs3.amazonaws.com/asha-website/SVG/i... https://s3.amazonaws.com/asha-website/SVG/icon_Find-CE.svg — 200 — 5.3 KiB — 808 ms — http/1.1https://s3.amazonaws.com/asha-website/SVG/icon_Find-Professional.svgs3.amazonaws.com/asha-website/SVG/i... https://s3.amazonaws.com/asha-website/SVG/icon_Find-Professional.svg — 200 — 1.8 KiB — 814 ms — http/1.1https://www.asha.org/siteassets/corporate-partners/stepping-stones-horiz-logo-200-62.pngwww.asha.org/siteassets/corporate-p... https://www.asha.org/siteassets/corporate-partners/stepping-stones-horiz-logo-200-62.png — 200 — 7.9 KiB — 52 ms — h3https://www.asha.org/siteassets/corporate-partners/spg-scroll-v2.pngwww.asha.org/siteassets/corporate-p... https://www.asha.org/siteassets/corporate-partners/spg-scroll-v2.png — 200 — 4.9 KiB — 51 ms — h3https://www.asha.org/siteassets/corporate-partners/simplepractice-300-62.jpgwww.asha.org/siteassets/corporate-p... https://www.asha.org/siteassets/corporate-partners/simplepractice-300-62.jpg — 200 — 4.4 KiB — 51 ms — h3https://www.asha.org/siteassets/corporate-partners/parapharma-tech-scroll.pngwww.asha.org/siteassets/corporate-p... https://www.asha.org/siteassets/corporate-partners/parapharma-tech-scroll.png — 200 — 5.6 KiB — 49 ms — h3https://www.asha.org/siteassets/corporate-partners/presence-scroll.pngwww.asha.org/siteassets/corporate-p... https://www.asha.org/siteassets/corporate-partners/presence-scroll.png — 200 — 4.0 KiB — 49 ms — h3https://www.asha.org/siteassets/corporate-partners/amn-healthcare-200-62.jpgwww.asha.org/siteassets/corporate-p... https://www.asha.org/siteassets/corporate-partners/amn-healthcare-200-62.jpg — 200 — 3.9 KiB — 48 ms — h3https://www.asha.org/siteassets/corporate-partners/plural-scroll.pngwww.asha.org/siteassets/corporate-p... https://www.asha.org/siteassets/corporate-partners/plural-scroll.png — 200 — 2.7 KiB — 41 ms — h3https://www.asha.org/siteassets/corporate-partners/nss-scroll.pngwww.asha.org/siteassets/corporate-p... https://www.asha.org/siteassets/corporate-partners/nss-scroll.png — 200 — 2.9 KiB — 50 ms — h3https://www.asha.org/siteassets/corporate-partners/amba-200-62.pngwww.asha.org/siteassets/corporate-p... https://www.asha.org/siteassets/corporate-partners/amba-200-62.png — 200 — 1.5 KiB — 53 ms — h3https://www.asha.org/siteassets/corporate-partners/encompass-health-scroll.pngwww.asha.org/siteassets/corporate-p... https://www.asha.org/siteassets/corporate-partners/encompass-health-scroll.png — 200 — 4.3 KiB — 47 ms — h3https://www.asha.org/siteassets/corporate-partners/ambiki-200-62.pngwww.asha.org/siteassets/corporate-p... https://www.asha.org/siteassets/corporate-partners/ambiki-200-62.png — 200 — 4.1 KiB — 52 ms — h3https://www.asha.org/siteassets/corporate-partners/fusion-by-ensora-health-200-62.jpgwww.asha.org/siteassets/corporate-p... https://www.asha.org/siteassets/corporate-partners/fusion-by-ensora-health-200-62.jpg — 200 — 3.9 KiB — 47 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-5MTTF8www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5MTTF8 — 200 — 177.4 KiB — 116 ms — h2https://servedbyadbutler.com/app.jsservedbyadbutler.com/app.js https://servedbyadbutler.com/app.js — 200 — 13.0 KiB — 1.0 s — h2https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-400-web.woff2www.asha.org/Static/themes/asha/css... https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-400-web.woff2 — 200 — 19.7 KiB — 50 ms — h3https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-600-web.woff2www.asha.org/Static/themes/asha/css... https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-600-web.woff2 — 200 — 20.3 KiB — 49 ms — h3https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-700-web.woff2www.asha.org/Static/themes/asha/css... https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-700-web.woff2 — 200 — 20.6 KiB — 47 ms — h3https://www.asha.org/Static/themes/asha/plugins/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0www.asha.org/Static/themes/asha/plu... https://www.asha.org/Static/themes/asha/plugins/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0 — 200 — 55.8 KiB — 50 ms — h3https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-500-web.woff2www.asha.org/Static/themes/asha/css... https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-500-web.woff2 — 200 — 20.2 KiB — 40 ms — h3https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-800-web.woff2www.asha.org/Static/themes/asha/css... https://www.asha.org/Static/themes/asha/css/fonts/urw-geometric-800-web.woff2 — 200 — 20.8 KiB — 29 ms — h3https://js.monitor.azure.com/scripts/a/ai.0.jsjs.monitor.azure.com/scripts/a/ai.0... https://js.monitor.azure.com/scripts/a/ai.0.js — 200 — 21.6 KiB — 57 ms — h2https://talkdeskchatsdk.talkdeskapp.com/talkdeskchatsdk.jstalkdeskchatsdk.talkdeskapp.com/tal... https://talkdeskchatsdk.talkdeskapp.com/talkdeskchatsdk.js — 200 — 431.6 KiB — 1.2 s — h2https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=756997&d=asha.org&u=DDFDF210EC3B333058B85381358E06FA9&h=6517be51da4a7da8876539f966c20b8e&t=falsedev.visualwebsiteoptimizer.com/v.gi... https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=756997&d=asha.org&u=DDFDF210EC3B333058B85381358E06FA9&h=6517be51da4a7da8876539f966c20b8e&t=false — 200 — 147 B — 865 ms — h2https://www.asha.org/Static/themes/asha/css/ajax-loader.gifwww.asha.org/Static/themes/asha/css... https://www.asha.org/Static/themes/asha/css/ajax-loader.gif — 200 — 51.7 KiB — 345 ms — h3https://www.googletagmanager.com/gtag/js?id=DC-15233788&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-15233788&cx=c&gtm=4e64m0h2 — 200 — 129.3 KiB — 31 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1060506972&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1060506972&cx=c&gtm=4e64m0h2 — 200 — 143.7 KiB — 47 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 34 ms — h3https://cdn.jsdelivr.net/gh/derekcavaliero/attributor@latest/dist/attributor.min.jscdn.jsdelivr.net/gh/derekcavaliero/... https://cdn.jsdelivr.net/gh/derekcavaliero/attributor@latest/dist/attributor.min.js — 200 — 3.6 KiB — 33 ms — h2https://script.crazyegg.com/pages/scripts/0007/6958.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0007/6958.js — 200 — 2.7 KiB — 19 ms — h3https://www.googletagmanager.com/gtag/js?id=G-5LBB7X3QKK&l=improvedGA4dataLayerwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-5LBB7X3QKK&l=improvedGA4dataLayer — 200 — 148.8 KiB — 22 ms — h3https://www.clarity.ms/tag/i9h7biuxp8?ref=gtmwww.clarity.ms/tag/i9h7biuxp8?ref=g... https://www.clarity.ms/tag/i9h7biuxp8?ref=gtm — 200 — 1.1 KiB — 29 ms — http/1.1https://tags.tiqcdn.com/libs/tealiumjs/latest/tealium_collect.min.jstags.tiqcdn.com/libs/tealiumjs/late... https://tags.tiqcdn.com/libs/tealiumjs/latest/tealium_collect.min.js — 200 — 11.0 KiB — 22 ms — h2https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.csscdnjs.cloudflare.com/ajax/libs/cook... https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css — 200 — 1.6 KiB — 38 ms — h3https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.jscdnjs.cloudflare.com/ajax/libs/cook... https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js — 200 — 6.2 KiB — 43 ms — h3https://munchkin.marketo.net/munchkin.jsmunchkin.marketo.net/munchkin.js https://munchkin.marketo.net/munchkin.js — 200 — 1.2 KiB — 34 ms — http/1.1https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 218 B — 44 ms — h2https://www.google.com/ccm/collect?rcb=3&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.asha.org%2F&scrsrc=www.googletagmanager.com&rnd=1265710237.1776897239&dt=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&auid=1543620433.1776897239&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64m0h2v6544056za200zd6544056xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776897238645&tfd=1187www.google.com/ccm/collect?rcb=3&fr... https://www.google.com/ccm/collect?rcb=3&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.asha.org%2F&scrsrc=www.googletagmanager.com&rnd=1265710237.1776897239&dt=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&auid=1543620433.1776897239&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64m0h2v6544056za200zd6544056xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776897238645&tfd=1187 — 200 — 21 B — 86 ms — h3https://connect.facebook.net/signals/config/1151417345835405?v=2.9.303&r=stable&domain=www.asha.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1151417345835405?v=2.9.303&r=stable&domain=www.asha.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 44.9 KiB — 235 ms — h3https://www.google.com/ccm/collect?rcb=0&frm=0&en=page_view&dl=https%3A%2F%2Fwww.asha.org%2F&scrsrc=www.googletagmanager.com&rnd=1265710237.1776897239&dt=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&auid=1543620433.1776897239&navt=n&npa=0&gtm=45fe64k0v9205410501z86544056za20gzb6544056zd6544056xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=DC-15233788&tid=DC-15233788&tft=1776897238792&tfd=1334www.google.com/ccm/collect?rcb=0&fr... https://www.google.com/ccm/collect?rcb=0&frm=0&en=page_view&dl=https%3A%2F%2Fwww.asha.org%2F&scrsrc=www.googletagmanager.com&rnd=1265710237.1776897239&dt=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&auid=1543620433.1776897239&navt=n&npa=0&gtm=45fe64k0v9205410501z86544056za20gzb6544056zd6544056xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=DC-15233788&tid=DC-15233788&tft=1776897238792&tfd=1334 — 200 — 21 B — 92 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1060506972/?random=1776897238839&cv=11&fst=1776897238839&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1060506972/?random=1776897238839&cv=11&fst=1776897238839&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.2 KiB — 27 ms — h3https://www.google.com/rmkt/collect/1060506972/?random=1776897238839&cv=11&fst=1776897238839&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/1060506... https://www.google.com/rmkt/collect/1060506972/?random=1776897238839&cv=11&fst=1776897238839&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 15 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1060506972/?random=1776897238873&cv=11&fst=1776897238873&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1060506972/?random=1776897238873&cv=11&fst=1776897238873&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=4 — 200 — 2.2 KiB — 14 ms — h3https://www.google.com/rmkt/collect/1060506972/?random=1776897238873&cv=11&fst=1776897238873&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&gcp=5www.google.com/rmkt/collect/1060506... https://www.google.com/rmkt/collect/1060506972/?random=1776897238873&cv=11&fst=1776897238873&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&gcp=5 — 200 — 20 B — 22 ms — h3https://www.google.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.asha.org%2F&scrsrc=www.googletagmanager.com&rnd=1265710237.1776897239&dt=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&auid=1543620433.1776897239&navt=n&npa=0&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-1060506972&tid=AW-1060506972&tft=1776897238881&tfd=1423www.google.com/ccm/collect?rcb=10&f... https://www.google.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.asha.org%2F&scrsrc=www.googletagmanager.com&rnd=1265710237.1776897239&dt=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&auid=1543620433.1776897239&navt=n&npa=0&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-1060506972&tid=AW-1060506972&tft=1776897238881&tfd=1423 — 200 — 21 B — 20 ms — h3https://www.google.com/ccm/collect?rcb=10&frm=0&ae=g&dl=https%3A%2F%2Fwww.asha.org%2F&scrsrc=www.googletagmanager.com&rnd=1265710237.1776897239&dt=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&auid=1543620433.1776897239&navt=n&npa=0&_tu=CA&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-1060506972&tid=AW-1060506972&tft=1776897238881&tfd=1424www.google.com/ccm/collect?rcb=10&f... https://www.google.com/ccm/collect?rcb=10&frm=0&ae=g&dl=https%3A%2F%2Fwww.asha.org%2F&scrsrc=www.googletagmanager.com&rnd=1265710237.1776897239&dt=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&auid=1543620433.1776897239&navt=n&npa=0&_tu=CA&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-1060506972&tid=AW-1060506972&tft=1776897238881&tfd=1424 — 200 — 21 B — 20 ms — h3https://script.crazyegg.com/pages/data-scripts/0007/6958/site/www.asha.org.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0007/6958/site/www.asha.org.json?t=1 — 200 — 2.6 KiB — 15 ms — h3https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 20 ms — h2https://collect.tealiumiq.com/asha/main/2/i.gifcollect.tealiumiq.com/asha/main/2/i... https://collect.tealiumiq.com/asha/main/2/i.gif — 200 — 767 B — 117 ms — h2https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js — 200 — 55.3 KiB — 14 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-5LBB7X3QKK&gtm=45je64k1v873329980za200zd873329980&_p=1776897238.985&gcd=13l3l3l3l1l1&npa=0&dma=0&_geo=1&_rdi=1&are=1&cid=1478841320.1776897239&frm=0&pscdl=noapi&rcb=18&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512542&cu=USD&dl=https%3A%2F%2Fwww.asha.org%2F&sid=1776897238&sct=1&seg=0&dt=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.gtm_container_id=GTM-5MTTF8&ep.site_group=Main%20Website&ep.is_logged_in=no&tfd=1547www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-5LBB7X3QKK&gtm=45je64k1v873329980za200zd873329980&_p=1776897238.985&gcd=13l3l3l3l1l1&npa=0&dma=0&_geo=1&_rdi=1&are=1&cid=1478841320.1776897239&frm=0&pscdl=noapi&rcb=18&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512542&cu=USD&dl=https%3A%2F%2Fwww.asha.org%2F&sid=1776897238&sct=1&seg=0&dt=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.gtm_container_id=GTM-5MTTF8&ep.site_group=Main%20Website&ep.is_logged_in=no&tfd=1547 — 204 — 547 B — 22 ms — h2https://www.googletagmanager.com/gtag/js?id=G-GXTN1JWTS1&l=improvedGA4dataLayer&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-GXTN1JWTS1&l=improvedGA4dataLayer&cx=c&gtm=4e64k1 — 200 — 147.2 KiB — 30 ms — h3https://munchkin.marketo.net/164/munchkin.jsmunchkin.marketo.net/164/munchkin.j... https://munchkin.marketo.net/164/munchkin.js — 200 — 5.2 KiB — 14 ms — http/1.1https://www.google.com/pagead/1p-user-list/1060506972/?random=1776897238873&cv=11&fst=1776895200000&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfZxZLpfyMtoeb3bp6FYwpHJAuLrgXcqfECi8inLOMyg4lg1Wqc1p33ea2z4NPXaZjU7nQfFwzpDk-mGiBg16wI90jcsRNEHSO0Z6Wy51cFUJXOxt-fgiTPaNElkXMCneE6Hbgo6ZlPFM3D34IPYs5uAGouVs0eMShpxlAY1-BkEVA_XKUXXzyzkQjkAOWQnI5wegIexl7VUxc0tuB5UaPUgmalUFNg0SJ0n8dljAiLMD4Y1Rs0Ixl8btSRyjAxOuT2mfvw&random=2290695307&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/1060506972/?random=1776897238873&cv=11&fst=1776895200000&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfZxZLpfyMtoeb3bp6FYwpHJAuLrgXcqfECi8inLOMyg4lg1Wqc1p33ea2z4NPXaZjU7nQfFwzpDk-mGiBg16wI90jcsRNEHSO0Z6Wy51cFUJXOxt-fgiTPaNElkXMCneE6Hbgo6ZlPFM3D34IPYs5uAGouVs0eMShpxlAY1-BkEVA_XKUXXzyzkQjkAOWQnI5wegIexl7VUxc0tuB5UaPUgmalUFNg0SJ0n8dljAiLMD4Y1Rs0Ixl8btSRyjAxOuT2mfvw&random=2290695307&rmt_tld=0&ipr=y — 200 — 64 B — 16 ms — h3https://www.google.com.sg/pagead/1p-user-list/1060506972/?random=1776897238873&cv=11&fst=1776895200000&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfZxZLpfyMtoeb3bp6FYwpHJAuLrgXcqfECi8inLOMyg4lg1Wqc1p33ea2z4NPXaZjU7nQfFwzpDk-mGiBg16wI90jcsRNEHSO0Z6Wy51cFUJXOxt-fgiTPaNElkXMCneE6Hbgo6ZlPFM3D34IPYs5uAGouVs0eMShpxlAY1-BkEVA_XKUXXzyzkQjkAOWQnI5wegIexl7VUxc0tuB5UaPUgmalUFNg0SJ0n8dljAiLMD4Y1Rs0Ixl8btSRyjAxOuT2mfvw&random=2290695307&rmt_tld=1&ipr=ywww.google.com.sg/pagead/1p-user-li... https://www.google.com.sg/pagead/1p-user-list/1060506972/?random=1776897238873&cv=11&fst=1776895200000&bg=ffffff&guid=ON&async=1&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfZxZLpfyMtoeb3bp6FYwpHJAuLrgXcqfECi8inLOMyg4lg1Wqc1p33ea2z4NPXaZjU7nQfFwzpDk-mGiBg16wI90jcsRNEHSO0Z6Wy51cFUJXOxt-fgiTPaNElkXMCneE6Hbgo6ZlPFM3D34IPYs5uAGouVs0eMShpxlAY1-BkEVA_XKUXXzyzkQjkAOWQnI5wegIexl7VUxc0tuB5UaPUgmalUFNg0SJ0n8dljAiLMD4Y1Rs0Ixl8btSRyjAxOuT2mfvw&random=2290695307&rmt_tld=1&ipr=y — 200 — 108 B — 28 ms — h2https://www.google.com/pagead/1p-user-list/1060506972/?random=1776897238839&cv=11&fst=1776895200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfc1sPNM4ArdIn6s2-CmLtUgSAXJKHjWiGEVapbxY_G83LNNXTLsX_BliCNk8JYk4odKkobWDychZ5iDjWwl5wex1lO6ywiBmDI5O7oV3mHCz9OfHfAIcGoEGhWDGzoBR3tIwle36N7JSdxBlnmjmni_y2rx_Ltdk47Ya6CBUmtnxWg-XpaoC_6iRbrgy_cgwQ0p-gpOpHXqmdGwwtO0Rm6SDViH7rfDSwAAqWSsCiTI7aq8k4jsFFQhOJChewjz9ayHTsQ&random=975247725&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/1060506972/?random=1776897238839&cv=11&fst=1776895200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfc1sPNM4ArdIn6s2-CmLtUgSAXJKHjWiGEVapbxY_G83LNNXTLsX_BliCNk8JYk4odKkobWDychZ5iDjWwl5wex1lO6ywiBmDI5O7oV3mHCz9OfHfAIcGoEGhWDGzoBR3tIwle36N7JSdxBlnmjmni_y2rx_Ltdk47Ya6CBUmtnxWg-XpaoC_6iRbrgy_cgwQ0p-gpOpHXqmdGwwtO0Rm6SDViH7rfDSwAAqWSsCiTI7aq8k4jsFFQhOJChewjz9ayHTsQ&random=975247725&rmt_tld=0&ipr=y — 200 — 64 B — 15 ms — h3https://www.google.com.sg/pagead/1p-user-list/1060506972/?random=1776897238839&cv=11&fst=1776895200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfc1sPNM4ArdIn6s2-CmLtUgSAXJKHjWiGEVapbxY_G83LNNXTLsX_BliCNk8JYk4odKkobWDychZ5iDjWwl5wex1lO6ywiBmDI5O7oV3mHCz9OfHfAIcGoEGhWDGzoBR3tIwle36N7JSdxBlnmjmni_y2rx_Ltdk47Ya6CBUmtnxWg-XpaoC_6iRbrgy_cgwQ0p-gpOpHXqmdGwwtO0Rm6SDViH7rfDSwAAqWSsCiTI7aq8k4jsFFQhOJChewjz9ayHTsQ&random=975247725&rmt_tld=1&ipr=ywww.google.com.sg/pagead/1p-user-li... https://www.google.com.sg/pagead/1p-user-list/1060506972/?random=1776897238839&cv=11&fst=1776895200000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64m0h2v9210731755z86544056za20gzb6544056zd6544056xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fwww.asha.org%2F&rcb=10&frm=0&tiba=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1543620433.1776897239&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfc1sPNM4ArdIn6s2-CmLtUgSAXJKHjWiGEVapbxY_G83LNNXTLsX_BliCNk8JYk4odKkobWDychZ5iDjWwl5wex1lO6ywiBmDI5O7oV3mHCz9OfHfAIcGoEGhWDGzoBR3tIwle36N7JSdxBlnmjmni_y2rx_Ltdk47Ya6CBUmtnxWg-XpaoC_6iRbrgy_cgwQ0p-gpOpHXqmdGwwtO0Rm6SDViH7rfDSwAAqWSsCiTI7aq8k4jsFFQhOJChewjz9ayHTsQ&random=975247725&rmt_tld=1&ipr=y — 200 — 455 B — 23 ms — h2https://www.facebook.com/tr/?id=1151417345835405&ev=PageView&dl=https%3A%2F%2Fwww.asha.org%2F&rl=&if=false&ts=1776897239145&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=12317&fbp=fb.1.1776897239143.225953990464569450&ler=empty&cdl=API_unavailable&plt=899.4000000953674&it=1776897238725&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=11514173458... https://www.facebook.com/tr/?id=1151417345835405&ev=PageView&dl=https%3A%2F%2Fwww.asha.org%2F&rl=&if=false&ts=1776897239145&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=12317&fbp=fb.1.1776897239143.225953990464569450&ler=empty&cdl=API_unavailable&plt=899.4000000953674&it=1776897238725&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=GET — 200 — 19 B — 17 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1151417345835405&ev=PageView&dl=https%3A%2F%2Fwww.asha.org%2F&rl=&if=false&ts=1776897239145&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=12317&fbp=fb.1.1776897239143.225953990464569450&ler=empty&cdl=API_unavailable&plt=899.4000000953674&it=1776897238725&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1151417345835405&ev=PageView&dl=https%3A%2F%2Fwww.asha.org%2F&rl=&if=false&ts=1776897239145&sw=800&sh=600&v=2.9.303&r=stable&a=tmSimo-GTM-WebTemplate&ec=0&o=12317&fbp=fb.1.1776897239143.225953990464569450&ler=empty&cdl=API_unavailable&plt=899.4000000953674&it=1776897238725&coo=false&tm=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra0&expv2[4]=rp0&expv2[5]=ct2&expv2[6]=hf0&rqm=FGET — 200 — 197 B — 256 ms — h3https://script.crazyegg.com/pages/data-scripts/0007/6958/sampling/www.asha.org.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0007/6958/sampling/www.asha.org.json?t=1 — 200 — 348 B — 10 ms — h3https://q.clarity.ms/collectq.clarity.ms/collect https://q.clarity.ms/collect — 204 — 276 B — 677 ms — http/1.1https://tracking.crazyegg.com/clock?u=76958&st=2827&t=1776897239188&tk=382848ff181cc7d3662f8fb2609d91bdtracking.crazyegg.com/clock?u=76958... https://tracking.crazyegg.com/clock?u=76958&st=2827&t=1776897239188&tk=382848ff181cc7d3662f8fb2609d91bd — 204 — 0 B — 32 ms — h2https://275-kju-456.mktoresp.com/webevents/visitWebPage?_mchNc=1776897239195&_mchCn=&_mchId=275-KJU-456&_mchTk=_mch-asha.org-c705ba1c414713718fcebb1e80ac2357&_mchHo=www.asha.org&_mchPo=&_mchRu=%2F&_mchPc=https%3A&_mchVr=164&_mchEcid=&_mchHa=&_mchRe=&_mchQp=275-kju-456.mktoresp.com/webevents/... https://275-kju-456.mktoresp.com/webevents/visitWebPage?_mchNc=1776897239195&_mchCn=&_mchId=275-KJU-456&_mchTk=_mch-asha.org-c705ba1c414713718fcebb1e80ac2357&_mchHo=www.asha.org&_mchPo=&_mchRu=%2F&_mchPc=https%3A&_mchVr=164&_mchEcid=&_mchHa=&_mchRe=&_mchQp= — 200 — 318 B — 1.5 s — http/1.1https://tracking.crazyegg.com/clock?u=76958&st=2827&t=1776897239188&tk=382848ff181cc7d3662f8fb2609d91bdtracking.crazyegg.com/clock?u=76958... https://tracking.crazyegg.com/clock?u=76958&st=2827&t=1776897239188&tk=382848ff181cc7d3662f8fb2609d91bd — 200 — 143 B — 45 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-GXTN1JWTS1&gtm=45je64k1v9101936764za200zb873329980zd873329980&_p=1776897239.249&gcd=13l3l3l3l1l1&npa=0&dma=0&_geo=1&_rdi=1&are=1&cid=1478841320.1776897239&frm=0&pscdl=noapi&rcb=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~117512542~118463261&cu=USD&dl=https%3A%2F%2Fwww.asha.org%2F&sid=1776897239&sct=1&seg=0&dt=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&en=page_view&_fv=1&_ss=1&_ee=1&ep.gtm_container_id=GTM-5MTTF8&tfd=1809www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-GXTN1JWTS1&gtm=45je64k1v9101936764za200zb873329980zd873329980&_p=1776897239.249&gcd=13l3l3l3l1l1&npa=0&dma=0&_geo=1&_rdi=1&are=1&cid=1478841320.1776897239&frm=0&pscdl=noapi&rcb=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~117512542~118463261&cu=USD&dl=https%3A%2F%2Fwww.asha.org%2F&sid=1776897239&sct=1&seg=0&dt=American%20Speech-Language-Hearing%20Association%20%7C%20ASHA&en=page_view&_fv=1&_ss=1&_ee=1&ep.gtm_container_id=GTM-5MTTF8&tfd=1809 — 204 — 48 B — 21 ms — h2https://servedbyadbutler.com/adserve/;ID=181430;size=300x250;setID=509530;type=async;domid=placement_509530_0;place=0;pid=7706911;sw=800;sh=600;spr=1;rnd=7706911;referrer=https%3A%2F%2Fwww.asha.org%2F;click=CLICK_MACRO_PLACEHOLDERservedbyadbutler.com/adserve/;ID=18... https://servedbyadbutler.com/adserve/;ID=181430;size=300x250;setID=509530;type=async;domid=placement_509530_0;place=0;pid=7706911;sw=800;sh=600;spr=1;rnd=7706911;referrer=https%3A%2F%2Fwww.asha.org%2F;click=CLICK_MACRO_PLACEHOLDER — 200 — 1.0 KiB — 259 ms — h2https://q.clarity.ms/collectq.clarity.ms/collect https://q.clarity.ms/collect — 204 — 276 B — 874 ms — http/1.1https://api.talkdeskapp.com/2019-11/pas/livechats?touchpoint_value=9f4588b72c864dd2a55f890ca93f862e&sdk_version=v1api.talkdeskapp.com/2019-11/pas/liv... https://api.talkdeskapp.com/2019-11/pas/livechats?touchpoint_value=9f4588b72c864dd2a55f890ca93f862e&sdk_version=v1 — 200 — 3.6 KiB — 839 ms — h2https://servedbyadbutler.com/adserve/;MID=181430;type=e959fb862;placementID=3593664;setID=509530;channelID=18872;CID=1752808;BID=524500901;TAID=0;place=0;rnd=7706911;referrer=https%3A%2F%2Fwww.asha.org%2F;request_uuid=aae709e9-47d3-48da-bfc7-1f5f25af77cd;mt=1776897239435882;hc=78066d2039a5901f8042df1ec2aa4fbdafc38b8aservedbyadbutler.com/adserve/;MID=1... https://servedbyadbutler.com/adserve/;MID=181430;type=e959fb862;placementID=3593664;setID=509530;channelID=18872;CID=1752808;BID=524500901;TAID=0;place=0;rnd=7706911;referrer=https%3A%2F%2Fwww.asha.org%2F;request_uuid=aae709e9-47d3-48da-bfc7-1f5f25af77cd;mt=1776897239435882;hc=78066d2039a5901f8042df1ec2aa4fbdafc38b8a — 200 — 228 B — 1.0 s — h2https://servedbyadbutler.com/getad.img/;libID=5283801servedbyadbutler.com/getad.img/;lib... https://servedbyadbutler.com/getad.img/;libID=5283801 — 200 — 725.4 KiB — 1.4 s — h2https://wyv31614.live.dynatrace.com/api/v2/otlp/v1/logswyv31614.live.dynatrace.com/api/v2/... https://wyv31614.live.dynatrace.com/api/v2/otlp/v1/logs — 200 — 0 B — 801 ms — http/1.1https://talkdeskchatsdk.talkdeskapp.com/516.talkdeskchatsdk.jstalkdeskchatsdk.talkdeskapp.com/516... https://talkdeskchatsdk.talkdeskapp.com/516.talkdeskchatsdk.js — 200 — 224.7 KiB — 229 ms — h2https://talkdeskchatsdk.talkdeskapp.com/123.talkdeskchatsdk.jstalkdeskchatsdk.talkdeskapp.com/123... https://talkdeskchatsdk.talkdeskapp.com/123.talkdeskchatsdk.js — 200 — 12.6 KiB — 172 ms — h2https://qa-cdn-talkdesk.talkdeskdev.com/cdn-assets/latest/talkdesk/product/app-icons/sms.svgqa-cdn-talkdesk.talkdeskdev.com/cdn... https://qa-cdn-talkdesk.talkdeskdev.com/cdn-assets/latest/talkdesk/product/app-icons/sms.svg — 200 — 1022 B — 661 ms — h2https://wyv31614.live.dynatrace.com/api/v2/otlp/v1/logswyv31614.live.dynatrace.com/api/v2/... https://wyv31614.live.dynatrace.com/api/v2/otlp/v1/logs — 200 — 464 B — 265 ms — http/1.1https://c.clarity.ms/c.gifc.clarity.ms/c.gif https://c.clarity.ms/c.gif — 302 — 514 B — 81 ms — h2https://www.asha.org/Static/themes/asha/favicons/favicon.icowww.asha.org/Static/themes/asha/fav... https://www.asha.org/Static/themes/asha/favicons/favicon.ico — 200 — 5.9 KiB — 21 ms — h3https://dc.services.visualstudio.com/v2/trackdc.services.visualstudio.com/v2/tra... https://dc.services.visualstudio.com/v2/track — 204 — 0 B — 477 ms — h2https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=2E1DA7420DAA48B393A2196822762775&RedC=c.clarity.ms&MXFR=047EA155185A69C917C4B6161C5A679Cc.bing.com/c.gif?ctsa=mr&CtsSyncId=... https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=2E1DA7420DAA48B393A2196822762775&RedC=c.clarity.ms&MXFR=047EA155185A69C917C4B6161C5A679C — 302 — 766 B — 77 ms — h2https://q.clarity.ms/collectq.clarity.ms/collect https://q.clarity.ms/collect — 204 — 276 B — 467 ms — http/1.1https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=2E1DA7420DAA48B393A2196822762775&MUID=00B2C3BADEE162E33B58D4F9DFE4635Ac.clarity.ms/c.gif?ctsa=mr&CtsSyncI... https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=2E1DA7420DAA48B393A2196822762775&MUID=00B2C3BADEE162E33B58D4F9DFE4635A — 200 — 466 B — 62 ms — h2https://dc.services.visualstudio.com/v2/trackdc.services.visualstudio.com/v2/tra... https://dc.services.visualstudio.com/v2/track — 200 — 200 B — 295 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1707ms · 1681KB · €19/mo
www.asha.org
Other
Costly
Execution 253ms
Transfer 21 KB
Monthly Cost €3/mo
talkdeskchatsdk.talkdeskapp.com
Other
Costly
Execution 217ms
Transfer 432 KB
Unused 58%
Monthly Cost €2/mo
Unattributable
Other
Costly
Execution 211ms
Transfer 0 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Costly
Execution 208ms
Transfer 177 KB
Unused 33%
Monthly Cost €2/mo
talkdeskchatsdk.talkdeskapp.com
Other
Optional
Execution 157ms
Transfer 225 KB
Unused 45%
Monthly Cost €2/mo
www.asha.org
Other
Optional
Execution 100ms
Transfer 56 KB
Unused 51%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 90ms
Transfer 144 KB
Unused 39%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 85ms
Transfer 149 KB
Unused 42%
Monthly Cost €1/mo
script.crazyegg.com
Other
Optional
Execution 80ms
Transfer 55 KB
Unused 54%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 75ms
Transfer 147 KB
Unused 44%
Monthly Cost €1/mo
Microsoft Clarity
Session Replay
Optional
Execution 65ms
Transfer 26 KB
Monthly Cost €1/mo
Facebook Pixel
Advertising
Optional
Execution 59ms
Transfer 97 KB
Unused 38%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 54ms
Transfer 129 KB
Unused 47%
Monthly Cost €1/mo
www.asha.org
Other
Optional
Execution 54ms
Transfer 23 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.asha.org adds 253ms and costs ~€3/month
  • talkdeskchatsdk.talkdeskapp.com adds 217ms and costs ~€2/month
  • Unattributable adds 211ms and costs ~€2/month
  • Google Tag Manager adds 208ms 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.asha.org takes 253ms 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

talkdeskchatsdk.talkdeskapp.com takes 217ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

58% of talkdeskchatsdk.talkdeskapp.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

Unattributable takes 211ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

51% of www.asha.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

54% of script.crazyegg.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

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