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

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
80
GRADE
B
FIX
3
REVIEW
4
PASS
6
INFO
2

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

93
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
93
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
91
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.

940 ms

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

1.54 s

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

36 ms

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.

993 ms

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

1.83 s

Page Load Progression

542 ms
1.1 s
1.6 s
2.2 s
2.7 s
3.3 s
3.8 s
4.3 s
Checks
15
6 PASS 4 REVIEW 3 FIX
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 (1.8 MiB of 1.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
45 resources · 1.8 MB · 174 KB savings available
FIX
45 resources · 1.8 MB · 174 KB savings available
Warning::
Page weight 846 KB over 1MB target
Got: 1.8 MB Expected: ≤ 1 MB
Info::
~174 KB of savings available
Warning::
44 third-party resources (100% of weight)
Info::
1 resources over 200KB
45 resources · 1.8 MiB · 44 third-party 846.0 KiB over 1MB target
JavaScript 37% · 696.5 KiB
Font 25% · 459.1 KiB
Image 23% · 429.3 KiB
CSS 13% · 252.0 KiB
Document 2% · 28.4 KiB
Other 0% · 4.7 KiB

~174.4 KiB of savings available

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

C
Page Weight Budget
Action
1.8 MB transferred, 45 requests
REVIEW
1.8 MB transferred, 45 requests
Info::
Page weighs 3.5 MB (1.8 MB transferred)
Warning::
JavaScript is 697 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 697 KB
Info::
Fonts are 459 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 459 KB
Info::
CSS is 252 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 252 KB
Info::
45 HTTP requests
Info::
Estimated 0.38 g CO2 per page load
1.8 MB / 2.4 MB budget
1.8 MB transferred
45 requests
0.38 g CO2 per page load
JavaScript 696.5 KiB 37%
Fonts 459.1 KiB 25%
Images 412.7 KiB 22%
CSS 252.0 KiB 13%
HTML 27.9 KiB 1%
Other 17.2 KiB 1%
Other 4.6 KiB 0%
0 2.4 MB 4.9 MB
Approaching limit

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

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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

B
JS Execution Cost
843ms total JS execution
REVIEW
843ms total JS execution
Warning::
https://www.cardiff.ac.uk/: 360ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-WFW...: 188ms CPU time
Info::
Unattributable: 114ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=DC-142...: 74ms CPU time
Info::
https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/main...: 57ms CPU time
Warning::
Third-party scripts: 843ms (100% of total)

Main Thread Breakdown

Script Evaluation 36% Style & Layout 27% Other 20% Script Parsing & Compilation 8% Parse HTML & CSS 5% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://www.cardiff.ac.uk/360ms9ms1ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WFW24X188ms159ms26ms3rd
Unattributable114ms6ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=DC-14284772&cx=c&gtm=4e64k074ms60ms14ms3rd
https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/main.js57ms45ms6ms3rd
https://widget.geckoengage.com/embed50ms36ms12ms3rd
C
JS Bundles
Action
9 scripts, 174 KB unused
REVIEW
9 scripts, 174 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WFW...: 78 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=DC-142...: 62 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/vend...: 35 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 174 KB
174 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-WFW24X192 KB78 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-14284772&cx=c&gtm=4e64k0129 KB62 KB (48%)3rd
https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/vendor.js51 KB35 KB (69%)3rd
https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/runtime.js2 KB3rd
https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/main.js27 KB3rd
https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/733.js2 KB3rd
https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/6671.js2 KB3rd
https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/55.js4 KB3rd
https://widget.geckoengage.com/embed/286 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

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
Image Optimization
15 images, 0 KB saveable
PASS
15 images, 0 KB saveable
Warning::
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cardiff.imgix.net/__data/assets/image/0005... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cardiff.imgix.net/__data/assets/image/0009... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cardiff.imgix.net/__data/assets/image/0008... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cardiff.imgix.net/__data/assets/image/0006... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cardiff.imgix.net/__data/assets/image/0006... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
15 images 413 KB
0 oversized -0 KB
0 legacy format
6 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

A+
Font Loading
7 fonts (459 KB)
PASS
7 fonts (459 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

459 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 940 ms LCP 1.5 shttps://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Med.woff2Marr-Sans-Med.woff2 https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Med.woff2 — 25.9 KiB — 28 ms — font-display: swaphttps://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Rg.woff2Marr-Sans-Rg.woff2 https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Rg.woff2 — 24.4 KiB — 29 ms — font-display: swaphttps://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Bold.woff2Marr-Sans-Bold.woff2 https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Bold.woff2 — 25.1 KiB — 31 ms — font-display: swaphttps://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Ultra.woff2Marr-Sans-Ultra.woff2 https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Ultra.woff2 — 23.7 KiB — 17 ms — font-display: swaphttps://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Darby-Rg.woff2Darby-Rg.woff2 https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Darby-Rg.woff2 — 44.9 KiB — 36 ms — font-display: swaphttps://widget.geckoengage.com/embed/static/media/fa-solid-900.54dfc8f5.woff2fa-solid-900.54dfc8f5.w... https://widget.geckoengage.com/embed/static/media/fa-solid-900.54dfc8f5.woff2 — 134.5 KiB — 20 ms — font-display: swaphttps://widget.geckoengage.com/embed/static/media/fa-light-300.d3271a56.woff2fa-light-300.d3271a56.w... https://widget.geckoengage.com/embed/static/media/fa-light-300.d3271a56.woff2 — 180.5 KiB — 22 ms — font-display: swap
Marr-Sans-Med.woff2 woff2 swap
Size 26 KB
Load time 28 ms
Start 609 ms
Risk FOUT — text flashes from fallback to web font
Marr-Sans-Rg.woff2 woff2 swap
Size 24 KB
Load time 29 ms
Start 610 ms
Risk FOUT — text flashes from fallback to web font
Marr-Sans-Bold.woff2 woff2 swap
Size 25 KB
Load time 31 ms
Start 610 ms
Risk FOUT — text flashes from fallback to web font
Marr-Sans-Ultra.woff2 woff2 swap
Size 24 KB
Load time 17 ms
Start 610 ms
Risk FOUT — text flashes from fallback to web font
Darby-Rg.woff2 woff2 swap
Size 45 KB
Load time 36 ms
Start 611 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.54dfc8f5.w... woff2 swap
Size 135 KB
Load time 20 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-light-300.d3271a56.w... woff2 swap
Size 181 KB
Load time 22 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)

Fixing the unchecked items could save ~158 KB and ~316 ms

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
45 requests over 1976ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 940 ms LCP 1.5 shttps://cardiff.ac.uk// https://cardiff.ac.uk/ — 302 — 145 B — 41 ms — h2https://www.cardiff.ac.uk/www.cardiff.ac.uk/ https://www.cardiff.ac.uk/ — 200 — 27.9 KiB — 120 ms — h2https://d1pmxwirk3qc7v.cloudfront.net/dxp-includes/0b4962b9/dxp.cssd1pmxwirk3qc7v.cloudfront.net/dxp-i... https://d1pmxwirk3qc7v.cloudfront.net/dxp-includes/0b4962b9/dxp.css — 200 — 8.3 KiB — 327 ms — h3https://d3q5dbq2rziek.cloudfront.net/4.1.2/css/main.cssd3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/css/main.css — 200 — 65.2 KiB — 300 ms — h2https://cardiff.imgix.net/__data/assets/image/0016/3040441/Screenshot-2026-04-16-130842.png?w=480&h=300&auto=format&fit=crop&q=20cardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0016/3040441/Screenshot-2026-04-16-130842.png?w=480&h=300&auto=format&fit=crop&q=20 — 200 — 5.9 KiB — 35 ms — h2https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/a3769b3f-a7ca-47bc-76ba-3276adba0f00/w=768,h=432,format=auto,fit=crop,q=60imagedelivery.net/RMCDRyHS-fPPUWNwh... https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/a3769b3f-a7ca-47bc-76ba-3276adba0f00/w=768,h=432,format=auto,fit=crop,q=60 — 200 — 20.9 KiB — 35 ms — h3https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/7ba709c7-7502-4a0d-6898-7df9adf03400/w=768,h=432,format=auto,fit=crop,q=60imagedelivery.net/RMCDRyHS-fPPUWNwh... https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/7ba709c7-7502-4a0d-6898-7df9adf03400/w=768,h=432,format=auto,fit=crop,q=60 — 200 — 40.7 KiB — 16 ms — h3https://cardiff.imgix.net/__data/assets/image/0005/2983181/getty-images-7mKwCbDgxRg-unsplash-2.jpg?w=570&h=321&fit=crop&q=60&auto=formatcardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0005/2983181/getty-images-7mKwCbDgxRg-unsplash-2.jpg?w=570&h=321&fit=crop&q=60&auto=format — 200 — 9.0 KiB — 6 ms — h2https://cardiff.imgix.net/__data/assets/image/0006/2882301/Cardiff-Graduation-2024-181-1.jpg?w=570&h=321&fit=crop&q=60&auto=formatcardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0006/2882301/Cardiff-Graduation-2024-181-1.jpg?w=570&h=321&fit=crop&q=60&auto=format — 200 — 19.9 KiB — 8 ms — h3https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/runtime.jsd3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/runtime.js — 200 — 2.1 KiB — 4 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/vendor.jsd3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/vendor.js — 200 — 50.9 KiB — 11 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/main.jsd3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/main.js — 200 — 27.5 KiB — 12 ms — h2https://cardiff.imgix.net/__data/assets/image/0005/2971166/BRW-lead-header.jpg?auto=format&fit=crop&q=60&w=768&h=432cardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0005/2971166/BRW-lead-header.jpg?auto=format&fit=crop&q=60&w=768&h=432 — 200 — 23.9 KiB — 20 ms — h3https://cardiff.imgix.net/__data/assets/image/0006/2840370/CU_Research_2.jpg?w=531&h=299&q=90&auto=format&fit=cropcardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0006/2840370/CU_Research_2.jpg?w=531&h=299&q=90&auto=format&fit=crop — 200 — 26.5 KiB — 25 ms — h3https://cardiff.imgix.net/__data/assets/image/0010/2853496/_CSP0105_crop.jpg?w=531&h=299&q=90&auto=format&fit=cropcardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0010/2853496/_CSP0105_crop.jpg?w=531&h=299&q=90&auto=format&fit=crop — 200 — 15.7 KiB — 25 ms — h3https://cardiff.imgix.net/__data/assets/image/0007/2840398/169-crop-of-Grange-Pavilion-images-2-.png?w=531&h=299&q=90&auto=format&fit=cropcardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0007/2840398/169-crop-of-Grange-Pavilion-images-2-.png?w=531&h=299&q=90&auto=format&fit=crop — 200 — 29.7 KiB — 23 ms — h3https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/4e6fd4c0-c303-48c7-65c7-fa5387784200/w=1920,h=1080,format=auto,fit=crop,q=60imagedelivery.net/RMCDRyHS-fPPUWNwh... https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/4e6fd4c0-c303-48c7-65c7-fa5387784200/w=1920,h=1080,format=auto,fit=crop,q=60 — 200 — 156.4 KiB — 24 ms — h3https://cardiff.imgix.net/__data/assets/image/0009/3040965/SIM-signing.JPG?w=570&h=321&fit=crop&q=60&auto=formatcardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0009/3040965/SIM-signing.JPG?w=570&h=321&fit=crop&q=60&auto=format — 200 — 19.5 KiB — 24 ms — h3https://cardiff.imgix.net/__data/assets/image/0008/1279637/DefaultLogo.png?w=570&h=321&fit=crop&q=60&auto=formatcardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0008/1279637/DefaultLogo.png?w=570&h=321&fit=crop&q=60&auto=format — 200 — 3.2 KiB — 24 ms — h3data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3d…data:image/svg+xml;base64,PHN2ZyBpZ... data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3d… — 200 — 0 B — 0 ms — datahttps://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Med.woff2d3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Med.woff2 — 200 — 25.9 KiB — 28 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Rg.woff2d3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Rg.woff2 — 200 — 24.4 KiB — 29 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Bold.woff2d3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Bold.woff2 — 200 — 25.1 KiB — 31 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Ultra.woff2d3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Ultra.woff2 — 200 — 23.7 KiB — 17 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Darby-Rg.woff2d3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Darby-Rg.woff2 — 200 — 44.9 KiB — 36 ms — h2https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/a3769b3f-a7ca-47bc-76ba-3276adba0f00/w=768,h=432,format=auto,fit=crop,q=60imagedelivery.net/RMCDRyHS-fPPUWNwh... https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/a3769b3f-a7ca-47bc-76ba-3276adba0f00/w=768,h=432,format=auto,fit=crop,q=60 — 200 — 344 B — 37 ms — h3https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/7ba709c7-7502-4a0d-6898-7df9adf03400/w=768,h=432,format=auto,fit=crop,q=60imagedelivery.net/RMCDRyHS-fPPUWNwh... https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/7ba709c7-7502-4a0d-6898-7df9adf03400/w=768,h=432,format=auto,fit=crop,q=60 — 200 — 360 B — 37 ms — h3data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 — 200 — 0 B — 0 ms — datahttps://www.googletagmanager.com/gtm.js?id=GTM-WFW24Xwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WFW24X — 200 — 192.4 KiB — 77 ms — h2https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/4e6fd4c0-c303-48c7-65c7-fa5387784200/w=1920,h=1080,format=auto,fit=crop,q=60imagedelivery.net/RMCDRyHS-fPPUWNwh... https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/4e6fd4c0-c303-48c7-65c7-fa5387784200/w=1920,h=1080,format=auto,fit=crop,q=60 — 200 — 345 B — 12 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 940 ms LCP 1.5 shttps://cardiff.ac.uk// https://cardiff.ac.uk/ — 302 — 145 B — 41 ms — h2https://www.cardiff.ac.uk/www.cardiff.ac.uk/ https://www.cardiff.ac.uk/ — 200 — 27.9 KiB — 120 ms — h2https://d1pmxwirk3qc7v.cloudfront.net/dxp-includes/0b4962b9/dxp.cssd1pmxwirk3qc7v.cloudfront.net/dxp-i... https://d1pmxwirk3qc7v.cloudfront.net/dxp-includes/0b4962b9/dxp.css — 200 — 8.3 KiB — 327 ms — h3https://d3q5dbq2rziek.cloudfront.net/4.1.2/css/main.cssd3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/css/main.css — 200 — 65.2 KiB — 300 ms — h2https://cardiff.imgix.net/__data/assets/image/0016/3040441/Screenshot-2026-04-16-130842.png?w=480&h=300&auto=format&fit=crop&q=20cardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0016/3040441/Screenshot-2026-04-16-130842.png?w=480&h=300&auto=format&fit=crop&q=20 — 200 — 5.9 KiB — 35 ms — h2https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/a3769b3f-a7ca-47bc-76ba-3276adba0f00/w=768,h=432,format=auto,fit=crop,q=60imagedelivery.net/RMCDRyHS-fPPUWNwh... https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/a3769b3f-a7ca-47bc-76ba-3276adba0f00/w=768,h=432,format=auto,fit=crop,q=60 — 200 — 20.9 KiB — 35 ms — h3https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/7ba709c7-7502-4a0d-6898-7df9adf03400/w=768,h=432,format=auto,fit=crop,q=60imagedelivery.net/RMCDRyHS-fPPUWNwh... https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/7ba709c7-7502-4a0d-6898-7df9adf03400/w=768,h=432,format=auto,fit=crop,q=60 — 200 — 40.7 KiB — 16 ms — h3https://cardiff.imgix.net/__data/assets/image/0005/2983181/getty-images-7mKwCbDgxRg-unsplash-2.jpg?w=570&h=321&fit=crop&q=60&auto=formatcardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0005/2983181/getty-images-7mKwCbDgxRg-unsplash-2.jpg?w=570&h=321&fit=crop&q=60&auto=format — 200 — 9.0 KiB — 6 ms — h2https://cardiff.imgix.net/__data/assets/image/0006/2882301/Cardiff-Graduation-2024-181-1.jpg?w=570&h=321&fit=crop&q=60&auto=formatcardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0006/2882301/Cardiff-Graduation-2024-181-1.jpg?w=570&h=321&fit=crop&q=60&auto=format — 200 — 19.9 KiB — 8 ms — h3https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/runtime.jsd3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/runtime.js — 200 — 2.1 KiB — 4 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/vendor.jsd3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/vendor.js — 200 — 50.9 KiB — 11 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/main.jsd3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/main.js — 200 — 27.5 KiB — 12 ms — h2https://cardiff.imgix.net/__data/assets/image/0005/2971166/BRW-lead-header.jpg?auto=format&fit=crop&q=60&w=768&h=432cardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0005/2971166/BRW-lead-header.jpg?auto=format&fit=crop&q=60&w=768&h=432 — 200 — 23.9 KiB — 20 ms — h3https://cardiff.imgix.net/__data/assets/image/0006/2840370/CU_Research_2.jpg?w=531&h=299&q=90&auto=format&fit=cropcardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0006/2840370/CU_Research_2.jpg?w=531&h=299&q=90&auto=format&fit=crop — 200 — 26.5 KiB — 25 ms — h3https://cardiff.imgix.net/__data/assets/image/0010/2853496/_CSP0105_crop.jpg?w=531&h=299&q=90&auto=format&fit=cropcardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0010/2853496/_CSP0105_crop.jpg?w=531&h=299&q=90&auto=format&fit=crop — 200 — 15.7 KiB — 25 ms — h3https://cardiff.imgix.net/__data/assets/image/0007/2840398/169-crop-of-Grange-Pavilion-images-2-.png?w=531&h=299&q=90&auto=format&fit=cropcardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0007/2840398/169-crop-of-Grange-Pavilion-images-2-.png?w=531&h=299&q=90&auto=format&fit=crop — 200 — 29.7 KiB — 23 ms — h3https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/4e6fd4c0-c303-48c7-65c7-fa5387784200/w=1920,h=1080,format=auto,fit=crop,q=60imagedelivery.net/RMCDRyHS-fPPUWNwh... https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/4e6fd4c0-c303-48c7-65c7-fa5387784200/w=1920,h=1080,format=auto,fit=crop,q=60 — 200 — 156.4 KiB — 24 ms — h3https://cardiff.imgix.net/__data/assets/image/0009/3040965/SIM-signing.JPG?w=570&h=321&fit=crop&q=60&auto=formatcardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0009/3040965/SIM-signing.JPG?w=570&h=321&fit=crop&q=60&auto=format — 200 — 19.5 KiB — 24 ms — h3https://cardiff.imgix.net/__data/assets/image/0008/1279637/DefaultLogo.png?w=570&h=321&fit=crop&q=60&auto=formatcardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0008/1279637/DefaultLogo.png?w=570&h=321&fit=crop&q=60&auto=format — 200 — 3.2 KiB — 24 ms — h3data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3d…data:image/svg+xml;base64,PHN2ZyBpZ... data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3d… — 200 — 0 B — 0 ms — datahttps://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Med.woff2d3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Med.woff2 — 200 — 25.9 KiB — 28 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Rg.woff2d3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Rg.woff2 — 200 — 24.4 KiB — 29 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Bold.woff2d3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Bold.woff2 — 200 — 25.1 KiB — 31 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Ultra.woff2d3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Marr-Sans-Ultra.woff2 — 200 — 23.7 KiB — 17 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Darby-Rg.woff2d3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/webfonts/Darby-Rg.woff2 — 200 — 44.9 KiB — 36 ms — h2https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/a3769b3f-a7ca-47bc-76ba-3276adba0f00/w=768,h=432,format=auto,fit=crop,q=60imagedelivery.net/RMCDRyHS-fPPUWNwh... https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/a3769b3f-a7ca-47bc-76ba-3276adba0f00/w=768,h=432,format=auto,fit=crop,q=60 — 200 — 344 B — 37 ms — h3https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/7ba709c7-7502-4a0d-6898-7df9adf03400/w=768,h=432,format=auto,fit=crop,q=60imagedelivery.net/RMCDRyHS-fPPUWNwh... https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/7ba709c7-7502-4a0d-6898-7df9adf03400/w=768,h=432,format=auto,fit=crop,q=60 — 200 — 360 B — 37 ms — h3data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 — 200 — 0 B — 0 ms — datahttps://www.googletagmanager.com/gtm.js?id=GTM-WFW24Xwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WFW24X — 200 — 192.4 KiB — 77 ms — h2https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/4e6fd4c0-c303-48c7-65c7-fa5387784200/w=1920,h=1080,format=auto,fit=crop,q=60imagedelivery.net/RMCDRyHS-fPPUWNwh... https://imagedelivery.net/RMCDRyHS-fPPUWNwhDDYEw/4e6fd4c0-c303-48c7-65c7-fa5387784200/w=1920,h=1080,format=auto,fit=crop,q=60 — 200 — 345 B — 12 ms — h3https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/733.jsd3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/733.js — 200 — 1.8 KiB — 7 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/6671.jsd3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/6671.js — 200 — 1.7 KiB — 9 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/55.jsd3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/js/55.js — 200 — 4.3 KiB — 12 ms — h2https://cardiff.imgix.net/__data/assets/image/0016/3040441/Screenshot-2026-04-16-130842.png?w=1600&h=900&auto=format&fit=crop&q=60cardiff.imgix.net/__data/assets/ima... https://cardiff.imgix.net/__data/assets/image/0016/3040441/Screenshot-2026-04-16-130842.png?w=1600&h=900&auto=format&fit=crop&q=60 — 200 — 41.3 KiB — 7 ms — h3https://www.googletagmanager.com/gtag/js?id=DC-14284772&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-14284772&cx=c&gtm=4e64k0 — 200 — 129.3 KiB — 25 ms — h2https://widget.geckoengage.com/embedwidget.geckoengage.com/embed https://widget.geckoengage.com/embed — 302 — 463 B — 41 ms — http/1.1https://widget.geckoengage.com/embed/widget.geckoengage.com/embed/ https://widget.geckoengage.com/embed/ — 200 — 286.4 KiB — 17 ms — http/1.1https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.cardiff.ac.uk%2F&scrsrc=www.googletagmanager.com&rnd=696715390.1776894646&dt=Cardiff%20University&auid=1339480901.1776894646&navt=n&npa=1&gtm=45fe64k0v9190820845z871661400za20gzb71661400zd71661400xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tids=DC-14284772&tid=DC-14284772&tft=1776894646414&tfd=1091www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.cardiff.ac.uk%2F&scrsrc=www.googletagmanager.com&rnd=696715390.1776894646&dt=Cardiff%20University&auid=1339480901.1776894646&navt=n&npa=1&gtm=45fe64k0v9190820845z871661400za20gzb71661400zd71661400xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tids=DC-14284772&tid=DC-14284772&tft=1776894646414&tfd=1091 — 200 — 21 B — 107 ms — h3https://widget.geckoengage.com/embed/main.csswidget.geckoengage.com/embed/main.c... https://widget.geckoengage.com/embed/main.css — 200 — 178.5 KiB — 12 ms — http/1.1https://gag1babax2.execute-api.us-east-1.amazonaws.com/widgets/edad75b3-ebe4-4ec1-a888-e519fc3f3d64gag1babax2.execute-api.us-east-1.am... https://gag1babax2.execute-api.us-east-1.amazonaws.com/widgets/edad75b3-ebe4-4ec1-a888-e519fc3f3d64 — 200 — 1.1 KiB — 337 ms — h2https://d3q5dbq2rziek.cloudfront.net/4.1.2/ico/favicon.icod3q5dbq2rziek.cloudfront.net/4.1.2/... https://d3q5dbq2rziek.cloudfront.net/4.1.2/ico/favicon.ico — 200 — 15.6 KiB — 6 ms — h2https://cardiff-un.api.geckoengage.com/chat_widgets/01KC20YXVCCRMCHK8W3E09QWJC/publiccardiff-un.api.geckoengage.com/chat... https://cardiff-un.api.geckoengage.com/chat_widgets/01KC20YXVCCRMCHK8W3E09QWJC/public — 200 — 1.6 KiB — 311 ms — h2https://cardiff-un.api.geckoengage.com/chat_widgets/01KC20Z09M76CDGWAHRX9M2FK9/publiccardiff-un.api.geckoengage.com/chat... https://cardiff-un.api.geckoengage.com/chat_widgets/01KC20Z09M76CDGWAHRX9M2FK9/public — 200 — 1.8 KiB — 344 ms — h2https://widget.geckoengage.com/embed/static/media/fa-solid-900.54dfc8f5.woff2widget.geckoengage.com/embed/static... https://widget.geckoengage.com/embed/static/media/fa-solid-900.54dfc8f5.woff2 — 200 — 134.5 KiB — 20 ms — http/1.1https://widget.geckoengage.com/embed/static/media/fa-light-300.d3271a56.woff2widget.geckoengage.com/embed/static... https://widget.geckoengage.com/embed/static/media/fa-light-300.d3271a56.woff2 — 200 — 180.5 KiB — 22 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 843ms · 378KB · £9/mo
www.cardiff.ac.uk
Other
Costly
Execution 360ms
Transfer 28 KB
Monthly Cost £4/mo
Google Tag Manager
Tag Manager
Optional
Execution 188ms
Transfer 192 KB
Unused 41%
Monthly Cost £2/mo
Unattributable
Other
Optional
Execution 114ms
Transfer 0 KB
Monthly Cost £1/mo
Google Tag Manager
Tag Manager
Optional
Execution 74ms
Transfer 129 KB
Unused 48%
Monthly Cost £1/mo
d3q5dbq2rziek.cloudfront.net
Other
Optional
Execution 57ms
Transfer 27 KB
Monthly Cost £1/mo
widget.geckoengage.com
Other
Optional
Execution 50ms
Transfer 0 KB
Monthly Cost £1/mo

These scripts may cost more than they're worth

  • www.cardiff.ac.uk adds 360ms and costs ~£4/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.cardiff.ac.uk takes 360ms 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