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.
8.35 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.82 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.02 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.99 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.
25.48 s
Page Load Progression
FPage Weight BudgetAction4.1 MB transferred, 122 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
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
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
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 CostAction11743ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1622ms | 276ms | 0ms | 3rd |
| https://www.ets.org/ | 1481ms | 136ms | 7ms | 3rd |
| https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing.lc-d7765c5acbf726fd7ab79130fcd1444b-lc.min.js | 923ms | 734ms | 24ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KPNMN62 | 903ms | 752ms | 136ms | 3rd |
| https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/5799-50c70e53a2faccb40868.js | 745ms | 20ms | 14ms | 3rd |
| https://assets.anytrack.io/scripts/v0/6d3458f.js | 578ms | 517ms | 29ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js | 550ms | 336ms | 74ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 512ms | 392ms | 13ms | 3rd |
| https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dependencies.lc-6cd03945753d69e40ab90007f02916d3-lc.min.js | 494ms | 242ms | 239ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-T2TH8KSGFZ&cx=c>m=4e64h1 | 423ms | 265ms | 85ms | 3rd |
Showing top 10 of 26 scripts
FJS BundlesAction71 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dependencies.lc-6cd03945753d69e40ab90007f02916d3-lc.min.js | 358 KB | 282 KB (79%) | ✗ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-LSPK6N3LCN&cx=c>m=4e64h1 | 172 KB | 90 KB (52%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-T2TH8KSGFZ&cx=c>m=4e64h1 | 175 KB | 89 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-X4K1GDGMNJ&cx=c>m=4e64h1 | 169 KB | 88 KB (52%) | ✓ | 3rd |
| https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2033-7140ca798143be17c2e1.js | 0 KB | 84 KB (69%) | ✓ | 3rd |
| https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2033-7140ca798143be17c2e1.js | 39 KB | 84 KB (69%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-819758456&cx=c>m=4e64h1 | 147 KB | 80 KB (55%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-961899722&cx=c>m=4e64h1 | 144 KB | 79 KB (55%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-11040439592&cx=c>m=4e64h1 | 138 KB | 78 KB (57%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-10977752788&cx=c>m=4e64h1 | 138 KB | 78 KB (56%) | ✓ | 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 InventoryAction122 resources · 4.1 MB · 1.4 MB savings availableFIX
~1.4 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 122 resources | 4.1 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction21 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (254 KB)PASS
Web fonts
4
254 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints19 hints, 0 missing preconnectsPASS
Current Resource Hints
19 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall122 requests over 4221msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1622ms | 0 KB | — | $30/mo | Costly |
www.ets.org www.ets.org | Other | 1481ms | 22 KB | — | $28/mo | Costly |
www.ets.org www.ets.org | Other | 923ms | 50 KB | — | $17/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 903ms | 209 KB | 29% | $17/mo | Costly |
www.ets.org www.ets.org | Other | 745ms | 27 KB | — | $14/mo | Costly |
assets.anytrack.io assets.anytrack.io | Other | 578ms | 72 KB | 44% | $11/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 550ms | 112 KB | 54% | $10/mo | Essential |
Microsoft Clarity scripts.clarity.ms | Session Replay | 512ms | 26 KB | — | $10/mo | Costly |
www.ets.org www.ets.org | Other | 494ms | 358 KB | 79% | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 423ms | 175 KB | 51% | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 382ms | 172 KB | 52% | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 355ms | 169 KB | 52% | $7/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 352ms | 110 KB | 50% | $7/mo | Costly |
www.ets.org www.ets.org | Other | 327ms | 33 KB | — | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 321ms | 144 KB | 55% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 297ms | 138 KB | 56% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 270ms | 147 KB | 55% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 250ms | 138 KB | 57% | $5/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 250ms | 97 KB | 33% | $5/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 226ms | 48 KB | — | $4/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 145ms | 40 KB | — | $3/mo | Optional |
monitor.tapper.ai monitor.tapper.ai | Other | 113ms | 59 KB | 71% | $2/mo | Optional |
www.ets.org www.ets.org | Other | 60ms | 0 KB | 69% | $1/mo | Optional |
www.ets.org www.ets.org | Other | 59ms | 22 KB | — | $1/mo | Optional |
www.ets.org www.ets.org | Other | 52ms | 0 KB | — | $1/mo | Optional |
code.jquery.com code.jquery.com | Other | 52ms | 31 KB | 69% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1622ms and costs ~$30/month
- www.ets.org adds 1481ms and costs ~$28/month
- www.ets.org adds 923ms and costs ~$17/month
- Google Tag Manager adds 903ms and costs ~$17/month
- www.ets.org adds 745ms and costs ~$14/month
- assets.anytrack.io adds 578ms and costs ~$11/month
- Microsoft Clarity adds 512ms and costs ~$10/month
- www.ets.org adds 494ms and costs ~$9/month
- Google Tag Manager adds 423ms and costs ~$8/month
- Google Tag Manager adds 382ms and costs ~$7/month
- Google Tag Manager adds 355ms and costs ~$7/month
- analytics.tiktok.com adds 352ms and costs ~$7/month
- www.ets.org adds 327ms and costs ~$6/month
- Google Tag Manager adds 321ms and costs ~$6/month
- Google Tag Manager adds 297ms and costs ~$6/month
- Google Tag Manager adds 270ms and costs ~$5/month
- Google Tag Manager adds 250ms and costs ~$5/month
- Facebook Pixel adds 250ms and costs ~$5/month
- Facebook Pixel adds 226ms and costs ~$4/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
Unattributable takes 1622ms 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.ets.org takes 1481ms 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.ets.org takes 923ms 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 903ms 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.ets.org takes 745ms 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
assets.anytrack.io takes 578ms 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
54% of OneTrust'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
Microsoft Clarity takes 512ms 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.ets.org takes 494ms 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
79% of www.ets.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
Google Tag Manager takes 423ms 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
51% of Google Tag Manager'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
Google Tag Manager takes 382ms 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
52% of Google Tag Manager'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
Google Tag Manager takes 355ms 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
52% of Google Tag Manager'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
analytics.tiktok.com takes 352ms 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.ets.org takes 327ms 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 321ms 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
55% of Google Tag Manager'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
Google Tag Manager takes 297ms 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
56% of Google Tag Manager'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
Google Tag Manager takes 270ms 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
55% of Google Tag Manager'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
Google Tag Manager takes 250ms 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
57% of Google Tag Manager'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
Facebook Pixel takes 250ms 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
Facebook Pixel takes 226ms 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
71% of monitor.tapper.ai'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
69% of www.ets.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
69% of code.jquery.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