Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.96 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.18 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.056
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.34 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.
28.74 s
Page Load Progression
FPage Weight BudgetAction3.8 MB transferred, 160 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
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.
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.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction7997ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.js | 2274ms | 2233ms | 13ms | 3rd |
| https://www.americanbar.org/etc/designs/aba-cms-dotorg/dist.a1182b057c6bfa5dc9bbd516735ac0bd.js | 1448ms | 927ms | 420ms | 3rd |
| https://www.americanbar.org/ | 1041ms | 74ms | 4ms | 3rd |
| Unattributable | 594ms | 74ms | 0ms | 3rd |
| https://cdn.tinypass.com/api/tinypass.min.js | 435ms | 287ms | 122ms | 3rd |
| https://www.americanbar.org/cdn-cgi/challenge-platform/scripts/jsd/main.js | 312ms | 278ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-693532868&cx=c>m=4e64h1 | 233ms | 195ms | 36ms | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 227ms | 174ms | 49ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-9762106 | 222ms | 192ms | 27ms | 3rd |
| https://www.redditstatic.com/ads/pixel.js | 199ms | 186ms | 5ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction56 scripts, 1.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.americanbar.org/etc/designs/aba-cms-dotorg/dist.a1182b057c6bfa5dc9bbd516735ac0bd.js | 1089 KB | 694 KB (64%) | ✓ | 3rd |
| https://cdn.tinypass.com/api/tinypass.min.js | 133 KB | 83 KB (63%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-693532868&cx=c>m=4e64h1 | 145 KB | 62 KB (43%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 110 KB | 54 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-9762106 | 130 KB | 54 KB (42%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 97 KB | 34 KB (35%) | ✓ | 3rd |
| https://cdn.cxense.com/cx.js | 38 KB | 22 KB (58%) | ✓ | 3rd |
| https://cdn.cxense.com/cx.js | 38 KB | 22 KB (58%) | ✓ | 3rd |
| https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.85.js?utv=ut4.44.202601222101 | 2 KB | — | ✓ | 3rd |
| https://tags.tiqcdn.com/utag/aba/americanbar/prod/utag.138.js?utv=ut4.44.202601222101 | 1 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction160 resources · 3.8 MB · 1.0 MB savings availableFIX
~1.0 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 160 resources | 3.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction42 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (420 KB)PASS
Web fonts
10
420 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall160 requests over 6045msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
tags.tiqcdn.com tags.tiqcdn.com | Other | 2274ms | 43 KB | — | $30/mo | Costly |
www.americanbar.org www.americanbar.org | Other | 1448ms | 1089 KB | 64% | $19/mo | Costly |
www.americanbar.org www.americanbar.org | Other | 1041ms | 39 KB | — | $14/mo | Costly |
Unattributable Unattributable | Other | 594ms | 0 KB | — | $8/mo | Costly |
cdn.tinypass.com cdn.tinypass.com | Other | 435ms | 133 KB | 63% | $6/mo | Costly |
www.americanbar.org www.americanbar.org | Other | 312ms | 1 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 233ms | 145 KB | 43% | $3/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 227ms | 110 KB | 50% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 222ms | 130 KB | 42% | $3/mo | Costly |
www.redditstatic.com www.redditstatic.com | Other | 199ms | 19 KB | — | $3/mo | Optional |
tags.tiqcdn.com tags.tiqcdn.com | Other | 186ms | 25 KB | — | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 159ms | 47 KB | — | $2/mo | Optional |
www.americanbar.org www.americanbar.org | Other | 155ms | 286 KB | — | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 148ms | 97 KB | 35% | $2/mo | Optional |
cdn.cxense.com cdn.cxense.com | Other | 103ms | 38 KB | 58% | $1/mo | Optional |
ced.sascdn.com ced.sascdn.com | Other | 99ms | 27 KB | — | $1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 82ms | 19 KB | — | $1/mo | Optional |
up.pixel.ad up.pixel.ad | Other | 80ms | 3 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- tags.tiqcdn.com adds 2274ms and costs ~$30/month
- www.americanbar.org adds 1448ms and costs ~$19/month
- www.americanbar.org adds 1041ms and costs ~$14/month
- Unattributable adds 594ms and costs ~$8/month
- cdn.tinypass.com adds 435ms and costs ~$6/month
- www.americanbar.org adds 312ms and costs ~$4/month
- Google Tag Manager adds 233ms and costs ~$3/month
- analytics.tiktok.com adds 227ms and costs ~$3/month
- Google Tag Manager adds 222ms and costs ~$3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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 2274ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.americanbar.org takes 1448ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
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.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
www.americanbar.org takes 1041ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 594ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cdn.tinypass.com takes 435ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
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.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
www.americanbar.org takes 312ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 233ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
analytics.tiktok.com takes 227ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 222ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
58% of cdn.cxense.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev