Skip to content
https://ets.org

Performance

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

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

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

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

1.96 s

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

2.73 s

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

357 ms

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

0.508

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

2.70 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

5.61 s

Page Load Progression

869 ms
1.7 s
2.6 s
3.5 s
4.3 s
5.2 s
6.1 s
7.0 s
Checks
15
5 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
4.1 MB transferred, 123 requests
FIX
4.1 MB transferred, 123 requests
Critical::
Page weighs 13.0 MB (4.1 MB transferred)
Warning::
JavaScript is 2.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.6 MB
Info::
CSS is 276 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 276 KB
Info::
Fonts are 254 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 254 KB
Warning::
123 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.87 g CO2 per page load
4.1 MB / 2.4 MB budget
4.1 MB transferred
123 requests
0.87 g CO2 per page load
JavaScript 2.6 MiB 62%
Other 439.0 KiB 10%
Images 369.2 KiB 9%
CSS 275.9 KiB 6%
Fonts 254.0 KiB 6%
Other 152.2 KiB 4%
Other 77.1 KiB 2%
HTML 22.3 KiB 1%
Other 4.3 KiB 0%
Other 3.2 KiB 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

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

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

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
D
JS Execution Cost
Action
2966ms total JS execution
FIX
2966ms total JS execution
Warning::
https://www.ets.org/: 533ms CPU time
Warning::
Unattributable: 446ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KPN...: 274ms CPU time
Warning::
https://www.ets.org/etc.clientlibs/ets/clientlibs/...: 253ms CPU time
Info::
https://cdn.cookielaw.org/scripttemplates/202409.2...: 191ms CPU time
Warning::
Third-party scripts: 2966ms (100% of total)

Main Thread Breakdown

Script Evaluation 57% Other 17% Script Parsing & Compilation 12% Style & Layout 8% Garbage Collection 3%
ScriptTotalScriptingParse/CompileParty
https://www.ets.org/533ms28ms2ms3rd
Unattributable446ms74ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KPNMN62274ms206ms36ms3rd
https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing.lc-d7765c5acbf726fd7ab79130fcd1444b-lc.min.js253ms222ms8ms3rd
https://cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js191ms127ms20ms3rd
https://assets.anytrack.io/scripts/v0/6d3458f.js188ms166ms8ms3rd
https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dependencies.lc-6cd03945753d69e40ab90007f02916d3-lc.min.js127ms62ms62ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js105ms89ms6ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js104ms82ms20ms3rd
https://www.googletagmanager.com/gtag/js?id=G-X4K1GDGMNJ&cx=c&gtm=4e64h1h1102ms76ms25ms3rd

Showing top 10 of 18 scripts

F
JS Bundles
Action
72 scripts, 1.5 MB unused
FIX
72 scripts, 1.5 MB unused
Warning::
https://www.ets.org/etc.clientlibs/ets/clientlibs/...: 282 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.ets.org/etc.clientlibs/ets/clientlibs/...: unminified — 43 KB could be saved
Warning::
https://www.googletagmanager.com/gtag/destination?...: 90 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 89 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-X4K1...: 87 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.ets.org/etc.clientlibs/ets/clientlibs/...: 84 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.5 MB
1514 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dependencies.lc-6cd03945753d69e40ab90007f02916d3-lc.min.js358 KB282 KB (79%)3rd
https://www.googletagmanager.com/gtag/destination?id=G-LSPK6N3LCN&cx=c&gtm=4e64h1h1172 KB90 KB (52%)3rd
https://www.googletagmanager.com/gtag/destination?id=G-T2TH8KSGFZ&cx=c&gtm=4e64h1h1175 KB89 KB (51%)3rd
https://www.googletagmanager.com/gtag/js?id=G-X4K1GDGMNJ&cx=c&gtm=4e64h1h1169 KB87 KB (52%)3rd
https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2033-7140ca798143be17c2e1.js0 KB84 KB (69%)3rd
https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2033-7140ca798143be17c2e1.js39 KB84 KB (69%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-961899722&cx=c&gtm=4e64h1h1144 KB80 KB (55%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-819758456&cx=c&gtm=4e64h1h1147 KB79 KB (54%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-11040439592&cx=c&gtm=4e64h1h1138 KB78 KB (57%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-10977752788&cx=c&gtm=4e64h1h1138 KB78 KB (56%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
123 resources · 4.1 MB · 1.5 MB savings available
FIX
123 resources · 4.1 MB · 1.5 MB savings available
Warning::
Page weight 3.1 MB over 1MB target
Got: 4.1 MB Expected: ≤ 1 MB
Info::
~1.5 MB of savings available
Warning::
122 third-party resources (100% of weight)
Info::
4 resources over 200KB
123 resources · 4.1 MiB · 122 third-party 3.1 MiB over 1MB target
JavaScript 66% · 2.7 MiB
Media 10% · 439.0 KiB
Image 9% · 373.3 KiB
CSS 7% · 299.9 KiB
Font 6% · 254.0 KiB
Other 1% · 60.1 KiB
Document 1% · 22.4 KiB

~1.5 MiB of savings available

Remove unused JavaScript: 1.5 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
21 images, 0 KB saveable
REVIEW
21 images, 0 KB saveable
Warning::
https://www.ets.org/content/dam/ets-org/Rebrand/Ph... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ets.org/content/dam/ets-org/Rebrand/Ph... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ets.org/content/dam/ets-org/Rebrand/Ph... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ets.org/content/dam/ets-org/Rebrand/Ph... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ets.org/content/dam/ets-org/Rebrand/Ph... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ets.org/content/dam/ets-org/Rebrand/Ph... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ets.org/content/dam/ets-org/Rebrand/Ph... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ets.org/content/dam/ets-org/Rebrand/Ph... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ets.org/content/dam/ets-org/Rebrand/Ph... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ets.org/content/dam/ets-org/Rebrand/Ph... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ets.org/content/dam/ets-org/corporate/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ets.org/content/dam/ets-org/Rebrand/Ph... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
21 images 369 KB
0 oversized -0 KB
6 legacy format
12 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (254 KB)
PASS
4 fonts (254 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

254 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 2.0 s LCP 2.7 shttps://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/BeausiteClassic-Semibold.woff2BeausiteClassic-Semibol... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/BeausiteClassic-Semibold.woff2 — 72.3 KiB — 62 ms — font-display: swaphttps://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/BeausiteClassic-Regular.woff2BeausiteClassic-Regular... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/BeausiteClassic-Regular.woff2 — 72.3 KiB — 59 ms — font-display: swaphttps://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/Speckless-Regular.woff2Speckless-Regular.woff2 https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/Speckless-Regular.woff2 — 36.9 KiB — 15 ms — font-display: swaphttps://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/BeausiteClassic-Light.woff2BeausiteClassic-Light.w... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/BeausiteClassic-Light.woff2 — 72.5 KiB — 27 ms — font-display: swap
BeausiteClassic-Semibol... woff2 swap
Size 72 KB
Load time 62 ms
Start 808 ms
Risk FOUT — text flashes from fallback to web font
BeausiteClassic-Regular... woff2 swap
Size 72 KB
Load time 59 ms
Start 808 ms
Risk FOUT — text flashes from fallback to web font
Speckless-Regular.woff2 woff2 swap
Size 37 KB
Load time 15 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
BeausiteClassic-Light.w... woff2 swap
Size 73 KB
Load time 27 ms
Start 1.1 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)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
123 requests over 4651ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.0 s LCP 2.7 shttps://ets.org// https://ets.org/ — 301 — 82 B — 256 ms — h2https://www.ets.org/www.ets.org/ https://www.ets.org/ — 200 — 22.3 KiB — 26 ms — h2https://www.ets.org/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jswww.ets.org/.rum/@adobe/helix-rum-j... https://www.ets.org/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 713 B — 51 ms — h2https://www.ets.org/content/dam/ets-org/target-js/at.jswww.ets.org/content/dam/ets-org/tar... https://www.ets.org/content/dam/ets-org/target-js/at.js — 200 — 33.1 KiB — 74 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-base.lc-0b4212bcaa5c58c7a727317470b9d8cd-lc.min.csswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-base.lc-0b4212bcaa5c58c7a727317470b9d8cd-lc.min.css — 200 — 7.8 KiB — 24 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dependencies.lc-6cd03945753d69e40ab90007f02916d3-lc.min.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dependencies.lc-6cd03945753d69e40ab90007f02916d3-lc.min.js — 200 — 358.3 KiB — 84 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing.lc-6e79ef0504fc09def1d1afbb51d93182-lc.min.csswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing.lc-6e79ef0504fc09def1d1afbb51d93182-lc.min.css — 200 — 262.8 KiB — 62 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-toefl-signup.lc-98733ecac9ec78913474ee56743141a3-lc.min.csswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-toefl-signup.lc-98733ecac9ec78913474ee56743141a3-lc.min.css — 200 — 5.0 KiB — 22 ms — h2https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.5 KiB — 44 ms — h2https://cdn.jsdelivr.net/npm/@segment/analytics-consent-wrapper-onetrust@latest/dist/umd/analytics-onetrust.umd.jscdn.jsdelivr.net/npm/@segment/analy... https://cdn.jsdelivr.net/npm/@segment/analytics-consent-wrapper-onetrust@latest/dist/umd/analytics-onetrust.umd.js — 200 — 10.1 KiB — 43 ms — h2https://www.ets.org/etc.clientlibs/core/wcm/components/page/v2/page/clientlibs/site/skiptomaincontent.lc-696ce9a06faa733b225ffb8c05f16db9-lc.min.csswww.ets.org/etc.clientlibs/core/wcm... https://www.ets.org/etc.clientlibs/core/wcm/components/page/v2/page/clientlibs/site/skiptomaincontent.lc-696ce9a06faa733b225ffb8c05f16db9-lc.min.css — 200 — 383 B — 23 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing.lc-d7765c5acbf726fd7ab79130fcd1444b-lc.min.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing.lc-d7765c5acbf726fd7ab79130fcd1444b-lc.min.js — 200 — 50.3 KiB — 72 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-toefl-signup.lc-31a288ab6166be00f038c82dcaf9b1ba-lc.min.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-toefl-signup.lc-31a288ab6166be00f038c82dcaf9b1ba-lc.min.js — 200 — 2.3 KiB — 67 ms — h2https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.jscdn.jsdelivr.net/npm/swiper@12/swip... https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.js — 200 — 43.7 KiB — 10 ms — h2https://ets.tt.omtrdc.net/rest/v1/delivery?client=ets&sessionId=7f279031efe045ffacc60022140024e9&version=2.11.4ets.tt.omtrdc.net/rest/v1/delivery?... https://ets.tt.omtrdc.net/rest/v1/delivery?client=ets&sessionId=7f279031efe045ffacc60022140024e9&version=2.11.4 — 200 — 776 B — 91 ms — h2https://www.ets.org/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.lc-1e0136bad0acfb78be509234578e44f9-lc.min.jswww.ets.org/etc.clientlibs/core/wcm... https://www.ets.org/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.lc-1e0136bad0acfb78be509234578e44f9-lc.min.js — 200 — 1.1 KiB — 8 ms — h2https://www.ets.org/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.lc-bf921af342fd2c40139671dbf0920a1f-lc.min.jswww.ets.org/etc.clientlibs/core/wcm... https://www.ets.org/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.lc-bf921af342fd2c40139671dbf0920a1f-lc.min.js — 200 — 11.2 KiB — 13 ms — h2https://ka-f.fontawesome.com/releases/v5.15.4/css/free.min.css?token=58fc86edd4ka-f.fontawesome.com/releases/v5.15... https://ka-f.fontawesome.com/releases/v5.15.4/css/free.min.css?token=58fc86edd4 — 200 — 13.3 KiB — 36 ms — h3https://ka-f.fontawesome.com/releases/v5.15.4/css/free-v4-shims.min.css?token=58fc86edd4ka-f.fontawesome.com/releases/v5.15... https://ka-f.fontawesome.com/releases/v5.15.4/css/free-v4-shims.min.css?token=58fc86edd4 — 200 — 4.8 KiB — 35 ms — h3https://ka-f.fontawesome.com/releases/v5.15.4/css/free-v4-font-face.min.css?token=58fc86edd4ka-f.fontawesome.com/releases/v5.15... https://ka-f.fontawesome.com/releases/v5.15.4/css/free-v4-font-face.min.css?token=58fc86edd4 — 200 — 1.5 KiB — 32 ms — h3https://www.ets.org/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.jswww.ets.org/etc.clientlibs/core/wcm... https://www.ets.org/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.js — 200 — 621 B — 7 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-base.lc-3b350d0ed8cd5d7146a60e18e6e9ac61-lc.min.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-base.lc-3b350d0ed8cd5d7146a60e18e6e9ac61-lc.min.js — 200 — 22.4 KiB — 11 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KPNMN62www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KPNMN62 — 200 — 209.3 KiB — 141 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7278-ba1948f675eef5f7ea94.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7278-ba1948f675eef5f7ea94.js — 200 — 21.0 KiB — 40 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2332-b77de8db189b7ba02b34.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2332-b77de8db189b7ba02b34.js — 200 — 4.3 KiB — 44 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/8010-28732d13d07e273af028.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/8010-28732d13d07e273af028.js — 200 — 4.8 KiB — 49 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2033-7140ca798143be17c2e1.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2033-7140ca798143be17c2e1.js — 200 — 39.4 KiB — 105 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/1921-0a84b245072aa7d74c54.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/1921-0a84b245072aa7d74c54.js — 200 — 6.0 KiB — 55 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/4377-9e412ff68577e97f4222.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/4377-9e412ff68577e97f4222.js — 200 — 5.1 KiB — 58 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/391-25156dfcb29a5d213c0c.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/391-25156dfcb29a5d213c0c.js — 200 — 4.1 KiB — 62 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.0 s LCP 2.7 shttps://ets.org// https://ets.org/ — 301 — 82 B — 256 ms — h2https://www.ets.org/www.ets.org/ https://www.ets.org/ — 200 — 22.3 KiB — 26 ms — h2https://www.ets.org/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jswww.ets.org/.rum/@adobe/helix-rum-j... https://www.ets.org/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 713 B — 51 ms — h2https://www.ets.org/content/dam/ets-org/target-js/at.jswww.ets.org/content/dam/ets-org/tar... https://www.ets.org/content/dam/ets-org/target-js/at.js — 200 — 33.1 KiB — 74 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-base.lc-0b4212bcaa5c58c7a727317470b9d8cd-lc.min.csswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-base.lc-0b4212bcaa5c58c7a727317470b9d8cd-lc.min.css — 200 — 7.8 KiB — 24 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dependencies.lc-6cd03945753d69e40ab90007f02916d3-lc.min.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dependencies.lc-6cd03945753d69e40ab90007f02916d3-lc.min.js — 200 — 358.3 KiB — 84 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing.lc-6e79ef0504fc09def1d1afbb51d93182-lc.min.csswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing.lc-6e79ef0504fc09def1d1afbb51d93182-lc.min.css — 200 — 262.8 KiB — 62 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-toefl-signup.lc-98733ecac9ec78913474ee56743141a3-lc.min.csswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-toefl-signup.lc-98733ecac9ec78913474ee56743141a3-lc.min.css — 200 — 5.0 KiB — 22 ms — h2https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.5 KiB — 44 ms — h2https://cdn.jsdelivr.net/npm/@segment/analytics-consent-wrapper-onetrust@latest/dist/umd/analytics-onetrust.umd.jscdn.jsdelivr.net/npm/@segment/analy... https://cdn.jsdelivr.net/npm/@segment/analytics-consent-wrapper-onetrust@latest/dist/umd/analytics-onetrust.umd.js — 200 — 10.1 KiB — 43 ms — h2https://www.ets.org/etc.clientlibs/core/wcm/components/page/v2/page/clientlibs/site/skiptomaincontent.lc-696ce9a06faa733b225ffb8c05f16db9-lc.min.csswww.ets.org/etc.clientlibs/core/wcm... https://www.ets.org/etc.clientlibs/core/wcm/components/page/v2/page/clientlibs/site/skiptomaincontent.lc-696ce9a06faa733b225ffb8c05f16db9-lc.min.css — 200 — 383 B — 23 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing.lc-d7765c5acbf726fd7ab79130fcd1444b-lc.min.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing.lc-d7765c5acbf726fd7ab79130fcd1444b-lc.min.js — 200 — 50.3 KiB — 72 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-toefl-signup.lc-31a288ab6166be00f038c82dcaf9b1ba-lc.min.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-toefl-signup.lc-31a288ab6166be00f038c82dcaf9b1ba-lc.min.js — 200 — 2.3 KiB — 67 ms — h2https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.jscdn.jsdelivr.net/npm/swiper@12/swip... https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.js — 200 — 43.7 KiB — 10 ms — h2https://ets.tt.omtrdc.net/rest/v1/delivery?client=ets&sessionId=7f279031efe045ffacc60022140024e9&version=2.11.4ets.tt.omtrdc.net/rest/v1/delivery?... https://ets.tt.omtrdc.net/rest/v1/delivery?client=ets&sessionId=7f279031efe045ffacc60022140024e9&version=2.11.4 — 200 — 776 B — 91 ms — h2https://www.ets.org/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.lc-1e0136bad0acfb78be509234578e44f9-lc.min.jswww.ets.org/etc.clientlibs/core/wcm... https://www.ets.org/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.lc-1e0136bad0acfb78be509234578e44f9-lc.min.js — 200 — 1.1 KiB — 8 ms — h2https://www.ets.org/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.lc-bf921af342fd2c40139671dbf0920a1f-lc.min.jswww.ets.org/etc.clientlibs/core/wcm... https://www.ets.org/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.lc-bf921af342fd2c40139671dbf0920a1f-lc.min.js — 200 — 11.2 KiB — 13 ms — h2https://ka-f.fontawesome.com/releases/v5.15.4/css/free.min.css?token=58fc86edd4ka-f.fontawesome.com/releases/v5.15... https://ka-f.fontawesome.com/releases/v5.15.4/css/free.min.css?token=58fc86edd4 — 200 — 13.3 KiB — 36 ms — h3https://ka-f.fontawesome.com/releases/v5.15.4/css/free-v4-shims.min.css?token=58fc86edd4ka-f.fontawesome.com/releases/v5.15... https://ka-f.fontawesome.com/releases/v5.15.4/css/free-v4-shims.min.css?token=58fc86edd4 — 200 — 4.8 KiB — 35 ms — h3https://ka-f.fontawesome.com/releases/v5.15.4/css/free-v4-font-face.min.css?token=58fc86edd4ka-f.fontawesome.com/releases/v5.15... https://ka-f.fontawesome.com/releases/v5.15.4/css/free-v4-font-face.min.css?token=58fc86edd4 — 200 — 1.5 KiB — 32 ms — h3https://www.ets.org/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.jswww.ets.org/etc.clientlibs/core/wcm... https://www.ets.org/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.js — 200 — 621 B — 7 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-base.lc-3b350d0ed8cd5d7146a60e18e6e9ac61-lc.min.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-base.lc-3b350d0ed8cd5d7146a60e18e6e9ac61-lc.min.js — 200 — 22.4 KiB — 11 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KPNMN62www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KPNMN62 — 200 — 209.3 KiB — 141 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7278-ba1948f675eef5f7ea94.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7278-ba1948f675eef5f7ea94.js — 200 — 21.0 KiB — 40 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2332-b77de8db189b7ba02b34.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2332-b77de8db189b7ba02b34.js — 200 — 4.3 KiB — 44 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/8010-28732d13d07e273af028.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/8010-28732d13d07e273af028.js — 200 — 4.8 KiB — 49 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2033-7140ca798143be17c2e1.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2033-7140ca798143be17c2e1.js — 200 — 39.4 KiB — 105 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/1921-0a84b245072aa7d74c54.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/1921-0a84b245072aa7d74c54.js — 200 — 6.0 KiB — 55 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/4377-9e412ff68577e97f4222.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/4377-9e412ff68577e97f4222.js — 200 — 5.1 KiB — 58 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/391-25156dfcb29a5d213c0c.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/391-25156dfcb29a5d213c0c.js — 200 — 4.1 KiB — 62 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/6678-ed7d0cc2145194da09fc.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/6678-ed7d0cc2145194da09fc.js — 200 — 1.7 KiB — 64 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/521-94b466ff83691b11c86c.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/521-94b466ff83691b11c86c.js — 200 — 6.8 KiB — 66 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/1083-54f2c10da1a106e09c17.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/1083-54f2c10da1a106e09c17.js — 200 — 13.4 KiB — 67 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/6731-2cce271a500b2803bef8.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/6731-2cce271a500b2803bef8.js — 200 — 3.4 KiB — 68 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7309-8cc30965c8ec500311cd.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7309-8cc30965c8ec500311cd.js — 200 — 2.0 KiB — 70 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/9432-e72ec07acfc73fa172cd.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/9432-e72ec07acfc73fa172cd.js — 200 — 2.9 KiB — 72 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/3584-d5da2b071932cea3dfa4.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/3584-d5da2b071932cea3dfa4.js — 200 — 5.3 KiB — 73 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/9445-58b43c67f7239ea9c210.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/9445-58b43c67f7239ea9c210.js — 200 — 11.8 KiB — 75 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7143-540399e56e6885e9de71.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7143-540399e56e6885e9de71.js — 200 — 3.4 KiB — 74 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/8410-57dfffe8487df2c8e558.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/8410-57dfffe8487df2c8e558.js — 200 — 3.9 KiB — 79 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/9946-17e27695665f32ab708f.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/9946-17e27695665f32ab708f.js — 200 — 4.6 KiB — 83 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/4422-815e17633ddf42214ecb.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/4422-815e17633ddf42214ecb.js — 200 — 4.6 KiB — 85 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/BeausiteClassic-Semibold.woff2www.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/BeausiteClassic-Semibold.woff2 — 200 — 72.3 KiB — 62 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/BeausiteClassic-Regular.woff2www.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/BeausiteClassic-Regular.woff2 — 200 — 72.3 KiB — 59 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/9543-65848a0c3caba46a8753.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/9543-65848a0c3caba46a8753.js — 200 — 7.9 KiB — 36 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/6731-2cce271a500b2803bef8.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/6731-2cce271a500b2803bef8.js — 200 — 88 B — 64 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2433-44e8ecf1daaabb967a27.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2433-44e8ecf1daaabb967a27.js — 200 — 13.3 KiB — 42 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2772-2d607046a84a008d2930.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2772-2d607046a84a008d2930.js — 200 — 3.4 KiB — 46 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7278-ba1948f675eef5f7ea94.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7278-ba1948f675eef5f7ea94.js — 200 — 111 B — 37 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2332-b77de8db189b7ba02b34.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2332-b77de8db189b7ba02b34.js — 200 — 111 B — 33 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/8010-28732d13d07e273af028.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/8010-28732d13d07e273af028.js — 200 — 88 B — 33 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7326-844424f649494f87eaac.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7326-844424f649494f87eaac.js — 200 — 6.1 KiB — 8 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/4885-a1d07b7dc04f66813531.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/4885-a1d07b7dc04f66813531.js — 200 — 12.3 KiB — 8 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/8829-9f87fcc367613383b87e.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/8829-9f87fcc367613383b87e.js — 200 — 2.7 KiB — 13 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/5799-50c70e53a2faccb40868.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/5799-50c70e53a2faccb40868.js — 200 — 26.7 KiB — 9 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2033-7140ca798143be17c2e1.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/2033-7140ca798143be17c2e1.js — 200 — 88 B — 25 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7977-d0efa17120c3f605d50b.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7977-d0efa17120c3f605d50b.js — 200 — 4.1 KiB — 18 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/9103-0b061267d967b3df52b4.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/9103-0b061267d967b3df52b4.js — 200 — 7.8 KiB — 19 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7322-cfef57dc86ba2548a5e7.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7322-cfef57dc86ba2548a5e7.js — 200 — 1.7 KiB — 11 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/6495-2c70dbd24bc7452a2f44.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/6495-2c70dbd24bc7452a2f44.js — 200 — 5.8 KiB — 12 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7206-730851e60d4b1318295a.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/7206-730851e60d4b1318295a.js — 200 — 5.0 KiB — 14 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/6067-2dc2bdd1a179411b4b3d.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/6067-2dc2bdd1a179411b4b3d.js — 200 — 29.6 KiB — 12 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/4025-660c8009b87c1d825b5d.jswww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/4025-660c8009b87c1d825b5d.js — 200 — 6.3 KiB — 10 ms — h2https://www.ets.org/content/dam/ets-org/home/videos/illustration-of-ai-future.mp4www.ets.org/content/dam/ets-org/hom... https://www.ets.org/content/dam/ets-org/home/videos/illustration-of-ai-future.mp4 — 206 — 439.0 KiB — 26 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/Speckless-Regular.woff2www.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/Speckless-Regular.woff2 — 200 — 36.9 KiB — 15 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/BeausiteClassic-Light.woff2www.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing/resources/fonts/BeausiteClassic-Light.woff2 — 200 — 72.5 KiB — 27 ms — h2https://www.ets.org/content/dam/ets-org/Rebrand/Photos/side-view-smiling-white-male-student-2000.jpg/jcr%3acontent/renditions/webp-150.webpwww.ets.org/content/dam/ets-org/Reb... https://www.ets.org/content/dam/ets-org/Rebrand/Photos/side-view-smiling-white-male-student-2000.jpg/jcr%3acontent/renditions/webp-150.webp — 200 — 4.5 KiB — 28 ms — h2https://www.ets.org/content/dam/ets-org/Rebrand/Photos/three-people-around-laptop-diverse-trendy.jpg/jcr%3acontent/renditions/webp-150.webpwww.ets.org/content/dam/ets-org/Reb... https://www.ets.org/content/dam/ets-org/Rebrand/Photos/three-people-around-laptop-diverse-trendy.jpg/jcr%3acontent/renditions/webp-150.webp — 200 — 4.9 KiB — 28 ms — h2https://www.ets.org/content/dam/ets-org/Rebrand/Photos/business-meeting-modern-office-2000.jpg/jcr%3acontent/renditions/webp-150.webpwww.ets.org/content/dam/ets-org/Reb... https://www.ets.org/content/dam/ets-org/Rebrand/Photos/business-meeting-modern-office-2000.jpg/jcr%3acontent/renditions/webp-150.webp — 200 — 5.3 KiB — 30 ms — h2https://www.ets.org/content/dam/ets-org/Rebrand/Photos/black-businessman-hands-clasped-in-meeting-2000.jpg/jcr%3acontent/renditions/webp-150.webpwww.ets.org/content/dam/ets-org/Reb... https://www.ets.org/content/dam/ets-org/Rebrand/Photos/black-businessman-hands-clasped-in-meeting-2000.jpg/jcr%3acontent/renditions/webp-150.webp — 200 — 3.8 KiB — 18 ms — h2https://www.ets.org/content/dam/ets-org/Rebrand/Photos/strategy-team-meeting-2000.jpg/jcr%3acontent/renditions/webp-150.webpwww.ets.org/content/dam/ets-org/Reb... https://www.ets.org/content/dam/ets-org/Rebrand/Photos/strategy-team-meeting-2000.jpg/jcr%3acontent/renditions/webp-150.webp — 200 — 4.6 KiB — 18 ms — h2https://www.ets.org/content/dam/ets-org/Rebrand/Photos/black-and-indian-womem-on-ipad-informal-meeting.jpg/jcr%3acontent/renditions/webp-150.webpwww.ets.org/content/dam/ets-org/Reb... https://www.ets.org/content/dam/ets-org/Rebrand/Photos/black-and-indian-womem-on-ipad-informal-meeting.jpg/jcr%3acontent/renditions/webp-150.webp — 200 — 3.5 KiB — 22 ms — h2https://www.ets.org/content/dam/ets-org/Rebrand/Photos/ai-block.pngwww.ets.org/content/dam/ets-org/Reb... https://www.ets.org/content/dam/ets-org/Rebrand/Photos/ai-block.png — 200 — 192.7 KiB — 26 ms — h2https://www.ets.org/content/dam/ets-org/corporate/amit-sevak.png/jcr%3acontent/renditions/webp-500.webpwww.ets.org/content/dam/ets-org/cor... https://www.ets.org/content/dam/ets-org/corporate/amit-sevak.png/jcr%3acontent/renditions/webp-500.webp — 200 — 27.2 KiB — 15 ms — h2https://www.ets.org/content/dam/ets-org/Rebrand/Photos/home-toefl-img.jpg/jcr%3acontent/renditions/webp-500.webpwww.ets.org/content/dam/ets-org/Reb... https://www.ets.org/content/dam/ets-org/Rebrand/Photos/home-toefl-img.jpg/jcr%3acontent/renditions/webp-500.webp — 200 — 11.0 KiB — 14 ms — h2https://www.ets.org/content/dam/ets-org/Rebrand/Photos/home-praxis-img.jpg/jcr%3acontent/renditions/webp-500.webpwww.ets.org/content/dam/ets-org/Reb... https://www.ets.org/content/dam/ets-org/Rebrand/Photos/home-praxis-img.jpg/jcr%3acontent/renditions/webp-500.webp — 200 — 13.8 KiB — 17 ms — h2https://www.ets.org/content/dam/ets-org/Rebrand/Photos/mature-male-tablet-with-female-colleague.jpg/jcr%3acontent/renditions/webp-500.webpwww.ets.org/content/dam/ets-org/Reb... https://www.ets.org/content/dam/ets-org/Rebrand/Photos/mature-male-tablet-with-female-colleague.jpg/jcr%3acontent/renditions/webp-500.webp — 200 — 14.2 KiB — 21 ms — h2https://www.ets.org/content/dam/ets-org/Rebrand/Photos/home-gre-img.jpg/jcr%3acontent/renditions/webp-500.webpwww.ets.org/content/dam/ets-org/Reb... https://www.ets.org/content/dam/ets-org/Rebrand/Photos/home-gre-img.jpg/jcr%3acontent/renditions/webp-500.webp — 200 — 7.2 KiB — 23 ms — h2https://www.ets.org/content/dam/ets-org/colleagues-over-tablet.jpg/jcr%3acontent/renditions/webp-800.webpwww.ets.org/content/dam/ets-org/col... https://www.ets.org/content/dam/ets-org/colleagues-over-tablet.jpg/jcr%3acontent/renditions/webp-800.webp — 200 — 26.5 KiB — 28 ms — h2https://www.ets.org/content/dam/ets-org/Rebrand/Photos/young-diverse-students-working-in-class-1200.jpg/jcr%3acontent/renditions/webp-500.webpwww.ets.org/content/dam/ets-org/Reb... https://www.ets.org/content/dam/ets-org/Rebrand/Photos/young-diverse-students-working-in-class-1200.jpg/jcr%3acontent/renditions/webp-500.webp — 200 — 13.2 KiB — 16 ms — h2https://www.ets.org/content/dam/ets-org/Rebrand/Photos/young-muslim-woman-working-mobile-800.jpg/jcr%3acontent/renditions/webp-500.webpwww.ets.org/content/dam/ets-org/Reb... https://www.ets.org/content/dam/ets-org/Rebrand/Photos/young-muslim-woman-working-mobile-800.jpg/jcr%3acontent/renditions/webp-500.webp — 200 — 12.1 KiB — 15 ms — h2https://www.ets.org/content/dam/ets-org/Rebrand/Photos/GettyImages-1789872508-800.jpg/jcr%3acontent/renditions/webp-500.webpwww.ets.org/content/dam/ets-org/Reb... https://www.ets.org/content/dam/ets-org/Rebrand/Photos/GettyImages-1789872508-800.jpg/jcr%3acontent/renditions/webp-500.webp — 200 — 16.3 KiB — 17 ms — h2https://www.googletagmanager.com/gtag/js?id=G-X4K1GDGMNJ&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-X4K1GDGMNJ&cx=c&gtm=4e64h1h1 — 200 — 168.7 KiB — 86 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=01929e5b-7e00-754e-a951-8c3cc09b713d&data-document-language=truecdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=01929e5b-7e00-754e-a951-8c3cc09b713d&data-document-language=true — 200 — 9.1 KiB — 61 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-819758456&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-819758456&cx=c&gtm=4e64h1h1 — 200 — 146.7 KiB — 91 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-961899722&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-961899722&cx=c&gtm=4e64h1h1 — 200 — 144.2 KiB — 90 ms — h3https://www.clarity.ms/tag/w8gyud8zd5?ref=gtmwww.clarity.ms/tag/w8gyud8zd5?ref=g... https://www.clarity.ms/tag/w8gyud8zd5?ref=gtm — 200 — 843 B — 85 ms — http/1.1https://assets.anytrack.io/7xQe5NISmj2w.jsassets.anytrack.io/7xQe5NISmj2w.js https://assets.anytrack.io/7xQe5NISmj2w.js — 200 — 942 B — 57 ms — h2https://monitor.tapper.ai/bundle.jsmonitor.tapper.ai/bundle.js https://monitor.tapper.ai/bundle.js — 200 — 58.6 KiB — 48 ms — h2https://cdn.cookielaw.org/consent/01929e5b-7e00-754e-a951-8c3cc09b713d/01929e5b-7e00-754e-a951-8c3cc09b713d.jsoncdn.cookielaw.org/consent/01929e5b-... https://cdn.cookielaw.org/consent/01929e5b-7e00-754e-a951-8c3cc09b713d/01929e5b-7e00-754e-a951-8c3cc09b713d.json — 200 — 2.7 KiB — 39 ms — h2https://assets.anytrack.io/scripts/v0/6d3458f.jsassets.anytrack.io/scripts/v0/6d345... https://assets.anytrack.io/scripts/v0/6d3458f.js — 200 — 72.5 KiB — 27 ms — h2https://assets.anytrack.io/7xQe5NISmj2w.links.jsassets.anytrack.io/7xQe5NISmj2w.lin... https://assets.anytrack.io/7xQe5NISmj2w.links.js — 200 — 540 B — 21 ms — h2https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 62 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 309 B — 33 ms — h2https://cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js — 200 — 112.1 KiB — 39 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-11040439592&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-11040439592&cx=c&gtm=4e64h1h1 — 200 — 137.6 KiB — 47 ms — h3https://www.googletagmanager.com/gtag/destination?id=G-T2TH8KSGFZ&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=G-T2TH8KSGFZ&cx=c&gtm=4e64h1h1 — 200 — 175.1 KiB — 1.0 s — h3https://www.googletagmanager.com/gtag/destination?id=G-LSPK6N3LCN&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=G-LSPK6N3LCN&cx=c&gtm=4e64h1h1 — 200 — 172.2 KiB — 52 ms — h3https://www.googletagmanager.com/gtag/jswww.googletagmanager.com/gtag/js https://www.googletagmanager.com/gtag/js — 200 — 84.8 KiB — 23 ms — h3https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 30 ms — h3https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CSMDI7BC77U7NCGBQIHG&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CSMDI7BC77U7NCGBQIHG&lib=ttq — 200 — 3.2 KiB — 140 ms — h2https://cdn.cookielaw.org/consent/01929e5b-7e00-754e-a951-8c3cc09b713d/019abac5-8cd6-7b64-bfab-44c13f352323/en.jsoncdn.cookielaw.org/consent/01929e5b-... https://cdn.cookielaw.org/consent/01929e5b-7e00-754e-a951-8c3cc09b713d/019abac5-8cd6-7b64-bfab-44c13f352323/en.json — 200 — 34.2 KiB — 51 ms — h2https://h.clarity.ms/collecth.clarity.ms/collect https://h.clarity.ms/collect — 204 — 275 B — 284 ms — http/1.1https://cdn.cookielaw.org/scripttemplates/202409.2.0/assets/otCenterRounded.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202409.2.0/assets/otCenterRounded.json — 200 — 2.8 KiB — 22 ms — h2https://cdn.cookielaw.org/scripttemplates/202409.2.0/assets/v2/otPcTab.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202409.2.0/assets/v2/otPcTab.json — 200 — 13.6 KiB — 31 ms — h2https://cdn.cookielaw.org/scripttemplates/202409.2.0/assets/otCookieSettingsButton.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202409.2.0/assets/otCookieSettingsButton.json — 200 — 2.0 KiB — 22 ms — h2https://cdn.cookielaw.org/scripttemplates/202409.2.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202409.2.0/assets/otCommonStyles.css — 200 — 4.3 KiB — 28 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 563 B — 23 ms — h2https://cdn.cookielaw.org/logos/17085366-506f-43da-a766-9e3dd0b8eb91/018ea9b2-b118-726d-9d4a-f5e0e5ea12ed/54e75769-5465-4a8d-b5f7-d08911bad557/ETS-logo.jpgcdn.cookielaw.org/logos/17085366-50... https://cdn.cookielaw.org/logos/17085366-506f-43da-a766-9e3dd0b8eb91/018ea9b2-b118-726d-9d4a-f5e0e5ea12ed/54e75769-5465-4a8d-b5f7-d08911bad557/ETS-logo.jpg — 200 — 5.4 KiB — 20 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.6 KiB — 16 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 — 13 ms — h2https://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.7 KiB — 15 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 929 B — 188 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 903 B — 128 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 747 B — 171 ms — h2https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-favicons/resources/icon-192x192.pngwww.ets.org/etc.clientlibs/ets/clie... https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-favicons/resources/icon-192x192.png — 200 — 3.5 KiB — 18 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 745 B — 141 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-10977752788&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-10977752788&cx=c&gtm=4e64h1h1 — 200 — 137.9 KiB — 35 ms — h3https://connect.facebook.net/signals/config/8414369468583073?v=2.9.303&r=stable&domain=www.ets.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/8414369468583073?v=2.9.303&r=stable&domain=www.ets.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 — 47.8 KiB — 22 ms — h3https://t1.anytrack.io/assets/7xQe5NISmj2w/collect?cid=ficrOchOW09iEU&ts=1776809953409&nc=1&en=PageView&dl=https%3A%2F%2Fwww.ets.org%2F&dt=ETS%20%7C%20Global%20education%20and%20talent%20solutions&cp%5B0%5D%5Btype%5D=aw&cp%5B0%5D%5Bid%5D=AW-10977752788&cp%5B0%5D%5BclientId%5D=N&cp%5B1%5D%5Btype%5D=fbq&cp%5B1%5D%5Bid%5D=8414369468583073&cp%5B1%5D%5BclientId%5D=N&cp%5B2%5D%5Btype%5D=ttq&cp%5B2%5D%5Bid%5D=CSMDI7BC77U7NCGBQIHG&cp%5B2%5D%5BclientId%5D=01KPS20JZ91V1DHMZG0F7A55PZ_.tt.1&cp%5B2%5D%5BexternalId%5D=ficrOchOW09iEUt1.anytrack.io/assets/7xQe5NISmj2w/... https://t1.anytrack.io/assets/7xQe5NISmj2w/collect?cid=ficrOchOW09iEU&ts=1776809953409&nc=1&en=PageView&dl=https%3A%2F%2Fwww.ets.org%2F&dt=ETS%20%7C%20Global%20education%20and%20talent%20solutions&cp%5B0%5D%5Btype%5D=aw&cp%5B0%5D%5Bid%5D=AW-10977752788&cp%5B0%5D%5BclientId%5D=N&cp%5B1%5D%5Btype%5D=fbq&cp%5B1%5D%5Bid%5D=8414369468583073&cp%5B1%5D%5BclientId%5D=N&cp%5B2%5D%5Btype%5D=ttq&cp%5B2%5D%5Bid%5D=CSMDI7BC77U7NCGBQIHG&cp%5B2%5D%5BclientId%5D=01KPS20JZ91V1DHMZG0F7A55PZ_.tt.1&cp%5B2%5D%5BexternalId%5D=ficrOchOW09iEU — 200 — 241 B — 112 ms — h2https://www.facebook.com/tr/?id=8414369468583073&ev=PageView&dl=https%3A%2F%2Fwww.ets.org%2F&rl=&if=false&ts=1776809954824&sw=800&sh=600&cud[external_id]=****%5E**%5E%5E%23%23*%5E%5E&ncud[external_id]=*********%23%23***&ud[external_id]=6c285dd4b2909afabc203c88ee163fb6b6b4aa2bfee25ed3c0d80d729e51ef0c&aud[external_id]=6c285dd4b2909afabc203c88ee163fb6b6b4aa2bfee25ed3c0d80d729e51ef0c&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776809954810.86441417456623830&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=ETS%20%7C%20Global%20education%20and%20talent%20solutions&pmd[locale]=en_US&pmd[keywords]=ets%2Ceducational%20testing%20service%2Cabout%20ets%2Cets%20tests%2Cets%20assessments&pmd[description]=We%20are%20a%20global%20education%20and%20talent%20solutions%20organization%20enabling%20lifelong%20learners%20to%20be%20future%20ready.%20We%20advance%20the%20science%20of%20measurement%20to%20build%20the%20benchmarks%20for%20fair%20and%20valid%20skill%20assessment.&plt=880.9000000953674&it=1776809954737&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=84143694685... https://www.facebook.com/tr/?id=8414369468583073&ev=PageView&dl=https%3A%2F%2Fwww.ets.org%2F&rl=&if=false&ts=1776809954824&sw=800&sh=600&cud[external_id]=****%5E**%5E%5E%23%23*%5E%5E&ncud[external_id]=*********%23%23***&ud[external_id]=6c285dd4b2909afabc203c88ee163fb6b6b4aa2bfee25ed3c0d80d729e51ef0c&aud[external_id]=6c285dd4b2909afabc203c88ee163fb6b6b4aa2bfee25ed3c0d80d729e51ef0c&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776809954810.86441417456623830&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=ETS%20%7C%20Global%20education%20and%20talent%20solutions&pmd[locale]=en_US&pmd[keywords]=ets%2Ceducational%20testing%20service%2Cabout%20ets%2Cets%20tests%2Cets%20assessments&pmd[description]=We%20are%20a%20global%20education%20and%20talent%20solutions%20organization%20enabling%20lifelong%20learners%20to%20be%20future%20ready.%20We%20advance%20the%20science%20of%20measurement%20to%20build%20the%20benchmarks%20for%20fair%20and%20valid%20skill%20assessment.&plt=880.9000000953674&it=1776809954737&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GET — 200 — 16 B — 19 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=8414369468583073&ev=PageView&dl=https%3A%2F%2Fwww.ets.org%2F&rl=&if=false&ts=1776809954824&sw=800&sh=600&cud[external_id]=****%5E**%5E%5E%23%23*%5E%5E&ncud[external_id]=*********%23%23***&ud[external_id]=6c285dd4b2909afabc203c88ee163fb6b6b4aa2bfee25ed3c0d80d729e51ef0c&aud[external_id]=6c285dd4b2909afabc203c88ee163fb6b6b4aa2bfee25ed3c0d80d729e51ef0c&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776809954810.86441417456623830&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=ETS%20%7C%20Global%20education%20and%20talent%20solutions&pmd[locale]=en_US&pmd[keywords]=ets%2Ceducational%20testing%20service%2Cabout%20ets%2Cets%20tests%2Cets%20assessments&pmd[description]=We%20are%20a%20global%20education%20and%20talent%20solutions%20organization%20enabling%20lifelong%20learners%20to%20be%20future%20ready.%20We%20advance%20the%20science%20of%20measurement%20to%20build%20the%20benchmarks%20for%20fair%20and%20valid%20skill%20assessment.&plt=880.9000000953674&it=1776809954737&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=8414369468583073&ev=PageView&dl=https%3A%2F%2Fwww.ets.org%2F&rl=&if=false&ts=1776809954824&sw=800&sh=600&cud[external_id]=****%5E**%5E%5E%23%23*%5E%5E&ncud[external_id]=*********%23%23***&ud[external_id]=6c285dd4b2909afabc203c88ee163fb6b6b4aa2bfee25ed3c0d80d729e51ef0c&aud[external_id]=6c285dd4b2909afabc203c88ee163fb6b6b4aa2bfee25ed3c0d80d729e51ef0c&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776809954810.86441417456623830&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=ETS%20%7C%20Global%20education%20and%20talent%20solutions&pmd[locale]=en_US&pmd[keywords]=ets%2Ceducational%20testing%20service%2Cabout%20ets%2Cets%20tests%2Cets%20assessments&pmd[description]=We%20are%20a%20global%20education%20and%20talent%20solutions%20organization%20enabling%20lifelong%20learners%20to%20be%20future%20ready.%20We%20advance%20the%20science%20of%20measurement%20to%20build%20the%20benchmarks%20for%20fair%20and%20valid%20skill%20assessment.&plt=880.9000000953674&it=1776809954737&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGET — 200 — 200 B — 164 ms — h3https://h.clarity.ms/collecth.clarity.ms/collect https://h.clarity.ms/collect — 204 — 275 B — 281 ms — http/1.1
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 2966ms · 2124KB · $56/mo
www.ets.org
Other
Costly
Execution 533ms
Transfer 22 KB
Monthly Cost $10/mo
Unattributable
Other
Costly
Execution 446ms
Transfer 0 KB
Monthly Cost $8/mo
Google Tag Manager
Tag Manager
Costly
Execution 274ms
Transfer 209 KB
Unused 29%
Monthly Cost $5/mo
www.ets.org
Other
Costly
Execution 253ms
Transfer 50 KB
Monthly Cost $5/mo
OneTrust
Consent
Essential
Execution 191ms
Transfer 112 KB
Unused 54%
Monthly Cost $4/mo
assets.anytrack.io
Other
Optional
Execution 188ms
Transfer 72 KB
Unused 44%
Monthly Cost $4/mo
www.ets.org
Other
Optional
Execution 127ms
Transfer 358 KB
Unused 79%
Monthly Cost $2/mo
Microsoft Clarity
Session Replay
Optional
Execution 105ms
Transfer 26 KB
Monthly Cost $2/mo
analytics.tiktok.com
Other
Optional
Execution 104ms
Transfer 110 KB
Unused 50%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 102ms
Transfer 169 KB
Unused 52%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 97ms
Transfer 172 KB
Unused 52%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 93ms
Transfer 175 KB
Unused 51%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 87ms
Transfer 147 KB
Unused 54%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 85ms
Transfer 138 KB
Unused 56%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 82ms
Transfer 144 KB
Unused 55%
Monthly Cost $2/mo
Facebook Pixel
Advertising
Optional
Execution 68ms
Transfer 48 KB
Monthly Cost $1/mo
www.ets.org
Other
Optional
Execution 66ms
Transfer 33 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 64ms
Transfer 138 KB
Unused 57%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.ets.org adds 533ms and costs ~$10/month
  • Unattributable adds 446ms and costs ~$8/month
  • Google Tag Manager adds 274ms and costs ~$5/month
  • www.ets.org adds 253ms and costs ~$5/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.ets.org takes 533ms 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

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

Why this matters

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

Source: web.dev

Google Tag Manager takes 274ms 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.ets.org takes 253ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

54% of OneTrust'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

79% of www.ets.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

52% of Google Tag Manager'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

52% of Google Tag Manager'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

51% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

54% of Google Tag Manager'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

56% of Google Tag Manager'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

55% of Google Tag Manager'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

57% of Google Tag Manager'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