Skip to content
https://timeshighereducation.com

Performance

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

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

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

4.07 s

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

19.95 s

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

12.75 s

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

0.002

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

8.39 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.

37.81 s

Page Load Progression

582 ms
1.2 s
1.7 s
2.3 s
2.9 s
3.5 s
4.1 s
4.7 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
4.9 MB transferred, 268 requests
FIX
4.9 MB transferred, 268 requests
Critical::
Page weighs 11.1 MB (4.9 MB transferred)
Warning::
JavaScript is 2.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.4 MB
Warning::
Images are 2.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.2 MB
Warning::
268 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.9 MB / 2.4 MB budget
4.9 MB transferred
268 requests
1.0 g CO2 per page load
JavaScript 2.4 MiB 49%
Images 2.2 MiB 45%
HTML 159.6 KiB 3%
Other 47.5 KiB 1%
Fonts 42.0 KiB 1%
Other 24.2 KiB 0%
Other 20.7 KiB 0%
CSS 2.2 KiB 0%
Other 716 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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.9 MiB of 4.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
25772ms total JS execution
FIX
25772ms total JS execution
Warning::
https://consent.cookiebot.com/5f3e2218-92b3-450a-a...: 9408ms CPU time
Warning::
https://content-eu-1.content-cms.com/7fbff3c6-1b3b...: 3516ms CPU time
Warning::
Unattributable: 2679ms CPU time
Warning::
https://www.timeshighereducation.com/_next/static/...: 2151ms CPU time
Warning::
https://www.timeshighereducation.com/_next/static/...: 1359ms CPU time
Warning::
Third-party scripts: 25772ms (100% of total)

Main Thread Breakdown

Script Evaluation 57% Parse HTML & CSS 22% Other 10% Style & Layout 4% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://consent.cookiebot.com/5f3e2218-92b3-450a-a647-b4e800bc8cbc/cc.js?renew=false&referer=www.timeshighereducation.com&dnt=false&init=false&framework=TCFv2.39408ms3451ms167ms3rd
https://content-eu-1.content-cms.com/7fbff3c6-1b3b-4a7d-a64e-c8ebc38fa3df/dxdam/51/5195a4c0-416a-4ed6-8a0a-19f049bca515/connect-6.4.148-logSignal-20250224.js3516ms3233ms26ms3rd
Unattributable2679ms492ms0ms3rd
https://www.timeshighereducation.com/_next/static/chunks/pages/_app-012a93cf73c65511.js2151ms1727ms331ms3rd
https://www.timeshighereducation.com/_next/static/chunks/framework-bfdc82762a850fab.js1359ms1021ms25ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=310979461214ms1029ms79ms3rd
https://www.timeshighereducation.com/1200ms100ms4ms3rd
https://cdn.tagdeliver.com/cipt/18910.js1028ms982ms13ms3rd
https://cdn.tagdeliver.com/hb/pbjs.3a7a89e63705a589.js544ms478ms50ms3rd
https://www.googletagmanager.com/gtag/js?id=G-7ZG9DC894S474ms402ms64ms3rd

Showing top 10 of 24 scripts

F
JS Bundles
Action
44 scripts, 939 KB unused
FIX
44 scripts, 939 KB unused
Warning::
https://www.timeshighereducation.com/_next/static/...: 411 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 102 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-7ZG9...: 65 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://consent.cookiebot.com/Framework/IAB/consen...: 64 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=DC-116...: 57 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 939 KB
939 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.timeshighereducation.com/_next/static/chunks/pages/_app-012a93cf73c65511.js724 KB411 KB (57%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946187 KB102 KB (54%)3rd
https://www.googletagmanager.com/gtag/js?id=G-7ZG9DC894S173 KB65 KB (38%)3rd
https://consent.cookiebot.com/Framework/IAB/consent-sdk-2.3.js88 KB64 KB (73%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-11660131&cx=c&gtm=4e64h1h1131 KB57 KB (44%)3rd
https://cdn.tagdeliver.com/hb/pbjs.3a7a89e63705a589.js135 KB50 KB (37%)3rd
https://c.amazon-adsystem.com/aax2/apstag.js91 KB38 KB (42%)3rd
https://consent.cookiebot.com/uc.js36 KB22 KB (63%)3rd
https://ats-wrapper.privacymanager.io/ats-modules/7d544214-156b-40cf-a420-cc0b1270c585/ats.js39 KB22 KB (58%)3rd
https://www.timeshighereducation.com/_next/static/chunks/framework-bfdc82762a850fab.js59 KB22 KB (37%)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
268 resources · 4.9 MB · 939 KB savings available
FIX
268 resources · 4.9 MB · 939 KB savings available
Warning::
Page weight 3.9 MB over 1MB target
Got: 4.9 MB Expected: ≤ 1 MB
Info::
~939 KB of savings available
Warning::
267 third-party resources (100% of weight)
Info::
5 resources over 200KB
268 resources · 4.9 MiB · 267 third-party 3.9 MiB over 1MB target
JavaScript 49% · 2.4 MiB
Image 45% · 2.2 MiB
Document 3% · 166.3 KiB
Other 2% · 81.4 KiB
Font 1% · 42.0 KiB
CSS 0% · 2.2 KiB

~938.8 KiB of savings available

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

B
Image Optimization
85 images, 0 KB saveable
REVIEW
85 images, 0 KB saveable
Warning::
https://www.timeshighereducation.com/academic-ui-a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
85 images 2.2 MB
0 oversized -0 KB
75 legacy format
1 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

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
1 fonts (42 KB)
PASS
1 fonts (42 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

42 KB total

Render-blocking

0

of 1

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 FCP 4.1 s LCP 20.0 shttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 35 ms — font-display: swap
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 35 ms
Start 1.0 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
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
268 requests over 17704ms
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 FCP 4.1 s LCP 20.0 shttps://timeshighereducation.com// https://timeshighereducation.com/ — 301 — 94 B — 774 ms — h2https://www.timeshighereducation.com/www.timeshighereducation.com/ https://www.timeshighereducation.com/ — 200 — 78.6 KiB — 34 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/scripts/consent-tag.jswww.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/scripts/consent-tag.js — 200 — 909 B — 7 ms — h2https://cdn.tagdeliver.com/cipt/18910.jscdn.tagdeliver.com/cipt/18910.js https://cdn.tagdeliver.com/cipt/18910.js — 200 — 21.8 KiB — 360 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap — 200 — 2.2 KiB — 143 ms — h2https://consent.cookiebot.com/uc.jsconsent.cookiebot.com/uc.js https://consent.cookiebot.com/uc.js — 200 — 35.7 KiB — 52 ms — h2https://www.timeshighereducation.com/_next/static/chunks/7673.1b99cb1d746e3e8e.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/chunks/7673.1b99cb1d746e3e8e.js — 200 — 2.1 KiB — 12 ms — h2https://www.timeshighereducation.com/_next/static/chunks/9330.87f76d0120efaec2.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/chunks/9330.87f76d0120efaec2.js — 200 — 2.6 KiB — 8 ms — h2https://www.timeshighereducation.com/_next/static/chunks/webpack-36c03f0b5ff69b40.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/chunks/webpack-36c03f0b5ff69b40.js — 200 — 2.9 KiB — 16 ms — h2https://www.timeshighereducation.com/_next/static/chunks/framework-bfdc82762a850fab.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/chunks/framework-bfdc82762a850fab.js — 200 — 58.9 KiB — 33 ms — h2https://www.timeshighereducation.com/_next/static/chunks/main-44570f6763e5c60a.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/chunks/main-44570f6763e5c60a.js — 200 — 39.9 KiB — 30 ms — h2https://www.timeshighereducation.com/_next/static/chunks/pages/_app-012a93cf73c65511.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/chunks/pages/_app-012a93cf73c65511.js — 200 — 724.3 KiB — 60 ms — h2https://www.timeshighereducation.com/_next/static/chunks/pages/%5B%5B...alias%5D%5D-221a295263dc5174.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/chunks/pages/%5B%5B...alias%5D%5D-221a295263dc5174.js — 200 — 1.2 KiB — 21 ms — h2https://www.timeshighereducation.com/_next/static/k_jHA5PjnSYMri4VH1UQi/_buildManifest.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/k_jHA5PjnSYMri4VH1UQi/_buildManifest.js — 200 — 661 B — 14 ms — h2https://www.timeshighereducation.com/_next/static/k_jHA5PjnSYMri4VH1UQi/_ssgManifest.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/k_jHA5PjnSYMri4VH1UQi/_ssgManifest.js — 200 — 233 B — 26 ms — h2https://consentcdn.cookiebot.com/consentconfig/5f3e2218-92b3-450a-a647-b4e800bc8cbc/settings.jsonconsentcdn.cookiebot.com/consentcon... https://consentcdn.cookiebot.com/consentconfig/5f3e2218-92b3-450a-a647-b4e800bc8cbc/settings.json — 200 — 962 B — 35 ms — h2https://consent.cookiebot.com/Framework/IAB/consent-sdk-2.3.jsconsent.cookiebot.com/Framework/IAB... https://consent.cookiebot.com/Framework/IAB/consent-sdk-2.3.js — 200 — 87.9 KiB — 27 ms — h2https://consent.cookiebot.com/5f3e2218-92b3-450a-a647-b4e800bc8cbc/cc.js?renew=false&referer=www.timeshighereducation.com&dnt=false&init=false&framework=TCFv2.3consent.cookiebot.com/5f3e2218-92b3... https://consent.cookiebot.com/5f3e2218-92b3-450a-a647-b4e800bc8cbc/cc.js?renew=false&referer=www.timeshighereducation.com&dnt=false&init=false&framework=TCFv2.3 — 200 — 306.8 KiB — 386 ms — h2https://consentcdn.cookiebot.com/sdk/bc-v4.min.htmlconsentcdn.cookiebot.com/sdk/bc-v4.... https://consentcdn.cookiebot.com/sdk/bc-v4.min.html — 200 — 810 B — 21 ms — h2data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA5MiAzNyIgZmlsbD0ib…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA5MiAzNyIgZmlsbD0ib… — 200 — 0 B — 1 ms — datadata:image/svg+xml;base64,PHN2ZyBmb2N1c2FibGU9ImZhbHNlIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZ…data:image/svg+xml;base64,PHN2ZyBmb... data:image/svg+xml;base64,PHN2ZyBmb2N1c2FibGU9ImZhbHNlIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZ… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ib…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ib… — 200 — 0 B — 0 ms — datahttps://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/rankings.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/rankings.svg?1 — 200 — 527 B — 43 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/arrow-right.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/arrow-right.svg?1 — 200 — 351 B — 38 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/news.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/news.svg?1 — 200 — 606 B — 38 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/resources.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/resources.svg?1 — 200 — 1021 B — 40 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/events-2.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/events-2.svg?1 — 200 — 846 B — 37 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/study-abroad.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/study-abroad.svg?1 — 200 — 552 B — 37 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/jobs.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/jobs.svg?1 — 200 — 604 B — 38 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/data.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/data.svg?1 — 200 — 584 B — 37 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 FCP 4.1 s LCP 20.0 shttps://timeshighereducation.com// https://timeshighereducation.com/ — 301 — 94 B — 774 ms — h2https://www.timeshighereducation.com/www.timeshighereducation.com/ https://www.timeshighereducation.com/ — 200 — 78.6 KiB — 34 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/scripts/consent-tag.jswww.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/scripts/consent-tag.js — 200 — 909 B — 7 ms — h2https://cdn.tagdeliver.com/cipt/18910.jscdn.tagdeliver.com/cipt/18910.js https://cdn.tagdeliver.com/cipt/18910.js — 200 — 21.8 KiB — 360 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap — 200 — 2.2 KiB — 143 ms — h2https://consent.cookiebot.com/uc.jsconsent.cookiebot.com/uc.js https://consent.cookiebot.com/uc.js — 200 — 35.7 KiB — 52 ms — h2https://www.timeshighereducation.com/_next/static/chunks/7673.1b99cb1d746e3e8e.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/chunks/7673.1b99cb1d746e3e8e.js — 200 — 2.1 KiB — 12 ms — h2https://www.timeshighereducation.com/_next/static/chunks/9330.87f76d0120efaec2.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/chunks/9330.87f76d0120efaec2.js — 200 — 2.6 KiB — 8 ms — h2https://www.timeshighereducation.com/_next/static/chunks/webpack-36c03f0b5ff69b40.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/chunks/webpack-36c03f0b5ff69b40.js — 200 — 2.9 KiB — 16 ms — h2https://www.timeshighereducation.com/_next/static/chunks/framework-bfdc82762a850fab.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/chunks/framework-bfdc82762a850fab.js — 200 — 58.9 KiB — 33 ms — h2https://www.timeshighereducation.com/_next/static/chunks/main-44570f6763e5c60a.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/chunks/main-44570f6763e5c60a.js — 200 — 39.9 KiB — 30 ms — h2https://www.timeshighereducation.com/_next/static/chunks/pages/_app-012a93cf73c65511.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/chunks/pages/_app-012a93cf73c65511.js — 200 — 724.3 KiB — 60 ms — h2https://www.timeshighereducation.com/_next/static/chunks/pages/%5B%5B...alias%5D%5D-221a295263dc5174.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/chunks/pages/%5B%5B...alias%5D%5D-221a295263dc5174.js — 200 — 1.2 KiB — 21 ms — h2https://www.timeshighereducation.com/_next/static/k_jHA5PjnSYMri4VH1UQi/_buildManifest.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/k_jHA5PjnSYMri4VH1UQi/_buildManifest.js — 200 — 661 B — 14 ms — h2https://www.timeshighereducation.com/_next/static/k_jHA5PjnSYMri4VH1UQi/_ssgManifest.jswww.timeshighereducation.com/_next/... https://www.timeshighereducation.com/_next/static/k_jHA5PjnSYMri4VH1UQi/_ssgManifest.js — 200 — 233 B — 26 ms — h2https://consentcdn.cookiebot.com/consentconfig/5f3e2218-92b3-450a-a647-b4e800bc8cbc/settings.jsonconsentcdn.cookiebot.com/consentcon... https://consentcdn.cookiebot.com/consentconfig/5f3e2218-92b3-450a-a647-b4e800bc8cbc/settings.json — 200 — 962 B — 35 ms — h2https://consent.cookiebot.com/Framework/IAB/consent-sdk-2.3.jsconsent.cookiebot.com/Framework/IAB... https://consent.cookiebot.com/Framework/IAB/consent-sdk-2.3.js — 200 — 87.9 KiB — 27 ms — h2https://consent.cookiebot.com/5f3e2218-92b3-450a-a647-b4e800bc8cbc/cc.js?renew=false&referer=www.timeshighereducation.com&dnt=false&init=false&framework=TCFv2.3consent.cookiebot.com/5f3e2218-92b3... https://consent.cookiebot.com/5f3e2218-92b3-450a-a647-b4e800bc8cbc/cc.js?renew=false&referer=www.timeshighereducation.com&dnt=false&init=false&framework=TCFv2.3 — 200 — 306.8 KiB — 386 ms — h2https://consentcdn.cookiebot.com/sdk/bc-v4.min.htmlconsentcdn.cookiebot.com/sdk/bc-v4.... https://consentcdn.cookiebot.com/sdk/bc-v4.min.html — 200 — 810 B — 21 ms — h2data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA5MiAzNyIgZmlsbD0ib…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCA5MiAzNyIgZmlsbD0ib… — 200 — 0 B — 1 ms — datadata:image/svg+xml;base64,PHN2ZyBmb2N1c2FibGU9ImZhbHNlIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZ…data:image/svg+xml;base64,PHN2ZyBmb... data:image/svg+xml;base64,PHN2ZyBmb2N1c2FibGU9ImZhbHNlIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZ… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ib…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ib… — 200 — 0 B — 0 ms — datahttps://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/rankings.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/rankings.svg?1 — 200 — 527 B — 43 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/arrow-right.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/arrow-right.svg?1 — 200 — 351 B — 38 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/news.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/news.svg?1 — 200 — 606 B — 38 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/resources.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/resources.svg?1 — 200 — 1021 B — 40 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/events-2.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/events-2.svg?1 — 200 — 846 B — 37 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/study-abroad.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/study-abroad.svg?1 — 200 — 552 B — 37 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/jobs.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/jobs.svg?1 — 200 — 604 B — 38 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/data.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/data.svg?1 — 200 — 584 B — 37 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/solutions.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/solutions.svg?1 — 200 — 641 B — 33 ms — h2https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 35 ms — h3data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%271…www.w3.org/2000/svg%27%20version=%2... data:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%271… — 200 — 0 B — 0 ms — datadata:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 — 200 — 0 B — 0 ms — datahttps://www.timeshighereducation.com/sites/default/files/gradient-header-new.jpgwww.timeshighereducation.com/sites/... https://www.timeshighereducation.com/sites/default/files/gradient-header-new.jpg — 200 — 21.2 KiB — 10 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/IHE-logo.svg?2www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/IHE-logo.svg?2 — 200 — 679 B — 11 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/third-party-arrow.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/third-party-arrow.svg?1 — 200 — 273 B — 35 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/BMI-logo.svg?2www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/BMI-logo.svg?2 — 200 — 1.1 KiB — 23 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/DataHE-logo.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/DataHE-logo.svg?1 — 200 — 3.5 KiB — 25 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/poetsnquants.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/poetsnquants.svg?1 — 200 — 23.7 KiB — 25 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/ewf-logo.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/ewf-logo.svg?1 — 200 — 43.3 KiB — 32 ms — h2https://www.timeshighereducation.com/sites/default/files/styles/teaser_standard/public/istock-2207511830.jpg?itok=JhWeGE9Pwww.timeshighereducation.com/sites/... https://www.timeshighereducation.com/sites/default/files/styles/teaser_standard/public/istock-2207511830.jpg?itok=JhWeGE9P — 200 — 28.3 KiB — 44 ms — h2https://www.timeshighereducation.com/sites/default/files/styles/teaser_standard/public/istock-640150106.jpg?itok=RFoyIEy7www.timeshighereducation.com/sites/... https://www.timeshighereducation.com/sites/default/files/styles/teaser_standard/public/istock-640150106.jpg?itok=RFoyIEy7 — 200 — 26.7 KiB — 44 ms — h2https://www.timeshighereducation.com/sites/default/files/styles/teaser_standard/public/boldly-go-mortarboard.jpg?itok=jVzqan2cwww.timeshighereducation.com/sites/... https://www.timeshighereducation.com/sites/default/files/styles/teaser_standard/public/boldly-go-mortarboard.jpg?itok=jVzqan2c — 200 — 23.0 KiB — 45 ms — h2https://www.timeshighereducation.com/sites/default/files/styles/teaser_standard/public/1_speechless-ric_esther_bienstock-producer-director.png?itok=cRVG4LiMwww.timeshighereducation.com/sites/... https://www.timeshighereducation.com/sites/default/files/styles/teaser_standard/public/1_speechless-ric_esther_bienstock-producer-director.png?itok=cRVG4LiM — 200 — 202.1 KiB — 47 ms — h2https://www.timeshighereducation.com/cms-academic/sites/default/files/2025-10/WUR2026-cover-500x500px.jpgwww.timeshighereducation.com/cms-ac... https://www.timeshighereducation.com/cms-academic/sites/default/files/2025-10/WUR2026-cover-500x500px.jpg — 200 — 1008.0 KiB — 105 ms — h2https://www.timeshighereducation.com/cms-academic/sites/default/files/2025-06/Impact-cover-RGB-500x500_0.jpgwww.timeshighereducation.com/cms-ac... https://www.timeshighereducation.com/cms-academic/sites/default/files/2025-06/Impact-cover-RGB-500x500_0.jpg — 200 — 176.0 KiB — 46 ms — h2https://www.timeshighereducation.com/cms-academic/sites/default/files/2025-11/ISR%202026%20Cover_500x500px.pngwww.timeshighereducation.com/cms-ac... https://www.timeshighereducation.com/cms-academic/sites/default/files/2025-11/ISR%202026%20Cover_500x500px.png — 200 — 390.4 KiB — 100 ms — h2https://www.timeshighereducation.com/cms-academic/sites/default/files/2025-11/Arab2026-cover-500x500.jpgwww.timeshighereducation.com/cms-ac... https://www.timeshighereducation.com/cms-academic/sites/default/files/2025-11/Arab2026-cover-500x500.jpg — 200 — 100.5 KiB — 57 ms — h2https://www.timeshighereducation.com/cms-academic/sites/default/files/2025-04/UTF-8Asia2025-500x500px.jpgwww.timeshighereducation.com/cms-ac... https://www.timeshighereducation.com/cms-academic/sites/default/files/2025-04/UTF-8Asia2025-500x500px.jpg — 200 — 139.9 KiB — 88 ms — h2https://www.timeshighereducation.com/cms-academic/sites/default/files/2022-09/participate_rankings_sm2.jpgwww.timeshighereducation.com/cms-ac... https://www.timeshighereducation.com/cms-academic/sites/default/files/2022-09/participate_rankings_sm2.jpg — 200 — 23.1 KiB — 79 ms — h2https://www.timeshighereducation.com/cdn/mz/01400f1/mz.jswww.timeshighereducation.com/cdn/mz... https://www.timeshighereducation.com/cdn/mz/01400f1/mz.js — 200 — 53.9 KiB — 9 ms — h2https://www.timeshighereducation.com/cdn/mz/01400f1/mze.jswww.timeshighereducation.com/cdn/mz... https://www.timeshighereducation.com/cdn/mz/01400f1/mze.js — 200 — 1.0 KiB — 7 ms — h2https://content-eu-1.content-cms.com/7fbff3c6-1b3b-4a7d-a64e-c8ebc38fa3df/dxdam/51/5195a4c0-416a-4ed6-8a0a-19f049bca515/connect-6.4.148-logSignal-20250224.jscontent-eu-1.content-cms.com/7fbff3... https://content-eu-1.content-cms.com/7fbff3c6-1b3b-4a7d-a64e-c8ebc38fa3df/dxdam/51/5195a4c0-416a-4ed6-8a0a-19f049bca515/connect-6.4.148-logSignal-20250224.js — 200 — 61.1 KiB — 32 ms — h2https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/user-icon-red.svg?1www.timeshighereducation.com/academ... https://www.timeshighereducation.com/academic-ui-assets/dsc/svg/flat/user-icon-red.svg?1 — 200 — 723 B — 9 ms — h2https://api.rudderstack.com/sourceConfig/?p=npm&v=2.43.0&writeKey=2WfNiG0OgRvLGPUHx8z4pGS8Kx0api.rudderstack.com/sourceConfig/?p... https://api.rudderstack.com/sourceConfig/?p=npm&v=2.43.0&writeKey=2WfNiG0OgRvLGPUHx8z4pGS8Kx0 — 204 — 0 B — 16 ms — h2https://www.googletagmanager.com/gtag/js?id=G-7ZG9DC894Swww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-7ZG9DC894S — 200 — 173.0 KiB — 255 ms — h2https://api.rudderstack.com/sourceConfig/?p=npm&v=2.43.0&writeKey=2WfNiG0OgRvLGPUHx8z4pGS8Kx0api.rudderstack.com/sourceConfig/?p... https://api.rudderstack.com/sourceConfig/?p=npm&v=2.43.0&writeKey=2WfNiG0OgRvLGPUHx8z4pGS8Kx0 — 200 — 1.3 KiB — 29 ms — h2https://launchpad-wrapper.privacymanager.io/e2159823-5bfd-4d83-9059-81a8a302a387/launchpad-liveramp.jslaunchpad-wrapper.privacymanager.io... https://launchpad-wrapper.privacymanager.io/e2159823-5bfd-4d83-9059-81a8a302a387/launchpad-liveramp.js — 200 — 2.9 KiB — 33 ms — h2https://cdn.tagdeliver.com/cidf/18910-mch20260421.jsoncdn.tagdeliver.com/cidf/18910-mch20... https://cdn.tagdeliver.com/cidf/18910-mch20260421.json — 200 — 4.1 KiB — 20 ms — h2https://uc.tagdeliver.com/?cx=true&uid=18910&page=https%3A%2F%2Fwww.timeshighereducation.com%2Fuc.tagdeliver.com/?cx=true&uid=1891... https://uc.tagdeliver.com/?cx=true&uid=18910&page=https%3A%2F%2Fwww.timeshighereducation.com%2F — 200 — 440 B — 350 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAuCAYAAAC/OZ4cAAAAAXNSR0IArs4c6QAAAARnQU1BAACxj…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAuCAYAAAC/OZ4cAAAAAXNSR0IArs4c6QAAAARnQU1BAACxj… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAA… — 200 — 0 B — 0 ms — datahttps://timeshigheqfoo.dataplane.rudderstack.com/v1/pagetimeshigheqfoo.dataplane.rudderstac... https://timeshigheqfoo.dataplane.rudderstack.com/v1/page — 204 — 0 B — 610 ms — h2https://log.tagdeliver.com/log.tagdeliver.com/ https://log.tagdeliver.com/ — 204 — 0 B — 343 ms — h2https://launchpad.privacymanager.io/latest/launchpad.bundle.jslaunchpad.privacymanager.io/latest/... https://launchpad.privacymanager.io/latest/launchpad.bundle.js — 200 — 45.4 KiB — 21 ms — h2https://lib-eu-1.brilliantcollector.com/collector/switch/0bc8af6514bc4e0796fb33b861deafd3lib-eu-1.brilliantcollector.com/col... https://lib-eu-1.brilliantcollector.com/collector/switch/0bc8af6514bc4e0796fb33b861deafd3 — 200 — 0 B — 642 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-11660131&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-11660131&cx=c&gtm=4e64h1h1 — 200 — 130.6 KiB — 199 ms — h2https://cdn.tagdeliver.com/hb/pbjs.3a7a89e63705a589.jscdn.tagdeliver.com/hb/pbjs.3a7a89e6... https://cdn.tagdeliver.com/hb/pbjs.3a7a89e63705a589.js — 200 — 135.4 KiB — 21 ms — h2https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 91.0 KiB — 43 ms — h2https://cdn.tagdeliver.com/cihbm.jscdn.tagdeliver.com/cihbm.js https://cdn.tagdeliver.com/cihbm.js — 200 — 5.3 KiB — 14 ms — h2https://scripts.webcontentassessor.com/scripts/f4cb915599afd93c738580a077f8736be0baadcc346bc28a40306d998d4af278scripts.webcontentassessor.com/scri... https://scripts.webcontentassessor.com/scripts/f4cb915599afd93c738580a077f8736be0baadcc346bc28a40306d998d4af278 — 200 — 94.0 KiB — 41 ms — h2https://cdn.tagdeliver.com/cipt/a/brand-light.svgcdn.tagdeliver.com/cipt/a/brand-lig... https://cdn.tagdeliver.com/cipt/a/brand-light.svg — 200 — 1.9 KiB — 12 ms — h2https://cdn.tagdeliver.com/cipt/a/close-light.svgcdn.tagdeliver.com/cipt/a/close-lig... https://cdn.tagdeliver.com/cipt/a/close-light.svg — 200 — 938 B — 12 ms — h2https://geo.privacymanager.io/geo.privacymanager.io/ https://geo.privacymanager.io/ — 200 — 0 B — 217 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.js?ci-hbsecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js?ci-hb — 200 — 34.1 KiB — 137 ms — h3https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json?date=20260421cdn.jsdelivr.net/gh/prebid/currency... https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json?date=20260421 — 200 — 1.5 KiB — 25 ms — h2https://id.a-mx.com/sync/?tagId=&ref=null&u=https://www.timeshighereducation.com/&tl=https://www.timeshighereducation.com/&nf=1&rt=true&v=11.5.0&av=2.0&vg=pbjs&us_privacy=1---&am=null&gdpr=0&gdpr_consent=id.a-mx.com/sync/?tagId=&ref=null&u... https://id.a-mx.com/sync/?tagId=&ref=null&u=https://www.timeshighereducation.com/&tl=https://www.timeshighereducation.com/&nf=1&rt=true&v=11.5.0&av=2.0&vg=pbjs&us_privacy=1---&am=null&gdpr=0&gdpr_consent= — 302 — 671 B — 1.1 s — h2https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fwww.timeshighereducation.com%2F&domain=www.timeshighereducation.com&cw=1&lsw=1&us_privacy=1---gum.criteo.com/sid/json?origin=preb... https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fwww.timeshighereducation.com%2F&domain=www.timeshighereducation.com&cw=1&lsw=1&us_privacy=1--- — 200 — 0 B — 360 ms — h2https://timeshigheqfoo.dataplane.rudderstack.com/v1/pagetimeshigheqfoo.dataplane.rudderstac... https://timeshigheqfoo.dataplane.rudderstack.com/v1/page — 200 — 79 B — 208 ms — h2https://login.timeshighereducation.com/authorize?client_id=ipv3u1VjfhsUvT5zMESZNslbiJQLZImr&scope=openid+profile+email&redirect_uri=https%3A%2F%2Fwww.timeshighereducation.com&prompt=none&response_type=code&response_mode=web_message&state=MzZQZ1NkaWtCQzllWVBFTXR4dmd0V3FNRWwwWTB5U0p5dGpjYXE1NHBDNg%3D%3D&nonce=eDYzZXlFUDdkcFd%2BdTNUV0lyWFF1cE1NZ3k5LjYwblVmVXl4YzNuUE14Zw%3D%3D&code_challenge=spBKlspCmu9OyzlGIxzoSX6rk9JpJd3Ug3deDY6Y_ms&code_challenge_method=S256&auth0Client=eyJuYW1lIjoiYXV0aDAtcmVhY3QiLCJ2ZXJzaW9uIjoiMi4xMy4wIn0%3Dlogin.timeshighereducation.com/auth... https://login.timeshighereducation.com/authorize?client_id=ipv3u1VjfhsUvT5zMESZNslbiJQLZImr&scope=openid+profile+email&redirect_uri=https%3A%2F%2Fwww.timeshighereducation.com&prompt=none&response_type=code&response_mode=web_message&state=MzZQZ1NkaWtCQzllWVBFTXR4dmd0V3FNRWwwWTB5U0p5dGpjYXE1NHBDNg%3D%3D&nonce=eDYzZXlFUDdkcFd%2BdTNUV0lyWFF1cE1NZ3k5LjYwblVmVXl4YzNuUE14Zw%3D%3D&code_challenge=spBKlspCmu9OyzlGIxzoSX6rk9JpJd3Ug3deDY6Y_ms&code_challenge_method=S256&auth0Client=eyJuYW1lIjoiYXV0aDAtcmVhY3QiLCJ2ZXJzaW9uIjoiMi4xMy4wIn0%3D — 200 — 1.3 KiB — 329 ms — h2https://log.tagdeliver.com/log.tagdeliver.com/ https://log.tagdeliver.com/ — 200 — 117 B — 1.1 s — h2https://config.aps.amazon-adsystem.com/configs/31d73d2c-90bc-4f1d-943e-7ad060d80ad4config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/31d73d2c-90bc-4f1d-943e-7ad060d80ad4 — 200 — 881 B — 31 ms — h2https://c.amazon-adsystem.com/cdn/prod/config?src=600&u=https%3A%2F%2Fwww.timeshighereducation.com&pubid=31d73d2c-90bc-4f1d-943e-7ad060d80ad4c.amazon-adsystem.com/cdn/prod/conf... https://c.amazon-adsystem.com/cdn/prod/config?src=600&u=https%3A%2F%2Fwww.timeshighereducation.com&pubid=31d73d2c-90bc-4f1d-943e-7ad060d80ad4 — 204 — 319 B — 11 ms — h2https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 17 ms — h2https://geo.privacymanager.io/geo.privacymanager.io/ https://geo.privacymanager.io/ — 200 — 430 B — 11 ms — h2https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fwww.timeshighereducation.com%2F&domain=www.timeshighereducation.com&cw=1&lsw=1&us_privacy=1---gum.criteo.com/sid/json?origin=preb... https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fwww.timeshighereducation.com%2F&domain=www.timeshighereducation.com&cw=1&lsw=1&us_privacy=1--- — 302 — 855 B — 731 ms — h2https://lib-eu-1.brilliantcollector.com/collector/switch/0bc8af6514bc4e0796fb33b861deafd3lib-eu-1.brilliantcollector.com/col... https://lib-eu-1.brilliantcollector.com/collector/switch/0bc8af6514bc4e0796fb33b861deafd3 — 200 — 251 B — 210 ms — h2https://lib-eu-1.brilliantcollector.com/collector/collectorPostlib-eu-1.brilliantcollector.com/col... https://lib-eu-1.brilliantcollector.com/collector/collectorPost — 200 — 0 B — 210 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946 — 200 — 187.4 KiB — 16 ms — h3https://c3.a-mo.net/b?uid=c5b54b6a%2Df600%2D4ffe%2Dbe08%2Dc5176e132058&sh=id%2Ea%2Dmx%2Ecom&gdpr=0&us_privacy=1---&c3.a-mo.net/b?uid=c5b54b6a%2Df600%2... https://c3.a-mo.net/b?uid=c5b54b6a%2Df600%2D4ffe%2Dbe08%2Dc5176e132058&sh=id%2Ea%2Dmx%2Ecom&gdpr=0&us_privacy=1---& — -1 — 0 B — 98 ms — https://mug.criteo.com/sid?cpp=WO5XgHwwbDQ1cTBWK3hzYThDK2JWQmk2V2hMZEZDZUZ6dTM0dm9oZXBZUkRoOTNVcm4zNjJ6VWxFQWpvYUVhcWxLR0VIbTZ1WldTRlhxR0ZmYVBYMjhkM3RlZWg4YXhIUHNGR2lZWk9PWGlJbFE1YnlDL3BZYnNxbjd2bWpyOUQyUFBpaW0wbmNIT3dPbDREZUdkWm9aWllvbnhyRFNMSm1Oclk4MzNmaUdwK1dQTzI4K3F4QXdGdURnbVdhUVpQNWpNclZCVFhwNEVNdTBJdFo0NjJHZkFaWUl6V2xoeVdSRzFOemNRK2lZYVd1aDVYWWlxYUJOSVprZkxSSk1hTnRaRlFLdDNpTXFWRjI3bjdNYUJiUnQxaHdWUT09fA&cppv=2mug.criteo.com/sid?cpp=WO5XgHwwbDQ1... https://mug.criteo.com/sid?cpp=WO5XgHwwbDQ1cTBWK3hzYThDK2JWQmk2V2hMZEZDZUZ6dTM0dm9oZXBZUkRoOTNVcm4zNjJ6VWxFQWpvYUVhcWxLR0VIbTZ1WldTRlhxR0ZmYVBYMjhkM3RlZWg4YXhIUHNGR2lZWk9PWGlJbFE1YnlDL3BZYnNxbjd2bWpyOUQyUFBpaW0wbmNIT3dPbDREZUdkWm9aWllvbnhyRFNMSm1Oclk4MzNmaUdwK1dQTzI4K3F4QXdGdURnbVdhUVpQNWpNclZCVFhwNEVNdTBJdFo0NjJHZkFaWUl6V2xoeVdSRzFOemNRK2lZYVd1aDVYWWlxYUJOSVprZkxSSk1hTnRaRlFLdDNpTXFWRjI3bjdNYUJiUnQxaHdWUT09fA&cppv=2 — 200 — 0 B — 395 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fwww.timeshighereducation.com%2F&scrsrc=www.googletagmanager.com&rnd=78457896.1776805318&navt=n&npa=1&us_privacy=1---&gdid=dMWZhNz&_tu=KA&gtm=45fe64h1h1v9181792355za200zb867958958zd867958958xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tcfd=1000g&tag_exp=0~115616986~115938466~115938469~117266400&apve=1&apvf=f&apvc=1&tids=DC-11660131&tid=DC-11660131&tft=1776805318228&tfd=6380pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fwww.timeshighereducation.com%2F&scrsrc=www.googletagmanager.com&rnd=78457896.1776805318&navt=n&npa=1&us_privacy=1---&gdid=dMWZhNz&_tu=KA&gtm=45fe64h1h1v9181792355za200zb867958958zd867958958xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tcfd=1000g&tag_exp=0~115616986~115938466~115938469~117266400&apve=1&apvf=f&apvc=1&tids=DC-11660131&tid=DC-11660131&tft=1776805318228&tfd=6380 — 200 — 21 B — 239 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fwww.timeshighereducation.com%2F&scrsrc=www.googletagmanager.com&rnd=78457896.1776805318&navt=n&npa=1&us_privacy=1---&ep.page_path=%2F&ep.page_type=home&ep.page_section=Corporate%20Home&gdid=dMWZhNz&_tu=CA&gtm=45fe64h1h1v9181792355za200zb867958958zd867958958xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tcfd=1000g&tag_exp=0~115616986~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=DC-11660131&tid=DC-11660131&tft=1776805318229&tfd=6381pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fwww.timeshighereducation.com%2F&scrsrc=www.googletagmanager.com&rnd=78457896.1776805318&navt=n&npa=1&us_privacy=1---&ep.page_path=%2F&ep.page_type=home&ep.page_section=Corporate%20Home&gdid=dMWZhNz&_tu=CA&gtm=45fe64h1h1v9181792355za200zb867958958zd867958958xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tcfd=1000g&tag_exp=0~115616986~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=DC-11660131&tid=DC-11660131&tft=1776805318229&tfd=6381 — 200 — 21 B — 238 ms — h3https://ade.googlesyndication.com/ddm/activity/src=11660131;rcb=2;npa=1;gdid=dMWZhNz;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=denied;frm=0;_tu=CCA;gtm=45fe64h1h1v9181792355za200zb867958958zd867958958xec;gcs=G100;gcd=13p3p3p3p5l1;dma_cps=-;dma=0;dc_fmt=8;tcfd=1000g;tag_exp=0~115616986~115938466~115938469~117266400;epver=2;~oref=https%3A%2F%2Fwww.timeshighereducation.com?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=11660131;rcb=2;npa=1;gdid=dMWZhNz;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=denied;frm=0;_tu=CCA;gtm=45fe64h1h1v9181792355za200zb867958958zd867958958xec;gcs=G100;gcd=13p3p3p3p5l1;dma_cps=-;dma=0;dc_fmt=8;tcfd=1000g;tag_exp=0~115616986~115938466~115938469~117266400;epver=2;~oref=https%3A%2F%2Fwww.timeshighereducation.com? — 200 — 107 B — 130 ms — h2https://ade.googlesyndication.com/ddm/activity/src=11660131;type=invmedia;cat=theco0;rcb=2;ord=7743094463538;npa=1;gdid=dMWZhNz;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=denied;frm=0;_tu=CFA;gtm=45fe64h1h1v9181792355za200zb867958958zd867958958xec;gcs=G100;gcd=13p3p3p3p5l1;dma_cps=-;dma=0;dc_fmt=8;tcfd=1000g;tag_exp=0~115616986~115938466~115938469~117266400;epver=2;~oref=https%3A%2F%2Fwww.timeshighereducation.com?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=11660131;type=invmedia;cat=theco0;rcb=2;ord=7743094463538;npa=1;gdid=dMWZhNz;uaa=;uab=64;uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=denied;frm=0;_tu=CFA;gtm=45fe64h1h1v9181792355za200zb867958958zd867958958xec;gcs=G100;gcd=13p3p3p3p5l1;dma_cps=-;dma=0;dc_fmt=8;tcfd=1000g;tag_exp=0~115616986~115938466~115938469~117266400;epver=2;~oref=https%3A%2F%2Fwww.timeshighereducation.com? — 200 — 401 B — 128 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-7ZG9DC894S&gtm=45je64h1h1v867958958za200zd867958958&_p=1776805314111&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&tcfd=1000g&gdid=dMWZhNz&_eu=EAAAAGA&_ng=1&are=1&cid=1874009524.1776805318&frm=0&ir=1&pscdl=denied&rcb=6&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266401&dl=https%3A%2F%2Fwww.timeshighereducation.com%2F&dp=%2F&sid=1776805316&sct=1&seg=0&dt=Times%20Higher%20Education%20home%20%7C%20Times%20Higher%20Education%20(THE)&_tu=KA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.page_type=home&ep.page_section=Corporate%20Home&tfd=6400www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-7ZG9DC894S&gtm=45je64h1h1v867958958za200zd867958958&_p=1776805314111&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&tcfd=1000g&gdid=dMWZhNz&_eu=EAAAAGA&_ng=1&are=1&cid=1874009524.1776805318&frm=0&ir=1&pscdl=denied&rcb=6&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266401&dl=https%3A%2F%2Fwww.timeshighereducation.com%2F&dp=%2F&sid=1776805316&sct=1&seg=0&dt=Times%20Higher%20Education%20home%20%7C%20Times%20Higher%20Education%20(THE)&_tu=KA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.page_type=home&ep.page_section=Corporate%20Home&tfd=6400 — 204 — 558 B — 221 ms — h2https://lib-eu-1.brilliantcollector.com/collector/collectorPostlib-eu-1.brilliantcollector.com/col... https://lib-eu-1.brilliantcollector.com/collector/collectorPost — 200 — 369 B — 1.1 s — h2https://script.4dex.io/a/latest/adagio.jsscript.4dex.io/a/latest/adagio.js https://script.4dex.io/a/latest/adagio.js — 200 — 19.4 KiB — 28 ms — http/1.1https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 0 B — 134 ms — h2https://invstatic101.creativecdn.com/encrypted-signals/encrypted-tag-g.jsinvstatic101.creativecdn.com/encryp... https://invstatic101.creativecdn.com/encrypted-signals/encrypted-tag-g.js — 200 — 2.9 KiB — 371 ms — h2https://static.criteo.net/js/ld/publishertag.ids.jsstatic.criteo.net/js/ld/publisherta... https://static.criteo.net/js/ld/publishertag.ids.js — 200 — 14.8 KiB — 387 ms — h2https://tags.crwdcntrl.net/lt/c/16589/sync.min.jstags.crwdcntrl.net/lt/c/16589/sync.... https://tags.crwdcntrl.net/lt/c/16589/sync.min.js — 200 — 13.2 KiB — 35 ms — h2https://oa.openxcdn.net/esp.jsoa.openxcdn.net/esp.js https://oa.openxcdn.net/esp.js — 200 — 8.2 KiB — 31 ms — h2https://cm.g.doubleclick.net/partnerpixels?gdpr=0&us_privacy=1---&url=https%3A%2F%2Fwww.timeshighereducation.com%2Fcm.g.doubleclick.net/partnerpixels?... https://cm.g.doubleclick.net/partnerpixels?gdpr=0&us_privacy=1---&url=https%3A%2F%2Fwww.timeshighereducation.com%2F — 200 — 232 B — 123 ms — h2https://ats-wrapper.privacymanager.io/ats-modules/7d544214-156b-40cf-a420-cc0b1270c585/ats.jsats-wrapper.privacymanager.io/ats-m... https://ats-wrapper.privacymanager.io/ats-modules/7d544214-156b-40cf-a420-cc0b1270c585/ats.js — 200 — 39.0 KiB — 26 ms — h2https://oajs.openx.net/esp?url=https%3A%2F%2Fwww.timeshighereducation.com%2F&rid=espoajs.openx.net/esp?url=https%3A%2F%... https://oajs.openx.net/esp?url=https%3A%2F%2Fwww.timeshighereducation.com%2F&rid=esp — 302 — 315 B — 141 ms — h2https://bcp.crwdcntrl.net/6/map?xcid=16589bcp.crwdcntrl.net/6/map?xcid=16589 https://bcp.crwdcntrl.net/6/map?xcid=16589 — 200 — 704 B — 58 ms — h2https://geo.privacymanager.io/geo.privacymanager.io/ https://geo.privacymanager.io/ — 200 — 429 B — 6 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 399 B — 131 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 62 ms — h3https://mug.criteo.com/sid?cpp=WO5XgHwwbDQ1cTBWK3hzYThDK2JWQmk2V2hMZEZDZUZ6dTM0dm9oZXBZUkRoOTNVcm4zNjJ6VWxFQWpvYUVhcWxLR0VIbTZ1WldTRlhxR0ZmYVBYMjhkM3RlZWg4YXhIUHNGR2lZWk9PWGlJbFE1YnlDL3BZYnNxbjd2bWpyOUQyUFBpaW0wbmNIT3dPbDREZUdkWm9aWllvbnhyRFNMSm1Oclk4MzNmaUdwK1dQTzI4K3F4QXdGdURnbVdhUVpQNWpNclZCVFhwNEVNdTBJdFo0NjJHZkFaWUl6V2xoeVdSRzFOemNRK2lZYVd1aDVYWWlxYUJOSVprZkxSSk1hTnRaRlFLdDNpTXFWRjI3bjdNYUJiUnQxaHdWUT09fA&cppv=2mug.criteo.com/sid?cpp=WO5XgHwwbDQ1... https://mug.criteo.com/sid?cpp=WO5XgHwwbDQ1cTBWK3hzYThDK2JWQmk2V2hMZEZDZUZ6dTM0dm9oZXBZUkRoOTNVcm4zNjJ6VWxFQWpvYUVhcWxLR0VIbTZ1WldTRlhxR0ZmYVBYMjhkM3RlZWg4YXhIUHNGR2lZWk9PWGlJbFE1YnlDL3BZYnNxbjd2bWpyOUQyUFBpaW0wbmNIT3dPbDREZUdkWm9aWllvbnhyRFNMSm1Oclk4MzNmaUdwK1dQTzI4K3F4QXdGdURnbVdhUVpQNWpNclZCVFhwNEVNdTBJdFo0NjJHZkFaWUl6V2xoeVdSRzFOemNRK2lZYVd1aDVYWWlxYUJOSVprZkxSSk1hTnRaRlFLdDNpTXFWRjI3bjdNYUJiUnQxaHdWUT09fA&cppv=2 — 200 — 1.1 KiB — 379 ms — h2https://oajs.openx.net/esp?url=https%3A%2F%2Fwww.timeshighereducation.com%2F&rid=esp&cc=1oajs.openx.net/esp?url=https%3A%2F%... https://oajs.openx.net/esp?url=https%3A%2F%2Fwww.timeshighereducation.com%2F&rid=esp&cc=1 — 200 — 109 B — 127 ms — h2https://google-bidout-d.openx.net/w/1.0/pd?plm=5google-bidout-d.openx.net/w/1.0/pd?... https://google-bidout-d.openx.net/w/1.0/pd?plm=5 — 302 — 357 B — 130 ms — h2https://esp.rtbhouse.com/encryptesp.rtbhouse.com/encrypt https://esp.rtbhouse.com/encrypt — 200 — 570 B — 283 ms — h2https://google-bidout-d.openx.net/w/1.0/pd?cc=1&plm=5google-bidout-d.openx.net/w/1.0/pd?... https://google-bidout-d.openx.net/w/1.0/pd?cc=1&plm=5 — 200 — 132 B — 121 ms — h2https://g2.gumgum.com/hbid/imp?displaymanager=Prebid.js%20-%20gumgum&displaymanagerver=11.5.0&lt=1776805318953&to=0&aun=ci-cid-10179-adhesion&gpid=%2F21711907894%2C23316670530%2Ftimeshighereducation.com%2Fci-cid-10179&t=5jsjwaum&pi=2&uspConsent=1---&schain=1.0%2C1!contentignite.com%2C234523666%2C1%2C%2C%2C&tId=&vw=412&vh=823&sw=412&sh=823&pu=https%3A%2F%2Fwww.timeshighereducation.com%2F&tpl=https%3A%2F%2Fwww.timeshighereducation.com%2F&ce=true&dpr=1.75&jcsi=%7B%22t%22%3A0%2C%22rq%22%3A8%2C%22pbv%22%3A%2211.5.0%22%7D&ogu=null&ua=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Mobile%20Safari%2F537.36&sua=%7B%22source%22%3A1%2C%22platform%22%3A%7B%22brand%22%3A%22Android%22%7D%2C%22browsers%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%5B%22146%22%5D%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%5B%22146%22%5D%7D%5D%2C%22mobile%22%3A1%7D&dnt=0&lang=eng2.gumgum.com/hbid/imp?displaymanag... https://g2.gumgum.com/hbid/imp?displaymanager=Prebid.js%20-%20gumgum&displaymanagerver=11.5.0&lt=1776805318953&to=0&aun=ci-cid-10179-adhesion&gpid=%2F21711907894%2C23316670530%2Ftimeshighereducation.com%2Fci-cid-10179&t=5jsjwaum&pi=2&uspConsent=1---&schain=1.0%2C1!contentignite.com%2C234523666%2C1%2C%2C%2C&tId=&vw=412&vh=823&sw=412&sh=823&pu=https%3A%2F%2Fwww.timeshighereducation.com%2F&tpl=https%3A%2F%2Fwww.timeshighereducation.com%2F&ce=true&dpr=1.75&jcsi=%7B%22t%22%3A0%2C%22rq%22%3A8%2C%22pbv%22%3A%2211.5.0%22%7D&ogu=null&ua=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Mobile%20Safari%2F537.36&sua=%7B%22source%22%3A1%2C%22platform%22%3A%7B%22brand%22%3A%22Android%22%7D%2C%22browsers%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%5B%22146%22%5D%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%5B%22146%22%5D%7D%5D%2C%22mobile%22%3A1%7D&dnt=0&lang=en — 200 — 1.2 KiB — 608 ms — h2https://bid.sparteo.com/auction?network_id=4a6bde1d-82d9-4975-9f60-3eb8dbfb480e&site_domain=timeshighereducation.combid.sparteo.com/auction?network_id=... https://bid.sparteo.com/auction?network_id=4a6bde1d-82d9-4975-9f60-3eb8dbfb480e&site_domain=timeshighereducation.com — 200 — 243 B — 631 ms — h2https://ib.adnxs.com/ut/v3/prebidib.adnxs.com/ut/v3/prebid https://ib.adnxs.com/ut/v3/prebid — 200 — 593 B — 438 ms — h2https://mweb-hb.presage.io/api/header-bidding-requestmweb-hb.presage.io/api/header-biddi... https://mweb-hb.presage.io/api/header-bidding-request — 200 — 0 B — 383 ms — h2https://s.seedtag.com/c/hb/bids.seedtag.com/c/hb/bid https://s.seedtag.com/c/hb/bid — 200 — 803 B — 167 ms — h3https://prebid.a-mo.net/a/cprebid.a-mo.net/a/c https://prebid.a-mo.net/a/c — 204 — 191 B — 534 ms — h2https://direct.adsrvr.org/bid/bidder/directt21ac3xhdirect.adsrvr.org/bid/bidder/direct... https://direct.adsrvr.org/bid/bidder/directt21ac3xh — 200 — 256 B — 395 ms — h2https://fastlane.rubiconproject.com/a/api/fastlane.json?account_id=23802&site_id=386640&zone_id=3827834&size_id=43&alt_size_ids=44&us_privacy=1---&rp_schain=1.0,1!contentignite.com,234523666,1,,,&eid_pubcid.org=e803a116-5a4a-4680-aefa-628726536dd7%5E1%5E%5E%5E%5E%5E&rf=https%3A%2F%2Fwww.timeshighereducation.com%2F&tg_i.domain=timeshighereducation.com&tg_i.page=https%3A%2F%2Fwww.timeshighereducation.com%2F&tg_i.divId=ci-cid-10179-adhesion&tg_i.placement=banner&tg_i.dfp_ad_unit_code=%2F21711907894%2C23316670530%2Ftimeshighereducation.com%2Fci-cid-10179&tk_flint=pbjs_lite_v11.5.0&l_pb_bid_id=dc28783d-ab59-4473-888b-d4fdbd4bf658&p_screen_res=412x823&rp_secure=1&p_gpid=%2F21711907894%2C23316670530%2Ftimeshighereducation.com%2Fci-cid-10179&m_ch_ua=%22Chromium%22%7Cv%3D%22146%22%2C%22Google%20Chrome%22%7Cv%3D%22146%22&m_ch_mobile=%3F1&m_ch_platform=Android&slots=1&rand=0.4474652271653189fastlane.rubiconproject.com/a/api/f... https://fastlane.rubiconproject.com/a/api/fastlane.json?account_id=23802&site_id=386640&zone_id=3827834&size_id=43&alt_size_ids=44&us_privacy=1---&rp_schain=1.0,1!contentignite.com,234523666,1,,,&eid_pubcid.org=e803a116-5a4a-4680-aefa-628726536dd7%5E1%5E%5E%5E%5E%5E&rf=https%3A%2F%2Fwww.timeshighereducation.com%2F&tg_i.domain=timeshighereducation.com&tg_i.page=https%3A%2F%2Fwww.timeshighereducation.com%2F&tg_i.divId=ci-cid-10179-adhesion&tg_i.placement=banner&tg_i.dfp_ad_unit_code=%2F21711907894%2C23316670530%2Ftimeshighereducation.com%2Fci-cid-10179&tk_flint=pbjs_lite_v11.5.0&l_pb_bid_id=dc28783d-ab59-4473-888b-d4fdbd4bf658&p_screen_res=412x823&rp_secure=1&p_gpid=%2F21711907894%2C23316670530%2Ftimeshighereducation.com%2Fci-cid-10179&m_ch_ua=%22Chromium%22%7Cv%3D%22146%22%2C%22Google%20Chrome%22%7Cv%3D%22146%22&m_ch_mobile=%3F1&m_ch_platform=Android&slots=1&rand=0.4474652271653189 — 200 — 1.0 KiB — 535 ms — h2https://onetag-sys.com/prebid-requestonetag-sys.com/prebid-request https://onetag-sys.com/prebid-request — 200 — 565 B — 673 ms — h2https://hbopenbid.pubmatic.com/translator?source=prebid-client&gzip=1hbopenbid.pubmatic.com/translator?s... https://hbopenbid.pubmatic.com/translator?source=prebid-client&gzip=1 — 204 — 317 B — 393 ms — h2https://mp.4dex.io/prebid?orgid=1311&gzip=1mp.4dex.io/prebid?orgid=1311&gzip=1 https://mp.4dex.io/prebid?orgid=1311&gzip=1 — 200 — 1.0 KiB — 314 ms — h2https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request?profileId=207&av=37&wv=11.5.0&cb=39860119659&lsavail=1&networkId=12052&gzip=1grid-bidder.criteo.com/openrtb_2_5/... https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request?profileId=207&av=37&wv=11.5.0&cb=39860119659&lsavail=1&networkId=12052&gzip=1 — 204 — 646 B — 495 ms — h2https://www.timeshighereducation.com/sites/default/themes/custom/the_responsive/favicon.icowww.timeshighereducation.com/sites/... https://www.timeshighereducation.com/sites/default/themes/custom/the_responsive/favicon.ico — 200 — 1.9 KiB — 7 ms — h2https://u.openx.net/w/1.0/cm?id=3cc4b2f6-c7e1-439a-8174-b6dbb96bcabf&us_privacy=1---&r=https%3A%2F%2Fu.4dex.io%2Fsetuid%3Fbidder%3Dopenx%26it%3Dadg-pb-clt%26uid%3D%7BOPENX_ID%7D%26us_privacy%3D1---u.openx.net/w/1.0/cm?id=3cc4b2f6-c7... https://u.openx.net/w/1.0/cm?id=3cc4b2f6-c7e1-439a-8174-b6dbb96bcabf&us_privacy=1---&r=https%3A%2F%2Fu.4dex.io%2Fsetuid%3Fbidder%3Dopenx%26it%3Dadg-pb-clt%26uid%3D%7BOPENX_ID%7D%26us_privacy%3D1--- — 302 — 468 B — 173 ms — h2https://mweb-hb.presage.io/api/header-bidding-requestmweb-hb.presage.io/api/header-biddi... https://mweb-hb.presage.io/api/header-bidding-request — 204 — 282 B — 544 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 149 ms — h3https://u.openx.net/w/1.0/cm?cc=1&id=3cc4b2f6-c7e1-439a-8174-b6dbb96bcabf&us_privacy=1---&r=https%3A%2F%2Fu.4dex.io%2Fsetuid%3Fbidder%3Dopenx%26it%3Dadg-pb-clt%26uid%3D%7BOPENX_ID%7D%26us_privacy%3D1---u.openx.net/w/1.0/cm?cc=1&id=3cc4b2... https://u.openx.net/w/1.0/cm?cc=1&id=3cc4b2f6-c7e1-439a-8174-b6dbb96bcabf&us_privacy=1---&r=https%3A%2F%2Fu.4dex.io%2Fsetuid%3Fbidder%3Dopenx%26it%3Dadg-pb-clt%26uid%3D%7BOPENX_ID%7D%26us_privacy%3D1--- — 200 — 107 B — 123 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604170101&st=env&sjk=373514234280817ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604170101&st=env&sjk=373514234280817 — 200 — 13.1 KiB — 144 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=373514234280817&correlator=794472755052510&eid=31097946%2C95388404%2C95340253%2C95340255&output=ldjh&gdfp_req=1&vrg=202604170101&ptt=17&impl=fifs&gdpr=0&us_privacy=1---&iu_parts=21711907894%3A23316670530%2Ctimeshighereducation.com%2Cci-cid-10179&enc_prev_ius=%2F0%2F1%2F2&prev_iu_szs=320x50%7C300x50&ifi=1&didk=3298462179&dids=ci-cid-10179-adhesion&adfs=383324666&sfv=1-0-45&eri=5&sc=1&cookie_enabled=1&abxe=1&dt=1776805319928&adxs=41&adys=768&biw=412&bih=823&isw=300&ish=50&scr_x=0&scr_y=0&btvi=0&ucis=2kw7raj02ea2&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&nhd=1&url=https%3A%2F%2Fwww.timeshighereducation.com%2F&top=www.timeshighereducation.com&vis=1&psz=300x0&msz=300x0&fws=260&ohw=300&a3p=EjQKCnB1YmNpZC5vcmcSJGU4MDNhMTE2LTVhNGEtNDY4MC1hZWZhLTYyODcyNjUzNmRkN1gBErMBCgpjcml0ZW8uY29tEqIBNXltNE5WOXpZMlpqZFc5MlJtVjNKVEpDUmpWMU5tVjBVRXRsZFdGdGIyWnVVRkl3U2tscGJYZzNXVmc1TW5sTk4wbE5RbEZJTUc5bE9UaFBKVEpDWkRsalVUSnNZa2RTY1VOWVZFMVhVRk5NWm5kelVYcFRWMU40TVRodVkxWkdRVU5uUVZoV1FYbHpVMjFpU1hvbE1rWXlSRWh5VlNVelJBWAESWgoNY3J3ZGNudHJsLm5ldBJAYjE2M2U3MzY4MTZmZDZmNTRjNmU3Y2Y0NTdjNjE4NWNhMDJjZGZlMzYzOTgxYzU5YjlkY2ZkMjU4NmFjM2E4MBi4n-aO2zNIABIdCg5lc3AuY3JpdGVvLmNvbRilnuaO2zNIAFICCGQSFAoFb3BlbngY-aDmjtszSABSAghvEpYCCghydGJob3VzZRKAAldLS0I0L1MvSDRmNDRuckdRdzZFOWNwRHNEd0N2ZzBKQmhNYXZZaFNOMU9xbnlreDl2ekhtZlR5b0l1eTFST01wQUtiendoWTNqdHZVOCtvQWN2dktyUlcyemZ0TTFIM2RsRDRiVlNIUVBLSm9IL2RJdkc4OUhTOGxFd29mZnV1ZFZYMFVVNUNQV0xMMThyTWE1dzlPMmxBOVRJZkloWUluM0JYQ2dpbGRXWGR3QWJqNlgrdTNxczJTdTlSdXR5RlpFRFplUXlZZGxYTm44K3lPaVJtMzdqSlhZSTNYQkxkU05ML0dXU3JGMnZKTHdNZklTZEZxdFBzWDRsRE1LK3YYvqPmjtszSAA.&dlt=1776805316962&idt=1343&ppid=3dd4f3694&prev_scp=amznbid%3D2%26amznp%3D2&cust_params=THE_audience%3DTHE-Home%26ci-df%3D0.1%26cipt_flag%3Ddynamic_floor%26amznbid%3D0%26amznp%3D0&adks=2446328938&frm=23&eoidce=1&gblpids=%2F21711907894%2C23316670530%2Ftimeshighereducation.com%2Fci-cid-10179&pb_szs=320x50%7C300x50&pbbce=1&blev=1&bisch=1securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=373514234280817&correlator=794472755052510&eid=31097946%2C95388404%2C95340253%2C95340255&output=ldjh&gdfp_req=1&vrg=202604170101&ptt=17&impl=fifs&gdpr=0&us_privacy=1---&iu_parts=21711907894%3A23316670530%2Ctimeshighereducation.com%2Cci-cid-10179&enc_prev_ius=%2F0%2F1%2F2&prev_iu_szs=320x50%7C300x50&ifi=1&didk=3298462179&dids=ci-cid-10179-adhesion&adfs=383324666&sfv=1-0-45&eri=5&sc=1&cookie_enabled=1&abxe=1&dt=1776805319928&adxs=41&adys=768&biw=412&bih=823&isw=300&ish=50&scr_x=0&scr_y=0&btvi=0&ucis=2kw7raj02ea2&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&nhd=1&url=https%3A%2F%2Fwww.timeshighereducation.com%2F&top=www.timeshighereducation.com&vis=1&psz=300x0&msz=300x0&fws=260&ohw=300&a3p=EjQKCnB1YmNpZC5vcmcSJGU4MDNhMTE2LTVhNGEtNDY4MC1hZWZhLTYyODcyNjUzNmRkN1gBErMBCgpjcml0ZW8uY29tEqIBNXltNE5WOXpZMlpqZFc5MlJtVjNKVEpDUmpWMU5tVjBVRXRsZFdGdGIyWnVVRkl3U2tscGJYZzNXVmc1TW5sTk4wbE5RbEZJTUc5bE9UaFBKVEpDWkRsalVUSnNZa2RTY1VOWVZFMVhVRk5NWm5kelVYcFRWMU40TVRodVkxWkdRVU5uUVZoV1FYbHpVMjFpU1hvbE1rWXlSRWh5VlNVelJBWAESWgoNY3J3ZGNudHJsLm5ldBJAYjE2M2U3MzY4MTZmZDZmNTRjNmU3Y2Y0NTdjNjE4NWNhMDJjZGZlMzYzOTgxYzU5YjlkY2ZkMjU4NmFjM2E4MBi4n-aO2zNIABIdCg5lc3AuY3JpdGVvLmNvbRilnuaO2zNIAFICCGQSFAoFb3BlbngY-aDmjtszSABSAghvEpYCCghydGJob3VzZRKAAldLS0I0L1MvSDRmNDRuckdRdzZFOWNwRHNEd0N2ZzBKQmhNYXZZaFNOMU9xbnlreDl2ekhtZlR5b0l1eTFST01wQUtiendoWTNqdHZVOCtvQWN2dktyUlcyemZ0TTFIM2RsRDRiVlNIUVBLSm9IL2RJdkc4OUhTOGxFd29mZnV1ZFZYMFVVNUNQV0xMMThyTWE1dzlPMmxBOVRJZkloWUluM0JYQ2dpbGRXWGR3QWJqNlgrdTNxczJTdTlSdXR5RlpFRFplUXlZZGxYTm44K3lPaVJtMzdqSlhZSTNYQkxkU05ML0dXU3JGMnZKTHdNZklTZEZxdFBzWDRsRE1LK3YYvqPmjtszSAA.&dlt=1776805316962&idt=1343&ppid=3dd4f3694&prev_scp=amznbid%3D2%26amznp%3D2&cust_params=THE_audience%3DTHE-Home%26ci-df%3D0.1%26cipt_flag%3Ddynamic_floor%26amznbid%3D0%26amznp%3D0&adks=2446328938&frm=23&eoidce=1&gblpids=%2F21711907894%2C23316670530%2Ftimeshighereducation.com%2Fci-cid-10179&pb_szs=320x50%7C300x50&pbbce=1&blev=1&bisch=1 — 200 — 509 B — 652 ms — h3https://a9029728ff6a879722ba59e6104e054f.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html?n=1a9029728ff6a879722ba59e6104e054f.sa... https://a9029728ff6a879722ba59e6104e054f.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html?n=1 — 200 — 3.1 KiB — 167 ms — h3https://log.tagdeliver.com/log.tagdeliver.com/ https://log.tagdeliver.com/ — 200 — 67 B — 220 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 114 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 62 ms — h2https://www.google.com/recaptcha/api2/aframewww.google.com/recaptcha/api2/afram... https://www.google.com/recaptcha/api2/aframe — 200 — 567 B — 121 ms — h3https://pagead2.googlesyndication.com/bg/jtP_XiYJVGkSVlMywOQWuZPksZRFmK02Z9iBbZJRvFI.jspagead2.googlesyndication.com/bg/jt... https://pagead2.googlesyndication.com/bg/jtP_XiYJVGkSVlMywOQWuZPksZRFmK02Z9iBbZJRvFI.js — 200 — 21.8 KiB — 75 ms — h3https://onetag-sys.com/usync/?pubId=6b859b96c564fbe&gdpr=0&gdpr_consent=&us_privacy=1---onetag-sys.com/usync/?pubId=6b859b9... https://onetag-sys.com/usync/?pubId=6b859b96c564fbe&gdpr=0&gdpr_consent=&us_privacy=1--- — 200 — 5.0 KiB — 389 ms — h2https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604170101&jk=373514234280817&rc=pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604170101&jk=373514234280817&rc= — 204 — 17 B — 59 ms — h3https://ep2.adtrafficquality.google/generate_204?koHyiwep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?koHyiw — 204 — 40 B — 5 ms — h2https://rtb.mfadsrvr.com/sync?ssp=onetag&ssp_user_id=S1N3JaWEZ_gT6UPzWhM9N9Ybz-AUISz2NcVgQZPLVAA&gdpr=0&gdpr_consent=rtb.mfadsrvr.com/sync?ssp=onetag&ss... https://rtb.mfadsrvr.com/sync?ssp=onetag&ssp_user_id=S1N3JaWEZ_gT6UPzWhM9N9Ybz-AUISz2NcVgQZPLVAA&gdpr=0&gdpr_consent= — 302 — 464 B — 450 ms — h2https://ib.adnxs.com/getuid?https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D98%26uid%3D$UID&gdpr=0&gdpr_consent=ib.adnxs.com/getuid?https%3A%2F%2Fo... https://ib.adnxs.com/getuid?https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D98%26uid%3D$UID&gdpr=0&gdpr_consent= — 200 — 577 B — 426 ms — h2https://user-sync.fwmrm.net/ad/u?mode=echo&cr=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D3%26gdpr%3D0%26gdpr_consent%3D%26uid%3Duser-sync.fwmrm.net/ad/u?mode=echo&... https://user-sync.fwmrm.net/ad/u?mode=echo&cr=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D3%26gdpr%3D0%26gdpr_consent%3D%26uid%3D — 200 — 437 B — 472 ms — http/1.1https://pixel.rubiconproject.com/tap.php?v=223352&nid=4584&put=S1N3JaWEZ_gT6UPzWhM9N9Ybz-AUISz2NcVgQZPLVAApixel.rubiconproject.com/tap.php?v=... https://pixel.rubiconproject.com/tap.php?v=223352&nid=4584&put=S1N3JaWEZ_gT6UPzWhM9N9Ybz-AUISz2NcVgQZPLVAA — 200 — 1.4 KiB — 443 ms — http/1.1https://cs.admanmedia.com/73c1e1bfc3bde354d60b80e601ae3914.gif?puid=[UID]&redir=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D164%26gdpr%3D0%26gdpr_consent%3D%26uid%3D%5BUID%5D&gdpr=0&gdpr_consent=&ccpa=1---&coppa=cs.admanmedia.com/73c1e1bfc3bde354d... https://cs.admanmedia.com/73c1e1bfc3bde354d60b80e601ae3914.gif?puid=[UID]&redir=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D164%26gdpr%3D0%26gdpr_consent%3D%26uid%3D%5BUID%5D&gdpr=0&gdpr_consent=&ccpa=1---&coppa= — 302 — 393 B — 5.2 s — h2https://t.adx.opera.com/pub/sync?pubid=pub10101531197440&gdpr=0&gdpr_consent=t.adx.opera.com/pub/sync?pubid=pub1... https://t.adx.opera.com/pub/sync?pubid=pub10101531197440&gdpr=0&gdpr_consent= — 302 — 908 B — 608 ms — http/1.1https://onetag-sys.com/match/?int_id=106&redir=1&ot_initiated=1&gdpr=0&gdpr_consent=onetag-sys.com/match/?int_id=106&re... https://onetag-sys.com/match/?int_id=106&redir=1&ot_initiated=1&gdpr=0&gdpr_consent= — 302 — 322 B — 154 ms — h2https://ssbsync-global.smartadserver.com/api/sync?callerId=5&gdpr=0&gdpr_consent=&us_privacy=1---&redirectUri=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D107%26uid%3D[ssb_sync_pid]ssbsync-global.smartadserver.com/ap... https://ssbsync-global.smartadserver.com/api/sync?callerId=5&gdpr=0&gdpr_consent=&us_privacy=1---&redirectUri=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D107%26uid%3D[ssb_sync_pid] — 302 — 326 B — 453 ms — h2https://onetag-sys.com/match/?int_id=113&gdpr=0&gdpr_consent=&callback=https%3A%2F%2Fs.amazon-adsystem.com%2Fecm3%3Fex%3Donetag.com%26id%3D%24%7BUSER_TOKEN%7D&ot_initiated=1onetag-sys.com/match/?int_id=113&gd... https://onetag-sys.com/match/?int_id=113&gdpr=0&gdpr_consent=&callback=https%3A%2F%2Fs.amazon-adsystem.com%2Fecm3%3Fex%3Donetag.com%26id%3D%24%7BUSER_TOKEN%7D&ot_initiated=1 — 302 — 478 B — 156 ms — h2https://image8.pubmatic.com/AdServer/ImgSync?p=159706&gdpr=0&gdpr_consent=&us_privacy=1---&pu=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D114%26gdpr%3D0%26gdpr_consent%3D%26uid%3D%23PMUIDimage8.pubmatic.com/AdServer/ImgSyn... https://image8.pubmatic.com/AdServer/ImgSync?p=159706&gdpr=0&gdpr_consent=&us_privacy=1---&pu=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D114%26gdpr%3D0%26gdpr_consent%3D%26uid%3D%23PMUID — 302 — 290 B — 425 ms — h2https://cm.g.doubleclick.net/pixel?google_nid=onetag_eb&gdpr=0&gdpr_consent=&google_cmcm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=onetag_eb&gdpr=0&gdpr_consent=&google_cm — 302 — 443 B — 105 ms — h2https://eus.rubiconproject.com/usync.html?p=onetag&endpoint=us-westeus.rubiconproject.com/usync.html?p... https://eus.rubiconproject.com/usync.html?p=onetag&endpoint=us-west — 200 — 379 B — 19 ms — h2https://sync.1rx.io/usersync2/rmpssp?sub=onetaglimited&gdpr=0&gdpr_consent=${GDPR_CONSENT}&us_privacy=1---sync.1rx.io/usersync2/rmpssp?sub=on... https://sync.1rx.io/usersync2/rmpssp?sub=onetaglimited&gdpr=0&gdpr_consent=${GDPR_CONSENT}&us_privacy=1--- — 302 — 191 B — 433 ms — h2https://x.bidswitch.net/sync?ssp=onetag&gdpr=0&gdpr_consent=&user_id=S1N3JaWEZ_gT6UPzWhM9N9Ybz-AUISz2NcVgQZPLVAAx.bidswitch.net/sync?ssp=onetag&gdp... https://x.bidswitch.net/sync?ssp=onetag&gdpr=0&gdpr_consent=&user_id=S1N3JaWEZ_gT6UPzWhM9N9Ybz-AUISz2NcVgQZPLVAA — 302 — 559 B — 445 ms — h2https://eus.rubiconproject.com/usync.jseus.rubiconproject.com/usync.js https://eus.rubiconproject.com/usync.js — 200 — 11.5 KiB — 21 ms — h2https://cm.g.doubleclick.net/pixel?google_nid=onetag_eb&gdpr=0&gdpr_consent=&google_cm=&google_tc=cm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=onetag_eb&gdpr=0&gdpr_consent=&google_cm=&google_tc= — 302 — 20 B — 66 ms — h3https://ms-cookie-sync.presage.io/user-sync.html?gdpr_consent=&source=prebid&gpp=&gpp_sid=&us_privacy=1---ms-cookie-sync.presage.io/user-sync... https://ms-cookie-sync.presage.io/user-sync.html?gdpr_consent=&source=prebid&gpp=&gpp_sid=&us_privacy=1--- — 200 — 1.9 KiB — 396 ms — h2https://prebid.a-mo.net/isyn?gdpr_consent=&gdpr=0&us_privacy=1---&gpp=&gpp_sid=prebid.a-mo.net/isyn?gdpr_consent=&... https://prebid.a-mo.net/isyn?gdpr_consent=&gdpr=0&us_privacy=1---&gpp=&gpp_sid= — 200 — 790 B — 499 ms — h2https://cm.g.doubleclick.net/pixel?google_nid=one_tag&google_hm=&gdpr=0&gdpr_consent=cm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=one_tag&google_hm=&gdpr=0&gdpr_consent= — 302 — 22 B — 64 ms — h3https://s.amazon-adsystem.com/ecm3?ex=onetag.com&id=cNOG3FXK8E1ninMCfBLIjhAhH6_yoU9xa_yWq5ntTzos.amazon-adsystem.com/ecm3?ex=oneta... https://s.amazon-adsystem.com/ecm3?ex=onetag.com&id=cNOG3FXK8E1ninMCfBLIjhAhH6_yoU9xa_yWq5ntTzo — 200 — 477 B — 428 ms — http/1.1https://eus.rubiconproject.com/usync.html?us_privacy=1---eus.rubiconproject.com/usync.html?u... https://eus.rubiconproject.com/usync.html?us_privacy=1--- — 200 — 379 B — 41 ms — h2https://onetag-sys.com/match/?int_id=106&google_error=3&gdpr=0&gdpr_consent=onetag-sys.com/match/?int_id=106&go... https://onetag-sys.com/match/?int_id=106&google_error=3&gdpr=0&gdpr_consent= — 200 — 231 B — 132 ms — h2https://match.adsrvr.org/track/usersync?us_privacy=1---&gdpr=0&gdpr_consent=undefined&ust=imagematch.adsrvr.org/track/usersync?us_... https://match.adsrvr.org/track/usersync?us_privacy=1---&gdpr=0&gdpr_consent=undefined&ust=image — 302 — 435 B — 105 ms — h2https://id5-sync.com/s/441/9.gif?puid=u_8b7bdb70-68f6-442f-a2e4-3ce85acc0bfa&gdpr=0&gdpr_consent=id5-sync.com/s/441/9.gif?puid=u_8b7... https://id5-sync.com/s/441/9.gif?puid=u_8b7bdb70-68f6-442f-a2e4-3ce85acc0bfa&gdpr=0&gdpr_consent= — 302 — 1.2 KiB — 679 ms — h2https://onetag-sys.com/usync/?cb=1776805319672&us_privacy=1---onetag-sys.com/usync/?cb=1776805319... https://onetag-sys.com/usync/?cb=1776805319672&us_privacy=1--- — 200 — 4.8 KiB — 132 ms — h2https://acdn.adnxs.com/dmp/async_usersync.htmlacdn.adnxs.com/dmp/async_usersync.h... https://acdn.adnxs.com/dmp/async_usersync.html — 200 — 17.0 KiB — 86 ms — http/1.1https://cm.g.doubleclick.net/pixel?google_nid=one_tag&google_hm=&gdpr=0&gdpr_consent=&google_tc=cm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=one_tag&google_hm=&gdpr=0&gdpr_consent=&google_tc= — 302 — 20 B — 76 ms — h3https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604170101&jk=373514234280817&bg=!MDOlM1HNAAY2C5OeFgs7AEcBe5WfOBbcB_bvXtKwyXEtfIT_wHoA3QAN9omdP_whSBn480SDVLJ3xfI947J3pFncJAUP0bPtlhiAMi2FFcmgBStxcOCI9wIAAABYUgAAAApoAQd-ADbh2SIypA5uC-OnNxRsGIA3PPFtWYbOA7ZwzUztPV0hgQedhK0RtsHD3wpsDzTvjrS0Z-JSjTWZAtXW4w9MK_NGJQsLNjC8iJHDS7BeEjE6huNSlZ4rZcyAv97vC1n9Ao-o5v-Ufi6IhHsvv_Wz8xUFE-pdV-MAUbeaVoX45fAbcp9eJ7__-GONR30A8Lhy2FV1gYM9Alk_GjsAgOHHzt912fDHNch56O1xETToMNMtg5tZ4VECt2e2H79gfoCuqvkoSbbpLkWHdTVzZeVjbyzVy9UEzUoqztSqRuPeOcd8xJXemqjsktfLGUmbr29rsY7nQyj3q97f0ORi89ks2Yco7oQ21-yi6n4yt2ByyOM4TE9XBq-_nlyKw9dZyLgsVAWXWcFedvx-KYEboUaVKpMa_Tk4Qvp6gCs6Ugm6an4EVO0tOYiUFe8pPb3zuGln5GtWmss1nYliNidBNdsmfbnbpRt_mZYWvUON_OCpBMWpFmd6BsrVOj028vCLOLqxLzo_LfxOQdP-1EP-uB5NdZaXoFrpKAsdYF95Za8TVNyUBrR5Plqgw5McLSFDuguk29avMfESgt3i_7ayV_WzzDdFjHsJz3d8ylm6a8rhanm9dsz7yL1AYhVZR3R0QTMzmhFxONrBzQVyQH-6LmU-5h7njrzebP-MaIRc_Mtroe0L_hFtjk8sg5CUA7RlnrKmvyXP0-2owyxddKs4UacZMLNfT5b0xcq73r9wY3s96sub7C5KmEeMzLyYm1aKEQrBf4iOY3SosJGVkcNFIcd1srVaqsabgIhnH0oSDBfK3nxfNtQgBzhaBX-0QkSL0qhSU0u_R8tcqKsLb4ay9lwoc3q-j1fvaKpbWN2P8sJABsAPtFVHaZECuLWFamVS6WxhaemjLh9yb7zO0OEkbWICqKN6TUtlqxKITVSTKNb7mfTJF2TNyByJFrj2O612vx0ZJUqjkjyxhIoF80t9lO_a1vd6m2i4-R2STeSNMG0VBR8Ps8nvdXTLYh9guT8hy2hh6KT4hBbl-mFw9yIEejyx8Qep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604170101&jk=373514234280817&bg=!MDOlM1HNAAY2C5OeFgs7AEcBe5WfOBbcB_bvXtKwyXEtfIT_wHoA3QAN9omdP_whSBn480SDVLJ3xfI947J3pFncJAUP0bPtlhiAMi2FFcmgBStxcOCI9wIAAABYUgAAAApoAQd-ADbh2SIypA5uC-OnNxRsGIA3PPFtWYbOA7ZwzUztPV0hgQedhK0RtsHD3wpsDzTvjrS0Z-JSjTWZAtXW4w9MK_NGJQsLNjC8iJHDS7BeEjE6huNSlZ4rZcyAv97vC1n9Ao-o5v-Ufi6IhHsvv_Wz8xUFE-pdV-MAUbeaVoX45fAbcp9eJ7__-GONR30A8Lhy2FV1gYM9Alk_GjsAgOHHzt912fDHNch56O1xETToMNMtg5tZ4VECt2e2H79gfoCuqvkoSbbpLkWHdTVzZeVjbyzVy9UEzUoqztSqRuPeOcd8xJXemqjsktfLGUmbr29rsY7nQyj3q97f0ORi89ks2Yco7oQ21-yi6n4yt2ByyOM4TE9XBq-_nlyKw9dZyLgsVAWXWcFedvx-KYEboUaVKpMa_Tk4Qvp6gCs6Ugm6an4EVO0tOYiUFe8pPb3zuGln5GtWmss1nYliNidBNdsmfbnbpRt_mZYWvUON_OCpBMWpFmd6BsrVOj028vCLOLqxLzo_LfxOQdP-1EP-uB5NdZaXoFrpKAsdYF95Za8TVNyUBrR5Plqgw5McLSFDuguk29avMfESgt3i_7ayV_WzzDdFjHsJz3d8ylm6a8rhanm9dsz7yL1AYhVZR3R0QTMzmhFxONrBzQVyQH-6LmU-5h7njrzebP-MaIRc_Mtroe0L_hFtjk8sg5CUA7RlnrKmvyXP0-2owyxddKs4UacZMLNfT5b0xcq73r9wY3s96sub7C5KmEeMzLyYm1aKEQrBf4iOY3SosJGVkcNFIcd1srVaqsabgIhnH0oSDBfK3nxfNtQgBzhaBX-0QkSL0qhSU0u_R8tcqKsLb4ay9lwoc3q-j1fvaKpbWN2P8sJABsAPtFVHaZECuLWFamVS6WxhaemjLh9yb7zO0OEkbWICqKN6TUtlqxKITVSTKNb7mfTJF2TNyByJFrj2O612vx0ZJUqjkjyxhIoF80t9lO_a1vd6m2i4-R2STeSNMG0VBR8Ps8nvdXTLYh9guT8hy2hh6KT4hBbl-mFw9yIEejyx8Q — 204 — 17 B — 117 ms — h3https://sync.sparteo.com/sync/iframe.html?from=prebidjs&usp_consent=1---sync.sparteo.com/sync/iframe.html?f... https://sync.sparteo.com/sync/iframe.html?from=prebidjs&usp_consent=1--- — 200 — 12.7 KiB — 501 ms — h2https://ads.pubmatic.com/AdServer/js/user_sync.html?kdntuid=1&p=160530&us_privacy=1---ads.pubmatic.com/AdServer/js/user_s... https://ads.pubmatic.com/AdServer/js/user_sync.html?kdntuid=1&p=160530&us_privacy=1--- — 200 — 7.6 KiB — 55 ms — h2https://gum.criteo.com/syncframe?origin=criteoPrebidAdapter&topUrl=www.timeshighereducation.com&us_privacy=1---&gpp=gum.criteo.com/syncframe?origin=cri... https://gum.criteo.com/syncframe?origin=criteoPrebidAdapter&topUrl=www.timeshighereducation.com&us_privacy=1---&gpp= — 200 — 5.1 KiB — 356 ms — h2https://dpm.demdex.net/ibs:dpid=903&dpuuid=784ea4bb-01a0-46d6-aa0f-2bd069afa180&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daamdpm.demdex.net/ibs:dpid=903&dpuuid=... https://dpm.demdex.net/ibs:dpid=903&dpuuid=784ea4bb-01a0-46d6-aa0f-2bd069afa180&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daam — 302 — 619 B — 45 ms — h2https://onetag-sys.com/match/?int_id=19&google_error=3&gdpr=0&gdpr_consent=onetag-sys.com/match/?int_id=19&goo... https://onetag-sys.com/match/?int_id=19&google_error=3&gdpr=0&gdpr_consent= — 200 — 231 B — 134 ms — h2https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=903&dpuuid=784ea4bb-01a0-46d6-aa0f-2bd069afa180&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daamdpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=903&dpuuid=784ea4bb-01a0-46d6-aa0f-2bd069afa180&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daam — 200 — 468 B — 7 ms — h2https://eus.rubiconproject.com/usync.jseus.rubiconproject.com/usync.js https://eus.rubiconproject.com/usync.js — 200 — 0 B — 1 ms — h2https://ut.pubmatic.com/geo?pubid=160530ut.pubmatic.com/geo?pubid=160530 https://ut.pubmatic.com/geo?pubid=160530 — 200 — 130 B — 616 ms — h2https://ib.adnxs.com/getuid?https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D98%26uid%3D$UID&gdpr=1&gdpr_consent=ib.adnxs.com/getuid?https%3A%2F%2Fo... https://ib.adnxs.com/getuid?https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D98%26uid%3D$UID&gdpr=1&gdpr_consent= — -1 — 0 B — 152 ms — https://rtb.mfadsrvr.com/sync?ssp=onetag&ssp_user_id=yGRTu2EqaKjzkozxXHF-0zhPpDxfb_1D1dpODRC8PGU&gdpr=1&gdpr_consent=rtb.mfadsrvr.com/sync?ssp=onetag&ss... https://rtb.mfadsrvr.com/sync?ssp=onetag&ssp_user_id=yGRTu2EqaKjzkozxXHF-0zhPpDxfb_1D1dpODRC8PGU&gdpr=1&gdpr_consent= — 302 — 401 B — 141 ms — h2https://user-sync.fwmrm.net/ad/u?mode=echo&cr=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D3%26gdpr%3D1%26gdpr_consent%3D%26uid%3Duser-sync.fwmrm.net/ad/u?mode=echo&... https://user-sync.fwmrm.net/ad/u?mode=echo&cr=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D3%26gdpr%3D1%26gdpr_consent%3D%26uid%3D — 200 — 437 B — 215 ms — http/1.1https://pixel.rubiconproject.com/tap.php?v=223352&nid=4584&put=yGRTu2EqaKjzkozxXHF-0zhPpDxfb_1D1dpODRC8PGUpixel.rubiconproject.com/tap.php?v=... https://pixel.rubiconproject.com/tap.php?v=223352&nid=4584&put=yGRTu2EqaKjzkozxXHF-0zhPpDxfb_1D1dpODRC8PGU — 200 — 1.4 KiB — 164 ms — http/1.1https://cs.admanmedia.com/73c1e1bfc3bde354d60b80e601ae3914.gif?puid=[UID]&redir=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D164%26gdpr%3D1%26gdpr_consent%3D%26uid%3D%5BUID%5D&gdpr=1&gdpr_consent=&ccpa=1---&coppa=cs.admanmedia.com/73c1e1bfc3bde354d... https://cs.admanmedia.com/73c1e1bfc3bde354d60b80e601ae3914.gif?puid=[UID]&redir=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D164%26gdpr%3D1%26gdpr_consent%3D%26uid%3D%5BUID%5D&gdpr=1&gdpr_consent=&ccpa=1---&coppa= — 302 — 394 B — 8.4 s — h2https://t.adx.opera.com/pub/sync?pubid=pub10101531197440&gdpr=1&gdpr_consent=t.adx.opera.com/pub/sync?pubid=pub1... https://t.adx.opera.com/pub/sync?pubid=pub10101531197440&gdpr=1&gdpr_consent= — 424 — 621 B — 434 ms — http/1.1https://onetag-sys.com/match/?int_id=106&redir=1&ot_initiated=1&gdpr=1&gdpr_consent=onetag-sys.com/match/?int_id=106&re... https://onetag-sys.com/match/?int_id=106&redir=1&ot_initiated=1&gdpr=1&gdpr_consent= — 302 — 322 B — 142 ms — h2https://ssbsync-global.smartadserver.com/api/sync?callerId=5&gdpr=1&gdpr_consent=&us_privacy=1---&redirectUri=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D107%26uid%3D[ssb_sync_pid]ssbsync-global.smartadserver.com/ap... https://ssbsync-global.smartadserver.com/api/sync?callerId=5&gdpr=1&gdpr_consent=&us_privacy=1---&redirectUri=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D107%26uid%3D[ssb_sync_pid] — 200 — 44 B — 139 ms — h2https://onetag-sys.com/match/?int_id=113&gdpr=1&gdpr_consent=&callback=https%3A%2F%2Fs.amazon-adsystem.com%2Fecm3%3Fex%3Donetag.com%26id%3D%24%7BUSER_TOKEN%7D&ot_initiated=1onetag-sys.com/match/?int_id=113&gd... https://onetag-sys.com/match/?int_id=113&gdpr=1&gdpr_consent=&callback=https%3A%2F%2Fs.amazon-adsystem.com%2Fecm3%3Fex%3Donetag.com%26id%3D%24%7BUSER_TOKEN%7D&ot_initiated=1 — 204 — 228 B — 140 ms — h2https://image8.pubmatic.com/AdServer/ImgSync?p=159706&gdpr=1&gdpr_consent=&us_privacy=1---&pu=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D114%26gdpr%3D1%26gdpr_consent%3D%26uid%3D%23PMUIDimage8.pubmatic.com/AdServer/ImgSyn... https://image8.pubmatic.com/AdServer/ImgSync?p=159706&gdpr=1&gdpr_consent=&us_privacy=1---&pu=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D114%26gdpr%3D1%26gdpr_consent%3D%26uid%3D%23PMUID — 200 — 40 B — 122 ms — h2https://cm.g.doubleclick.net/pixel?google_nid=onetag_eb&gdpr=1&gdpr_consent=&google_cmcm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=onetag_eb&gdpr=1&gdpr_consent=&google_cm — 200 — 188 B — 67 ms — h3https://sync.1rx.io/usersync2/rmpssp?sub=onetaglimited&gdpr=1&gdpr_consent=${GDPR_CONSENT}&us_privacy=1---sync.1rx.io/usersync2/rmpssp?sub=on... https://sync.1rx.io/usersync2/rmpssp?sub=onetaglimited&gdpr=1&gdpr_consent=${GDPR_CONSENT}&us_privacy=1--- — 302 — 174 B — 133 ms — h2https://x.bidswitch.net/sync?ssp=onetag&gdpr=1&gdpr_consent=&user_id=yGRTu2EqaKjzkozxXHF-0zhPpDxfb_1D1dpODRC8PGUx.bidswitch.net/sync?ssp=onetag&gdp... https://x.bidswitch.net/sync?ssp=onetag&gdpr=1&gdpr_consent=&user_id=yGRTu2EqaKjzkozxXHF-0zhPpDxfb_1D1dpODRC8PGU — 200 — 103 B — 141 ms — h2https://eus.rubiconproject.com/usync.html?p=onetag&endpoint=us-westeus.rubiconproject.com/usync.html?p... https://eus.rubiconproject.com/usync.html?p=onetag&endpoint=us-west — 200 — 0 B — 11 ms — h2https://ib.adnxs.com/async_usersync?cbfn=queuePixelsib.adnxs.com/async_usersync?cbfn=qu... https://ib.adnxs.com/async_usersync?cbfn=queuePixels — 200 — 483 B — 130 ms — h2https://u.4dex.io/setuid?bidder=onetag&uid=S1N3JaWEZ_gT6UPzWhM9N9Ybz-AUISz2NcVgQZPLVAA&gdpr=0&gdpr_consent=&us_privacy=1---u.4dex.io/setuid?bidder=onetag&uid=... https://u.4dex.io/setuid?bidder=onetag&uid=S1N3JaWEZ_gT6UPzWhM9N9Ybz-AUISz2NcVgQZPLVAA&gdpr=0&gdpr_consent=&us_privacy=1--- — 204 — 375 B — 219 ms — h2https://image8.pubmatic.com/AdServer/ImgSync?p=159706&gdpr=0&gdpr_consent=&us_privacy=1---&pu=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D114%26gdpr%3D0%26gdpr_consent%3D%26uid%3D%23PMUID&rdf=1image8.pubmatic.com/AdServer/ImgSyn... https://image8.pubmatic.com/AdServer/ImgSync?p=159706&gdpr=0&gdpr_consent=&us_privacy=1---&pu=https%3A%2F%2Fonetag-sys.com%2Fmatch%2F%3Fint_id%3D114%26gdpr%3D0%26gdpr_consent%3D%26uid%3D%23PMUID&rdf=1 — 200 — 40 B — 115 ms — h2https://eus.rubiconproject.com/usync.jseus.rubiconproject.com/usync.js https://eus.rubiconproject.com/usync.js — 200 — 0 B — 0 ms — h2https://onetag-sys.com/match/?int_id=212&uid=OPTOUT&us_privacy=1---onetag-sys.com/match/?int_id=212&ui... https://onetag-sys.com/match/?int_id=212&uid=OPTOUT&us_privacy=1--- — 200 — 377 B — 139 ms — h2https://rtb.mfadsrvr.com/ul_cb/sync?ssp=onetag&ssp_user_id=S1N3JaWEZ_gT6UPzWhM9N9Ybz-AUISz2NcVgQZPLVAA&gdpr=0&gdpr_consent=rtb.mfadsrvr.com/ul_cb/sync?ssp=one... https://rtb.mfadsrvr.com/ul_cb/sync?ssp=onetag&ssp_user_id=S1N3JaWEZ_gT6UPzWhM9N9Ybz-AUISz2NcVgQZPLVAA&gdpr=0&gdpr_consent= — 204 — 58 B — 135 ms — h2https://onetag-sys.com/match/?int_id=107&uid=8117096497861471790onetag-sys.com/match/?int_id=107&ui... https://onetag-sys.com/match/?int_id=107&uid=8117096497861471790 — 200 — 377 B — 132 ms — h2https://x.bidswitch.net/ul_cb/sync?ssp=onetag&gdpr=0&gdpr_consent=&user_id=S1N3JaWEZ_gT6UPzWhM9N9Ybz-AUISz2NcVgQZPLVAAx.bidswitch.net/ul_cb/sync?ssp=onet... https://x.bidswitch.net/ul_cb/sync?ssp=onetag&gdpr=0&gdpr_consent=&user_id=S1N3JaWEZ_gT6UPzWhM9N9Ybz-AUISz2NcVgQZPLVAA — 302 — 117 B — 135 ms — h2https://ut.pubmatic.com/geo?pubid=160530ut.pubmatic.com/geo?pubid=160530 https://ut.pubmatic.com/geo?pubid=160530 — 200 — 0 B — 545 ms — h2https://onetag-sys.com/match/?int_id=212&uid=OPTOUTonetag-sys.com/match/?int_id=212&ui... https://onetag-sys.com/match/?int_id=212&uid=OPTOUT — 200 — 377 B — 132 ms — h2https://rtb.mfadsrvr.com/ul_cb/sync?ssp=onetag&ssp_user_id=yGRTu2EqaKjzkozxXHF-0zhPpDxfb_1D1dpODRC8PGU&gdpr=1&gdpr_consent=rtb.mfadsrvr.com/ul_cb/sync?ssp=one... https://rtb.mfadsrvr.com/ul_cb/sync?ssp=onetag&ssp_user_id=yGRTu2EqaKjzkozxXHF-0zhPpDxfb_1D1dpODRC8PGU&gdpr=1&gdpr_consent= — 204 — 39 B — 143 ms — h2https://cm.g.doubleclick.net/pixel?google_nid=one_tag&google_hm=&gdpr=1&gdpr_consent=cm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=one_tag&google_hm=&gdpr=1&gdpr_consent= — 200 — 188 B — 78 ms — h3https://sync.1rx.io/usersync2/rmpssp?sub=ogury&gdpr=0&gdpr_consent=sync.1rx.io/usersync2/rmpssp?sub=og... https://sync.1rx.io/usersync2/rmpssp?sub=ogury&gdpr=0&gdpr_consent= — 302 — 183 B — 126 ms — h2https://b1sync.zemanta.com/usersync/ogury/?gdpr=0&gdpr_consent=&cb=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Foutbrain_id%3D__ZUID__b1sync.zemanta.com/usersync/ogury/?... https://b1sync.zemanta.com/usersync/ogury/?gdpr=0&gdpr_consent=&cb=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Foutbrain_id%3D__ZUID__ — 302 — 459 B — 432 ms — http/1.1https://cs.admanmedia.com/2e2cd80ed2c36fa49cf9580703081ade.gif?puid=7c4415d2-fc98-41e4-bb20-90721844e3ca&redir=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Fillumin_id%3D%5BUID%5D%26gdpr%3D0%26gdpr_consent%3D&gdpr=0&gdpr_consent=cs.admanmedia.com/2e2cd80ed2c36fa49... https://cs.admanmedia.com/2e2cd80ed2c36fa49cf9580703081ade.gif?puid=7c4415d2-fc98-41e4-bb20-90721844e3ca&redir=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Fillumin_id%3D%5BUID%5D%26gdpr%3D0%26gdpr_consent%3D&gdpr=0&gdpr_consent= — -1 — 0 B — 0 ms — https://match.adsrvr.org/track/cmf/generic?ttd_pid=agyie4r&ttd_tpi=1&gdpr=0&gdpr_consent=match.adsrvr.org/track/cmf/generic?... https://match.adsrvr.org/track/cmf/generic?ttd_pid=agyie4r&ttd_tpi=1&gdpr=0&gdpr_consent= — 302 — 334 B — 88 ms — h2https://x.bidswitch.net/sync?ssp=ogury&gdpr=0&gdpr_consent=&custom_data=init:ogyx.bidswitch.net/sync?ssp=ogury&gdpr... https://x.bidswitch.net/sync?ssp=ogury&gdpr=0&gdpr_consent=&custom_data=init:ogy — 302 — 450 B — 157 ms — h2https://id.rlcdn.com/713263.gifid.rlcdn.com/713263.gif https://id.rlcdn.com/713263.gif — 451 — 79 B — 244 ms — h2https://t.adx.opera.com/pub/sync?pubid=pub9858090441216&gdpr=0&consent=t.adx.opera.com/pub/sync?pubid=pub9... https://t.adx.opera.com/pub/sync?pubid=pub9858090441216&gdpr=0&consent= — 302 — 907 B — 389 ms — http/1.1https://syncingbridge.com/user?gdpr=0&gdpr_consent=&p=2&redirect=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Fgdpr_consent%3D%26gdpr%3D0%26brave_id%3D%7BUID%7Dsyncingbridge.com/user?gdpr=0&gdpr_... https://syncingbridge.com/user?gdpr=0&gdpr_consent=&p=2&redirect=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Fgdpr_consent%3D%26gdpr%3D0%26brave_id%3D%7BUID%7D — 302 — 1.0 KiB — 448 ms — http/1.1https://creativecdn.com/cm-notify?pi=ogury&gdpr=0&gdpr_consent=creativecdn.com/cm-notify?pi=ogury&... https://creativecdn.com/cm-notify?pi=ogury&gdpr=0&gdpr_consent= — 302 — 604 B — 633 ms — h2https://ogury-match.dotomi.com/match/bounce/current?networkId=9254917&version=1&nuid=7c4415d2-fc98-41e4-bb20-90721844e3ca&gdpr=0&gdpr_consent=ogury-match.dotomi.com/match/bounce... https://ogury-match.dotomi.com/match/bounce/current?networkId=9254917&version=1&nuid=7c4415d2-fc98-41e4-bb20-90721844e3ca&gdpr=0&gdpr_consent= — 302 — 349 B — 604 ms — h2https://sync.richaudience.com/f7872c90c5d3791e2b51f7edce1a0a5d/?p=uZBUkzcLJe&consentString=&r=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Fraudience_id%3D%5BPDID%5D%26gdpr%3D0%26gdpr_consent%3Dsync.richaudience.com/f7872c90c5d37... https://sync.richaudience.com/f7872c90c5d3791e2b51f7edce1a0a5d/?p=uZBUkzcLJe&consentString=&r=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Fraudience_id%3D%5BPDID%5D%26gdpr%3D0%26gdpr_consent%3D — 302 — 439 B — 685 ms — h2https://ib.adnxs.com/getuid?https://ms-cookie-sync.presage.io/user-sync?xandr_id=$UID&gdpr=0&gdpr_consent=ib.adnxs.com/getuid?https://ms-cook... https://ib.adnxs.com/getuid?https://ms-cookie-sync.presage.io/user-sync?xandr_id=$UID&gdpr=0&gdpr_consent= — 200 — 576 B — 196 ms — h2https://cs.iqzone.com/1092f8787f1b733028860f25be048027.gif?puid=7c4415d2-fc98-41e4-bb20-90721844e3ca&redir=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Fiqzone_id%3D%5BUID%5D%26gdpr%3D0%26gdpr_consent%3D&gdpr=0&gdpr_consent=cs.iqzone.com/1092f8787f1b733028860... https://cs.iqzone.com/1092f8787f1b733028860f25be048027.gif?puid=7c4415d2-fc98-41e4-bb20-90721844e3ca&redir=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Fiqzone_id%3D%5BUID%5D%26gdpr%3D0%26gdpr_consent%3D&gdpr=0&gdpr_consent= — 302 — 592 B — 444 ms — http/1.1https://ads.pubmatic.com/AdServer/js/userSync.jsads.pubmatic.com/AdServer/js/userSy... https://ads.pubmatic.com/AdServer/js/userSync.js — 200 — 3.9 KiB — 34 ms — h2https://ap.lijit.com/beacon/prebid-server/?gdpr=0&gdpr_consent=&us_privacy=1---&url=https%3A%2F%2Fu.4dex.io%2Fsetuid%3Fbidder%3Dsovrn%26it%3Dadg-pb-clt%26us_privacy%3D1---%26uid%3D%24UIDap.lijit.com/beacon/prebid-server/?... https://ap.lijit.com/beacon/prebid-server/?gdpr=0&gdpr_consent=&us_privacy=1---&url=https%3A%2F%2Fu.4dex.io%2Fsetuid%3Fbidder%3Dsovrn%26it%3Dadg-pb-clt%26us_privacy%3D1---%26uid%3D%24UID — 302 — 573 B — 422 ms — h2https://secure-assets.rubiconproject.com/utils/xapi/multi-sync.html?p=ogury&endpoint=us-east-1&gdpr_consent=secure-assets.rubiconproject.com/ut... https://secure-assets.rubiconproject.com/utils/xapi/multi-sync.html?p=ogury&endpoint=us-east-1&gdpr_consent= — 301 — 147 B — 63 ms — h2https://token.rubiconproject.com/khaos.json?us_privacy=1---token.rubiconproject.com/khaos.json... https://token.rubiconproject.com/khaos.json?us_privacy=1--- — 200 — 1.4 KiB — 417 ms — http/1.1https://match.adsrvr.org/track/cmf/generic?ttd_pid=bidswitch&ttd_tpi=1&ttd_puid=onetag&gdpr=0&gdpr_consent=match.adsrvr.org/track/cmf/generic?... https://match.adsrvr.org/track/cmf/generic?ttd_pid=bidswitch&ttd_tpi=1&ttd_puid=onetag&gdpr=0&gdpr_consent= — 302 — 344 B — 60 ms — h2https://www.temu.com/api/adx/cm/pixel-opera?adx_uid=d830413d08b1e7bb&gdpr=0&gdpr_consent=&us_privacy=&redir=https%3A%2F%2Ft.oa.opera.com%2Fsync%3Fvendor%3D60369%26pubid%3Dpub10101531197440%26gdpr%3D0%26consent%3D%26us_privacy%3D%26custom_data%3Dwww.temu.com/api/adx/cm/pixel-opera... https://www.temu.com/api/adx/cm/pixel-opera?adx_uid=d830413d08b1e7bb&gdpr=0&gdpr_consent=&us_privacy=&redir=https%3A%2F%2Ft.oa.opera.com%2Fsync%3Fvendor%3D60369%26pubid%3Dpub10101531197440%26gdpr%3D0%26consent%3D%26us_privacy%3D%26custom_data%3D — 302 — 699 B — 180 ms — h2https://ads.pubmatic.com/AdServer/js/user_sync.html?kdntuid=1&SPug=true&p=163238&s=&predirect=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Fgdpr%3D0%26gdpr_consent%3D%26pubmatic_id%3D&userIdMacro=&gdpr_consent=&gdpr=0&us_privacy=&gpp=&gpp_sid=ads.pubmatic.com/AdServer/js/user_s... https://ads.pubmatic.com/AdServer/js/user_sync.html?kdntuid=1&SPug=true&p=163238&s=&predirect=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Fgdpr%3D0%26gdpr_consent%3D%26pubmatic_id%3D&userIdMacro=&gdpr_consent=&gdpr=0&us_privacy=&gpp=&gpp_sid= — 200 — 7.6 KiB — 14 ms — h2https://eus.rubiconproject.com/usync.html?p=ogury&endpoint=us-east-1&gdpr_consent=eus.rubiconproject.com/usync.html?p... https://eus.rubiconproject.com/usync.html?p=ogury&endpoint=us-east-1&gdpr_consent= — 200 — 379 B — 172 ms — h2https://match.adsrvr.org/track/cmb/generic?ttd_pid=bidswitch&ttd_tpi=1&ttd_puid=onetag&gdpr=0&gdpr_consent=match.adsrvr.org/track/cmb/generic?... https://match.adsrvr.org/track/cmb/generic?ttd_pid=bidswitch&ttd_tpi=1&ttd_puid=onetag&gdpr=0&gdpr_consent= — 200 — 253 B — 7 ms — h2https://match.adsrvr.org/track/cmb/generic?ttd_pid=agyie4r&ttd_tpi=1&gdpr=0&gdpr_consent=match.adsrvr.org/track/cmb/generic?... https://match.adsrvr.org/track/cmb/generic?ttd_pid=agyie4r&ttd_tpi=1&gdpr=0&gdpr_consent= — 200 — 254 B — 9 ms — h2https://gum.criteo.com/sid/json?origin=criteoPrebidAdapter&domain=www.timeshighereducation.com&sn=AndroidSyncframe&so=0&topUrl=www.timeshighereducation.com&bundle=r7Osz18xdFdtQjZIRWwzQ29kV253eHFBbGxCSEJaQmx2NDVvcTlROHJWJTJGSiUyRnlpcmhuTjE1YlBlS1pPdkM3Z0VoTHFSMngwM2IySmRCVzU1Q3NtVXdoOVozalFGeWVocXRha1ZWaTZTN1BDMzIlMkZLZHlKZXBOU2c3VDUwem56VGYzZjNqbHp1aGdZUDBSJTJCOFlIaDNxNWgyVXJHQSUzRCUzRA&pm=1gum.criteo.com/sid/json?origin=crit... https://gum.criteo.com/sid/json?origin=criteoPrebidAdapter&domain=www.timeshighereducation.com&sn=AndroidSyncframe&so=0&topUrl=www.timeshighereducation.com&bundle=r7Osz18xdFdtQjZIRWwzQ29kV253eHFBbGxCSEJaQmx2NDVvcTlROHJWJTJGSiUyRnlpcmhuTjE1YlBlS1pPdkM3Z0VoTHFSMngwM2IySmRCVzU1Q3NtVXdoOVozalFGeWVocXRha1ZWaTZTN1BDMzIlMkZLZHlKZXBOU2c3VDUwem56VGYzZjNqbHp1aGdZUDBSJTJCOFlIaDNxNWgyVXJHQSUzRCUzRA&pm=1 — 302 — 769 B — 119 ms — h2https://ms-cookie-sync.presage.io/user-sync?nexxen_id=OPTOUTms-cookie-sync.presage.io/user-sync... https://ms-cookie-sync.presage.io/user-sync?nexxen_id=OPTOUT — 200 — 326 B — 135 ms — h2https://a.amxrtb.com/js/cframe.jsa.amxrtb.com/js/cframe.js https://a.amxrtb.com/js/cframe.js — 200 — 5.1 KiB — 23 ms — h2https://ut.pubmatic.com/geo?pubid=163238ut.pubmatic.com/geo?pubid=163238 https://ut.pubmatic.com/geo?pubid=163238 — 200 — 78 B — 301 ms — h2https://x.bidswitch.net/ul_cb/sync?ssp=ogury&gdpr=0&gdpr_consent=&custom_data=init:ogyx.bidswitch.net/ul_cb/sync?ssp=ogur... https://x.bidswitch.net/ul_cb/sync?ssp=ogury&gdpr=0&gdpr_consent=&custom_data=init:ogy — 200 — 92 B — 133 ms — h2https://id.a-mx.com/sync?tao=1&&uid=518cb171-27ef-488d-8c21-8bae91950b04id.a-mx.com/sync?tao=1&&uid=518cb17... https://id.a-mx.com/sync?tao=1&&uid=518cb171-27ef-488d-8c21-8bae91950b04 — 200 — 917 B — 143 ms — h2https://sync.sparteo.com/sync?gdpr=0&gdpr_consent=null&us_privacy=1---&cb=0.8471782886075021&if=1&origin=https%3A%2F%2Fsync.sparteo.com%2F&src=meetscale&type=f&la[]=https://www.timeshighereducation.com&la[]=https://www.timeshighereducation.comsync.sparteo.com/sync?gdpr=0&gdpr_c... https://sync.sparteo.com/sync?gdpr=0&gdpr_consent=null&us_privacy=1---&cb=0.8471782886075021&if=1&origin=https%3A%2F%2Fsync.sparteo.com%2F&src=meetscale&type=f&la[]=https://www.timeshighereducation.com&la[]=https://www.timeshighereducation.com — 200 — 133 B — 218 ms — h2https://mug.criteo.com/sid?cpp=SUUBpnx2d0Y2TWFyeEh0c0FFVmJSZDdYZnlyMXRtVmNxMFVoSEJiNDdWSURWd21FMStVQm8ySXArcDA1T2V5TUt5WGpqZDJEbjBjc1YyelczNWpyRmVMeWY3VXF3S3FIa01yc1NBTERBRStaYnNLVXJHK2FRYkRXRjJIYnJ1a1dqOWxhWENSOUJRQ082Vy9BR1ZMemloRlpEZHJLd1RvajJWb0p5Y3EyaFpVQzlXQTl6WUhsQ3VQVDErZmwrSkFsbm9YamF3b2NiRitUWXNDSm5XeWQrUkVNSExIaGxNWG9oalF6TjIvU1I0TS8vd0QzVkxzNjk4YWVRSU5MMm9YK3lLU09sZ0tOR3piWEpxSUtxWDFGNVhWZkdxc2Z1Yk8rVldlSUVkRmtYNTNmTndTST18&cppv=2mug.criteo.com/sid?cpp=SUUBpnx2d0Y2... https://mug.criteo.com/sid?cpp=SUUBpnx2d0Y2TWFyeEh0c0FFVmJSZDdYZnlyMXRtVmNxMFVoSEJiNDdWSURWd21FMStVQm8ySXArcDA1T2V5TUt5WGpqZDJEbjBjc1YyelczNWpyRmVMeWY3VXF3S3FIa01yc1NBTERBRStaYnNLVXJHK2FRYkRXRjJIYnJ1a1dqOWxhWENSOUJRQ082Vy9BR1ZMemloRlpEZHJLd1RvajJWb0p5Y3EyaFpVQzlXQTl6WUhsQ3VQVDErZmwrSkFsbm9YamF3b2NiRitUWXNDSm5XeWQrUkVNSExIaGxNWG9oalF6TjIvU1I0TS8vd0QzVkxzNjk4YWVRSU5MMm9YK3lLU09sZ0tOR3piWEpxSUtxWDFGNVhWZkdxc2Z1Yk8rVldlSUVkRmtYNTNmTndTST18&cppv=2 — 200 — 844 B — 380 ms — h2https://ut.pubmatic.com/geo?pubid=163238ut.pubmatic.com/geo?pubid=163238 https://ut.pubmatic.com/geo?pubid=163238 — 200 — 0 B — 220 ms — h2https://t.oa.opera.com/sync?vendor=60369&pubid=pub10101531197440&gdpr=0&consent=&us_privacy=&custom_data=t.oa.opera.com/sync?vendor=60369&pu... https://t.oa.opera.com/sync?vendor=60369&pubid=pub10101531197440&gdpr=0&consent=&us_privacy=&custom_data= — 302 — 784 B — 579 ms — http/1.1https://eus.rubiconproject.com/usync.jseus.rubiconproject.com/usync.js https://eus.rubiconproject.com/usync.js — 200 — 0 B — 0 ms — h2https://id5-sync.com/c/441/441/9/1.gif?puid=u_8b7bdb70-68f6-442f-a2e4-3ce85acc0bfa&gdpr=0&gdpr_consent=&us_privacy=id5-sync.com/c/441/441/9/1.gif?puid... https://id5-sync.com/c/441/441/9/1.gif?puid=u_8b7bdb70-68f6-442f-a2e4-3ce85acc0bfa&gdpr=0&gdpr_consent=&us_privacy= — 200 — 1.0 KiB — 212 ms — h2https://id.rtb.mx/rum?uid=518cb171-27ef-488d-8c21-8bae91950b04&d=1776805321643id.rtb.mx/rum?uid=518cb171-27ef-488... https://id.rtb.mx/rum?uid=518cb171-27ef-488d-8c21-8bae91950b04&d=1776805321643 — 204 — 716 B — 152 ms — h2https://token.rubiconproject.com/khaos.json?us_privacy=1---token.rubiconproject.com/khaos.json... https://token.rubiconproject.com/khaos.json?us_privacy=1--- — 200 — 1.4 KiB — 188 ms — http/1.1https://www.temu.com/api/adx/cm/pixel-opera?adx_uid=80cbcece3dc7c199&gdpr=0&gdpr_consent=&us_privacy=&redir=https%3A%2F%2Ft.oa.opera.com%2Fsync%3Fvendor%3D60369%26pubid%3Dpub9858090441216%26gdpr%3D0%26consent%3D%26us_privacy%3D%26custom_data%3Dwww.temu.com/api/adx/cm/pixel-opera... https://www.temu.com/api/adx/cm/pixel-opera?adx_uid=80cbcece3dc7c199&gdpr=0&gdpr_consent=&us_privacy=&redir=https%3A%2F%2Ft.oa.opera.com%2Fsync%3Fvendor%3D60369%26pubid%3Dpub9858090441216%26gdpr%3D0%26consent%3D%26us_privacy%3D%26custom_data%3D — 302 — 477 B — 129 ms — h2https://b1sync.outbrain.com/usersync/ogury/?gdpr=0&gdpr_consent=&cb=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Foutbrain_id%3D__ZUID__b1sync.outbrain.com/usersync/ogury/... https://b1sync.outbrain.com/usersync/ogury/?gdpr=0&gdpr_consent=&cb=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Foutbrain_id%3D__ZUID__ — 302 — 641 B — 393 ms — http/1.1https://ce.lijit.com/beacon/prebid-server/?gdpr=0&gdpr_consent=&us_privacy=1---&url=https%3A%2F%2Fu.4dex.io%2Fsetuid%3Fbidder%3Dsovrn%26it%3Dadg-pb-clt%26us_privacy%3D1---%26uid%3D%24UID&dnr=1ce.lijit.com/beacon/prebid-server/?... https://ce.lijit.com/beacon/prebid-server/?gdpr=0&gdpr_consent=&us_privacy=1---&url=https%3A%2F%2Fu.4dex.io%2Fsetuid%3Fbidder%3Dsovrn%26it%3Dadg-pb-clt%26us_privacy%3D1---%26uid%3D%24UID&dnr=1 — 204 — 317 B — 379 ms — h2https://hb.trustedstack.com/cksync.php?cs=61&type=bts&gdpr=$0&gdpr_consent=$&redirect=https%3A%2F%2Fsyncingbridge.com%2FuserBack%3Fuid%3D%3Cvsid%3E%26p%3D1hb.trustedstack.com/cksync.php?cs=6... https://hb.trustedstack.com/cksync.php?cs=61&type=bts&gdpr=$0&gdpr_consent=$&redirect=https%3A%2F%2Fsyncingbridge.com%2FuserBack%3Fuid%3D%3Cvsid%3E%26p%3D1 — 302 — 329 B — 139 ms — h2https://ms-cookie-sync.presage.io/user-sync?iqzone_id=0cf7b108-40c3-48d8-b883-2b20cb8a6289&gdpr=0&gdpr_consent=ms-cookie-sync.presage.io/user-sync... https://ms-cookie-sync.presage.io/user-sync?iqzone_id=0cf7b108-40c3-48d8-b883-2b20cb8a6289&gdpr=0&gdpr_consent= — 200 — 326 B — 131 ms — h2https://t.oa.opera.com/sync?vendor=60369&pubid=pub9858090441216&gdpr=0&consent=&us_privacy=&custom_data=t.oa.opera.com/sync?vendor=60369&pu... https://t.oa.opera.com/sync?vendor=60369&pubid=pub9858090441216&gdpr=0&consent=&us_privacy=&custom_data= — 302 — 772 B — 480 ms — http/1.1https://syncingbridge.com/userBack?uid=4198069215451101000V10&p=1syncingbridge.com/userBack?uid=4198... https://syncingbridge.com/userBack?uid=4198069215451101000V10&p=1 — 200 — 240 B — 131 ms — http/1.1https://ogury-match.dotomi.com/match/bounce/current?DotomiTest=4ec57e365a341358&is_secure=true&networkId=9254917&version=1&nuid=7c4415d2-fc98-41e4-bb20-90721844e3ca&gdpr=0&gdpr_consent=ogury-match.dotomi.com/match/bounce... https://ogury-match.dotomi.com/match/bounce/current?DotomiTest=4ec57e365a341358&is_secure=true&networkId=9254917&version=1&nuid=7c4415d2-fc98-41e4-bb20-90721844e3ca&gdpr=0&gdpr_consent= — 204 — 103 B — 133 ms — h2https://creativecdn.com/cm-notify?pi=ogury&gdpr=0&gdpr_consent=&tc=1creativecdn.com/cm-notify?pi=ogury&... https://creativecdn.com/cm-notify?pi=ogury&gdpr=0&gdpr_consent=&tc=1 — 200 — 124 B — 189 ms — h2https://sync.richaudience.com/f7872c90c5d3791e2b51f7edce1a0a5d/?p=uZBUkzcLJe&consentString=&r=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Fraudience_id%3D%5BPDID%5D%26gdpr%3D0%26gdpr_consent%3D&rd=1sync.richaudience.com/f7872c90c5d37... https://sync.richaudience.com/f7872c90c5d3791e2b51f7edce1a0a5d/?p=uZBUkzcLJe&consentString=&r=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Fraudience_id%3D%5BPDID%5D%26gdpr%3D0%26gdpr_consent%3D&rd=1 — 204 — 129 B — 211 ms — h2https://token.rubiconproject.com/khaos.json?us_privacy=1---token.rubiconproject.com/khaos.json... https://token.rubiconproject.com/khaos.json?us_privacy=1--- — 200 — 1.4 KiB — 119 ms — http/1.1https://onetag-sys.com/match/?gdpr=0&gdpr_consent=%24%7BGDPR_STRING%7D&int_id=168&uid=OPU8211b52c4d024124a9aabe6316490bbbonetag-sys.com/match/?gdpr=0&gdpr_c... https://onetag-sys.com/match/?gdpr=0&gdpr_consent=%24%7BGDPR_STRING%7D&int_id=168&uid=OPU8211b52c4d024124a9aabe6316490bbb — 200 — 377 B — 134 ms — h2https://b1sync.outbrain.com/usersync/ogury/?cb=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Foutbrain_id%3D__ZUID__&gdpr=0&gdpr_consent=&s=3b1sync.outbrain.com/usersync/ogury/... https://b1sync.outbrain.com/usersync/ogury/?cb=https%3A%2F%2Fms-cookie-sync.presage.io%2Fuser-sync%3Foutbrain_id%3D__ZUID__&gdpr=0&gdpr_consent=&s=3 — 200 — 405 B — 127 ms — http/1.1https://creativecdn.com/cm-notify?pi=fradagio-pbs&gdpr=0&gdpr_consent=&us_privacy=1---creativecdn.com/cm-notify?pi=fradag... https://creativecdn.com/cm-notify?pi=fradagio-pbs&gdpr=0&gdpr_consent=&us_privacy=1--- — 302 — 627 B — 569 ms — h2https://ms-cookie-sync.presage.io/user-sync?gdpr=0&gdpr_consent=&opera_id=OPU99d6d1209719474092547f86bc7dac36ms-cookie-sync.presage.io/user-sync... https://ms-cookie-sync.presage.io/user-sync?gdpr=0&gdpr_consent=&opera_id=OPU99d6d1209719474092547f86bc7dac36 — 200 — 326 B — 133 ms — h2https://log.tagdeliver.com/log.tagdeliver.com/ https://log.tagdeliver.com/ — 204 — 0 B — 226 ms — h2https://log.tagdeliver.com/log.tagdeliver.com/ https://log.tagdeliver.com/ — 200 — 66 B — 211 ms — h2https://creativecdn.com/cm-notify?pi=fradagio-pbs&gdpr=0&gdpr_consent=&us_privacy=1---&tc=1creativecdn.com/cm-notify?pi=fradag... https://creativecdn.com/cm-notify?pi=fradagio-pbs&gdpr=0&gdpr_consent=&us_privacy=1---&tc=1 — 200 — 124 B — 190 ms — h2https://onetag-sys.com/match/?int_id=164&gdpr=0&gdpr_consent=&uid=0504a89d-28d4-4cfa-b080-e6f7c2b2cdfeonetag-sys.com/match/?int_id=164&gd... https://onetag-sys.com/match/?int_id=164&gdpr=0&gdpr_consent=&uid=0504a89d-28d4-4cfa-b080-e6f7c2b2cdfe — 200 — 377 B — 130 ms — h2https://lib-eu-1.brilliantcollector.com/collector/collectorPostlib-eu-1.brilliantcollector.com/col... https://lib-eu-1.brilliantcollector.com/collector/collectorPost — 200 — 0 B — 211 ms — h2https://lib-eu-1.brilliantcollector.com/collector/collectorPostlib-eu-1.brilliantcollector.com/col... https://lib-eu-1.brilliantcollector.com/collector/collectorPost — 200 — 368 B — 211 ms — h2https://gum.criteo.com/syncframe?origin=publishertagids&topUrl=www.timeshighereducation.com&gdpr=0&gdpr_consent=gum.criteo.com/syncframe?origin=pub... https://gum.criteo.com/syncframe?origin=publishertagids&topUrl=www.timeshighereducation.com&gdpr=0&gdpr_consent= — 200 — 5.1 KiB — 124 ms — h2https://gum.criteo.com/sid/json?origin=publishertagids&domain=timeshighereducation.com&sn=AndroidSyncframe&so=3&topUrl=www.timeshighereducation.com&bundle=pxUNcl8xdFdtQjZIRWwzQ29kV253eHFBbGxHJTJGc0JYeW1CM2dpY2dLMWlqZkhnaTBTOTZwZzRib0hjbWxwZU42bnNGWEtnZ1hiQkhFS1NZNURLck1EdFc2RUJtR3dia1ZyWVBDSUI3VmVrTE56NjhLR01qYUNoNEF2SmVmJTJCc2t4UGxVdUdrVmhXT2hZMjZoMmwlMkZIbFJYdTk3JTJCZyUzRCUzRA&pm=1gum.criteo.com/sid/json?origin=publ... https://gum.criteo.com/sid/json?origin=publishertagids&domain=timeshighereducation.com&sn=AndroidSyncframe&so=3&topUrl=www.timeshighereducation.com&bundle=pxUNcl8xdFdtQjZIRWwzQ29kV253eHFBbGxHJTJGc0JYeW1CM2dpY2dLMWlqZkhnaTBTOTZwZzRib0hjbWxwZU42bnNGWEtnZ1hiQkhFS1NZNURLck1EdFc2RUJtR3dia1ZyWVBDSUI3VmVrTE56NjhLR01qYUNoNEF2SmVmJTJCc2t4UGxVdUdrVmhXT2hZMjZoMmwlMkZIbFJYdTk3JTJCZyUzRCUzRA&pm=1 — 302 — 769 B — 118 ms — h2https://mug.criteo.com/sid?cpp=0ZemMXxlMU1OSllncDdtRFB1ajZxbXJFUFd1bERZR0F1OGNwb2ZObHhqR3RlTFA3RWVyVjhCcUt5bEszVnR2Mkc1bWNJMWI5Sk4rUHNJSTFOT3BOMUtTeXFFR0V6OU9EUzJJUWRxckJ5K0I1TVlkbXNrWUdVOWV5QnF3cnZWZHJWazYwbE0vR21GM3I3VVU1dDRZbGd6eU9oRlZrQzhRVUR4bUIxUXBVZzBnSnA0R0V5MDBOSUVzZ2o5bGVySjBwV2VlYVhyMzhrM1M1cHNOaUtrNGdTWTVhWkw5ZUdVU0x6YzZocUdLamdldUNPenloMEVHNVhkUGJ0ZEEzcUo4ajByK2g2eVNwY2d3NGRMbnVsdDRZRU1idGp2L1R2bmxjY1dQVkxycFE1YzlPWVZsND18&cppv=2mug.criteo.com/sid?cpp=0ZemMXxlMU1O... https://mug.criteo.com/sid?cpp=0ZemMXxlMU1OSllncDdtRFB1ajZxbXJFUFd1bERZR0F1OGNwb2ZObHhqR3RlTFA3RWVyVjhCcUt5bEszVnR2Mkc1bWNJMWI5Sk4rUHNJSTFOT3BOMUtTeXFFR0V6OU9EUzJJUWRxckJ5K0I1TVlkbXNrWUdVOWV5QnF3cnZWZHJWazYwbE0vR21GM3I3VVU1dDRZbGd6eU9oRlZrQzhRVUR4bUIxUXBVZzBnSnA0R0V5MDBOSUVzZ2o5bGVySjBwV2VlYVhyMzhrM1M1cHNOaUtrNGdTWTVhWkw5ZUdVU0x6YzZocUdLamdldUNPenloMEVHNVhkUGJ0ZEEzcUo4ajByK2g2eVNwY2d3NGRMbnVsdDRZRU1idGp2L1R2bmxjY1dQVkxycFE1YzlPWVZsND18&cppv=2 — 200 — 782 B — 128 ms — h2https://onetag-sys.com/match/?int_id=164&gdpr=1&gdpr_consent=&uid=a4f25e39-55d8-4a2b-8c9f-3597f8a21d7conetag-sys.com/match/?int_id=164&gd... https://onetag-sys.com/match/?int_id=164&gdpr=1&gdpr_consent=&uid=a4f25e39-55d8-4a2b-8c9f-3597f8a21d7c — -1 — 0 B — 0 ms —
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 25772ms · 2448KB · €280/mo
consent.cookiebot.com
Other
Costly
Execution 9408ms
Transfer 307 KB
Monthly Cost €102/mo
content-eu-1.content-cms.com
Other
Costly
Execution 3516ms
Transfer 61 KB
Unused 36%
Monthly Cost €38/mo
Unattributable
Other
Costly
Execution 2679ms
Transfer 0 KB
Monthly Cost €29/mo
www.timeshighereducation.com
Other
Costly
Execution 2151ms
Transfer 724 KB
Unused 57%
Monthly Cost €23/mo
www.timeshighereducation.com
Other
Costly
Execution 1359ms
Transfer 59 KB
Unused 37%
Monthly Cost €15/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 1214ms
Transfer 187 KB
Unused 54%
Monthly Cost €13/mo
www.timeshighereducation.com
Other
Costly
Execution 1200ms
Transfer 79 KB
Monthly Cost €13/mo
cdn.tagdeliver.com
Other
Costly
Execution 1028ms
Transfer 22 KB
Monthly Cost €11/mo
cdn.tagdeliver.com
Other
Costly
Execution 544ms
Transfer 135 KB
Unused 37%
Monthly Cost €6/mo
Google Tag Manager
Tag Manager
Costly
Execution 474ms
Transfer 173 KB
Unused 38%
Monthly Cost €5/mo
script.4dex.io
Other
Costly
Execution 469ms
Transfer 19 KB
Monthly Cost €5/mo
c.amazon-adsystem.com
Other
Costly
Execution 374ms
Transfer 91 KB
Unused 42%
Monthly Cost €4/mo
www.timeshighereducation.com
Other
Costly
Execution 222ms
Transfer 54 KB
Unused 40%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Costly
Execution 202ms
Transfer 131 KB
Unused 44%
Monthly Cost €2/mo
consent.cookiebot.com
Other
Optional
Execution 198ms
Transfer 36 KB
Unused 63%
Monthly Cost €2/mo
www.timeshighereducation.com
Other
Optional
Execution 118ms
Transfer 40 KB
Unused 53%
Monthly Cost €1/mo
scripts.webcontentassessor.com
Other
Optional
Execution 116ms
Transfer 94 KB
Unused 22%
Monthly Cost €1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 108ms
Transfer 34 KB
Monthly Cost €1/mo
oa.openxcdn.net
Other
Optional
Execution 81ms
Transfer 8 KB
Monthly Cost €1/mo
consent.cookiebot.com
Other
Optional
Execution 69ms
Transfer 88 KB
Unused 73%
Monthly Cost €1/mo
ats-wrapper.privacymanager.io
Other
Optional
Execution 66ms
Transfer 39 KB
Unused 58%
Monthly Cost €1/mo
launchpad.privacymanager.io
Other
Optional
Execution 63ms
Transfer 45 KB
Monthly Cost €1/mo
tags.crwdcntrl.net
Other
Optional
Execution 59ms
Transfer 13 KB
Monthly Cost €1/mo
ep2.adtrafficquality.google
Other
Optional
Execution 53ms
Transfer 8 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • consent.cookiebot.com adds 9408ms and costs ~€102/month
  • content-eu-1.content-cms.com adds 3516ms and costs ~€38/month
  • Unattributable adds 2679ms and costs ~€29/month
  • www.timeshighereducation.com adds 2151ms and costs ~€23/month
  • www.timeshighereducation.com adds 1359ms and costs ~€15/month
  • securepubads.g.doubleclick.net adds 1214ms and costs ~€13/month
  • www.timeshighereducation.com adds 1200ms and costs ~€13/month
  • cdn.tagdeliver.com adds 1028ms and costs ~€11/month
  • cdn.tagdeliver.com adds 544ms and costs ~€6/month
  • Google Tag Manager adds 474ms and costs ~€5/month
  • script.4dex.io adds 469ms and costs ~€5/month
  • c.amazon-adsystem.com adds 374ms and costs ~€4/month
  • www.timeshighereducation.com adds 222ms and costs ~€2/month
  • Google Tag Manager adds 202ms and costs ~€2/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

consent.cookiebot.com takes 9408ms 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

content-eu-1.content-cms.com takes 3516ms 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 2679ms 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.timeshighereducation.com takes 2151ms 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 www.timeshighereducation.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

www.timeshighereducation.com takes 1359ms 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

securepubads.g.doubleclick.net takes 1214ms 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 securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

www.timeshighereducation.com takes 1200ms 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

cdn.tagdeliver.com takes 1028ms 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

cdn.tagdeliver.com takes 544ms 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 474ms 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

script.4dex.io takes 469ms 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

c.amazon-adsystem.com takes 374ms 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.timeshighereducation.com takes 222ms 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 202ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

63% of consent.cookiebot.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

53% of www.timeshighereducation.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

73% of consent.cookiebot.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

58% of ats-wrapper.privacymanager.io'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