Skip to content
https://ets.org

Performance

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

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

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

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

817 ms
1.6 s
2.5 s
3.3 s
4.1 s
4.9 s
5.7 s
6.5 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
4.1 MB transferred, 122 requests
FIX
4.1 MB transferred, 122 requests
Critical::
Page weighs 12.8 MB (4.1 MB transferred)
Warning::
JavaScript is 2.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.5 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::
122 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.85 g CO2 per page load
4.1 MB / 2.4 MB budget
4.1 MB transferred
122 requests
0.85 g CO2 per page load
JavaScript 2.5 MiB 62%
Other 439.0 KiB 11%
Images 369.8 KiB 9%
CSS 276.0 KiB 7%
Fonts 254.0 KiB 6%
Other 152.1 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
F
JS Execution Cost
Action
11743ms total JS execution
FIX
11743ms total JS execution
Warning::
Unattributable: 1622ms CPU time
Warning::
https://www.ets.org/: 1481ms CPU time
Warning::
https://www.ets.org/etc.clientlibs/ets/clientlibs/...: 923ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KPN...: 903ms CPU time
Warning::
https://www.ets.org/etc.clientlibs/ets/clientlibs/...: 745ms CPU time
Warning::
Third-party scripts: 11743ms (100% of total)

Main Thread Breakdown

Script Evaluation 55% Other 19% Script Parsing & Compilation 12% Style & Layout 6%
ScriptTotalScriptingParse/CompileParty
Unattributable1622ms276ms0ms3rd
https://www.ets.org/1481ms136ms7ms3rd
https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-marketing.lc-d7765c5acbf726fd7ab79130fcd1444b-lc.min.js923ms734ms24ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KPNMN62903ms752ms136ms3rd
https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dynamic-modules/resources/5799-50c70e53a2faccb40868.js745ms20ms14ms3rd
https://assets.anytrack.io/scripts/v0/6d3458f.js578ms517ms29ms3rd
https://cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js550ms336ms74ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js512ms392ms13ms3rd
https://www.ets.org/etc.clientlibs/ets/clientlibs/clientlib-dependencies.lc-6cd03945753d69e40ab90007f02916d3-lc.min.js494ms242ms239ms3rd
https://www.googletagmanager.com/gtag/destination?id=G-T2TH8KSGFZ&cx=c&gtm=4e64h1423ms265ms85ms3rd

Showing top 10 of 26 scripts

F
JS Bundles
Action
71 scripts, 1.4 MB unused
FIX
71 scripts, 1.4 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...: 88 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.4 MB
1462 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=4e64h1172 KB90 KB (52%)3rd
https://www.googletagmanager.com/gtag/destination?id=G-T2TH8KSGFZ&cx=c&gtm=4e64h1175 KB89 KB (51%)3rd
https://www.googletagmanager.com/gtag/js?id=G-X4K1GDGMNJ&cx=c&gtm=4e64h1169 KB88 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-819758456&cx=c&gtm=4e64h1147 KB80 KB (55%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-961899722&cx=c&gtm=4e64h1144 KB79 KB (55%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-11040439592&cx=c&gtm=4e64h1138 KB78 KB (57%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-10977752788&cx=c&gtm=4e64h1138 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
122 resources · 4.1 MB · 1.4 MB savings available
FIX
122 resources · 4.1 MB · 1.4 MB savings available
Warning::
Page weight 3.1 MB over 1MB target
Got: 4.1 MB Expected: ≤ 1 MB
Info::
~1.4 MB of savings available
Warning::
121 third-party resources (100% of weight)
Info::
4 resources over 200KB
122 resources · 4.1 MiB · 121 third-party 3.1 MiB over 1MB target
JavaScript 65% · 2.7 MiB
Media 11% · 439.0 KiB
Image 9% · 373.9 KiB
CSS 7% · 299.9 KiB
Font 6% · 254.0 KiB
Other 1% · 60.1 KiB
Document 1% · 22.4 KiB

~1.4 MiB of savings available

Remove unused JavaScript: 1.4 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/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.
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 370 KB
0 oversized -0 KB
6 legacy format
14 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 8.3 s LCP 21.8 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.5 KiB — 37 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.2 KiB — 45 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.7 KiB — 9 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.6 KiB — 15 ms — font-display: swap
BeausiteClassic-Semibol... woff2 swap
Size 73 KB
Load time 37 ms
Start 828 ms
Risk FOUT — text flashes from fallback to web font
BeausiteClassic-Regular... woff2 swap
Size 72 KB
Load time 45 ms
Start 828 ms
Risk FOUT — text flashes from fallback to web font
Speckless-Regular.woff2 woff2 swap
Size 37 KB
Load time 9 ms
Start 991 ms
Risk FOUT — text flashes from fallback to web font
BeausiteClassic-Light.w... woff2 swap
Size 73 KB
Load time 15 ms
Start 1.2 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
19 hints, 0 missing preconnects
PASS
19 hints, 0 missing preconnects
Info::
Page uses 19 resource hint(s)

Current Resource Hints

preconnect
preload
dns-prefetch
prefetch
+9
19

19 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
122 requests over 4221ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 8.3 s LCP 21.8 shttps://ets.org// https://ets.org/ — 301 — 82 B — 261 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 — 77 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 — 42 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 — 82 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 — 66 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 — 13 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 — 49 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 — 44 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 — 387 B — 36 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 — 70 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 — 71 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 — 14 ms — h2https://ets.tt.omtrdc.net/rest/v1/delivery?client=ets&sessionId=af79f271931740028ee25f0867704c36&version=2.11.4ets.tt.omtrdc.net/rest/v1/delivery?... https://ets.tt.omtrdc.net/rest/v1/delivery?client=ets&sessionId=af79f271931740028ee25f0867704c36&version=2.11.4 — 200 — 790 B — 90 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 — 10 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 — 33 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 — 32 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 — 6 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 — 188 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.1 KiB — 38 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 — 38 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 — 38 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 — 82 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 — 40 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 — 43 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 — 45 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 8.3 s LCP 21.8 shttps://ets.org// https://ets.org/ — 301 — 82 B — 261 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 — 77 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 — 42 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 — 82 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 — 66 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 — 13 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 — 49 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 — 44 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 — 387 B — 36 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 — 70 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 — 71 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 — 14 ms — h2https://ets.tt.omtrdc.net/rest/v1/delivery?client=ets&sessionId=af79f271931740028ee25f0867704c36&version=2.11.4ets.tt.omtrdc.net/rest/v1/delivery?... https://ets.tt.omtrdc.net/rest/v1/delivery?client=ets&sessionId=af79f271931740028ee25f0867704c36&version=2.11.4 — 200 — 790 B — 90 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 — 10 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 — 33 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 — 32 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 — 6 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 — 188 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.1 KiB — 38 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 — 38 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 — 38 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 — 82 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 — 40 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 — 43 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 — 45 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 — 48 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.7 KiB — 51 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 — 53 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 — 55 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 — 57 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 — 63 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 — 57 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 — 63 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 — 65 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 — 67 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 — 71 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 — 73 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 — 160 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 — 152 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 — 51 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 — 70 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 — 87 B — 87 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 — 87 B — 87 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 — 87 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 — 62 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 — 34 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 — 37 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.8 KiB — 48 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 — 89 B — 80 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 — 44 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 — 46 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.5 KiB — 37 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.2 KiB — 45 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 — 46 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 — 46 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 — 48 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 — 39 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 — 36 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 — 15 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 — 17 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 — 19 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 — 28 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.8 KiB — 27 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 — 29 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.7 KiB — 9 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 — 25 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 — 16 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.9 KiB — 25 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.0 KiB — 22 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.3 KiB — 23 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 — 21 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 — 14 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.2 KiB — 18 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.5 KiB — 21 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.6 KiB — 9 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.6 KiB — 15 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 — 10 ms — h2https://www.googletagmanager.com/gtag/js?id=G-X4K1GDGMNJ&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-X4K1GDGMNJ&cx=c&gtm=4e64h1 — 200 — 168.6 KiB — 26 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 — 32 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-819758456&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-819758456&cx=c&gtm=4e64h1 — 200 — 146.7 KiB — 38 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-961899722&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-961899722&cx=c&gtm=4e64h1 — 200 — 144.2 KiB — 40 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 — 66 ms — http/1.1https://assets.anytrack.io/7xQe5NISmj2w.jsassets.anytrack.io/7xQe5NISmj2w.js https://assets.anytrack.io/7xQe5NISmj2w.js — 200 — 940 B — 70 ms — h2https://monitor.tapper.ai/bundle.jsmonitor.tapper.ai/bundle.js https://monitor.tapper.ai/bundle.js — 200 — 58.6 KiB — 36 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 — 27 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 309 B — 54 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 — 25 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-11040439592&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-11040439592&cx=c&gtm=4e64h1 — 200 — 137.6 KiB — 46 ms — h3https://www.googletagmanager.com/gtag/destination?id=G-T2TH8KSGFZ&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=G-T2TH8KSGFZ&cx=c&gtm=4e64h1 — 200 — 175.1 KiB — 54 ms — h3https://www.googletagmanager.com/gtag/destination?id=G-LSPK6N3LCN&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=G-LSPK6N3LCN&cx=c&gtm=4e64h1 — 200 — 172.2 KiB — 47 ms — h3https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 60 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 — 14 ms — h2https://assets.anytrack.io/7xQe5NISmj2w.links.jsassets.anytrack.io/7xQe5NISmj2w.lin... https://assets.anytrack.io/7xQe5NISmj2w.links.js — 200 — 541 B — 10 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 — 28 ms — h2https://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 — 15 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 — 24 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 — 20 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 — 21 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 — 538 B — 14 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 — 17 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.7 KiB — 15 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 57 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.4 KiB — 151 ms — h2https://h.clarity.ms/collecth.clarity.ms/collect https://h.clarity.ms/collect — 204 — 275 B — 270 ms — http/1.1https://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.7 KiB — 20 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.6 KiB — 9 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 927 B — 165 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 881 B — 138 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 745 B — 117 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 — 15 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-10977752788&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-10977752788&cx=c&gtm=4e64h1 — 200 — 137.9 KiB — 30 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 — 21 ms — h3https://t1.anytrack.io/assets/7xQe5NISmj2w/collect?cid=HPC7unF2VLnoXl&ts=1776809917798&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=01KPS1ZFN92ZKYGHWYX9GD6Z92_.tt.1&cp%5B2%5D%5BexternalId%5D=HPC7unF2VLnoXlt1.anytrack.io/assets/7xQe5NISmj2w/... https://t1.anytrack.io/assets/7xQe5NISmj2w/collect?cid=HPC7unF2VLnoXl&ts=1776809917798&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=01KPS1ZFN92ZKYGHWYX9GD6Z92_.tt.1&cp%5B2%5D%5BexternalId%5D=HPC7unF2VLnoXl — 200 — 241 B — 111 ms — h2https://www.facebook.com/tr/?id=8414369468583073&ev=PageView&dl=https%3A%2F%2Fwww.ets.org%2F&rl=&if=false&ts=1776809918509&sw=412&sh=823&cud[external_id]=%5E%5E%5E%23**%5E%23%5E%5E**%5E*&ncud[external_id]=***%23***%23******&ud[external_id]=863d0bc0f97a545fe12d74de59a868a1580e106a84a19e37c398bf3fa551bc2d&aud[external_id]=863d0bc0f97a545fe12d74de59a868a1580e106a84a19e37c398bf3fa551bc2d&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776809918495.863445939966863434&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=784.7000000476837&it=1776809918417&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&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=1776809918509&sw=412&sh=823&cud[external_id]=%5E%5E%5E%23**%5E%23%5E%5E**%5E*&ncud[external_id]=***%23***%23******&ud[external_id]=863d0bc0f97a545fe12d74de59a868a1580e106a84a19e37c398bf3fa551bc2d&aud[external_id]=863d0bc0f97a545fe12d74de59a868a1580e106a84a19e37c398bf3fa551bc2d&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776809918495.863445939966863434&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=784.7000000476837&it=1776809918417&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GET — 200 — 16 B — 22 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=1776809918509&sw=412&sh=823&cud[external_id]=%5E%5E%5E%23**%5E%23%5E%5E**%5E*&ncud[external_id]=***%23***%23******&ud[external_id]=863d0bc0f97a545fe12d74de59a868a1580e106a84a19e37c398bf3fa551bc2d&aud[external_id]=863d0bc0f97a545fe12d74de59a868a1580e106a84a19e37c398bf3fa551bc2d&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776809918495.863445939966863434&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=784.7000000476837&it=1776809918417&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&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=1776809918509&sw=412&sh=823&cud[external_id]=%5E%5E%5E%23**%5E%23%5E%5E**%5E*&ncud[external_id]=***%23***%23******&ud[external_id]=863d0bc0f97a545fe12d74de59a868a1580e106a84a19e37c398bf3fa551bc2d&aud[external_id]=863d0bc0f97a545fe12d74de59a868a1580e106a84a19e37c398bf3fa551bc2d&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776809918495.863445939966863434&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=784.7000000476837&it=1776809918417&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGET — 200 — 202 B — 163 ms — h3https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 720 B — 273 ms — h2https://h.clarity.ms/collecth.clarity.ms/collect https://h.clarity.ms/collect — 204 — 275 B — 268 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 11743ms · 2398KB · $220/mo
Unattributable
Other
Costly
Execution 1622ms
Transfer 0 KB
Monthly Cost $30/mo
www.ets.org
Other
Costly
Execution 1481ms
Transfer 22 KB
Monthly Cost $28/mo
www.ets.org
Other
Costly
Execution 923ms
Transfer 50 KB
Monthly Cost $17/mo
Google Tag Manager
Tag Manager
Costly
Execution 903ms
Transfer 209 KB
Unused 29%
Monthly Cost $17/mo
www.ets.org
Other
Costly
Execution 745ms
Transfer 27 KB
Monthly Cost $14/mo
assets.anytrack.io
Other
Costly
Execution 578ms
Transfer 72 KB
Unused 44%
Monthly Cost $11/mo
OneTrust
Consent
Essential
Execution 550ms
Transfer 112 KB
Unused 54%
Monthly Cost $10/mo
Microsoft Clarity
Session Replay
Costly
Execution 512ms
Transfer 26 KB
Monthly Cost $10/mo
www.ets.org
Other
Costly
Execution 494ms
Transfer 358 KB
Unused 79%
Monthly Cost $9/mo
Google Tag Manager
Tag Manager
Costly
Execution 423ms
Transfer 175 KB
Unused 51%
Monthly Cost $8/mo
Google Tag Manager
Tag Manager
Costly
Execution 382ms
Transfer 172 KB
Unused 52%
Monthly Cost $7/mo
Google Tag Manager
Tag Manager
Costly
Execution 355ms
Transfer 169 KB
Unused 52%
Monthly Cost $7/mo
analytics.tiktok.com
Other
Costly
Execution 352ms
Transfer 110 KB
Unused 50%
Monthly Cost $7/mo
www.ets.org
Other
Costly
Execution 327ms
Transfer 33 KB
Monthly Cost $6/mo
Google Tag Manager
Tag Manager
Costly
Execution 321ms
Transfer 144 KB
Unused 55%
Monthly Cost $6/mo
Google Tag Manager
Tag Manager
Costly
Execution 297ms
Transfer 138 KB
Unused 56%
Monthly Cost $6/mo
Google Tag Manager
Tag Manager
Costly
Execution 270ms
Transfer 147 KB
Unused 55%
Monthly Cost $5/mo
Google Tag Manager
Tag Manager
Costly
Execution 250ms
Transfer 138 KB
Unused 57%
Monthly Cost $5/mo
Facebook Pixel
Advertising
Costly
Execution 250ms
Transfer 97 KB
Unused 33%
Monthly Cost $5/mo
Facebook Pixel
Advertising
Costly
Execution 226ms
Transfer 48 KB
Monthly Cost $4/mo
analytics.tiktok.com
Other
Optional
Execution 145ms
Transfer 40 KB
Monthly Cost $3/mo
monitor.tapper.ai
Other
Optional
Execution 113ms
Transfer 59 KB
Unused 71%
Monthly Cost $2/mo
www.ets.org
Other
Optional
Execution 60ms
Transfer 0 KB
Unused 69%
Monthly Cost $1/mo
www.ets.org
Other
Optional
Execution 59ms
Transfer 22 KB
Monthly Cost $1/mo
www.ets.org
Other
Optional
Execution 52ms
Transfer 0 KB
Monthly Cost $1/mo
code.jquery.com
Other
Optional
Execution 52ms
Transfer 31 KB
Unused 69%
Monthly Cost $1/mo

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.

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

Unattributable takes 1622ms 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 1481ms 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 923ms 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 903ms 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 745ms 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

assets.anytrack.io takes 578ms 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

Microsoft Clarity takes 512ms 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 494ms 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

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

Google Tag Manager takes 423ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

51% of 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

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

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

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

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

analytics.tiktok.com takes 352ms 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 327ms 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 321ms 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

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

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

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

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

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

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

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

Facebook Pixel takes 250ms 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

Facebook Pixel takes 226ms 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

71% of monitor.tapper.ai'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

69% 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

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback