Skip to content
https://americanbar.org

Performance

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

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

71
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
74
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.
82
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.29 s

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

3.05 s

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

101 ms

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

0.008

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

3.38 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.39 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
4.1 MB transferred, 162 requests
FIX
4.1 MB transferred, 162 requests
Critical::
Page weighs 13.1 MB (4.1 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
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Info::
Fonts are 462 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 462 KB
Info::
CSS is 288 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 288 KB
Warning::
162 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.86 g CO2 per page load
4.1 MB / 2.4 MB budget
4.1 MB transferred
162 requests
0.86 g CO2 per page load
JavaScript 2.1 MiB 50%
Images 1.2 MiB 30%
Fonts 461.8 KiB 11%
CSS 287.6 KiB 7%
HTML 44.7 KiB 1%
Other 23.2 KiB 1%
Other 9.1 KiB 0%
Other 3.4 KiB 0%
Other 1.2 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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.1 MiB of 4.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
56 scripts, 1.0 MB unused
FIX
56 scripts, 1.0 MB unused
Warning::
https://www.americanbar.org/etc/designs/aba-cms-do...: 695 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.tinypass.com/api/tinypass.min.js: 83 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-693...: 62 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 55 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=DC-976...: 54 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.0 MB
1027 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.americanbar.org/etc/designs/aba-cms-dotorg/dist.a1182b057c6bfa5dc9bbd516735ac0bd.js1089 KB695 KB (64%)3rd
https://cdn.tinypass.com/api/tinypass.min.js133 KB83 KB (63%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-693532868&cx=c&gtm=4e64h1h1145 KB62 KB (43%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js110 KB55 KB (50%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-9762106130 KB54 KB (42%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB34 KB (36%)3rd
https://cdn.cxense.com/cx.js38 KB22 KB (58%)3rd
https://cdn.cxense.com/cx.js38 KB22 KB (58%)3rd
https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.90.js?utv=ut4.44.2026012221012 KB3rd
https://up.pixel.ad/assets/up.js?um=13 KB3rd

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
162 resources · 4.1 MB · 1.0 MB savings available
FIX
162 resources · 4.1 MB · 1.0 MB savings available
Warning::
Page weight 3.1 MB over 1MB target
Got: 4.1 MB Expected: ≤ 1 MB
Info::
~1.0 MB of savings available
Warning::
161 third-party resources (100% of weight)
Info::
2 resources over 200KB
162 resources · 4.1 MiB · 161 third-party 3.1 MiB over 1MB target
JavaScript 50% · 2.1 MiB
Image 30% · 1.2 MiB
Font 11% · 461.8 KiB
CSS 7% · 287.6 KiB
Document 1% · 46.5 KiB
Other 1% · 27.5 KiB

~1.0 MiB of savings available

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

C
Image Optimization
Action
42 images, 0 KB saveable
REVIEW
42 images, 0 KB saveable
Warning::
https://www.americanbar.org/content/dam/aba/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.americanbar.org/content/dam/aba/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.americanbar.org/content/dam/aba/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.americanbar.org/content/dam/aba/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.americanbar.org/content/dam/aba/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.americanbar.org/content/dam/aba/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.americanbar.org/content/dam/aba/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.americanbar.org/content/dam/aba/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.americanbar.org/content/dam/aba/images... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
42 images 1.2 MB
0 oversized -0 KB
42 legacy format
9 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

C
JS Execution Cost
Action
1687ms total JS execution
REVIEW
1687ms total JS execution
Warning::
https://tags.tiqcdn.com/utag/aba/americanbar/prod/...: 380ms CPU time
Warning::
https://www.americanbar.org/etc/designs/aba-cms-do...: 366ms CPU time
Warning::
https://www.americanbar.org/: 293ms CPU time
Info::
Unattributable: 167ms CPU time
Info::
https://www.redditstatic.com/ads/pixel.js: 124ms CPU time
Warning::
Third-party scripts: 1687ms (100% of total)

Main Thread Breakdown

Script Evaluation 62% Other 14% Script Parsing & Compilation 11% Style & Layout 8%
ScriptTotalScriptingParse/CompileParty
https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.js380ms371ms4ms3rd
https://www.americanbar.org/etc/designs/aba-cms-dotorg/dist.a1182b057c6bfa5dc9bbd516735ac0bd.js366ms229ms113ms3rd
https://www.americanbar.org/293ms14ms1ms3rd
Unattributable167ms4ms0ms3rd
https://www.redditstatic.com/ads/pixel.js124ms119ms2ms3rd
https://cdn.tinypass.com/api/tinypass.min.js107ms66ms35ms3rd
https://www.americanbar.org/cdn-cgi/challenge-platform/scripts/jsd/main.js69ms65ms1ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js65ms54ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-693532868&cx=c&gtm=4e64h1h159ms50ms8ms3rd
https://www.googletagmanager.com/gtag/js?id=DC-976210656ms48ms8ms3rd
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
11 fonts (462 KB)
PASS
11 fonts (462 KB)
Info::
11 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

11

462 KB total

Render-blocking

0

of 11

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 3.0 shttps://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/MuseoSans-700.woff2MuseoSans-700.woff2 https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/MuseoSans-700.woff2 — 19.6 KiB — 114 ms — font-display: swaphttps://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-Roman-Web.woff2PublicoBanner-Roman-Web... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-Roman-Web.woff2 — 43.8 KiB — 122 ms — font-display: swaphttps://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/icomoon.wofficomoon.woff https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/icomoon.woff — 6.2 KiB — 113 ms — font-display: swaphttps://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/MuseoSans-900.woff2MuseoSans-900.woff2 https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/MuseoSans-900.woff2 — 19.4 KiB — 138 ms — font-display: swaphttps://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/MuseoSans-500.woff2MuseoSans-500.woff2 https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/MuseoSans-500.woff2 — 19.5 KiB — 276 ms — font-display: swaphttps://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/OpenSans-Regular.ttfOpenSans-Regular.ttf https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/OpenSans-Regular.ttf — 76.5 KiB — 345 ms — font-display: swaphttps://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/OpenSans-SemiBold.ttfOpenSans-SemiBold.ttf https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/OpenSans-SemiBold.ttf — 76.3 KiB — 240 ms — font-display: swaphttps://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/OpenSans-Medium.ttfOpenSans-Medium.ttf https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/OpenSans-Medium.ttf — 76.8 KiB — 267 ms — font-display: swaphttps://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-Light-Web.woff2PublicoBanner-Light-Web... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-Light-Web.woff2 — 40.0 KiB — 247 ms — font-display: swaphttps://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-LightItalic-Web.woff2PublicoBanner-LightItal... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-LightItalic-Web.woff2 — 42.2 KiB — 350 ms — font-display: swaphttps://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-Black-Web.woff2PublicoBanner-Black-Web... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-Black-Web.woff2 — 41.5 KiB — 374 ms — font-display: swap
MuseoSans-700.woff2 woff2 swap
Size 20 KB
Load time 114 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
PublicoBanner-Roman-Web... woff2 swap
Size 44 KB
Load time 122 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
icomoon.woff woff swap
Size 6 KB
Load time 113 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
MuseoSans-900.woff2 woff2 swap
Size 19 KB
Load time 138 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
MuseoSans-500.woff2 woff2 swap
Size 19 KB
Load time 276 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
OpenSans-Regular.ttf ttf swap
Size 77 KB
Load time 345 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
OpenSans-SemiBold.ttf ttf swap
Size 76 KB
Load time 240 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
OpenSans-Medium.ttf ttf swap
Size 77 KB
Load time 267 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
PublicoBanner-Light-Web... woff2 swap
Size 40 KB
Load time 247 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
PublicoBanner-LightItal... woff2 swap
Size 42 KB
Load time 350 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
PublicoBanner-Black-Web... woff2 swap
Size 41 KB
Load time 374 ms
Start 1.4 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 ~71 KB and ~142 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
162 requests over 5709ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.3 s LCP 3.0 shttps://americanbar.org// https://americanbar.org/ — 301 — 918 B — 444 ms — http/1.1https://www.americanbar.org/www.americanbar.org/ https://www.americanbar.org/ — 200 — 39.2 KiB — 758 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/dist.9564b379b6c04cde3d93a81de4e37bba.csswww.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/dist.9564b379b6c04cde3d93a81de4e37bba.css — 200 — 286.3 KiB — 127 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/tealium.cf1ede98b41562c8dda71f07ed77f5da.jswww.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/tealium.cf1ede98b41562c8dda71f07ed77f5da.js — 200 — 1.0 KiB — 72 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-stock/16x9/16x9-holding-hands-1432825970.jpg.transform/16x9/s50/img.jpgwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-stock/16x9/16x9-holding-hands-1432825970.jpg.transform/16x9/s50/img.jpg — 200 — 40.7 KiB — 43 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/news/2023/02/hod-midyear.jpg.transform/16x9/s50/img.jpgwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/news/2023/02/hod-midyear.jpg.transform/16x9/s50/img.jpg — 200 — 75.5 KiB — 59 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-generic/16x9/16x9-2024-annual-75.jpg.transform/wide/img.jpgwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-generic/16x9/16x9-2024-annual-75.jpg.transform/wide/img.jpg — 200 — 117.0 KiB — 101 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-learning.png.transform/square/s75/img.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-learning.png.transform/square/s75/img.png — 200 — 17.9 KiB — 80 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-networking.png.transform/square/s75/img.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-networking.png.transform/square/s75/img.png — 200 — 25.0 KiB — 91 ms — http/1.1https://ced.sascdn.com/tag/3517/smart.jsced.sascdn.com/tag/3517/smart.js https://ced.sascdn.com/tag/3517/smart.js — 200 — 27.4 KiB — 45 ms — http/1.1https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 69 ms — h2https://www.americanbar.org/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.a9dcac4698709ca8e1cbc88363cf0793.jswww.americanbar.org/etc.clientlibs/... https://www.americanbar.org/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.a9dcac4698709ca8e1cbc88363cf0793.js — 200 — 3.4 KiB — 38 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/dist.a1182b057c6bfa5dc9bbd516735ac0bd.jswww.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/dist.a1182b057c6bfa5dc9bbd516735ac0bd.js — 200 — 1.1 MiB — 123 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-career.png.transform/square/s75/img.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-career.png.transform/square/s75/img.png — 200 — 6.0 KiB — 42 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-humanitarian-help.png.transform/square/s75/img.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-humanitarian-help.png.transform/square/s75/img.png — 200 — 13.1 KiB — 36 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-generic/16x9/16x9-2024-annual-17.jpg.transform/wide/img.jpgwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-generic/16x9/16x9-2024-annual-17.jpg.transform/wide/img.jpg — 200 — 169.2 KiB — 38 ms — http/1.1https://www.americanbar.org/content/aba-cms-dotorg/en/_jcr_content/main-content-parsys/promo_tile_container/promo-tile-container/image.img.jpg/1771966842657.jpgwww.americanbar.org/content/aba-cms... https://www.americanbar.org/content/aba-cms-dotorg/en/_jcr_content/main-content-parsys/promo_tile_container/promo-tile-container/image.img.jpg/1771966842657.jpg — 200 — 162.8 KiB — 81 ms — http/1.1https://www.americanbar.org/content/aba-cms-dotorg/en/_jcr_content/main-content-parsys/promo_tile_container/promo-tile-container/image_1587246809.img.jpg/1771963067996.jpgwww.americanbar.org/content/aba-cms... https://www.americanbar.org/content/aba-cms-dotorg/en/_jcr_content/main-content-parsys/promo_tile_container/promo-tile-container/image_1587246809.img.jpg/1771963067996.jpg — 200 — 174.9 KiB — 56 ms — http/1.1https://www.americanbar.org/content/aba-cms-dotorg/en/_jcr_content/main-content-parsys/promo_tile_container/promo-tile-container/image_586550188.img.jpg/1771957062022.jpgwww.americanbar.org/content/aba-cms... https://www.americanbar.org/content/aba-cms-dotorg/en/_jcr_content/main-content-parsys/promo_tile_container/promo-tile-container/image_586550188.img.jpg/1771957062022.jpg — 200 — 152.4 KiB — 55 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-linkedin.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-linkedin.png — 200 — 7.4 KiB — 41 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-instagram.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-instagram.png — 200 — 16.6 KiB — 40 ms — http/1.1https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.jstags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.js — 200 — 43.1 KiB — 57 ms — h2https://www.americanbar.org/libs/granite/csrf/token.jsonwww.americanbar.org/libs/granite/cs... https://www.americanbar.org/libs/granite/csrf/token.json — 200 — 539 B — 421 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-facebook.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-facebook.png — 200 — 14.4 KiB — 34 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-x.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-x.png — 200 — 18.4 KiB — 34 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-threads.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-threads.png — 200 — 17.0 KiB — 33 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-bluesky.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-bluesky.png — 200 — 14.6 KiB — 35 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-youtube.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-youtube.png — 200 — 12.0 KiB — 32 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-tiktok.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-tiktok.png — 200 — 13.2 KiB — 39 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/MuseoSans-700.woff2www.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/MuseoSans-700.woff2 — 200 — 19.6 KiB — 114 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.3 s LCP 3.0 shttps://americanbar.org// https://americanbar.org/ — 301 — 918 B — 444 ms — http/1.1https://www.americanbar.org/www.americanbar.org/ https://www.americanbar.org/ — 200 — 39.2 KiB — 758 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/dist.9564b379b6c04cde3d93a81de4e37bba.csswww.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/dist.9564b379b6c04cde3d93a81de4e37bba.css — 200 — 286.3 KiB — 127 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/tealium.cf1ede98b41562c8dda71f07ed77f5da.jswww.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/tealium.cf1ede98b41562c8dda71f07ed77f5da.js — 200 — 1.0 KiB — 72 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-stock/16x9/16x9-holding-hands-1432825970.jpg.transform/16x9/s50/img.jpgwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-stock/16x9/16x9-holding-hands-1432825970.jpg.transform/16x9/s50/img.jpg — 200 — 40.7 KiB — 43 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/news/2023/02/hod-midyear.jpg.transform/16x9/s50/img.jpgwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/news/2023/02/hod-midyear.jpg.transform/16x9/s50/img.jpg — 200 — 75.5 KiB — 59 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-generic/16x9/16x9-2024-annual-75.jpg.transform/wide/img.jpgwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-generic/16x9/16x9-2024-annual-75.jpg.transform/wide/img.jpg — 200 — 117.0 KiB — 101 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-learning.png.transform/square/s75/img.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-learning.png.transform/square/s75/img.png — 200 — 17.9 KiB — 80 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-networking.png.transform/square/s75/img.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-networking.png.transform/square/s75/img.png — 200 — 25.0 KiB — 91 ms — http/1.1https://ced.sascdn.com/tag/3517/smart.jsced.sascdn.com/tag/3517/smart.js https://ced.sascdn.com/tag/3517/smart.js — 200 — 27.4 KiB — 45 ms — http/1.1https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 69 ms — h2https://www.americanbar.org/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.a9dcac4698709ca8e1cbc88363cf0793.jswww.americanbar.org/etc.clientlibs/... https://www.americanbar.org/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.a9dcac4698709ca8e1cbc88363cf0793.js — 200 — 3.4 KiB — 38 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/dist.a1182b057c6bfa5dc9bbd516735ac0bd.jswww.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/dist.a1182b057c6bfa5dc9bbd516735ac0bd.js — 200 — 1.1 MiB — 123 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-career.png.transform/square/s75/img.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-career.png.transform/square/s75/img.png — 200 — 6.0 KiB — 42 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-humanitarian-help.png.transform/square/s75/img.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-stock/homepage-icons/1x1-humanitarian-help.png.transform/square/s75/img.png — 200 — 13.1 KiB — 36 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-generic/16x9/16x9-2024-annual-17.jpg.transform/wide/img.jpgwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-generic/16x9/16x9-2024-annual-17.jpg.transform/wide/img.jpg — 200 — 169.2 KiB — 38 ms — http/1.1https://www.americanbar.org/content/aba-cms-dotorg/en/_jcr_content/main-content-parsys/promo_tile_container/promo-tile-container/image.img.jpg/1771966842657.jpgwww.americanbar.org/content/aba-cms... https://www.americanbar.org/content/aba-cms-dotorg/en/_jcr_content/main-content-parsys/promo_tile_container/promo-tile-container/image.img.jpg/1771966842657.jpg — 200 — 162.8 KiB — 81 ms — http/1.1https://www.americanbar.org/content/aba-cms-dotorg/en/_jcr_content/main-content-parsys/promo_tile_container/promo-tile-container/image_1587246809.img.jpg/1771963067996.jpgwww.americanbar.org/content/aba-cms... https://www.americanbar.org/content/aba-cms-dotorg/en/_jcr_content/main-content-parsys/promo_tile_container/promo-tile-container/image_1587246809.img.jpg/1771963067996.jpg — 200 — 174.9 KiB — 56 ms — http/1.1https://www.americanbar.org/content/aba-cms-dotorg/en/_jcr_content/main-content-parsys/promo_tile_container/promo-tile-container/image_586550188.img.jpg/1771957062022.jpgwww.americanbar.org/content/aba-cms... https://www.americanbar.org/content/aba-cms-dotorg/en/_jcr_content/main-content-parsys/promo_tile_container/promo-tile-container/image_586550188.img.jpg/1771957062022.jpg — 200 — 152.4 KiB — 55 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-linkedin.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-linkedin.png — 200 — 7.4 KiB — 41 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-instagram.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-instagram.png — 200 — 16.6 KiB — 40 ms — http/1.1https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.jstags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.js — 200 — 43.1 KiB — 57 ms — h2https://www.americanbar.org/libs/granite/csrf/token.jsonwww.americanbar.org/libs/granite/cs... https://www.americanbar.org/libs/granite/csrf/token.json — 200 — 539 B — 421 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-facebook.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-facebook.png — 200 — 14.4 KiB — 34 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-x.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-x.png — 200 — 18.4 KiB — 34 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-threads.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-threads.png — 200 — 17.0 KiB — 33 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-bluesky.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-bluesky.png — 200 — 14.6 KiB — 35 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-youtube.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-youtube.png — 200 — 12.0 KiB — 32 ms — http/1.1https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-tiktok.pngwww.americanbar.org/content/dam/aba... https://www.americanbar.org/content/dam/aba/images/aba-homepage/social-media-icons/white-tiktok.png — 200 — 13.2 KiB — 39 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/MuseoSans-700.woff2www.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/MuseoSans-700.woff2 — 200 — 19.6 KiB — 114 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-Roman-Web.woff2www.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-Roman-Web.woff2 — 200 — 43.8 KiB — 122 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/icomoon.woffwww.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/icomoon.woff — 200 — 6.2 KiB — 113 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/MuseoSans-900.woff2www.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/MuseoSans-900.woff2 — 200 — 19.4 KiB — 138 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/MuseoSans-500.woff2www.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/MuseoSans-500.woff2 — 200 — 19.5 KiB — 276 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/OpenSans-Regular.ttfwww.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/OpenSans-Regular.ttf — 200 — 76.5 KiB — 345 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/OpenSans-SemiBold.ttfwww.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/OpenSans-SemiBold.ttf — 200 — 76.3 KiB — 240 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/OpenSans-Medium.ttfwww.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/OpenSans-Medium.ttf — 200 — 76.8 KiB — 267 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-Light-Web.woff2www.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-Light-Web.woff2 — 200 — 40.0 KiB — 247 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-LightItalic-Web.woff2www.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-LightItalic-Web.woff2 — 200 — 42.2 KiB — 350 ms — http/1.1https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-Black-Web.woff2www.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/fonts/PublicoBanner-Black-Web.woff2 — 200 — 41.5 KiB — 374 ms — http/1.1https://www.americanbar.org/content/aba-cms-dotorg/en.userinfo.apiwww.americanbar.org/content/aba-cms... https://www.americanbar.org/content/aba-cms-dotorg/en.userinfo.api — 200 — 666 B — 204 ms — http/1.1https://www.americanbar.org/content/aba-cms-dotorg/en.renewalert.apiwww.americanbar.org/content/aba-cms... https://www.americanbar.org/content/aba-cms-dotorg/en.renewalert.api — 200 — 656 B — 406 ms — http/1.1https://www.americanbar.org/bin/personify-ecommerce.api/GetCartwww.americanbar.org/bin/personify-e... https://www.americanbar.org/bin/personify-ecommerce.api/GetCart — 200 — 561 B — 179 ms — http/1.1https://www.americanbar.org/bin/personify-ecommerce.api/GetCartwww.americanbar.org/bin/personify-e... https://www.americanbar.org/bin/personify-ecommerce.api/GetCart — 200 — 0 B — 174 ms — http/1.1https://www.americanbar.org/content/aba-cms-dotorg/en.search.api?q=*:*&wt=json&rows=9&start=0&sort=published_date_dt%20ASC&fq=subsystem_s:MTG&fq=meeting_begin_date_dt:[NOW%20TO%20*]www.americanbar.org/content/aba-cms... https://www.americanbar.org/content/aba-cms-dotorg/en.search.api?q=*:*&wt=json&rows=9&start=0&sort=published_date_dt%20ASC&fq=subsystem_s:MTG&fq=meeting_begin_date_dt:[NOW%20TO%20*] — 200 — 10.7 KiB — 447 ms — http/1.1https://www.americanbar.org/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.americanbar.org/cdn-cgi/challen... https://www.americanbar.org/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 659 B — 25 ms — http/1.1https://www15.smartadserver.com/genericpostwww15.smartadserver.com/genericpost https://www15.smartadserver.com/genericpost — 204 — 0 B — 460 ms — h2https://www.americanbar.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.americanbar.org/cdn-cgi/challen... https://www.americanbar.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 13.4 KiB — 25 ms — http/1.1https://www.americanbar.org/content/aba-cms-dotorg/en.userinfo.apiwww.americanbar.org/content/aba-cms... https://www.americanbar.org/content/aba-cms-dotorg/en.userinfo.api — 200 — 0 B — 2 ms — http/1.1https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.138.js?utv=ut4.44.202601222101tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.138.js?utv=ut4.44.202601222101 — 200 — 1.3 KiB — 4 ms — h2https://dpm.demdex.net/id?d_visid_ver=2.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=0FEF5B5B54E6D4060A4C98A2%40AdobeOrg&d_nsid=0&ts=1776804816933dpm.demdex.net/id?d_visid_ver=2.5.0... https://dpm.demdex.net/id?d_visid_ver=2.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=0FEF5B5B54E6D4060A4C98A2%40AdobeOrg&d_nsid=0&ts=1776804816933 — 200 — 926 B — 175 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.2.js?utv=ut4.44.202603261434tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.2.js?utv=ut4.44.202603261434 — 200 — 25.5 KiB — 15 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.12.js?utv=ut4.44.202601222101tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.12.js?utv=ut4.44.202601222101 — 200 — 1.4 KiB — 13 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.17.js?utv=ut4.44.202601222101tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.17.js?utv=ut4.44.202601222101 — 200 — 1.2 KiB — 24 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.83.js?utv=ut4.44.202603261434tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.83.js?utv=ut4.44.202603261434 — 200 — 3.5 KiB — 27 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.84.js?utv=ut4.44.202603261434tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.84.js?utv=ut4.44.202603261434 — 200 — 2.5 KiB — 29 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.85.js?utv=ut4.44.202601222101tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.85.js?utv=ut4.44.202601222101 — 200 — 1.8 KiB — 30 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.90.js?utv=ut4.44.202601222101tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.90.js?utv=ut4.44.202601222101 — 200 — 1.9 KiB — 31 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.93.js?utv=ut4.44.202601222101tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.93.js?utv=ut4.44.202601222101 — 200 — 2.2 KiB — 32 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.112.js?utv=ut4.44.202601222101tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.112.js?utv=ut4.44.202601222101 — 200 — 1.9 KiB — 34 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.116.js?utv=ut4.44.202603261434tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.116.js?utv=ut4.44.202603261434 — 200 — 3.6 KiB — 36 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.123.js?utv=ut4.44.202306212329tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.123.js?utv=ut4.44.202306212329 — 200 — 2.4 KiB — 37 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.141.js?utv=ut4.44.202601222101tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.141.js?utv=ut4.44.202601222101 — 200 — 1.8 KiB — 38 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.149.js?utv=ut4.44.202601222101tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.149.js?utv=ut4.44.202601222101 — 200 — 2.0 KiB — 39 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.161.js?utv=ut4.44.202601222101tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.161.js?utv=ut4.44.202601222101 — 200 — 2.2 KiB — 40 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.167.js?utv=ut4.44.202601222101tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.167.js?utv=ut4.44.202601222101 — 200 — 6.2 KiB — 43 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.183.js?utv=ut4.44.202603261434tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.183.js?utv=ut4.44.202603261434 — 200 — 7.7 KiB — 38 ms — h2https://www.americanbar.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7989566937318935:1776802399:zTKHR5rhRQnoOcPGrKEmCIpeWlJ-83Z6Gei8kRIaJDY/9eff4771281c9e49www.americanbar.org/cdn-cgi/challen... https://www.americanbar.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.7989566937318935:1776802399:zTKHR5rhRQnoOcPGrKEmCIpeWlJ-83Z6Gei8kRIaJDY/9eff4771281c9e49 — 200 — 1.6 KiB — 40 ms — http/1.1https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 70 ms — https://americanbarassociation.demdex.net/dest5.html?d_nsid=0americanbarassociation.demdex.net/d... https://americanbarassociation.demdex.net/dest5.html?d_nsid=0 — 200 — 3.2 KiB — 147 ms — h2https://webstats.americanbar.org/id?d_visid_ver=2.5.0&d_fieldgroup=A&mcorgid=0FEF5B5B54E6D4060A4C98A2%40AdobeOrg&mid=90050978011150722804067576011966663522&ts=1776804817144webstats.americanbar.org/id?d_visid... https://webstats.americanbar.org/id?d_visid_ver=2.5.0&d_fieldgroup=A&mcorgid=0FEF5B5B54E6D4060A4C98A2%40AdobeOrg&mid=90050978011150722804067576011966663522&ts=1776804817144 — -1 — 0 B — 100 ms — https://cm.everesttech.net/cm/dd?d_uuid=90040726488082226574070834288561976251cm.everesttech.net/cm/dd?d_uuid=900... https://cm.everesttech.net/cm/dd?d_uuid=90040726488082226574070834288561976251 — 302 — 517 B — 155 ms — http/1.1https://static.asknice.ly/js/websurvey.min.jsstatic.asknice.ly/js/websurvey.min.... https://static.asknice.ly/js/websurvey.min.js — 200 — 1.6 KiB — 13 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-9762106www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-9762106 — 200 — 129.8 KiB — 170 ms — h2https://cdn.krxd.net/controltag/umwaj0q7h.jscdn.krxd.net/controltag/umwaj0q7h.j... https://cdn.krxd.net/controltag/umwaj0q7h.js — -1 — 0 B — 12 ms — https://pixel.sitescout.com/up/2a6d625bce317a6apixel.sitescout.com/up/2a6d625bce31... https://pixel.sitescout.com/up/2a6d625bce317a6a — 200 — 258 B — 113 ms — h2https://pixel.sitescout.com/up/2a6d625bce317a6a?cntr_url=https%3A%2F%2Fwww.americanbar.org%2Fpixel.sitescout.com/up/2a6d625bce31... https://pixel.sitescout.com/up/2a6d625bce317a6a?cntr_url=https%3A%2F%2Fwww.americanbar.org%2F — 200 — 259 B — 110 ms — h2https://pixel.sitescout.com/dmp/asyncPixelSyncpixel.sitescout.com/dmp/asyncPixelS... https://pixel.sitescout.com/dmp/asyncPixelSync — 204 — 14 B — 103 ms — h2https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 KiB — 45 ms — h2https://experience.tinypass.com/xbuilder/experience/load?aid=PsBGvyhOpuexperience.tinypass.com/xbuilder/ex... https://experience.tinypass.com/xbuilder/experience/load?aid=PsBGvyhOpu — 200 — 1.7 KiB — 67 ms — h3https://d.agkn.com/pixel/14782/?che=0.825022298839059d.agkn.com/pixel/14782/?che=0.82502... https://d.agkn.com/pixel/14782/?che=0.825022298839059 — 200 — 554 B — 442 ms — http/1.1https://up.pixel.ad/assets/up.js?um=1up.pixel.ad/assets/up.js?um=1 https://up.pixel.ad/assets/up.js?um=1 — 200 — 3.1 KiB — 51 ms — http/1.1https://100027443.collect.igodigital.com/collect.js100027443.collect.igodigital.com/co... https://100027443.collect.igodigital.com/collect.js — 200 — 2.4 KiB — 317 ms — h2https://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 — 18.7 KiB — 51 ms — h2https://tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=aba/americanbar/202603251903&cb=1776804817203tags.tiqcdn.com/utag/tiqapp/utag.v.... https://tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=aba/americanbar/202603251903&cb=1776804817203 — 200 — 432 B — 11 ms — h2https://static.asknice.ly/dist/standalone/asknicely-in-app-conversation.cssstatic.asknice.ly/dist/standalone/a... https://static.asknice.ly/dist/standalone/asknicely-in-app-conversation.css — 200 — 1.4 KiB — 10 ms — h2https://static.asknice.ly/dist/standalone/asknicely-in-app-conversation.jsstatic.asknice.ly/dist/standalone/a... https://static.asknice.ly/dist/standalone/asknicely-in-app-conversation.js — 200 — 4.7 KiB — 11 ms — h2https://events.xg4ken.com/pixel/v2?tid=KT-N2BAB-3ED&noscript=1events.xg4ken.com/pixel/v2?tid=KT-N... https://events.xg4ken.com/pixel/v2?tid=KT-N2BAB-3ED&noscript=1 — 204 — 139 B — 116 ms — h2https://americanbar.asknice.ly/service/inapp.php?id=xPACiVeIxFJSNbFf&anVersion=3.4.1&reloadcookie=americanbar.asknice.ly/service/inap... https://americanbar.asknice.ly/service/inapp.php?id=xPACiVeIxFJSNbFf&anVersion=3.4.1&reloadcookie= — 200 — 337 B — 524 ms — h2https://cdn.pdst.fm/ping.min.jscdn.pdst.fm/ping.min.js https://cdn.pdst.fm/ping.min.js — 200 — 10.2 KiB — 78 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CK5GJC3C77U0BUL4I070&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CK5GJC3C77U0BUL4I070&lib=ttq — 200 — 3.3 KiB — 177 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 — 235 ms — h3https://pixel-config.reddit.com/pixels/t2_6ye1l7ty/configpixel-config.reddit.com/pixels/t2_6... https://pixel-config.reddit.com/pixels/t2_6ye1l7ty/config — 200 — 227 B — 29 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=1643588&time=1776804817287&url=https%3A%2F%2Fwww.americanbar.org%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=1643588&time=1776804817287&url=https%3A%2F%2Fwww.americanbar.org%2F — 200 — 840 B — 278 ms — h2https://swebstats.americanbar.org/b/ss/aba-prod/1/JS-2.6.0/s81548728040073?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2020%3A53%3A37%202%200&sdid=663746A28960106C-55E004C57ABEFDF2&mid=90050978011150722804067576011966663522&aamlh=6&ce=UTF-8&ns=americanbarassociation&pageName=%2F&g=https%3A%2F%2Fwww.americanbar.org%2F&cc=USD&server=www.americanbar.org&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&c1=D%3Dmid&v1=D%3Dmid&c3=false&v3=false&c4=false&v4=false&c6=New&v6=New&c7=1&v7=1&c8=First%20Visit&v8=First%20Visit&c10=https%3A%2F%2Fwww.americanbar.org%2F&v10=https%3A%2F%2Fwww.americanbar.org%2F&c11=%2F&v11=%2F&c12=american%20bar%20association&v12=american%20bar%20association&c13=%2Fapps%2Faba-cms-dotorg%2Ftemplates%2Faba-homepage&v13=%2Fapps%2Faba-cms-dotorg%2Ftemplates%2Faba-homepage&c15=16&v15=16&c21=admin&v21=admin&c24=songk&v24=songk&c59=0&v59=0&v244=1776804816&v246=1776804816893&v247=019db1d1e7fa00189d435ac34be105075001c06d00590&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=0FEF5B5B54E6D4060A4C98A2%40AdobeOrg&AQE=1swebstats.americanbar.org/b/ss/aba-... https://swebstats.americanbar.org/b/ss/aba-prod/1/JS-2.6.0/s81548728040073?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2020%3A53%3A37%202%200&sdid=663746A28960106C-55E004C57ABEFDF2&mid=90050978011150722804067576011966663522&aamlh=6&ce=UTF-8&ns=americanbarassociation&pageName=%2F&g=https%3A%2F%2Fwww.americanbar.org%2F&cc=USD&server=www.americanbar.org&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&c1=D%3Dmid&v1=D%3Dmid&c3=false&v3=false&c4=false&v4=false&c6=New&v6=New&c7=1&v7=1&c8=First%20Visit&v8=First%20Visit&c10=https%3A%2F%2Fwww.americanbar.org%2F&v10=https%3A%2F%2Fwww.americanbar.org%2F&c11=%2F&v11=%2F&c12=american%20bar%20association&v12=american%20bar%20association&c13=%2Fapps%2Faba-cms-dotorg%2Ftemplates%2Faba-homepage&v13=%2Fapps%2Faba-cms-dotorg%2Ftemplates%2Faba-homepage&c15=16&v15=16&c21=admin&v21=admin&c24=songk&v24=songk&c59=0&v59=0&v244=1776804816&v246=1776804816893&v247=019db1d1e7fa00189d435ac34be105075001c06d00590&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=0FEF5B5B54E6D4060A4C98A2%40AdobeOrg&AQE=1 — 200 — 370 B — 75 ms — h2https://alb.reddit.com/rp.gif?ts=1776804817281&id=t2_6ye1l7ty&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=2ed25a6d-e585-4c13-8952-55aabb54d594&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776804817... https://alb.reddit.com/rp.gif?ts=1776804817281&id=t2_6ye1l7ty&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=2ed25a6d-e585-4c13-8952-55aabb54d594&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 106 ms — h2https://dpm.demdex.net/ibs:dpid=411&dpuuid=aefj0QAAAD047xbMdpm.demdex.net/ibs:dpid=411&dpuuid=... https://dpm.demdex.net/ibs:dpid=411&dpuuid=aefj0QAAAD047xbM — 302 — 531 B — 36 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1643588&time=1776804817287&url=https%3A%2F%2Fwww.americanbar.org%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1643588&time=1776804817287&url=https%3A%2F%2Fwww.americanbar.org%2F — 302 — 823 B — 272 ms — h2https://pixels.spotify.com/v1/config/75db3404c80642d4ad0f117f26585e9fpixels.spotify.com/v1/config/75db34... https://pixels.spotify.com/v1/config/75db3404c80642d4ad0f117f26585e9f — 200 — 265 B — 89 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 0 B — 89 ms — h2https://cdn.tinypass.com/api/tinypass.min.jscdn.tinypass.com/api/tinypass.min.j... https://cdn.tinypass.com/api/tinypass.min.js — 200 — 132.6 KiB — 109 ms — h3https://www15.smartadserver.com/genericpostwww15.smartadserver.com/genericpost https://www15.smartadserver.com/genericpost — 200 — 2.7 KiB — 464 ms — h2https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=aefj0QAAAD047xbMdpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=aefj0QAAAD047xbM — 200 — 470 B — 36 ms — h2https://ad.doubleclick.net/activity;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=1010067721362;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804817_CK6eOsdb099wgmCBpv72yokQbWu9fKPp1A;~oref=https%3A%2F%2Fwww.americanbar.org%2F?ad.doubleclick.net/activity;src=976... https://ad.doubleclick.net/activity;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=1010067721362;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804817_CK6eOsdb099wgmCBpv72yokQbWu9fKPp1A;~oref=https%3A%2F%2Fwww.americanbar.org%2F? — 302 — 22 B — 252 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-693532868&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-693532868&cx=c&gtm=4e64h1h1 — 200 — 144.6 KiB — 62 ms — h2https://9762106.fls.doubleclick.net/activityi;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=1010067721362;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804817_CK6eOsdb099wgmCBpv72yokQbWu9fKPp1A;_dc_test=1;~oref=https%3A%2F%2Fwww.americanbar.org%2F?9762106.fls.doubleclick.net/activit... https://9762106.fls.doubleclick.net/activityi;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=1010067721362;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804817_CK6eOsdb099wgmCBpv72yokQbWu9fKPp1A;_dc_test=1;~oref=https%3A%2F%2Fwww.americanbar.org%2F? — 302 — 860 B — 89 ms — h2https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.americanbar.org%2F&scrsrc=www.googletagmanager.com&rnd=1652907458.1776804817&dt=American%20Bar%20Association&auid=672002053.1776804817&navt=n&npa=1&gtm=45fe64h1h1v9185273024za200zd9185273024xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266400&apve=1&apvf=f&apvc=1&tids=DC-9762106&tid=DC-9762106&tft=1776804817411&tfd=2366www.google.com/ccm/collect?rcb=8&fr... https://www.google.com/ccm/collect?rcb=8&frm=0&en=page_view&dl=https%3A%2F%2Fwww.americanbar.org%2F&scrsrc=www.googletagmanager.com&rnd=1652907458.1776804817&dt=American%20Bar%20Association&auid=672002053.1776804817&navt=n&npa=1&gtm=45fe64h1h1v9185273024za200zd9185273024xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266400&apve=1&apvf=f&apvc=1&tids=DC-9762106&tid=DC-9762106&tft=1776804817411&tfd=2366 — 200 — 21 B — 114 ms — h3https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 125 B — 40 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js — 200 — 109.6 KiB — 11 ms — h2https://9762106.fls.doubleclick.net/activityi;dc_pre=CPyS7d_p_5MDFQ8LugAd2mwuHg;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=1010067721362;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804817_CK6eOsdb099wgmCBpv72yokQbWu9fKPp1A;_dc_test=1;~oref=https%3A%2F%2Fwww.americanbar.org%2F?9762106.fls.doubleclick.net/activit... https://9762106.fls.doubleclick.net/activityi;dc_pre=CPyS7d_p_5MDFQ8LugAd2mwuHg;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=1010067721362;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804817_CK6eOsdb099wgmCBpv72yokQbWu9fKPp1A;_dc_test=1;~oref=https%3A%2F%2Fwww.americanbar.org%2F? — 200 — 689 B — 80 ms — h2https://cdn.cxense.com/cx.cce.jscdn.cxense.com/cx.cce.js https://cdn.cxense.com/cx.cce.js — 200 — 6.8 KiB — 48 ms — http/1.1https://c2.piano.io/xbuilder/experience/execute?aid=PsBGvyhOpuc2.piano.io/xbuilder/experience/exe... https://c2.piano.io/xbuilder/experience/execute?aid=PsBGvyhOpu — 200 — 2.0 KiB — 149 ms — h3https://ad.doubleclick.net/activity;dc_pre=CKir79_p_5MDFaneOwIdhugr1g;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=1010067721362;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804817_CK6eOsdb099wgmCBpv72yokQbWu9fKPp1A;~oref=https%3A%2F%2Fwww.americanbar.org%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CKir79_p_5MDFaneOwIdhugr1g;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=1010067721362;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804817_CK6eOsdb099wgmCBpv72yokQbWu9fKPp1A;~oref=https%3A%2F%2Fwww.americanbar.org%2F? — 200 — 64 B — 62 ms — h3https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js — 200 — 39.6 KiB — 7 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 799 B — 190 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 910 B — 353 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 907 B — 154 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1643588&time=1776804817287&url=https%3A%2F%2Fwww.americanbar.org%2F&e_ipv6=AQLWMBNgf1eVhAAAAZ2x0eo870Ue379eCAbQMuV5EE-5cOk8BD1JcJLoC70XSsqEEU53_aiw41Kmpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=1643588&time=1776804817287&url=https%3A%2F%2Fwww.americanbar.org%2F&e_ipv6=AQLWMBNgf1eVhAAAAZ2x0eo870Ue379eCAbQMuV5EE-5cOk8BD1JcJLoC70XSsqEEU53_aiw41Km — 200 — 695 B — 267 ms — h2https://adservice.google.com/ddm/fls/z/dc_pre=CPyS7d_p_5MDFQ8LugAd2mwuHg;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=1010067721362;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804817_CK6eOsdb099wgmCBpv72yokQbWu9fKPp1A;_dc_test=1;~oref=https%3A%2F%2Fwww.americanbar.org%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CPyS7d_p_5MDFQ8LugAd2mwuHg;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=1010067721362;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804817_CK6eOsdb099wgmCBpv72yokQbWu9fKPp1A;_dc_test=1;~oref=https%3A%2F%2Fwww.americanbar.org%2F — 200 — 63 B — 113 ms — h3https://www.google.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.americanbar.org%2F&scrsrc=www.googletagmanager.com&rnd=1652907458.1776804817&dt=American%20Bar%20Association&auid=672002053.1776804817&navt=n&npa=1&_tu=IA&gtm=45be64h1h1v9195161267za200zb9185273024zd9185273024xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-693532868&tid=AW-693532868&tft=1776804817655&tfd=2610www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.americanbar.org%2F&scrsrc=www.googletagmanager.com&rnd=1652907458.1776804817&dt=American%20Bar%20Association&auid=672002053.1776804817&navt=n&npa=1&_tu=IA&gtm=45be64h1h1v9195161267za200zb9185273024zd9185273024xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-693532868&tid=AW-693532868&tft=1776804817655&tfd=2610 — 200 — 21 B — 42 ms — h3https://connect.facebook.net/signals/config/2216597918639913?v=2.9.303&r=stable&domain=www.americanbar.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/2216597918639913?v=2.9.303&r=stable&domain=www.americanbar.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 — 46.7 KiB — 33 ms — h3https://nova.collect.igodigital.com/c2/100027443/track_page_view?payload=%7B%22title%22%3A%22American%20Bar%20Association%22%2C%22url%22%3A%22https%3A%2F%2Fwww.americanbar.org%2F%22%2C%22referrer%22%3A%22%22%7Dnova.collect.igodigital.com/c2/1000... https://nova.collect.igodigital.com/c2/100027443/track_page_view?payload=%7B%22title%22%3A%22American%20Bar%20Association%22%2C%22url%22%3A%22https%3A%2F%2Fwww.americanbar.org%2F%22%2C%22referrer%22%3A%22%22%7D — 403 — 440 B — 118 ms — h2https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 38.1 KiB — 10 ms — http/1.1https://www.facebook.com/tr/?id=2216597918639913&ev=PageView&dl=https%3A%2F%2Fwww.americanbar.org%2F&rl=&if=false&ts=1776804817767&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=0&o=4126&fbp=fb.1.1776804817756.680174259936718157&ic=fbpixel&ler=empty&cdl=API_unavailable&pmd[title]=American%20Bar%20Association&pmd[locale]=en&pmd[description]=The%20ABA%20is%20the%20largest%20voluntary%20association%20of%20lawyers%20in%20the%20world.%20As%20the%20national%20voice%20of%20the%20legal%20profession%2C%20the%20ABA%20works%20to%20improve%20the%20administration%20of%20justice%2C%20promotes%20programs%20that%20assist%20lawyers%20and%20judges%20in%20their%20work%2C%20accredits%20law%20schools%2C%20provides%20continuing%20legal%20education%2C%20and%20works%20to%20build%20public%20understanding%20around%20the%20world%20of%20the%20importance%20of%20the%20rule%20of%20law.%20&plt=1809.8999996185303&it=1776804817688&coo=false&eid=0fe5771ccfc3291e866bf2d7d73e4a16&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=22165979186... https://www.facebook.com/tr/?id=2216597918639913&ev=PageView&dl=https%3A%2F%2Fwww.americanbar.org%2F&rl=&if=false&ts=1776804817767&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=0&o=4126&fbp=fb.1.1776804817756.680174259936718157&ic=fbpixel&ler=empty&cdl=API_unavailable&pmd[title]=American%20Bar%20Association&pmd[locale]=en&pmd[description]=The%20ABA%20is%20the%20largest%20voluntary%20association%20of%20lawyers%20in%20the%20world.%20As%20the%20national%20voice%20of%20the%20legal%20profession%2C%20the%20ABA%20works%20to%20improve%20the%20administration%20of%20justice%2C%20promotes%20programs%20that%20assist%20lawyers%20and%20judges%20in%20their%20work%2C%20accredits%20law%20schools%2C%20provides%20continuing%20legal%20education%2C%20and%20works%20to%20build%20public%20understanding%20around%20the%20world%20of%20the%20importance%20of%20the%20rule%20of%20law.%20&plt=1809.8999996185303&it=1776804817688&coo=false&eid=0fe5771ccfc3291e866bf2d7d73e4a16&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET — 200 — 19 B — 42 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2216597918639913&ev=PageView&dl=https%3A%2F%2Fwww.americanbar.org%2F&rl=&if=false&ts=1776804817767&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=0&o=4126&fbp=fb.1.1776804817756.680174259936718157&ic=fbpixel&ler=empty&cdl=API_unavailable&pmd[title]=American%20Bar%20Association&pmd[locale]=en&pmd[description]=The%20ABA%20is%20the%20largest%20voluntary%20association%20of%20lawyers%20in%20the%20world.%20As%20the%20national%20voice%20of%20the%20legal%20profession%2C%20the%20ABA%20works%20to%20improve%20the%20administration%20of%20justice%2C%20promotes%20programs%20that%20assist%20lawyers%20and%20judges%20in%20their%20work%2C%20accredits%20law%20schools%2C%20provides%20continuing%20legal%20education%2C%20and%20works%20to%20build%20public%20understanding%20around%20the%20world%20of%20the%20importance%20of%20the%20rule%20of%20law.%20&plt=1809.8999996185303&it=1776804817688&coo=false&eid=0fe5771ccfc3291e866bf2d7d73e4a16&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2216597918639913&ev=PageView&dl=https%3A%2F%2Fwww.americanbar.org%2F&rl=&if=false&ts=1776804817767&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=0&o=4126&fbp=fb.1.1776804817756.680174259936718157&ic=fbpixel&ler=empty&cdl=API_unavailable&pmd[title]=American%20Bar%20Association&pmd[locale]=en&pmd[description]=The%20ABA%20is%20the%20largest%20voluntary%20association%20of%20lawyers%20in%20the%20world.%20As%20the%20national%20voice%20of%20the%20legal%20profession%2C%20the%20ABA%20works%20to%20improve%20the%20administration%20of%20justice%2C%20promotes%20programs%20that%20assist%20lawyers%20and%20judges%20in%20their%20work%2C%20accredits%20law%20schools%2C%20provides%20continuing%20legal%20education%2C%20and%20works%20to%20build%20public%20understanding%20around%20the%20world%20of%20the%20importance%20of%20the%20rule%20of%20law.%20&plt=1809.8999996185303&it=1776804817688&coo=false&eid=0fe5771ccfc3291e866bf2d7d73e4a16&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGET — 200 — 198 B — 245 ms — h3https://pixel.sitescout.com/up/fae941464b8504ce?cntr_url=https%3A%2F%2Fwww.americanbar.org%2Fpixel.sitescout.com/up/fae941464b85... https://pixel.sitescout.com/up/fae941464b8504ce?cntr_url=https%3A%2F%2Fwww.americanbar.org%2F — 200 — 258 B — 32 ms — h2https://pixel-sync.sitescout.com/dmp/asyncPixelSyncpixel-sync.sitescout.com/dmp/asyncP... https://pixel-sync.sitescout.com/dmp/asyncPixelSync — 204 — 210 B — 77 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 912 B — 277 ms — h2https://ced-ns.sascdn.com/diff/templates/ts/dist/banner/sas-banner-1.13.jsced-ns.sascdn.com/diff/templates/ts... https://ced-ns.sascdn.com/diff/templates/ts/dist/banner/sas-banner-1.13.js — 200 — 14.9 KiB — 61 ms — http/1.1https://cdn.cxense.com/sp1.htmlcdn.cxense.com/sp1.html https://cdn.cxense.com/sp1.html — 200 — 899 B — 10 ms — http/1.1https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 617 B — 153 ms — h2https://europe-west4-1.smartadserver.com/h/aip?uii=4302236823059717629&tmstp=9633221110&ckid=0&systgt=%24qc%3d0%3b%24ql%3dUnknown%3b%24qt%3d184_1411_0t%3b%24dma%3d0%3b%24qo%3d5%3b%24b%3d16999%3b%24o%3d12100%3b%24sw%3d800%3b%24sh%3d600&acd=1776804817732&envtype=0&siteid=322683&tgt=publishing_entity%3d%3btopics%3d%3burl%3d%2f%3b%24dt%3d1t&gdpr=1&opid=1f4cc153-c553-400d-bce2-ada75b56e06d&opdt=1776804817734&bldv=18349&srcfn=diff&reqid=6eb05546-e931-4c87-bc1e-d75ae4d1d1e1&reqdt=1776804817745&oppid=1f4cc153-c553-400d-bce2-ada75b56e06d&visit=V&statid=1&imptype=0&intgtype=0&pgDomain=https%3a%2f%2fwww.americanbar.org%2f&capp=0&mcrdbt=1&insid=13178143&imgid=41826789&pgid=1147471&fmtid=84362&isLazy=0&scriptid=99340europe-west4-1.smartadserver.com/h/... https://europe-west4-1.smartadserver.com/h/aip?uii=4302236823059717629&tmstp=9633221110&ckid=0&systgt=%24qc%3d0%3b%24ql%3dUnknown%3b%24qt%3d184_1411_0t%3b%24dma%3d0%3b%24qo%3d5%3b%24b%3d16999%3b%24o%3d12100%3b%24sw%3d800%3b%24sh%3d600&acd=1776804817732&envtype=0&siteid=322683&tgt=publishing_entity%3d%3btopics%3d%3burl%3d%2f%3b%24dt%3d1t&gdpr=1&opid=1f4cc153-c553-400d-bce2-ada75b56e06d&opdt=1776804817734&bldv=18349&srcfn=diff&reqid=6eb05546-e931-4c87-bc1e-d75ae4d1d1e1&reqdt=1776804817745&oppid=1f4cc153-c553-400d-bce2-ada75b56e06d&visit=V&statid=1&imptype=0&intgtype=0&pgDomain=https%3a%2f%2fwww.americanbar.org%2f&capp=0&mcrdbt=1&insid=13178143&imgid=41826789&pgid=1147471&fmtid=84362&isLazy=0&scriptid=99340 — 200 — 240 B — 83 ms — h2https://creatives.sascdn.com/diff/3517/advertiser/536388/2509ABAWFINRA1_81a645c2-adff-4f47-8e31-e18e7762364e.jpgcreatives.sascdn.com/diff/3517/adve... https://creatives.sascdn.com/diff/3517/advertiser/536388/2509ABAWFINRA1_81a645c2-adff-4f47-8e31-e18e7762364e.jpg — 200 — 192.8 KiB — 444 ms — http/1.1https://europe-west4-1.smartadserver.com/track/action?siteid=322683&fmtid=84362&pid=1147471&iid=13178143&sid=9633221110&scriptid=99340&opid=1f4cc153-c553-400d-bce2-ada75b56e06d&opdt=1776804817734&bldv=18349&srcfn=diff&reqid=6eb05546-e931-4c87-bc1e-d75ae4d1d1e1&reqdt=1776804817745&oppid=1f4cc153-c553-400d-bce2-ada75b56e06d&gdpr=1&cid=41826789&key=impressionsonrender&ts=1776804817830europe-west4-1.smartadserver.com/tr... https://europe-west4-1.smartadserver.com/track/action?siteid=322683&fmtid=84362&pid=1147471&iid=13178143&sid=9633221110&scriptid=99340&opid=1f4cc153-c553-400d-bce2-ada75b56e06d&opdt=1776804817734&bldv=18349&srcfn=diff&reqid=6eb05546-e931-4c87-bc1e-d75ae4d1d1e1&reqdt=1776804817745&oppid=1f4cc153-c553-400d-bce2-ada75b56e06d&gdpr=1&cid=41826789&key=impressionsonrender&ts=1776804817830 — 200 — 150 B — 57 ms — h2https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 38.1 KiB — 8 ms — http/1.1https://p1cluster.cxense.com/p1.jsp1cluster.cxense.com/p1.js https://p1cluster.cxense.com/p1.js — 200 — 535 B — 89 ms — h2https://comcluster.cxense.com/Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo93pnj8v3kubmtr&sid=1138588896250766555&loc=https%3A%2F%2Fwww.americanbar.org%2F&new=1&arf=0&ltm=1776804817822&ref=&tzo=0&wsz=1350x940&res=800x600&dpr=1&col=24&bln=en-US&chs=UTF-8&cks=mo93pnsq7yd1tpeq&ckp=mo93pnj8dk83fr1r&glb=&cp_userState=anon&cst=hv80x1lif65j3bk4g0hujo6q3comcluster.cxense.com/Repo/rep.gif?... https://comcluster.cxense.com/Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo93pnj8v3kubmtr&sid=1138588896250766555&loc=https%3A%2F%2Fwww.americanbar.org%2F&new=1&arf=0&ltm=1776804817822&ref=&tzo=0&wsz=1350x940&res=800x600&dpr=1&col=24&bln=en-US&chs=UTF-8&cks=mo93pnsq7yd1tpeq&ckp=mo93pnj8dk83fr1r&glb=&cp_userState=anon&cst=hv80x1lif65j3bk4g0hujo6q3 — 200 — 412 B — 33 ms — h2https://id.cxense.com/public/user/id?json=%7B%22identities%22%3A%5B%7B%22type%22%3A%22ckp%22%2C%22id%22%3A%22mo93pnj8dk83fr1r%22%7D%2C%7B%22type%22%3A%22lst%22%2C%22id%22%3A%22hv80x1lif65j3bk4g0hujo6q3%22%7D%2C%7B%22type%22%3A%22cst%22%2C%22id%22%3A%22hv80x1lif65j3bk4g0hujo6q3%22%7D%5D%7D&callback=cXJsonpCB1id.cxense.com/public/user/id?json=%... https://id.cxense.com/public/user/id?json=%7B%22identities%22%3A%5B%7B%22type%22%3A%22ckp%22%2C%22id%22%3A%22mo93pnj8dk83fr1r%22%7D%2C%7B%22type%22%3A%22lst%22%2C%22id%22%3A%22hv80x1lif65j3bk4g0hujo6q3%22%7D%2C%7B%22type%22%3A%22cst%22%2C%22id%22%3A%22hv80x1lif65j3bk4g0hujo6q3%22%7D%5D%7D&callback=cXJsonpCB1 — 200 — 609 B — 88 ms — h2https://www.americanbar.org/content/aba-cms-dotorg/en.userinfo.apiwww.americanbar.org/content/aba-cms... https://www.americanbar.org/content/aba-cms-dotorg/en.userinfo.api — 200 — 667 B — 131 ms — http/1.1https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 77 ms — https://ad.doubleclick.net/activity;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=3028155061712;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804818_VvgytjhVCyUIJddHK_5ZKiilrLUPlCKgew;~oref=https%3A%2F%2Fwww.americanbar.org%2F?ad.doubleclick.net/activity;src=976... https://ad.doubleclick.net/activity;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=3028155061712;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804818_VvgytjhVCyUIJddHK_5ZKiilrLUPlCKgew;~oref=https%3A%2F%2Fwww.americanbar.org%2F? — 302 — 22 B — 130 ms — h3https://cdn.krxd.net/controltag/umwaj0q7h.jscdn.krxd.net/controltag/umwaj0q7h.j... https://cdn.krxd.net/controltag/umwaj0q7h.js — -1 — 0 B — 59 ms — https://9762106.fls.doubleclick.net/activityi;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=3028155061712;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804818_VvgytjhVCyUIJddHK_5ZKiilrLUPlCKgew;_dc_test=1;~oref=https%3A%2F%2Fwww.americanbar.org%2F?9762106.fls.doubleclick.net/activit... https://9762106.fls.doubleclick.net/activityi;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=3028155061712;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804818_VvgytjhVCyUIJddHK_5ZKiilrLUPlCKgew;_dc_test=1;~oref=https%3A%2F%2Fwww.americanbar.org%2F? — 302 — 23 B — 45 ms — h3https://pixel.sitescout.com/up/2a6d625bce317a6apixel.sitescout.com/up/2a6d625bce31... https://pixel.sitescout.com/up/2a6d625bce317a6a — 200 — 258 B — 33 ms — h2https://pixel.sitescout.com/dmp/asyncPixelSyncpixel.sitescout.com/dmp/asyncPixelS... https://pixel.sitescout.com/dmp/asyncPixelSync — 204 — 13 B — 32 ms — h2https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.190.js?utv=ut4.44.202603261434tags.tiqcdn.com/utag/aba/americanba... https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.190.js?utv=ut4.44.202603261434 — 200 — 2.0 KiB — 6 ms — h2https://swebstats.americanbar.org/b/ss/aba-prod/1/JS-2.6.0/s81658166295500?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2020%3A53%3A38%202%200&sdid=4AD178E03846D1AD-7D83A2EC822064FE&mid=90050978011150722804067576011966663522&aamlh=6&ce=UTF-8&ns=americanbarassociation&pageName=%2F&g=https%3A%2F%2Fwww.americanbar.org%2F&cc=USD&server=www.americanbar.org&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&c1=D%3Dmid&v1=D%3Dmid&c3=false&v3=false&c4=false&v4=false&c6=New&v6=New&c7=1&v7=1&c8=First%20Visit&v8=First%20Visit&c10=https%3A%2F%2Fwww.americanbar.org%2F&v10=https%3A%2F%2Fwww.americanbar.org%2F&c11=%2F&v11=%2F&c12=american%20bar%20association&v12=american%20bar%20association&c13=%2Fapps%2Faba-cms-dotorg%2Ftemplates%2Faba-homepage&v13=%2Fapps%2Faba-cms-dotorg%2Ftemplates%2Faba-homepage&c15=16&v15=16&c21=admin&v21=admin&c24=songk&v24=songk&c38=%2F&v38=%2F&c59=0&v59=0&v244=1776804818&v246=1776804816893&v247=019db1d1e7fa00189d435ac34be105075001c06d00590&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=0FEF5B5B54E6D4060A4C98A2%40AdobeOrg&AQE=1swebstats.americanbar.org/b/ss/aba-... https://swebstats.americanbar.org/b/ss/aba-prod/1/JS-2.6.0/s81658166295500?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2020%3A53%3A38%202%200&sdid=4AD178E03846D1AD-7D83A2EC822064FE&mid=90050978011150722804067576011966663522&aamlh=6&ce=UTF-8&ns=americanbarassociation&pageName=%2F&g=https%3A%2F%2Fwww.americanbar.org%2F&cc=USD&server=www.americanbar.org&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&c1=D%3Dmid&v1=D%3Dmid&c3=false&v3=false&c4=false&v4=false&c6=New&v6=New&c7=1&v7=1&c8=First%20Visit&v8=First%20Visit&c10=https%3A%2F%2Fwww.americanbar.org%2F&v10=https%3A%2F%2Fwww.americanbar.org%2F&c11=%2F&v11=%2F&c12=american%20bar%20association&v12=american%20bar%20association&c13=%2Fapps%2Faba-cms-dotorg%2Ftemplates%2Faba-homepage&v13=%2Fapps%2Faba-cms-dotorg%2Ftemplates%2Faba-homepage&c15=16&v15=16&c21=admin&v21=admin&c24=songk&v24=songk&c38=%2F&v38=%2F&c59=0&v59=0&v244=1776804818&v246=1776804816893&v247=019db1d1e7fa00189d435ac34be105075001c06d00590&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=0FEF5B5B54E6D4060A4C98A2%40AdobeOrg&AQE=1 — 200 — 185 B — 32 ms — h2https://events.xg4ken.com/pixel/v2?tid=KT-N2BAB-3ED&noscript=1events.xg4ken.com/pixel/v2?tid=KT-N... https://events.xg4ken.com/pixel/v2?tid=KT-N2BAB-3ED&noscript=1 — 204 — 138 B — 44 ms — h2https://pixel.sitescout.com/up/2a6d625bce317a6a?cntr_url=https%3A%2F%2Fwww.americanbar.org%2Fpixel.sitescout.com/up/2a6d625bce31... https://pixel.sitescout.com/up/2a6d625bce317a6a?cntr_url=https%3A%2F%2Fwww.americanbar.org%2F — 200 — 258 B — 38 ms — h2https://alb.reddit.com/rp.gif?ts=1776804818522&id=t2_6ye1l7ty&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=2ed25a6d-e585-4c13-8952-55aabb54d594&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776804818... https://alb.reddit.com/rp.gif?ts=1776804818522&id=t2_6ye1l7ty&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=2ed25a6d-e585-4c13-8952-55aabb54d594&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 99 B — 104 ms — h2https://d.agkn.com/pixel/14782/?che=0.724883935723962d.agkn.com/pixel/14782/?che=0.72488... https://d.agkn.com/pixel/14782/?che=0.724883935723962 — 200 — 554 B — 104 ms — http/1.1https://www.facebook.com/tr/?id=2216597918639913&ev=PageView&dl=https%3A%2F%2Fwww.americanbar.org%2F&rl=&if=false&ts=1776804818545&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=1&o=4126&fbp=fb.1.1776804817756.680174259936718157&ic=&ler=empty&cdl=API_unavailable&pmd[title]=American%20Bar%20Association&pmd[locale]=en&pmd[description]=The%20ABA%20is%20the%20largest%20voluntary%20association%20of%20lawyers%20in%20the%20world.%20As%20the%20national%20voice%20of%20the%20legal%20profession%2C%20the%20ABA%20works%20to%20improve%20the%20administration%20of%20justice%2C%20promotes%20programs%20that%20assist%20lawyers%20and%20judges%20in%20their%20work%2C%20accredits%20law%20schools%2C%20provides%20continuing%20legal%20education%2C%20and%20works%20to%20build%20public%20understanding%20around%20the%20world%20of%20the%20importance%20of%20the%20rule%20of%20law.%20&plt=1809.8999996185303&it=1776804817688&coo=false&eid=3490c787c0edc1c6a070fc4679eac3c2&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&expv2[7]=pt1&rqm=GETwww.facebook.com/tr/?id=22165979186... https://www.facebook.com/tr/?id=2216597918639913&ev=PageView&dl=https%3A%2F%2Fwww.americanbar.org%2F&rl=&if=false&ts=1776804818545&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=1&o=4126&fbp=fb.1.1776804817756.680174259936718157&ic=&ler=empty&cdl=API_unavailable&pmd[title]=American%20Bar%20Association&pmd[locale]=en&pmd[description]=The%20ABA%20is%20the%20largest%20voluntary%20association%20of%20lawyers%20in%20the%20world.%20As%20the%20national%20voice%20of%20the%20legal%20profession%2C%20the%20ABA%20works%20to%20improve%20the%20administration%20of%20justice%2C%20promotes%20programs%20that%20assist%20lawyers%20and%20judges%20in%20their%20work%2C%20accredits%20law%20schools%2C%20provides%20continuing%20legal%20education%2C%20and%20works%20to%20build%20public%20understanding%20around%20the%20world%20of%20the%20importance%20of%20the%20rule%20of%20law.%20&plt=1809.8999996185303&it=1776804817688&coo=false&eid=3490c787c0edc1c6a070fc4679eac3c2&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&expv2[7]=pt1&rqm=GET — 200 — 16 B — 22 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2216597918639913&ev=PageView&dl=https%3A%2F%2Fwww.americanbar.org%2F&rl=&if=false&ts=1776804818545&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=1&o=4126&fbp=fb.1.1776804817756.680174259936718157&ic=&ler=empty&cdl=API_unavailable&pmd[title]=American%20Bar%20Association&pmd[locale]=en&pmd[description]=The%20ABA%20is%20the%20largest%20voluntary%20association%20of%20lawyers%20in%20the%20world.%20As%20the%20national%20voice%20of%20the%20legal%20profession%2C%20the%20ABA%20works%20to%20improve%20the%20administration%20of%20justice%2C%20promotes%20programs%20that%20assist%20lawyers%20and%20judges%20in%20their%20work%2C%20accredits%20law%20schools%2C%20provides%20continuing%20legal%20education%2C%20and%20works%20to%20build%20public%20understanding%20around%20the%20world%20of%20the%20importance%20of%20the%20rule%20of%20law.%20&plt=1809.8999996185303&it=1776804817688&coo=false&eid=3490c787c0edc1c6a070fc4679eac3c2&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&expv2[7]=pt1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=2216597918639913&ev=PageView&dl=https%3A%2F%2Fwww.americanbar.org%2F&rl=&if=false&ts=1776804818545&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=1&o=4126&fbp=fb.1.1776804817756.680174259936718157&ic=&ler=empty&cdl=API_unavailable&pmd[title]=American%20Bar%20Association&pmd[locale]=en&pmd[description]=The%20ABA%20is%20the%20largest%20voluntary%20association%20of%20lawyers%20in%20the%20world.%20As%20the%20national%20voice%20of%20the%20legal%20profession%2C%20the%20ABA%20works%20to%20improve%20the%20administration%20of%20justice%2C%20promotes%20programs%20that%20assist%20lawyers%20and%20judges%20in%20their%20work%2C%20accredits%20law%20schools%2C%20provides%20continuing%20legal%20education%2C%20and%20works%20to%20build%20public%20understanding%20around%20the%20world%20of%20the%20importance%20of%20the%20rule%20of%20law.%20&plt=1809.8999996185303&it=1776804817688&coo=false&eid=3490c787c0edc1c6a070fc4679eac3c2&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&expv2[7]=pt1&rqm=FGET — 200 — 193 B — 141 ms — h3https://www.google.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.americanbar.org%2F&scrsrc=www.googletagmanager.com&rnd=1652907458.1776804817&dt=American%20Bar%20Association&auid=672002053.1776804817&navt=n&npa=1&_tu=IA&gtm=45be64h1h1v9195161267za200zb9185273024zd9185273024xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-693532868&tid=AW-693532868&tft=1776804818549&tfd=3503www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.americanbar.org%2F&scrsrc=www.googletagmanager.com&rnd=1652907458.1776804817&dt=American%20Bar%20Association&auid=672002053.1776804817&navt=n&npa=1&_tu=IA&gtm=45be64h1h1v9195161267za200zb9185273024zd9185273024xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-693532868&tid=AW-693532868&tft=1776804818549&tfd=3503 — 200 — 21 B — 30 ms — h3https://9762106.fls.doubleclick.net/activityi;dc_pre=CK3mrODp_5MDFW8RugAdfGcNbw;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=3028155061712;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804818_VvgytjhVCyUIJddHK_5ZKiilrLUPlCKgew;_dc_test=1;~oref=https%3A%2F%2Fwww.americanbar.org%2F?9762106.fls.doubleclick.net/activit... https://9762106.fls.doubleclick.net/activityi;dc_pre=CK3mrODp_5MDFW8RugAdfGcNbw;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=3028155061712;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804818_VvgytjhVCyUIJddHK_5ZKiilrLUPlCKgew;_dc_test=1;~oref=https%3A%2F%2Fwww.americanbar.org%2F? — 200 — 502 B — 41 ms — h3https://ad.doubleclick.net/activity;dc_pre=CMWDreDp_5MDFRXaOwIdDGkpbQ;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=3028155061712;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804818_VvgytjhVCyUIJddHK_5ZKiilrLUPlCKgew;~oref=https%3A%2F%2Fwww.americanbar.org%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CMWDreDp_5MDFRXaOwIdDGkpbQ;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=3028155061712;npa=1;auiddc=672002053.1776804817;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804818_VvgytjhVCyUIJddHK_5ZKiilrLUPlCKgew;~oref=https%3A%2F%2Fwww.americanbar.org%2F? — 200 — 64 B — 62 ms — h3https://www.americanbar.org/cdn-cgi/rum?www.americanbar.org/cdn-cgi/rum? https://www.americanbar.org/cdn-cgi/rum? — 204 — 351 B — 23 ms — http/1.1https://arttrk.com/pixel/?ad_log=referer&pixid=9baec642-edfe-4192-9b21-5fe150439460&action=leadarttrk.com/pixel/?ad_log=referer&pi... https://arttrk.com/pixel/?ad_log=referer&pixid=9baec642-edfe-4192-9b21-5fe150439460&action=lead — 200 — 131 B — 438 ms — http/1.1https://adservice.google.com/ddm/fls/z/dc_pre=CK3mrODp_5MDFW8RugAdfGcNbw;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=3028155061712;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804818_VvgytjhVCyUIJddHK_5ZKiilrLUPlCKgew;_dc_test=1;~oref=https%3A%2F%2Fwww.americanbar.org%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CK3mrODp_5MDFW8RugAdfGcNbw;src=9762106;type=retar0;cat=aba-s0;rcb=8;ord=3028155061712;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=IFA;gtm=45fe64h1h1v9185273024za200zd9185273024xec;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266400;epver=2;dc_random=1776804818_VvgytjhVCyUIJddHK_5ZKiilrLUPlCKgew;_dc_test=1;~oref=https%3A%2F%2Fwww.americanbar.org%2F — 200 — 63 B — 59 ms — h3https://www.americanbar.org/etc/designs/aba-cms-dotorg/favicon.icowww.americanbar.org/etc/designs/aba... https://www.americanbar.org/etc/designs/aba-cms-dotorg/favicon.ico — 200 — 4.9 KiB — 116 ms — http/1.1https://pixel-sync.sitescout.com/dmp/asyncPixelSyncpixel-sync.sitescout.com/dmp/asyncP... https://pixel-sync.sitescout.com/dmp/asyncPixelSync — 204 — 42 B — 72 ms — h2https://buy.tinypass.com/api/v3/anon/assets/sdk-runtime-config.js?aid=PsBGvyhOpubuy.tinypass.com/api/v3/anon/assets... https://buy.tinypass.com/api/v3/anon/assets/sdk-runtime-config.js?aid=PsBGvyhOpu — 200 — 564 B — 57 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 1687ms · 1708KB · $22/mo
tags.tiqcdn.com
Other
Costly
Execution 380ms
Transfer 43 KB
Monthly Cost $5/mo
www.americanbar.org
Other
Costly
Execution 366ms
Transfer 1089 KB
Unused 64%
Monthly Cost $5/mo
www.americanbar.org
Other
Costly
Execution 293ms
Transfer 39 KB
Monthly Cost $4/mo
Unattributable
Other
Optional
Execution 167ms
Transfer 0 KB
Monthly Cost $2/mo
www.redditstatic.com
Other
Optional
Execution 124ms
Transfer 19 KB
Monthly Cost $2/mo
cdn.tinypass.com
Other
Optional
Execution 107ms
Transfer 133 KB
Unused 63%
Monthly Cost $1/mo
www.americanbar.org
Other
Optional
Execution 69ms
Transfer 1 KB
Monthly Cost $1/mo
analytics.tiktok.com
Other
Optional
Execution 65ms
Transfer 110 KB
Unused 50%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 59ms
Transfer 145 KB
Unused 43%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 56ms
Transfer 130 KB
Unused 42%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • tags.tiqcdn.com adds 380ms and costs ~$5/month
  • www.americanbar.org adds 366ms and costs ~$5/month
  • www.americanbar.org adds 293ms and costs ~$4/month

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

Why this matters

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

Learn more

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

Source: web.dev

tags.tiqcdn.com takes 380ms 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.americanbar.org takes 366ms 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

64% of www.americanbar.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

www.americanbar.org takes 293ms 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

63% of cdn.tinypass.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

50% of analytics.tiktok.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