Skip to content
https://le.ac.uk

Performance

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

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

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

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

1.48 s

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

3.01 s

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

153 ms

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

0.151

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

3.20 s

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

5.00 s

Page Load Progression

401 ms
801 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.8 s
3.2 s
Checks
15
5 PASS 4 REVIEW 4 FIX
F
Page Weight Budget
Action
5.3 MB transferred, 119 requests
FIX
5.3 MB transferred, 119 requests
Critical::
Page weighs 10.8 MB (5.3 MB transferred)
Warning::
JavaScript is 2.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.6 MB
Warning::
Images are 2.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.0 MB
Info::
Fonts are 332 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 332 KB
Warning::
119 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.1 g CO2 per page load
5.3 MB / 2.4 MB budget
5.3 MB transferred
119 requests
1.1 g CO2 per page load
JavaScript 2.6 MiB 50%
Images 2.0 MiB 39%
Fonts 331.5 KiB 6%
HTML 105.0 KiB 2%
CSS 101.2 KiB 2%
Other 24.5 KiB 0%
Other 20.5 KiB 0%
Other 17.4 KiB 0%
Other 9.3 KiB 0%
Other 6.3 KiB 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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

F
JS Bundles
Action
29 scripts, 551 KB unused
FIX
29 scripts, 551 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-3J1Z...: 70 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-W83B...: 66 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-166...: 65 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-ND9...: 65 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=DC-137...: 63 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 551 KB
551 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-3J1ZEVD70P&cx=c&gtm=4e64k0h1169 KB70 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=G-W83BQNGGJ6&cx=c&gtm=4e64k0h1157 KB66 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-16683890274&cx=c&gtm=4e64k0h1143 KB65 KB (45%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-ND9NQP190 KB65 KB (34%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-13730620&cx=c&gtm=4e64k0h1132 KB63 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-8076770&cx=c&gtm=4e64k0h1129 KB63 KB (49%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-14868017&cx=c&gtm=4e64k0h1129 KB63 KB (49%)3rd
https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js123 KB58 KB (47%)3rd
https://le.ac.uk/Assets-v2/dist/js/main.min.js?v-63890262869989570665 KB40 KB (68%)1st
https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js11 KB3rd

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
119 resources · 5.3 MB · 551 KB savings available
FIX
119 resources · 5.3 MB · 551 KB savings available
Warning::
Page weight 4.3 MB over 1MB target
Got: 5.3 MB Expected: ≤ 1 MB
Info::
~551 KB of savings available
Warning::
74 third-party resources (53% of weight)
Info::
4 resources over 200KB
119 resources · 5.3 MiB · 74 third-party 4.3 MiB over 1MB target
JavaScript 50% · 2.6 MiB
Image 39% · 2.1 MiB
Font 6% · 331.5 KiB
Document 2% · 105.0 KiB
CSS 2% · 101.2 KiB
Other 1% · 57.6 KiB

~551.0 KiB of savings available

Remove unused JavaScript: 551.0 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-cache, no-store, must-revalidate,no-cache;no-store;must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, no-store, must-revalidate,no-cache;no-store;must-revalidate

DirectiveValueMeaning
no-cacheCache but always revalidate first
no-storeNever cache this response
must-revalidateMust recheck with server after expiry
no-cache;no-store;must-revalidate
B
Third-Party Impact
53% third-party, 0 ms blocking
REVIEW
53% third-party, 0 ms blocking
Warning::
Third-party code accounts for 53% of page weight (2.8 MiB of 5.3 MiB)
Info::
Third-party blocking time is low (0 ms)
47%
53%
First-party Third-party
C
Image Optimization
Action
40 images, 0 KB saveable
REVIEW
40 images, 0 KB saveable
Warning::
https://le.ac.uk/-/media/uol/images/graphics/logos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://le.ac.uk/assets-v2/images/svgs/cookies.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://le.ac.uk/-/media/uol/images/graphics/logos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://le.ac.uk/-/media/uol/images/graphics/logos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://le.ac.uk/-/media/uol/images/graphics/logos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
40 images 2.0 MB
0 oversized -0 KB
38 legacy format
5 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1117ms total JS execution
REVIEW
1117ms total JS execution
Info::
Unattributable: 210ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-ND9...: 209ms CPU time
Info::
https://le.ac.uk/: 169ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-W83B...: 95ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-3J1Z...: 93ms CPU time
Warning::
Third-party scripts: 806ms (72% of total)

Main Thread Breakdown

Script Evaluation 54% Other 19% Script Parsing & Compilation 11% Style & Layout 8% Garbage Collection 3%
ScriptTotalScriptingParse/CompileParty
Unattributable210ms3ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-ND9NQP209ms175ms21ms3rd
https://le.ac.uk/169ms4ms1ms1st
https://www.googletagmanager.com/gtag/js?id=G-W83BQNGGJ6&cx=c&gtm=4e64k0h195ms80ms14ms3rd
https://www.googletagmanager.com/gtag/js?id=G-3J1ZEVD70P&cx=c&gtm=4e64k0h193ms70ms22ms3rd
https://le.ac.uk/Assets-v2/dist/js/main.min.js?v-63890262869989570682ms49ms8ms1st
https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js81ms66ms14ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-16683890274&cx=c&gtm=4e64k0h166ms53ms13ms3rd
https://le.ac.uk/Assets-v2/dist/js/jquery-1.12.4.min.js60ms41ms3ms1st
https://www.googletagmanager.com/gtag/js?id=DC-13730620&cx=c&gtm=4e64k0h152ms40ms11ms3rd
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
10 fonts (332 KB)
PASS
10 fonts (332 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

332 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.5 s LCP 3.0 shttps://le.ac.uk/Assets-v2/fonts/MaisonNeue-Book.woff2MaisonNeue-Book.woff2 https://le.ac.uk/Assets-v2/fonts/MaisonNeue-Book.woff2 — 34.8 KiB — 546 ms — font-display: swaphttps://le.ac.uk/Assets-v2/fonts/MaisonNeue-Demi.woff2MaisonNeue-Demi.woff2 https://le.ac.uk/Assets-v2/fonts/MaisonNeue-Demi.woff2 — 34.5 KiB — 363 ms — font-display: swaphttps://le.ac.uk/Assets-v2/fonts/tiempos-headline-web-regular.woff2tiempos-headline-web-re... https://le.ac.uk/Assets-v2/fonts/tiempos-headline-web-regular.woff2 — 47.8 KiB — 550 ms — font-display: swaphttps://le.ac.uk/Assets-v2/fonts/tiempos-headline-web-medium.woff2tiempos-headline-web-me... https://le.ac.uk/Assets-v2/fonts/tiempos-headline-web-medium.woff2 — 46.5 KiB — 550 ms — font-display: swaphttps://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 33.1 KiB — 5 ms — font-display: swaphttps://use.typekit.net/af/27776b/00000000000000003b9b0939/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3l https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3 — 32.6 KiB — 7 ms — font-display: swaphttps://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 32.1 KiB — 11 ms — font-display: swaphttps://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3l https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 31.9 KiB — 14 ms — font-display: swaphttps://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaB.woff2XRXV3I6Li01BKofINeaB.woff2 https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaB.woff2 — 38.2 KiB — 7 ms — font-display: swapdata:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AA…woff;base64,d09GRk9UVE8... data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AA… — 0 B — -6863 ms — font-display: swap
MaisonNeue-Book.woff2 woff2 swap
Size 35 KB
Load time 546 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
MaisonNeue-Demi.woff2 woff2 swap
Size 35 KB
Load time 363 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
tiempos-headline-web-re... woff2 swap
Size 48 KB
Load time 550 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
tiempos-headline-web-me... woff2 swap
Size 47 KB
Load time 550 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 33 KB
Load time 5 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 33 KB
Load time 7 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 32 KB
Load time 11 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 32 KB
Load time 14 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
XRXV3I6Li01BKofINeaB.woff2 woff2 swap
Size 38 KB
Load time 7 ms
Start 4.3 s
Risk FOUT — text flashes from fallback to web font
woff;base64,d09GRk9UVE8... unknown swap
Size 0 KB
Load time -6863 ms
Start 6.9 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
119 requests over 6884ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.5 s LCP 3.0 shttps://le.ac.uk// https://le.ac.uk/ — 200 — 102.8 KiB — 1.8 s — h2https://le.ac.uk/Assets-v2/fonts/MaisonNeue-Book.woff2/Assets-v2/fonts/MaisonNeue-Book.wo... https://le.ac.uk/Assets-v2/fonts/MaisonNeue-Book.woff2 — 200 — 34.8 KiB — 546 ms — h2https://le.ac.uk/Assets-v2/fonts/MaisonNeue-Demi.woff2/Assets-v2/fonts/MaisonNeue-Demi.wo... https://le.ac.uk/Assets-v2/fonts/MaisonNeue-Demi.woff2 — 200 — 34.5 KiB — 363 ms — h2https://le.ac.uk/Assets-v2/fonts/tiempos-headline-web-regular.woff2/Assets-v2/fonts/tiempos-headline-w... https://le.ac.uk/Assets-v2/fonts/tiempos-headline-web-regular.woff2 — 200 — 47.8 KiB — 550 ms — h2https://le.ac.uk/Assets-v2/fonts/tiempos-headline-web-medium.woff2/Assets-v2/fonts/tiempos-headline-w... https://le.ac.uk/Assets-v2/fonts/tiempos-headline-web-medium.woff2 — 200 — 46.5 KiB — 550 ms — h2https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.jscc.cdn.civiccomputing.com/9/cookieC... https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js — 200 — 123.2 KiB — 49 ms — h3https://le.ac.uk/Assets-v2/dist/css/main.css?v-638905030549391046/Assets-v2/dist/css/main.css?v-6389... https://le.ac.uk/Assets-v2/dist/css/main.css?v-638905030549391046 — 200 — 60.6 KiB — 545 ms — h2https://le.ac.uk/layouts/system/VisitorIdentification.js/layouts/system/VisitorIdentificati... https://le.ac.uk/layouts/system/VisitorIdentification.js — 200 — 1.1 KiB — 192 ms — h2https://le.ac.uk/-/media/uol/images/mega-nav/promo-image-mega-nav-310x221.jpg?cx=0.47&cy=0.49&cw=214&ch=221&hash=9DD713576C6B195FD5BD4B02E180F320/-/media/uol/images/mega-nav/promo-... https://le.ac.uk/-/media/uol/images/mega-nav/promo-image-mega-nav-310x221.jpg?cx=0.47&cy=0.49&cw=214&ch=221&hash=9DD713576C6B195FD5BD4B02E180F320 — 200 — 24.3 KiB — 549 ms — h2https://le.ac.uk/-/media/uol/images/study/international-students/how-to-apply-international-banner.jpg?cx=0.56&cy=0.44&cw=214&ch=221&hash=887680A2565F829B5BA177AF41FB33AD/-/media/uol/images/study/internati... https://le.ac.uk/-/media/uol/images/study/international-students/how-to-apply-international-banner.jpg?cx=0.56&cy=0.44&cw=214&ch=221&hash=887680A2565F829B5BA177AF41FB33AD — 200 — 20.2 KiB — 551 ms — h2https://le.ac.uk/Assets/Favicons/webmanifest.json?v=638150794/Assets/Favicons/webmanifest.json?v... https://le.ac.uk/Assets/Favicons/webmanifest.json?v=638150794 — 200 — 6.3 KiB — 563 ms — h2https://le.ac.uk/-/media/system/apps/plugins/accoladectas/accoladectas-4up-min.css/-/media/system/apps/plugins/accola... https://le.ac.uk/-/media/system/apps/plugins/accoladectas/accoladectas-4up-min.css — 200 — 7.3 KiB — 247 ms — h2https://le.ac.uk/Assets-v2/dist/js/jquery-1.12.4.min.js/Assets-v2/dist/js/jquery-1.12.4.mi... https://le.ac.uk/Assets-v2/dist/js/jquery-1.12.4.min.js — 200 — 38.9 KiB — 245 ms — h2https://le.ac.uk/Assets-v2/dist/js/main.min.js?v-638902628699895706/Assets-v2/dist/js/main.min.js?v-63... https://le.ac.uk/Assets-v2/dist/js/main.min.js?v-638902628699895706 — 200 — 64.9 KiB — 256 ms — h2https://le.ac.uk/-/media/system/apps/plugins/unibuddy/load-unibuddy-carousel.js/-/media/system/apps/plugins/unibud... https://le.ac.uk/-/media/system/apps/plugins/unibuddy/load-unibuddy-carousel.js — 200 — 6.2 KiB — 242 ms — h2https://le.ac.uk/~/media/system/apps/uol_ui_min.js/~/media/system/apps/uol_ui_min.js https://le.ac.uk/~/media/system/apps/uol_ui_min.js — 200 — 7.0 KiB — 259 ms — h2https://le.ac.uk/-/media/uol/images/recruitment/clearing/2024/clearing-open-2024-banner.jpg?cx=0.67&cy=0.5&cw=214&ch=221&hash=5D57500C97578D873BAD2B3DE5972592/-/media/uol/images/recruitment/cle... https://le.ac.uk/-/media/uol/images/recruitment/clearing/2024/clearing-open-2024-banner.jpg?cx=0.67&cy=0.5&cw=214&ch=221&hash=5D57500C97578D873BAD2B3DE5972592 — 200 — 23.4 KiB — 252 ms — h2https://le.ac.uk/-/media/uol/images/homepage/carousel-rotator/open-day-2026.jpg?cx=0.51&cy=0.44&cw=1400&ch=700&hash=B8925AAE08029891A5F1276ED6DC9C22/-/media/uol/images/homepage/carous... https://le.ac.uk/-/media/uol/images/homepage/carousel-rotator/open-day-2026.jpg?cx=0.51&cy=0.44&cw=1400&ch=700&hash=B8925AAE08029891A5F1276ED6DC9C22 — 200 — 205.1 KiB — 419 ms — h2https://le.ac.uk/-/media/uol/images/study/undergraduates/careers/homepage-banner-100-hours.jpg?cx=0.56&cy=0.37&cw=1400&ch=700&hash=DC3E5B8DAEFA3C039A5DC3F98E74CD0E/-/media/uol/images/study/undergrad... https://le.ac.uk/-/media/uol/images/study/undergraduates/careers/homepage-banner-100-hours.jpg?cx=0.56&cy=0.37&cw=1400&ch=700&hash=DC3E5B8DAEFA3C039A5DC3F98E74CD0E — 200 — 105.0 KiB — 256 ms — h2https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/tef-2023-gold-210x75.png/-/media/uol/images/graphics/logos/... https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/tef-2023-gold-210x75.png — 200 — 14.5 KiB — 248 ms — h2https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/ref-2021-210x75.png/-/media/uol/images/graphics/logos/... https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/ref-2021-210x75.png — 200 — 13.7 KiB — 246 ms — h2https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/the-world-university-rankings-210x75.png/-/media/uol/images/graphics/logos/... https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/the-world-university-rankings-210x75.png — 200 — 13.5 KiB — 446 ms — h2https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/national-student-survey-112x75.png/-/media/uol/images/graphics/logos/... https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/national-student-survey-112x75.png — 200 — 8.9 KiB — 449 ms — h2https://app-script.monsido.com/v2/monsido-script.jsapp-script.monsido.com/v2/monsido-s... https://app-script.monsido.com/v2/monsido-script.js — 200 — 3.7 KiB — 20 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-ND9NQPwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-ND9NQP — 200 — 190.3 KiB — 262 ms — h2https://le.ac.uk/-/media/uol/images/mega-nav/promo-image-mega-nav-310x221.jpg?cx=0.47&cy=0.49&cw=214&ch=221&hash=9DD713576C6B195FD5BD4B02E180F320/-/media/uol/images/mega-nav/promo-... https://le.ac.uk/-/media/uol/images/mega-nav/promo-image-mega-nav-310x221.jpg?cx=0.47&cy=0.49&cw=214&ch=221&hash=9DD713576C6B195FD5BD4B02E180F320 — 200 — 24.3 KiB — 453 ms — h2https://le.ac.uk/Assets-v2/images/svgs/arrow-down.svg/Assets-v2/images/svgs/arrow-down.s... https://le.ac.uk/Assets-v2/images/svgs/arrow-down.svg — 200 — 6.1 KiB — 398 ms — h2https://le.ac.uk/Assets-v2/images/svgs/line-arrow-dark.svg/Assets-v2/images/svgs/line-arrow-d... https://le.ac.uk/Assets-v2/images/svgs/line-arrow-dark.svg — 200 — 6.0 KiB — 405 ms — h2https://le.ac.uk/-/media/uol/images/study/undergraduates/landing-page/on-demand-846.jpg/-/media/uol/images/study/undergrad... https://le.ac.uk/-/media/uol/images/study/undergraduates/landing-page/on-demand-846.jpg — 200 — 93.2 KiB — 434 ms — h2https://le.ac.uk/-/media/uol/images/homepage/promos/pg-jan-starts-846.jpg/-/media/uol/images/homepage/promos... https://le.ac.uk/-/media/uol/images/homepage/promos/pg-jan-starts-846.jpg — 200 — 94.7 KiB — 438 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.5 s LCP 3.0 shttps://le.ac.uk// https://le.ac.uk/ — 200 — 102.8 KiB — 1.8 s — h2https://le.ac.uk/Assets-v2/fonts/MaisonNeue-Book.woff2/Assets-v2/fonts/MaisonNeue-Book.wo... https://le.ac.uk/Assets-v2/fonts/MaisonNeue-Book.woff2 — 200 — 34.8 KiB — 546 ms — h2https://le.ac.uk/Assets-v2/fonts/MaisonNeue-Demi.woff2/Assets-v2/fonts/MaisonNeue-Demi.wo... https://le.ac.uk/Assets-v2/fonts/MaisonNeue-Demi.woff2 — 200 — 34.5 KiB — 363 ms — h2https://le.ac.uk/Assets-v2/fonts/tiempos-headline-web-regular.woff2/Assets-v2/fonts/tiempos-headline-w... https://le.ac.uk/Assets-v2/fonts/tiempos-headline-web-regular.woff2 — 200 — 47.8 KiB — 550 ms — h2https://le.ac.uk/Assets-v2/fonts/tiempos-headline-web-medium.woff2/Assets-v2/fonts/tiempos-headline-w... https://le.ac.uk/Assets-v2/fonts/tiempos-headline-web-medium.woff2 — 200 — 46.5 KiB — 550 ms — h2https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.jscc.cdn.civiccomputing.com/9/cookieC... https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js — 200 — 123.2 KiB — 49 ms — h3https://le.ac.uk/Assets-v2/dist/css/main.css?v-638905030549391046/Assets-v2/dist/css/main.css?v-6389... https://le.ac.uk/Assets-v2/dist/css/main.css?v-638905030549391046 — 200 — 60.6 KiB — 545 ms — h2https://le.ac.uk/layouts/system/VisitorIdentification.js/layouts/system/VisitorIdentificati... https://le.ac.uk/layouts/system/VisitorIdentification.js — 200 — 1.1 KiB — 192 ms — h2https://le.ac.uk/-/media/uol/images/mega-nav/promo-image-mega-nav-310x221.jpg?cx=0.47&cy=0.49&cw=214&ch=221&hash=9DD713576C6B195FD5BD4B02E180F320/-/media/uol/images/mega-nav/promo-... https://le.ac.uk/-/media/uol/images/mega-nav/promo-image-mega-nav-310x221.jpg?cx=0.47&cy=0.49&cw=214&ch=221&hash=9DD713576C6B195FD5BD4B02E180F320 — 200 — 24.3 KiB — 549 ms — h2https://le.ac.uk/-/media/uol/images/study/international-students/how-to-apply-international-banner.jpg?cx=0.56&cy=0.44&cw=214&ch=221&hash=887680A2565F829B5BA177AF41FB33AD/-/media/uol/images/study/internati... https://le.ac.uk/-/media/uol/images/study/international-students/how-to-apply-international-banner.jpg?cx=0.56&cy=0.44&cw=214&ch=221&hash=887680A2565F829B5BA177AF41FB33AD — 200 — 20.2 KiB — 551 ms — h2https://le.ac.uk/Assets/Favicons/webmanifest.json?v=638150794/Assets/Favicons/webmanifest.json?v... https://le.ac.uk/Assets/Favicons/webmanifest.json?v=638150794 — 200 — 6.3 KiB — 563 ms — h2https://le.ac.uk/-/media/system/apps/plugins/accoladectas/accoladectas-4up-min.css/-/media/system/apps/plugins/accola... https://le.ac.uk/-/media/system/apps/plugins/accoladectas/accoladectas-4up-min.css — 200 — 7.3 KiB — 247 ms — h2https://le.ac.uk/Assets-v2/dist/js/jquery-1.12.4.min.js/Assets-v2/dist/js/jquery-1.12.4.mi... https://le.ac.uk/Assets-v2/dist/js/jquery-1.12.4.min.js — 200 — 38.9 KiB — 245 ms — h2https://le.ac.uk/Assets-v2/dist/js/main.min.js?v-638902628699895706/Assets-v2/dist/js/main.min.js?v-63... https://le.ac.uk/Assets-v2/dist/js/main.min.js?v-638902628699895706 — 200 — 64.9 KiB — 256 ms — h2https://le.ac.uk/-/media/system/apps/plugins/unibuddy/load-unibuddy-carousel.js/-/media/system/apps/plugins/unibud... https://le.ac.uk/-/media/system/apps/plugins/unibuddy/load-unibuddy-carousel.js — 200 — 6.2 KiB — 242 ms — h2https://le.ac.uk/~/media/system/apps/uol_ui_min.js/~/media/system/apps/uol_ui_min.js https://le.ac.uk/~/media/system/apps/uol_ui_min.js — 200 — 7.0 KiB — 259 ms — h2https://le.ac.uk/-/media/uol/images/recruitment/clearing/2024/clearing-open-2024-banner.jpg?cx=0.67&cy=0.5&cw=214&ch=221&hash=5D57500C97578D873BAD2B3DE5972592/-/media/uol/images/recruitment/cle... https://le.ac.uk/-/media/uol/images/recruitment/clearing/2024/clearing-open-2024-banner.jpg?cx=0.67&cy=0.5&cw=214&ch=221&hash=5D57500C97578D873BAD2B3DE5972592 — 200 — 23.4 KiB — 252 ms — h2https://le.ac.uk/-/media/uol/images/homepage/carousel-rotator/open-day-2026.jpg?cx=0.51&cy=0.44&cw=1400&ch=700&hash=B8925AAE08029891A5F1276ED6DC9C22/-/media/uol/images/homepage/carous... https://le.ac.uk/-/media/uol/images/homepage/carousel-rotator/open-day-2026.jpg?cx=0.51&cy=0.44&cw=1400&ch=700&hash=B8925AAE08029891A5F1276ED6DC9C22 — 200 — 205.1 KiB — 419 ms — h2https://le.ac.uk/-/media/uol/images/study/undergraduates/careers/homepage-banner-100-hours.jpg?cx=0.56&cy=0.37&cw=1400&ch=700&hash=DC3E5B8DAEFA3C039A5DC3F98E74CD0E/-/media/uol/images/study/undergrad... https://le.ac.uk/-/media/uol/images/study/undergraduates/careers/homepage-banner-100-hours.jpg?cx=0.56&cy=0.37&cw=1400&ch=700&hash=DC3E5B8DAEFA3C039A5DC3F98E74CD0E — 200 — 105.0 KiB — 256 ms — h2https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/tef-2023-gold-210x75.png/-/media/uol/images/graphics/logos/... https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/tef-2023-gold-210x75.png — 200 — 14.5 KiB — 248 ms — h2https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/ref-2021-210x75.png/-/media/uol/images/graphics/logos/... https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/ref-2021-210x75.png — 200 — 13.7 KiB — 246 ms — h2https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/the-world-university-rankings-210x75.png/-/media/uol/images/graphics/logos/... https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/the-world-university-rankings-210x75.png — 200 — 13.5 KiB — 446 ms — h2https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/national-student-survey-112x75.png/-/media/uol/images/graphics/logos/... https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/accolade-ctas/national-student-survey-112x75.png — 200 — 8.9 KiB — 449 ms — h2https://app-script.monsido.com/v2/monsido-script.jsapp-script.monsido.com/v2/monsido-s... https://app-script.monsido.com/v2/monsido-script.js — 200 — 3.7 KiB — 20 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-ND9NQPwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-ND9NQP — 200 — 190.3 KiB — 262 ms — h2https://le.ac.uk/-/media/uol/images/mega-nav/promo-image-mega-nav-310x221.jpg?cx=0.47&cy=0.49&cw=214&ch=221&hash=9DD713576C6B195FD5BD4B02E180F320/-/media/uol/images/mega-nav/promo-... https://le.ac.uk/-/media/uol/images/mega-nav/promo-image-mega-nav-310x221.jpg?cx=0.47&cy=0.49&cw=214&ch=221&hash=9DD713576C6B195FD5BD4B02E180F320 — 200 — 24.3 KiB — 453 ms — h2https://le.ac.uk/Assets-v2/images/svgs/arrow-down.svg/Assets-v2/images/svgs/arrow-down.s... https://le.ac.uk/Assets-v2/images/svgs/arrow-down.svg — 200 — 6.1 KiB — 398 ms — h2https://le.ac.uk/Assets-v2/images/svgs/line-arrow-dark.svg/Assets-v2/images/svgs/line-arrow-d... https://le.ac.uk/Assets-v2/images/svgs/line-arrow-dark.svg — 200 — 6.0 KiB — 405 ms — h2https://le.ac.uk/-/media/uol/images/study/undergraduates/landing-page/on-demand-846.jpg/-/media/uol/images/study/undergrad... https://le.ac.uk/-/media/uol/images/study/undergraduates/landing-page/on-demand-846.jpg — 200 — 93.2 KiB — 434 ms — h2https://le.ac.uk/-/media/uol/images/homepage/promos/pg-jan-starts-846.jpg/-/media/uol/images/homepage/promos... https://le.ac.uk/-/media/uol/images/homepage/promos/pg-jan-starts-846.jpg — 200 — 94.7 KiB — 438 ms — h2https://le.ac.uk/-/media/uol/images/homepage/promos/choose-room-846.jpg/-/media/uol/images/homepage/promos... https://le.ac.uk/-/media/uol/images/homepage/promos/choose-room-846.jpg — 200 — 67.5 KiB — 412 ms — h2https://le.ac.uk/-/media/uol/images/study/undergraduates/careers/100-hours-employability-box.jpg/-/media/uol/images/study/undergrad... https://le.ac.uk/-/media/uol/images/study/undergraduates/careers/100-hours-employability-box.jpg — 200 — 78.3 KiB — 438 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='15' viewBox='0 0 30…www.w3.org/2000/svg' width='30' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='15' viewBox='0 0 30… — 200 — 0 B — 1 ms — datadata:image/svg+xml,%3Csvg viewBox='0 0 72 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='no…www.w3.org/2000/svg'%3E%3Cpath fill... data:image/svg+xml,%3Csvg viewBox='0 0 72 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='no… — 200 — 0 B — 0 ms — datahttps://le.ac.uk/Assets-v2/images/svgs/arrow-down-s-blue.svg/Assets-v2/images/svgs/arrow-down-s... https://le.ac.uk/Assets-v2/images/svgs/arrow-down-s-blue.svg — 200 — 6.1 KiB — 207 ms — h2https://le.ac.uk/~/media/uol/images/icons/homepage/line_arrow_white.svg/~/media/uol/images/icons/homepage/... https://le.ac.uk/~/media/uol/images/icons/homepage/line_arrow_white.svg — 200 — 6.0 KiB — 251 ms — h2https://le.ac.uk/-/media/uol/images/news/2026/april/smithsonian-1.png/-/media/uol/images/news/2026/april... https://le.ac.uk/-/media/uol/images/news/2026/april/smithsonian-1.png — 200 — 491.0 KiB — 231 ms — h2https://le.ac.uk/-/media/uol/images/news/2026/april/seth-anil-770.jpg/-/media/uol/images/news/2026/april... https://le.ac.uk/-/media/uol/images/news/2026/april/seth-anil-770.jpg — 200 — 33.6 KiB — 253 ms — h2https://le.ac.uk/-/media/uol/images/news/2026/april/heart-doctors-770.jpg/-/media/uol/images/news/2026/april... https://le.ac.uk/-/media/uol/images/news/2026/april/heart-doctors-770.jpg — 200 — 79.6 KiB — 257 ms — h2https://le.ac.uk/-/media/uol/images/news/2026/april/usa-770.png/-/media/uol/images/news/2026/april... https://le.ac.uk/-/media/uol/images/news/2026/april/usa-770.png — 200 — 477.8 KiB — 400 ms — h2https://le.ac.uk/-/media/uol/images/news/2026/april/petri-pod-770.jpg/-/media/uol/images/news/2026/april... https://le.ac.uk/-/media/uol/images/news/2026/april/petri-pod-770.jpg — 200 — 106.2 KiB — 398 ms — h2https://le.ac.uk/Assets-v2/images/map-dark.png/Assets-v2/images/map-dark.png https://le.ac.uk/Assets-v2/images/map-dark.png — 200 — 17.6 KiB — 195 ms — h2https://le.ac.uk/Assets-v2/images/svgs/up-black.svg/Assets-v2/images/svgs/up-black.svg https://le.ac.uk/Assets-v2/images/svgs/up-black.svg — 200 — 6.2 KiB — 198 ms — h2https://apikeys.civiccomputing.com/c/v?d=le.ac.uk&p=CookieControl%20Single-Site&v=9&k=2a3e378d2db453fd244b6fbd1eeca9aa69e97adf&format=jsonapikeys.civiccomputing.com/c/v?d=le... https://apikeys.civiccomputing.com/c/v?d=le.ac.uk&p=CookieControl%20Single-Site&v=9&k=2a3e378d2db453fd244b6fbd1eeca9aa69e97adf&format=json — 200 — 609 B — 36 ms — h3https://cdn.unibuddy.co/unibuddy-carousel.jscdn.unibuddy.co/unibuddy-carousel.j... https://cdn.unibuddy.co/unibuddy-carousel.js — 200 — 30.5 KiB — 49 ms — h3https://le.ac.uk/assets-v2/images/svgs/cookies.svg/assets-v2/images/svgs/cookies.svg https://le.ac.uk/assets-v2/images/svgs/cookies.svg — 200 — 6.5 KiB — 285 ms — h2https://le.ac.uk/-/media/system/thumbnails/social-media/facebook.svg?h=25&w=25&la=en&hash=A1A822195FCDAB913C655BBCBF0E0093/-/media/system/thumbnails/social-m... https://le.ac.uk/-/media/system/thumbnails/social-media/facebook.svg?h=25&w=25&la=en&hash=A1A822195FCDAB913C655BBCBF0E0093 — 200 — 6.3 KiB — 206 ms — h2https://le.ac.uk/-/media/system/thumbnails/social-media/snapchat.svg?h=25&w=25&la=en&hash=2F3D9C7A0CABF354CFEFE76553DA26C3/-/media/system/thumbnails/social-m... https://le.ac.uk/-/media/system/thumbnails/social-media/snapchat.svg?h=25&w=25&la=en&hash=2F3D9C7A0CABF354CFEFE76553DA26C3 — 200 — 8.5 KiB — 198 ms — h2https://le.ac.uk/-/media/system/thumbnails/social-media/instagram.svg?h=25&w=25&la=en&hash=74DF0A982E82F72115D8F0D030528E0E/-/media/system/thumbnails/social-m... https://le.ac.uk/-/media/system/thumbnails/social-media/instagram.svg?h=25&w=25&la=en&hash=74DF0A982E82F72115D8F0D030528E0E — 200 — 7.9 KiB — 225 ms — h2https://le.ac.uk/-/media/system/thumbnails/social-media/linkedin.svg?h=25&w=25&la=en&hash=F19679C3EA9D913548873050CB0D5E4E/-/media/system/thumbnails/social-m... https://le.ac.uk/-/media/system/thumbnails/social-media/linkedin.svg?h=25&w=25&la=en&hash=F19679C3EA9D913548873050CB0D5E4E — 200 — 6.7 KiB — 200 ms — h2https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/tef-rating-site-footer.png/-/media/uol/images/graphics/logos/... https://le.ac.uk/-/media/uol/images/graphics/logos/recruitment/tef-rating-site-footer.png — 200 — 17.5 KiB — 222 ms — h2https://www.googletagmanager.com/gtag/js?id=G-3J1ZEVD70P&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-3J1ZEVD70P&cx=c&gtm=4e64k0h1 — 200 — 169.1 KiB — 202 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-14868017&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-14868017&cx=c&gtm=4e64k0h1 — 200 — 129.3 KiB — 202 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16683890274&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16683890274&cx=c&gtm=4e64k0h1 — 200 — 143.5 KiB — 224 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-8076770&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-8076770&cx=c&gtm=4e64k0h1 — 200 — 129.3 KiB — 202 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-13730620&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-13730620&cx=c&gtm=4e64k0h1 — 200 — 131.7 KiB — 324 ms — h2https://www.googletagmanager.com/gtag/js?id=G-W83BQNGGJ6&cx=c&gtm=4e64k0h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-W83BQNGGJ6&cx=c&gtm=4e64k0h1 — 200 — 157.4 KiB — 224 ms — h2https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 172 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=5&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fle.ac.uk%2F&scrsrc=www.googletagmanager.com&rnd=987362695.1776891084&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0h1v72265110za200zd72265110xea&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776891084036&tfd=2916pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=5&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fle.ac.uk%2F&scrsrc=www.googletagmanager.com&rnd=987362695.1776891084&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k0h1v72265110za200zd72265110xea&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776891084036&tfd=2916 — 200 — 21 B — 170 ms — h3https://unibuddy.co/embed/university-of-leicester/carousel?ub_medium=product&ub_source=Embedded%20University%20Carouselunibuddy.co/embed/university-of-lei... https://unibuddy.co/embed/university-of-leicester/carousel?ub_medium=product&ub_source=Embedded%20University%20Carousel — 200 — 2.2 KiB — 545 ms — h3https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 10 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-3J1ZEVD70P&gtm=45je64k0h1v877776015z872265110za20gzb72265110zd72265110&_p=1776891083291&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&are=1&cid=858599078.1776891084&frm=0&pscdl=denied&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~117512542~118463262&sid=1776891084&sct=1&seg=0&dl=https%3A%2F%2Fle.ac.uk%2F&dt=A%20Leading%20UK%20University%20%7C%20University%20of%20Leicester&en=page_view&_fv=1&_nsi=1&_ss=1&ep.path_clean=%2F&tfd=3185www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-3J1ZEVD70P&gtm=45je64k0h1v877776015z872265110za20gzb72265110zd72265110&_p=1776891083291&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&are=1&cid=858599078.1776891084&frm=0&pscdl=denied&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~117512542~118463262&sid=1776891084&sct=1&seg=0&dl=https%3A%2F%2Fle.ac.uk%2F&dt=A%20Leading%20UK%20University%20%7C%20University%20of%20Leicester&en=page_view&_fv=1&_nsi=1&_ss=1&ep.path_clean=%2F&tfd=3185 — 204 — 544 B — 177 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fle.ac.uk%2F&scrsrc=www.googletagmanager.com&rnd=987362695.1776891084&navt=n&npa=1&gtm=45fe64k0h1v9195399714z872265110za20gzb72265110zd72265110xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616985~115938465~115938468~117266400~118463262&apve=1&apvf=f&apvc=0&tids=DC-14868017&tid=DC-14868017&tft=1776891084364&tfd=3243pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fle.ac.uk%2F&scrsrc=www.googletagmanager.com&rnd=987362695.1776891084&navt=n&npa=1&gtm=45fe64k0h1v9195399714z872265110za20gzb72265110zd72265110xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616985~115938465~115938468~117266400~118463262&apve=1&apvf=f&apvc=0&tids=DC-14868017&tid=DC-14868017&tft=1776891084364&tfd=3243 — 200 — 21 B — 118 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fle.ac.uk%2F&scrsrc=www.googletagmanager.com&rnd=987362695.1776891084&navt=n&npa=1&gtm=45fe64k0h1v9190855760z872265110za20gzb72265110zd72265110xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&apve=1&apvf=f&apvc=0&tids=DC-8076770&tid=DC-8076770&tft=1776891084412&tfd=3291pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fle.ac.uk%2F&scrsrc=www.googletagmanager.com&rnd=987362695.1776891084&navt=n&npa=1&gtm=45fe64k0h1v9190855760z872265110za20gzb72265110zd72265110xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938465~115938469~117266400~118128923&apve=1&apvf=f&apvc=0&tids=DC-8076770&tid=DC-8076770&tft=1776891084412&tfd=3291 — 200 — 21 B — 72 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fle.ac.uk%2F&scrsrc=www.googletagmanager.com&rnd=987362695.1776891084&navt=n&npa=1&gtm=45be64k0h1v9194159748z872265110za20gzb72265110zd72265110xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938465~115938468~117266400~118463262&apve=1&apvf=f&apvc=0&tids=AW-16683890274&tid=AW-16683890274&tft=1776891084478&tfd=3358pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fle.ac.uk%2F&scrsrc=www.googletagmanager.com&rnd=987362695.1776891084&navt=n&npa=1&gtm=45be64k0h1v9194159748z872265110za20gzb72265110zd72265110xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938465~115938468~117266400~118463262&apve=1&apvf=f&apvc=0&tids=AW-16683890274&tid=AW-16683890274&tft=1776891084478&tfd=3358 — 200 — 21 B — 211 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-W83BQNGGJ6&gtm=45je64k0h1v9197245255z872265110za20gzb72265110zd72265110&_p=1776891083291&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&are=1&cid=858599078.1776891084&frm=0&pscdl=denied&rcb=8&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266401~117384406~117512542~118128922&sid=1776891084&sct=1&seg=0&dl=https%3A%2F%2Fle.ac.uk%2F&dt=A%20Leading%20UK%20University%20%7C%20University%20of%20Leicester&en=page_view&_fv=1&_ss=1&tfd=3435www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-W83BQNGGJ6&gtm=45je64k0h1v9197245255z872265110za20gzb72265110zd72265110&_p=1776891083291&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&are=1&cid=858599078.1776891084&frm=0&pscdl=denied&rcb=8&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266401~117384406~117512542~118128922&sid=1776891084&sct=1&seg=0&dl=https%3A%2F%2Fle.ac.uk%2F&dt=A%20Leading%20UK%20University%20%7C%20University%20of%20Leicester&en=page_view&_fv=1&_ss=1&tfd=3435 — 204 — 48 B — 82 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fle.ac.uk%2F&scrsrc=www.googletagmanager.com&rnd=987362695.1776891084&navt=n&npa=1&gtm=45fe64k0h1v9166557386z872265110za20gzb72265110zd72265110xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=DC-13730620&tid=DC-13730620&tft=1776891084635&tfd=3515pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=5&frm=0&en=page_view&dl=https%3A%2F%2Fle.ac.uk%2F&scrsrc=www.googletagmanager.com&rnd=987362695.1776891084&navt=n&npa=1&gtm=45fe64k0h1v9166557386z872265110za20gzb72265110zd72265110xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=DC-13730620&tid=DC-13730620&tft=1776891084635&tfd=3515 — 200 — 21 B — 61 ms — h3https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;1,400&family=Roboto:wght@500&display=swapfonts.googleapis.com/css2?family=Nu... https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;1,400&family=Roboto:wght@500&display=swap — 200 — 2.2 KiB — 124 ms — h2https://unibuddy.co/config.jsunibuddy.co/config.js https://unibuddy.co/config.js — 200 — 1.4 KiB — 12 ms — h3https://use.typekit.net/fsq4eoa.jsuse.typekit.net/fsq4eoa.js https://use.typekit.net/fsq4eoa.js — 200 — 6.8 KiB — 27 ms — h2https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.15/iframeResizer.contentWindow.min.jscdnjs.cloudflare.com/ajax/libs/ifra... https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.15/iframeResizer.contentWindow.min.js — 200 — 5.2 KiB — 33 ms — h3https://unibuddy.co/styles.7a1d552af64a2d2868ec.cssunibuddy.co/styles.7a1d552af64a2d28... https://unibuddy.co/styles.7a1d552af64a2d2868ec.css — 200 — 18.4 KiB — 13 ms — h3https://unibuddy.co/runtime.20bf6980e58feaaeb41b.jsunibuddy.co/runtime.20bf6980e58feaa... https://unibuddy.co/runtime.20bf6980e58feaaeb41b.js — 200 — 2.3 KiB — 17 ms — h3https://unibuddy.co/styles.7a1d552af64a2d2868ec.jsunibuddy.co/styles.7a1d552af64a2d28... https://unibuddy.co/styles.7a1d552af64a2d2868ec.js — 200 — 2.5 KiB — 16 ms — h3https://unibuddy.co/main.e813666f2ec139d67c5b.jsunibuddy.co/main.e813666f2ec139d67c... https://unibuddy.co/main.e813666f2ec139d67c5b.js — 200 — 1.2 MiB — 90 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 36 ms — h2https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.cssmaxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css — 200 — 7.4 KiB — 23 ms — h3https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/css/flag-icon.min.csscdnjs.cloudflare.com/ajax/libs/flag... https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/css/flag-icon.min.css — 200 — 2.0 KiB — 23 ms — h3https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.csscdnjs.cloudflare.com/ajax/libs/swee... https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css — 200 — 3.3 KiB — 18 ms — h3https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/71f83c/000000000... https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 33.1 KiB — 5 ms — h2https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3use.typekit.net/af/27776b/000000000... https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3 — 200 — 32.6 KiB — 7 ms — h2https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/4838bd/000000000... https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 32.1 KiB — 11 ms — h2https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3use.typekit.net/af/437c3d/000000000... https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 200 — 31.9 KiB — 14 ms — h2https://domain/api/123/envelope/?sentry_key=mockdsn&sentry_version=7&sentry_client=sentry.javascript.browser%2F8.5.0domain/api/123/envelope/?sentry_key... https://domain/api/123/envelope/?sentry_key=mockdsn&sentry_version=7&sentry_client=sentry.javascript.browser%2F8.5.0 — -1 — 0 B — 84 ms — https://static.hotjar.com/c/hotjar-3356160.js?sv=6static.hotjar.com/c/hotjar-3356160.... https://static.hotjar.com/c/hotjar-3356160.js?sv=6 — 200 — 6.2 KiB — 18 ms — h2https://p.typekit.net/p.gif?s=1&k=fsq4eoa&ht=tk&h=unibuddy.co&f=139.173.175.5474&a=8448375&js=1.21.0&app=typekit&e=js&_=1776891085353p.typekit.net/p.gif?s=1&k=fsq4eoa&h... https://p.typekit.net/p.gif?s=1&k=fsq4eoa&ht=tk&h=unibuddy.co&f=139.173.175.5474&a=8448375&js=1.21.0&app=typekit&e=js&_=1776891085353 — 200 — 206 B — 20 ms — h2blob:https://unibuddy.co/86292677-4def-4a4a-b6c9-1c2903355c9aunibuddy.co/86292677-4def-4a4a-b6c9... blob:https://unibuddy.co/86292677-4def-4a4a-b6c9-1c2903355c9a — 200 — -1 B — 93 ms — blobhttps://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaB.woff2fonts.gstatic.com/s/nunito/v32/XRXV... https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaB.woff2 — 200 — 38.2 KiB — 7 ms — h3https://translations.unibuddy.co/namespaces/widget/en-GB/common.jsontranslations.unibuddy.co/namespaces... https://translations.unibuddy.co/namespaces/widget/en-GB/common.json — 200 — 1.3 KiB — 38 ms — h2https://heatmaps.monsido.com/v1/heatmaps.jsheatmaps.monsido.com/v1/heatmaps.js https://heatmaps.monsido.com/v1/heatmaps.js — 200 — 3.3 KiB — 91 ms — h2https://tracking.monsido.com/?a=PgueUrvQyOe1Po6A20d4DQ&b=https%3A%2F%2Fle.ac.uk%2F&c=3941776891085461&d=800x600&f=B841776891085461&h=2tracking.monsido.com/?a=PgueUrvQyOe... https://tracking.monsido.com/?a=PgueUrvQyOe1Po6A20d4DQ&b=https%3A%2F%2Fle.ac.uk%2F&c=3941776891085461&d=800x600&f=B841776891085461&h=2 — 200 — 177 B — 171 ms — h2https://domain/api/123/envelope/?sentry_key=mockdsn&sentry_version=7&sentry_client=sentry.javascript.browser%2F8.5.0domain/api/123/envelope/?sentry_key... https://domain/api/123/envelope/?sentry_key=mockdsn&sentry_version=7&sentry_client=sentry.javascript.browser%2F8.5.0 — -1 — 0 B — 79 ms — https://domain/api/123/envelope/?sentry_key=mockdsn&sentry_version=7&sentry_client=sentry.javascript.browser%2F8.5.0domain/api/123/envelope/?sentry_key... https://domain/api/123/envelope/?sentry_key=mockdsn&sentry_version=7&sentry_client=sentry.javascript.browser%2F8.5.0 — -1 — 0 B — 79 ms — https://unibuddy.co/cdn-cgi/rum?unibuddy.co/cdn-cgi/rum? https://unibuddy.co/cdn-cgi/rum? — 204 — 461 B — 10 ms — h3https://tracking.audio.thisisdax.com/one.png?client=LeicesterUni&action=cs&eventId=&event=HomePage&j=0&gtmcb=1185238042tracking.audio.thisisdax.com/one.pn... https://tracking.audio.thisisdax.com/one.png?client=LeicesterUni&action=cs&eventId=&event=HomePage&j=0&gtmcb=1185238042 — 200 — 451 B — 49 ms — h2https://le.ac.uk/Assets/Favicons/favicon.ico?v=638150794/Assets/Favicons/favicon.ico?v=6381... https://le.ac.uk/Assets/Favicons/favicon.ico?v=638150794 — 200 — 20.5 KiB — 194 ms — h2https://gateway.unibuddy.co/graphql?opname=GetUniversityProviderQuerygateway.unibuddy.co/graphql?opname=... https://gateway.unibuddy.co/graphql?opname=GetUniversityProviderQuery — 204 — 0 B — 561 ms — h3https://heatmaps.monsido.com/v1/settings/PgueUrvQyOe1Po6A20d4DQ.jsonheatmaps.monsido.com/v1/settings/Pg... https://heatmaps.monsido.com/v1/settings/PgueUrvQyOe1Po6A20d4DQ.json — 200 — 920 B — 18 ms — h3https://gateway.unibuddy.co/graphql?opname=GetUniversityProviderQuerygateway.unibuddy.co/graphql?opname=... https://gateway.unibuddy.co/graphql?opname=GetUniversityProviderQuery — 200 — 9.7 KiB — 650 ms — h3https://app.launchdarkly.com/sdk/goals/618a36f64edbc614fcd12e94app.launchdarkly.com/sdk/goals/618a... https://app.launchdarkly.com/sdk/goals/618a36f64edbc614fcd12e94 — 200 — 0 B — 20 ms — h2https://events.launchdarkly.com/events/diagnostic/618a36f64edbc614fcd12e94events.launchdarkly.com/events/diag... https://events.launchdarkly.com/events/diagnostic/618a36f64edbc614fcd12e94 — 204 — 0 B — 377 ms — h2https://app.launchdarkly.com/sdk/evalx/618a36f64edbc614fcd12e94/contexts/eyJraW5kIjoibXVsdGkiLCJ1c2VyIjp7ImtpbmQiOiJ1c2VyIiwiYW5vbnltb3VzIjp0cnVlLCJrZXkiOiJ3aWRnZXQtY29ob3J0LTQiLCJ1bml2ZXJzaXR5Ijp7ImlkIjoiNThjZDkwNjk2MTIzMTQwMDA0NTMwMDEzIiwic2x1ZyI6InVuaXZlcnNpdHktb2YtbGVpY2VzdGVyIiwibmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIn0sInVuaXZlcnNpdHlJZCI6IjU4Y2Q5MDY5NjEyMzE0MDAwNDUzMDAxMyIsInVuaXZlcnNpdHlTbHVnIjoidW5pdmVyc2l0eS1vZi1sZWljZXN0ZXIiLCJ1bml2ZXJzaXR5TmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIn0sInVuaXZlcnNpdHkiOnsia2luZCI6InVuaXZlcnNpdHkiLCJrZXkiOiJ1bml2ZXJzaXR5LW9mLWxlaWNlc3RlciIsImlkIjoiNThjZDkwNjk2MTIzMTQwMDA0NTMwMDEzIiwibmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIiwic2x1ZyI6InVuaXZlcnNpdHktb2YtbGVpY2VzdGVyIn19app.launchdarkly.com/sdk/evalx/618a... https://app.launchdarkly.com/sdk/evalx/618a36f64edbc614fcd12e94/contexts/eyJraW5kIjoibXVsdGkiLCJ1c2VyIjp7ImtpbmQiOiJ1c2VyIiwiYW5vbnltb3VzIjp0cnVlLCJrZXkiOiJ3aWRnZXQtY29ob3J0LTQiLCJ1bml2ZXJzaXR5Ijp7ImlkIjoiNThjZDkwNjk2MTIzMTQwMDA0NTMwMDEzIiwic2x1ZyI6InVuaXZlcnNpdHktb2YtbGVpY2VzdGVyIiwibmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIn0sInVuaXZlcnNpdHlJZCI6IjU4Y2Q5MDY5NjEyMzE0MDAwNDUzMDAxMyIsInVuaXZlcnNpdHlTbHVnIjoidW5pdmVyc2l0eS1vZi1sZWljZXN0ZXIiLCJ1bml2ZXJzaXR5TmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIn0sInVuaXZlcnNpdHkiOnsia2luZCI6InVuaXZlcnNpdHkiLCJrZXkiOiJ1bml2ZXJzaXR5LW9mLWxlaWNlc3RlciIsImlkIjoiNThjZDkwNjk2MTIzMTQwMDA0NTMwMDEzIiwibmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIiwic2x1ZyI6InVuaXZlcnNpdHktb2YtbGVpY2VzdGVyIn19 — 200 — 0 B — 13 ms — h2https://app.launchdarkly.com/sdk/evalx/618a36f64edbc614fcd12e94/contexts/eyJraW5kIjoibXVsdGkiLCJ1c2VyIjp7ImtpbmQiOiJ1c2VyIiwiYW5vbnltb3VzIjp0cnVlLCJrZXkiOiJ3aWRnZXQtY29ob3J0LTQiLCJ1bml2ZXJzaXR5Ijp7ImlkIjoiNThjZDkwNjk2MTIzMTQwMDA0NTMwMDEzIiwic2x1ZyI6InVuaXZlcnNpdHktb2YtbGVpY2VzdGVyIiwibmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIn0sInVuaXZlcnNpdHlJZCI6IjU4Y2Q5MDY5NjEyMzE0MDAwNDUzMDAxMyIsInVuaXZlcnNpdHlTbHVnIjoidW5pdmVyc2l0eS1vZi1sZWljZXN0ZXIiLCJ1bml2ZXJzaXR5TmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIn0sInVuaXZlcnNpdHkiOnsia2luZCI6InVuaXZlcnNpdHkiLCJrZXkiOiJ1bml2ZXJzaXR5LW9mLWxlaWNlc3RlciIsImlkIjoiNThjZDkwNjk2MTIzMTQwMDA0NTMwMDEzIiwibmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIiwic2x1ZyI6InVuaXZlcnNpdHktb2YtbGVpY2VzdGVyIn19app.launchdarkly.com/sdk/evalx/618a... https://app.launchdarkly.com/sdk/evalx/618a36f64edbc614fcd12e94/contexts/eyJraW5kIjoibXVsdGkiLCJ1c2VyIjp7ImtpbmQiOiJ1c2VyIiwiYW5vbnltb3VzIjp0cnVlLCJrZXkiOiJ3aWRnZXQtY29ob3J0LTQiLCJ1bml2ZXJzaXR5Ijp7ImlkIjoiNThjZDkwNjk2MTIzMTQwMDA0NTMwMDEzIiwic2x1ZyI6InVuaXZlcnNpdHktb2YtbGVpY2VzdGVyIiwibmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIn0sInVuaXZlcnNpdHlJZCI6IjU4Y2Q5MDY5NjEyMzE0MDAwNDUzMDAxMyIsInVuaXZlcnNpdHlTbHVnIjoidW5pdmVyc2l0eS1vZi1sZWljZXN0ZXIiLCJ1bml2ZXJzaXR5TmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIn0sInVuaXZlcnNpdHkiOnsia2luZCI6InVuaXZlcnNpdHkiLCJrZXkiOiJ1bml2ZXJzaXR5LW9mLWxlaWNlc3RlciIsImlkIjoiNThjZDkwNjk2MTIzMTQwMDA0NTMwMDEzIiwibmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIiwic2x1ZyI6InVuaXZlcnNpdHktb2YtbGVpY2VzdGVyIn19 — 200 — 6.8 KiB — 41 ms — h2https://app.launchdarkly.com/sdk/goals/618a36f64edbc614fcd12e94app.launchdarkly.com/sdk/goals/618a... https://app.launchdarkly.com/sdk/goals/618a36f64edbc614fcd12e94 — 200 — 235 B — 4 ms — h2https://unibuddy.co/16.84503a53b16e54e6dcab.jsunibuddy.co/16.84503a53b16e54e6dcab... https://unibuddy.co/16.84503a53b16e54e6dcab.js — 200 — 5.6 KiB — 12 ms — h3https://logos.unibuddy.co/logos/carousel/58cd90696123140004530013/unibuddy-logo.pnglogos.unibuddy.co/logos/carousel/58... https://logos.unibuddy.co/logos/carousel/58cd90696123140004530013/unibuddy-logo.png — 200 — 13.4 KiB — 1.0 s — h2https://gateway.unibuddy.co/graphql?opname=AppLocalesQuerygateway.unibuddy.co/graphql?opname=... https://gateway.unibuddy.co/graphql?opname=AppLocalesQuery — 204 — 0 B — 184 ms — h3https://clientstream.launchdarkly.com/eval/618a36f64edbc614fcd12e94/eyJraW5kIjoibXVsdGkiLCJ1c2VyIjp7ImtpbmQiOiJ1c2VyIiwiYW5vbnltb3VzIjp0cnVlLCJrZXkiOiJ3aWRnZXQtY29ob3J0LTQiLCJ1bml2ZXJzaXR5Ijp7ImlkIjoiNThjZDkwNjk2MTIzMTQwMDA0NTMwMDEzIiwic2x1ZyI6InVuaXZlcnNpdHktb2YtbGVpY2VzdGVyIiwibmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIn0sInVuaXZlcnNpdHlJZCI6IjU4Y2Q5MDY5NjEyMzE0MDAwNDUzMDAxMyIsInVuaXZlcnNpdHlTbHVnIjoidW5pdmVyc2l0eS1vZi1sZWljZXN0ZXIiLCJ1bml2ZXJzaXR5TmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIn0sInVuaXZlcnNpdHkiOnsia2luZCI6InVuaXZlcnNpdHkiLCJrZXkiOiJ1bml2ZXJzaXR5LW9mLWxlaWNlc3RlciIsImlkIjoiNThjZDkwNjk2MTIzMTQwMDA0NTMwMDEzIiwibmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIiwic2x1ZyI6InVuaXZlcnNpdHktb2YtbGVpY2VzdGVyIn19clientstream.launchdarkly.com/eval/... https://clientstream.launchdarkly.com/eval/618a36f64edbc614fcd12e94/eyJraW5kIjoibXVsdGkiLCJ1c2VyIjp7ImtpbmQiOiJ1c2VyIiwiYW5vbnltb3VzIjp0cnVlLCJrZXkiOiJ3aWRnZXQtY29ob3J0LTQiLCJ1bml2ZXJzaXR5Ijp7ImlkIjoiNThjZDkwNjk2MTIzMTQwMDA0NTMwMDEzIiwic2x1ZyI6InVuaXZlcnNpdHktb2YtbGVpY2VzdGVyIiwibmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIn0sInVuaXZlcnNpdHlJZCI6IjU4Y2Q5MDY5NjEyMzE0MDAwNDUzMDAxMyIsInVuaXZlcnNpdHlTbHVnIjoidW5pdmVyc2l0eS1vZi1sZWljZXN0ZXIiLCJ1bml2ZXJzaXR5TmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIn0sInVuaXZlcnNpdHkiOnsia2luZCI6InVuaXZlcnNpdHkiLCJrZXkiOiJ1bml2ZXJzaXR5LW9mLWxlaWNlc3RlciIsImlkIjoiNThjZDkwNjk2MTIzMTQwMDA0NTMwMDEzIiwibmFtZSI6IlVuaXZlcnNpdHkgb2YgTGVpY2VzdGVyIiwic2x1ZyI6InVuaXZlcnNpdHktb2YtbGVpY2VzdGVyIn19 — 200 — 17.4 KiB — 359 ms — h2https://gateway.unibuddy.co/graphql?opname=RandomMentorListQuerygateway.unibuddy.co/graphql?opname=... https://gateway.unibuddy.co/graphql?opname=RandomMentorListQuery — 204 — 0 B — 532 ms — h3https://gateway.unibuddy.co/graphql?opname=AppLocalesQuerygateway.unibuddy.co/graphql?opname=... https://gateway.unibuddy.co/graphql?opname=AppLocalesQuery — 200 — 2.1 KiB — 547 ms — h3https://events.launchdarkly.com/events/diagnostic/618a36f64edbc614fcd12e94events.launchdarkly.com/events/diag... https://events.launchdarkly.com/events/diagnostic/618a36f64edbc614fcd12e94 — 202 — 358 B — 126 ms — h2https://gateway.unibuddy.co/graphql?opname=RandomMentorListQuerygateway.unibuddy.co/graphql?opname=... https://gateway.unibuddy.co/graphql?opname=RandomMentorListQuery — 200 — 10.7 KiB — 490 ms — h3https://unibuddy.co/npm.moment.31cad3207f43c3463446.jsunibuddy.co/npm.moment.31cad3207f43... https://unibuddy.co/npm.moment.31cad3207f43c3463446.js — 200 — 55.5 KiB — 15 ms — h3https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/4x3/ca.svgcdnjs.cloudflare.com/ajax/libs/flag... https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/4x3/ca.svg — 200 — 1023 B — 17 ms — h3https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/4x3/gb.svgcdnjs.cloudflare.com/ajax/libs/flag... https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/4x3/gb.svg — 200 — 1.0 KiB — 23 ms — h3https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/4x3/gb-eng.svgcdnjs.cloudflare.com/ajax/libs/flag... https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/4x3/gb-eng.svg — 200 — 785 B — 21 ms — h3https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/4x3/my.svgcdnjs.cloudflare.com/ajax/libs/flag... https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.3.0/flags/4x3/my.svg — 200 — 1.0 KiB — 21 ms — h3data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AA…data:font/woff;base64,d09GRk9UVE8AA... data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AA… — -1 — 0 B — 0 ms — https://translations.unibuddy.co/namespaces/widget/en-GB/mentorCard.jsontranslations.unibuddy.co/namespaces... https://translations.unibuddy.co/namespaces/widget/en-GB/mentorCard.json — -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
72% of JavaScript execution is third-party
First-party Third-party 806ms · 915KB · £8/mo
Unattributable
Other
Costly
Execution 210ms
Transfer 0 KB
Monthly Cost £2/mo
Google Tag Manager
Tag Manager
Costly
Execution 209ms
Transfer 190 KB
Unused 34%
Monthly Cost £2/mo
Google Tag Manager
Tag Manager
Optional
Execution 95ms
Transfer 157 KB
Unused 42%
Monthly Cost £1/mo
Google Tag Manager
Tag Manager
Optional
Execution 93ms
Transfer 169 KB
Unused 41%
Monthly Cost £1/mo
cc.cdn.civiccomputing.com
Other
Optional
Execution 81ms
Transfer 123 KB
Unused 47%
Monthly Cost £1/mo
Google Tag Manager
Tag Manager
Optional
Execution 66ms
Transfer 143 KB
Unused 45%
Monthly Cost £1/mo
Google Tag Manager
Tag Manager
Optional
Execution 52ms
Transfer 132 KB
Unused 48%
Monthly Cost £1/mo

These scripts may cost more than they're worth

  • Unattributable adds 210ms and costs ~£2/month
  • Google Tag Manager adds 209ms and costs ~£2/month

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

Why this matters

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

Learn more

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

Source: web.dev

Unattributable takes 210ms 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 209ms 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

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