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

Performance

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

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

79
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.
96
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.

991 ms

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

1.61 s

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

192 ms

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

0.014

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

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

4.34 s

Page Load Progression

520 ms
1.0 s
1.6 s
2.1 s
2.6 s
3.1 s
3.6 s
4.2 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
3.7 MB transferred, 101 requests
FIX
3.7 MB transferred, 101 requests
Warning::
Page weighs 7.9 MB (3.7 MB transferred)
Warning::
Images are 2.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.1 MB
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Warning::
101 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.78 g CO2 per page load
3.7 MB / 2.4 MB budget
3.7 MB transferred
101 requests
0.78 g CO2 per page load
Images 2.1 MiB 57%
JavaScript 1.3 MiB 36%
CSS 97.0 KiB 3%
Fonts 93.1 KiB 2%
HTML 71.7 KiB 2%
Other 11.8 KiB 0%
Other 8.3 KiB 0%
Other 5.9 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.7 MiB of 3.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
22 scripts, 603 KB unused
FIX
22 scripts, 603 KB unused
Warning::
https://www.uea.ac.uk/_next/static/chunks/600-e15e...: 145 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.uea.ac.uk/_next/static/chunks/app/layo...: 101 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KW8...: 73 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-957...: 66 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-67WC...: 64 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 603 KB
603 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.uea.ac.uk/_next/static/chunks/600-e15e488baeef4462.js210 KB145 KB (69%)3rd
https://www.uea.ac.uk/_next/static/chunks/app/layout-89fd0eca38f23b7f.js187 KB101 KB (54%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KW8WQ56198 KB73 KB (37%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-957113788&cx=c&gtm=4e64k0145 KB66 KB (45%)3rd
https://www.googletagmanager.com/gtag/js?id=G-67WCHB0WM4&cx=c&gtm=4e64k0158 KB64 KB (41%)3rd
https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js123 KB58 KB (47%)3rd
https://www.uea.ac.uk/_next/static/chunks/856-c63c341d9439a993.js82 KB40 KB (50%)3rd
https://www.uea.ac.uk/_next/static/chunks/529ae171-94247cf8d4a2196f.js50 KB30 KB (62%)3rd
https://js-agent.newrelic.com/nr-spa-recorder-1.292.0.min.js41 KB27 KB (67%)3rd
https://www.uea.ac.uk/_next/static/chunks/122-37b686a84e42401c.js14 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
101 resources · 3.7 MB · 603 KB savings available
FIX
101 resources · 3.7 MB · 603 KB savings available
Warning::
Page weight 2.7 MB over 1MB target
Got: 3.7 MB Expected: ≤ 1 MB
Info::
~603 KB of savings available
Warning::
100 third-party resources (100% of weight)
Info::
3 resources over 200KB
101 resources · 3.7 MiB · 100 third-party 2.7 MiB over 1MB target
Image 57% · 2.1 MiB
JavaScript 36% · 1.3 MiB
CSS 3% · 97.0 KiB
Font 2% · 93.1 KiB
Document 2% · 72.7 KiB
Other 0% · 17.0 KiB

~602.8 KiB of savings available

Remove unused JavaScript: 602.8 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
JS Execution Cost
Action
1590ms total JS execution
REVIEW
1590ms total JS execution
Warning::
https://www.uea.ac.uk/_next/static/chunks/684-7ee3...: 424ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-KW8...: 229ms CPU time
Info::
Unattributable: 225ms CPU time
Info::
https://www.uea.ac.uk/: 177ms CPU time
Info::
https://js-agent.newrelic.com/nr-spa-compressor-1....: 151ms CPU time
Warning::
Third-party scripts: 1590ms (100% of total)

Main Thread Breakdown

Script Evaluation 64% Other 16% Script Parsing & Compilation 10% Style & Layout 4%
ScriptTotalScriptingParse/CompileParty
https://www.uea.ac.uk/_next/static/chunks/684-7ee356973bee0e1c.js424ms386ms14ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KW8WQ56229ms170ms24ms3rd
Unattributable225ms4ms0ms3rd
https://www.uea.ac.uk/177ms23ms10ms3rd
https://js-agent.newrelic.com/nr-spa-compressor-1.292.0.min.js151ms149ms0ms3rd
https://www.uea.ac.uk/_next/static/chunks/app/layout-89fd0eca38f23b7f.js129ms102ms28ms3rd
https://www.googletagmanager.com/gtag/js?id=G-67WCHB0WM4&cx=c&gtm=4e64k0101ms84ms16ms3rd
https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js82ms67ms14ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-957113788&cx=c&gtm=4e64k073ms58ms14ms3rd
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
47 images, 0 KB saveable
PASS
47 images, 0 KB saveable
Info::
All images are well-optimized
47 images 2.1 MB
0 oversized -0 KB
2 legacy format
0 missing dimensions CLS risk
A+
Font Loading
4 fonts (93 KB)
PASS
4 fonts (93 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

93 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 991 ms LCP 1.6 shttps://www.uea.ac.uk/_next/static/media/1ceb31a6b40930eb-s.p.woff21ceb31a6b40930eb-s.p.woff2 https://www.uea.ac.uk/_next/static/media/1ceb31a6b40930eb-s.p.woff2 — 24.0 KiB — 184 ms — font-display: swaphttps://www.uea.ac.uk/_next/static/media/911837ff8172683d-s.p.woff2911837ff8172683d-s.p.woff2 https://www.uea.ac.uk/_next/static/media/911837ff8172683d-s.p.woff2 — 23.5 KiB — 188 ms — font-display: swaphttps://www.uea.ac.uk/_next/static/media/9da8518371c0c18b-s.p.woff29da8518371c0c18b-s.p.woff2 https://www.uea.ac.uk/_next/static/media/9da8518371c0c18b-s.p.woff2 — 24.7 KiB — 180 ms — font-display: swaphttps://www.uea.ac.uk/_next/static/media/d78566881e69e327-s.p.woff2d78566881e69e327-s.p.woff2 https://www.uea.ac.uk/_next/static/media/d78566881e69e327-s.p.woff2 — 20.9 KiB — 342 ms — font-display: swap
1ceb31a6b40930eb-s.p.woff2 woff2 swap
Size 24 KB
Load time 184 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
911837ff8172683d-s.p.woff2 woff2 swap
Size 24 KB
Load time 188 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
9da8518371c0c18b-s.p.woff2 woff2 swap
Size 25 KB
Load time 180 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
d78566881e69e327-s.p.woff2 woff2 swap
Size 21 KB
Load time 342 ms
Start 1.3 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
101 requests over 3636ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 991 ms LCP 1.6 shttps://uea.ac.uk// https://uea.ac.uk/ — 301 — 167 B — 505 ms — h2https://www.uea.ac.uk/www.uea.ac.uk/ https://www.uea.ac.uk/ — 200 — 71.7 KiB — 891 ms — h2https://www.uea.ac.uk/_next/static/media/1ceb31a6b40930eb-s.p.woff2www.uea.ac.uk/_next/static/media/1c... https://www.uea.ac.uk/_next/static/media/1ceb31a6b40930eb-s.p.woff2 — 200 — 24.0 KiB — 184 ms — h2https://www.uea.ac.uk/_next/static/media/911837ff8172683d-s.p.woff2www.uea.ac.uk/_next/static/media/91... https://www.uea.ac.uk/_next/static/media/911837ff8172683d-s.p.woff2 — 200 — 23.5 KiB — 188 ms — h2https://www.uea.ac.uk/_next/static/media/9da8518371c0c18b-s.p.woff2www.uea.ac.uk/_next/static/media/9d... https://www.uea.ac.uk/_next/static/media/9da8518371c0c18b-s.p.woff2 — 200 — 24.7 KiB — 180 ms — h2https://www.uea.ac.uk/_next/static/media/d78566881e69e327-s.p.woff2www.uea.ac.uk/_next/static/media/d7... https://www.uea.ac.uk/_next/static/media/d78566881e69e327-s.p.woff2 — 200 — 20.9 KiB — 342 ms — h2https://www.uea.ac.uk/_next/static/css/d306d2c886e55ba7.csswww.uea.ac.uk/_next/static/css/d306... https://www.uea.ac.uk/_next/static/css/d306d2c886e55ba7.css — 200 — 17.0 KiB — 352 ms — h2https://www.uea.ac.uk/_next/static/css/3622d8e8a98c970f.csswww.uea.ac.uk/_next/static/css/3622... https://www.uea.ac.uk/_next/static/css/3622d8e8a98c970f.css — 200 — 7.1 KiB — 328 ms — h2https://www.uea.ac.uk/_next/static/css/a62496badc7f1fdc.csswww.uea.ac.uk/_next/static/css/a624... https://www.uea.ac.uk/_next/static/css/a62496badc7f1fdc.css — 200 — 3.2 KiB — 340 ms — h2https://www.uea.ac.uk/_next/static/css/df2be0f5ae124bd0.csswww.uea.ac.uk/_next/static/css/df2b... https://www.uea.ac.uk/_next/static/css/df2be0f5ae124bd0.css — 200 — 8.5 KiB — 323 ms — h2https://www.uea.ac.uk/_next/static/css/84e1f0f74f0b102b.csswww.uea.ac.uk/_next/static/css/84e1... https://www.uea.ac.uk/_next/static/css/84e1f0f74f0b102b.css — 200 — 11.1 KiB — 183 ms — h2https://www.uea.ac.uk/_next/static/css/8a7a63efe6d84c2d.csswww.uea.ac.uk/_next/static/css/8a7a... https://www.uea.ac.uk/_next/static/css/8a7a63efe6d84c2d.css — 200 — 5.3 KiB — 348 ms — h2https://www.uea.ac.uk/_next/static/css/42bf2529b5666c12.csswww.uea.ac.uk/_next/static/css/42bf... https://www.uea.ac.uk/_next/static/css/42bf2529b5666c12.css — 200 — 5.6 KiB — 350 ms — h2https://www.uea.ac.uk/_next/static/css/ea1b7c0a9cb4b81a.csswww.uea.ac.uk/_next/static/css/ea1b... https://www.uea.ac.uk/_next/static/css/ea1b7c0a9cb4b81a.css — 200 — 11.4 KiB — 349 ms — h2https://www.uea.ac.uk/_next/static/css/0f1cbe555090b939.csswww.uea.ac.uk/_next/static/css/0f1c... https://www.uea.ac.uk/_next/static/css/0f1cbe555090b939.css — 200 — 5.6 KiB — 339 ms — h2https://www.uea.ac.uk/_next/static/css/738588a1d4590f2f.csswww.uea.ac.uk/_next/static/css/7385... https://www.uea.ac.uk/_next/static/css/738588a1d4590f2f.css — 200 — 7.5 KiB — 356 ms — h2https://www.uea.ac.uk/_next/static/css/ec4d378141425e14.csswww.uea.ac.uk/_next/static/css/ec4d... https://www.uea.ac.uk/_next/static/css/ec4d378141425e14.css — 200 — 8.0 KiB — 354 ms — h2https://www.uea.ac.uk/_next/static/css/b2b72453a8a1992e.csswww.uea.ac.uk/_next/static/css/b2b7... https://www.uea.ac.uk/_next/static/css/b2b72453a8a1992e.css — 200 — 4.4 KiB — 350 ms — h2https://www.uea.ac.uk/_next/static/css/6addbbe9f3e79a2e.csswww.uea.ac.uk/_next/static/css/6add... https://www.uea.ac.uk/_next/static/css/6addbbe9f3e79a2e.css — 200 — 2.2 KiB — 351 ms — h2https://assets.uea.ac.uk/f/185167/3840x2160/57d1f45633/economics-event-12th-march-2025-091_daniel-lightening-_lightening-photography_57248-1.jpg/m/898x505/filters:quality(60):focus(1532x350:1533x351)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/57d1f45633/economics-event-12th-march-2025-091_daniel-lightening-_lightening-photography_57248-1.jpg/m/898x505/filters:quality(60):focus(1532x350:1533x351) — 200 — 42.9 KiB — 598 ms — h3https://assets.uea.ac.uk/f/185167/2061x2061/3441620a73/uea-careers-shoot-at-library-jan-2025-104_david-kirkham-_fisheye-images_55800.jpg/m/2061x2061/filters:quality(60):focus(1138x763:1139x764)assets.uea.ac.uk/f/185167/2061x2061... https://assets.uea.ac.uk/f/185167/2061x2061/3441620a73/uea-careers-shoot-at-library-jan-2025-104_david-kirkham-_fisheye-images_55800.jpg/m/2061x2061/filters:quality(60):focus(1138x763:1139x764) — 200 — 184.0 KiB — 605 ms — h3https://dev.visualwebsiteoptimizer.com/j.php?a=888712&u=https%3A%2F%2Fwww.uea.ac.uk%2F&vn=2.2&ph=1&st=1625.0999999046326&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=888712&u=https%3A%2F%2Fwww.uea.ac.uk%2F&vn=2.2&ph=1&st=1625.0999999046326&x=true — 200 — 308 B — 13 ms — h2https://assets.uea.ac.uk/f/185167/249x372/5573d73ebc/map-marker.svgassets.uea.ac.uk/f/185167/249x372/5... https://assets.uea.ac.uk/f/185167/249x372/5573d73ebc/map-marker.svg — 200 — 1.2 KiB — 182 ms — h3https://assets.uea.ac.uk/f/185167/310x358/2a5d0cf0cf/tree1-4236ff032014f2e107e388968bcb2588-37fc0f-png.png/m/310x358/filters:quality(60)assets.uea.ac.uk/f/185167/310x358/2... https://assets.uea.ac.uk/f/185167/310x358/2a5d0cf0cf/tree1-4236ff032014f2e107e388968bcb2588-37fc0f-png.png/m/310x358/filters:quality(60) — 200 — 6.7 KiB — 186 ms — h3https://assets.uea.ac.uk/f/185167/3840x2160/0d94c5b078/welaunch_uea_d2_s12_canon-_0385_n_a_39499-1.jpg/m/3840x2160/filters:quality(60)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/0d94c5b078/welaunch_uea_d2_s12_canon-_0385_n_a_39499-1.jpg/m/3840x2160/filters:quality(60) — 200 — 542.0 KiB — 278 ms — h3https://assets.uea.ac.uk/f/185167/86x150/a3655d3e74/gb_footer_map.svgassets.uea.ac.uk/f/185167/86x150/a3... https://assets.uea.ac.uk/f/185167/86x150/a3655d3e74/gb_footer_map.svg — 200 — 28.9 KiB — 216 ms — h3https://www.uea.ac.uk/_next/static/chunks/webpack-618ef5f353a65b75.jswww.uea.ac.uk/_next/static/chunks/w... https://www.uea.ac.uk/_next/static/chunks/webpack-618ef5f353a65b75.js — 200 — 3.0 KiB — 190 ms — h2https://www.uea.ac.uk/_next/static/chunks/4bd1b696-507812f45555e09d.jswww.uea.ac.uk/_next/static/chunks/4... https://www.uea.ac.uk/_next/static/chunks/4bd1b696-507812f45555e09d.js — 200 — 50.4 KiB — 206 ms — h2https://assets.uea.ac.uk/f/185167/3840x2160/4fc6e8a5d7/student-ambassadors-297_daniel-lightening-_lightening-photography_54002-1.jpg/m/3840x2160/filters:quality(60)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/4fc6e8a5d7/student-ambassadors-297_daniel-lightening-_lightening-photography_54002-1.jpg/m/3840x2160/filters:quality(60) — 200 — 152.4 KiB — 60 ms — h3https://www.uea.ac.uk/_next/static/chunks/684-7ee356973bee0e1c.jswww.uea.ac.uk/_next/static/chunks/6... https://www.uea.ac.uk/_next/static/chunks/684-7ee356973bee0e1c.js — 200 — 42.7 KiB — 217 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 991 ms LCP 1.6 shttps://uea.ac.uk// https://uea.ac.uk/ — 301 — 167 B — 505 ms — h2https://www.uea.ac.uk/www.uea.ac.uk/ https://www.uea.ac.uk/ — 200 — 71.7 KiB — 891 ms — h2https://www.uea.ac.uk/_next/static/media/1ceb31a6b40930eb-s.p.woff2www.uea.ac.uk/_next/static/media/1c... https://www.uea.ac.uk/_next/static/media/1ceb31a6b40930eb-s.p.woff2 — 200 — 24.0 KiB — 184 ms — h2https://www.uea.ac.uk/_next/static/media/911837ff8172683d-s.p.woff2www.uea.ac.uk/_next/static/media/91... https://www.uea.ac.uk/_next/static/media/911837ff8172683d-s.p.woff2 — 200 — 23.5 KiB — 188 ms — h2https://www.uea.ac.uk/_next/static/media/9da8518371c0c18b-s.p.woff2www.uea.ac.uk/_next/static/media/9d... https://www.uea.ac.uk/_next/static/media/9da8518371c0c18b-s.p.woff2 — 200 — 24.7 KiB — 180 ms — h2https://www.uea.ac.uk/_next/static/media/d78566881e69e327-s.p.woff2www.uea.ac.uk/_next/static/media/d7... https://www.uea.ac.uk/_next/static/media/d78566881e69e327-s.p.woff2 — 200 — 20.9 KiB — 342 ms — h2https://www.uea.ac.uk/_next/static/css/d306d2c886e55ba7.csswww.uea.ac.uk/_next/static/css/d306... https://www.uea.ac.uk/_next/static/css/d306d2c886e55ba7.css — 200 — 17.0 KiB — 352 ms — h2https://www.uea.ac.uk/_next/static/css/3622d8e8a98c970f.csswww.uea.ac.uk/_next/static/css/3622... https://www.uea.ac.uk/_next/static/css/3622d8e8a98c970f.css — 200 — 7.1 KiB — 328 ms — h2https://www.uea.ac.uk/_next/static/css/a62496badc7f1fdc.csswww.uea.ac.uk/_next/static/css/a624... https://www.uea.ac.uk/_next/static/css/a62496badc7f1fdc.css — 200 — 3.2 KiB — 340 ms — h2https://www.uea.ac.uk/_next/static/css/df2be0f5ae124bd0.csswww.uea.ac.uk/_next/static/css/df2b... https://www.uea.ac.uk/_next/static/css/df2be0f5ae124bd0.css — 200 — 8.5 KiB — 323 ms — h2https://www.uea.ac.uk/_next/static/css/84e1f0f74f0b102b.csswww.uea.ac.uk/_next/static/css/84e1... https://www.uea.ac.uk/_next/static/css/84e1f0f74f0b102b.css — 200 — 11.1 KiB — 183 ms — h2https://www.uea.ac.uk/_next/static/css/8a7a63efe6d84c2d.csswww.uea.ac.uk/_next/static/css/8a7a... https://www.uea.ac.uk/_next/static/css/8a7a63efe6d84c2d.css — 200 — 5.3 KiB — 348 ms — h2https://www.uea.ac.uk/_next/static/css/42bf2529b5666c12.csswww.uea.ac.uk/_next/static/css/42bf... https://www.uea.ac.uk/_next/static/css/42bf2529b5666c12.css — 200 — 5.6 KiB — 350 ms — h2https://www.uea.ac.uk/_next/static/css/ea1b7c0a9cb4b81a.csswww.uea.ac.uk/_next/static/css/ea1b... https://www.uea.ac.uk/_next/static/css/ea1b7c0a9cb4b81a.css — 200 — 11.4 KiB — 349 ms — h2https://www.uea.ac.uk/_next/static/css/0f1cbe555090b939.csswww.uea.ac.uk/_next/static/css/0f1c... https://www.uea.ac.uk/_next/static/css/0f1cbe555090b939.css — 200 — 5.6 KiB — 339 ms — h2https://www.uea.ac.uk/_next/static/css/738588a1d4590f2f.csswww.uea.ac.uk/_next/static/css/7385... https://www.uea.ac.uk/_next/static/css/738588a1d4590f2f.css — 200 — 7.5 KiB — 356 ms — h2https://www.uea.ac.uk/_next/static/css/ec4d378141425e14.csswww.uea.ac.uk/_next/static/css/ec4d... https://www.uea.ac.uk/_next/static/css/ec4d378141425e14.css — 200 — 8.0 KiB — 354 ms — h2https://www.uea.ac.uk/_next/static/css/b2b72453a8a1992e.csswww.uea.ac.uk/_next/static/css/b2b7... https://www.uea.ac.uk/_next/static/css/b2b72453a8a1992e.css — 200 — 4.4 KiB — 350 ms — h2https://www.uea.ac.uk/_next/static/css/6addbbe9f3e79a2e.csswww.uea.ac.uk/_next/static/css/6add... https://www.uea.ac.uk/_next/static/css/6addbbe9f3e79a2e.css — 200 — 2.2 KiB — 351 ms — h2https://assets.uea.ac.uk/f/185167/3840x2160/57d1f45633/economics-event-12th-march-2025-091_daniel-lightening-_lightening-photography_57248-1.jpg/m/898x505/filters:quality(60):focus(1532x350:1533x351)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/57d1f45633/economics-event-12th-march-2025-091_daniel-lightening-_lightening-photography_57248-1.jpg/m/898x505/filters:quality(60):focus(1532x350:1533x351) — 200 — 42.9 KiB — 598 ms — h3https://assets.uea.ac.uk/f/185167/2061x2061/3441620a73/uea-careers-shoot-at-library-jan-2025-104_david-kirkham-_fisheye-images_55800.jpg/m/2061x2061/filters:quality(60):focus(1138x763:1139x764)assets.uea.ac.uk/f/185167/2061x2061... https://assets.uea.ac.uk/f/185167/2061x2061/3441620a73/uea-careers-shoot-at-library-jan-2025-104_david-kirkham-_fisheye-images_55800.jpg/m/2061x2061/filters:quality(60):focus(1138x763:1139x764) — 200 — 184.0 KiB — 605 ms — h3https://dev.visualwebsiteoptimizer.com/j.php?a=888712&u=https%3A%2F%2Fwww.uea.ac.uk%2F&vn=2.2&ph=1&st=1625.0999999046326&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=888712&u=https%3A%2F%2Fwww.uea.ac.uk%2F&vn=2.2&ph=1&st=1625.0999999046326&x=true — 200 — 308 B — 13 ms — h2https://assets.uea.ac.uk/f/185167/249x372/5573d73ebc/map-marker.svgassets.uea.ac.uk/f/185167/249x372/5... https://assets.uea.ac.uk/f/185167/249x372/5573d73ebc/map-marker.svg — 200 — 1.2 KiB — 182 ms — h3https://assets.uea.ac.uk/f/185167/310x358/2a5d0cf0cf/tree1-4236ff032014f2e107e388968bcb2588-37fc0f-png.png/m/310x358/filters:quality(60)assets.uea.ac.uk/f/185167/310x358/2... https://assets.uea.ac.uk/f/185167/310x358/2a5d0cf0cf/tree1-4236ff032014f2e107e388968bcb2588-37fc0f-png.png/m/310x358/filters:quality(60) — 200 — 6.7 KiB — 186 ms — h3https://assets.uea.ac.uk/f/185167/3840x2160/0d94c5b078/welaunch_uea_d2_s12_canon-_0385_n_a_39499-1.jpg/m/3840x2160/filters:quality(60)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/0d94c5b078/welaunch_uea_d2_s12_canon-_0385_n_a_39499-1.jpg/m/3840x2160/filters:quality(60) — 200 — 542.0 KiB — 278 ms — h3https://assets.uea.ac.uk/f/185167/86x150/a3655d3e74/gb_footer_map.svgassets.uea.ac.uk/f/185167/86x150/a3... https://assets.uea.ac.uk/f/185167/86x150/a3655d3e74/gb_footer_map.svg — 200 — 28.9 KiB — 216 ms — h3https://www.uea.ac.uk/_next/static/chunks/webpack-618ef5f353a65b75.jswww.uea.ac.uk/_next/static/chunks/w... https://www.uea.ac.uk/_next/static/chunks/webpack-618ef5f353a65b75.js — 200 — 3.0 KiB — 190 ms — h2https://www.uea.ac.uk/_next/static/chunks/4bd1b696-507812f45555e09d.jswww.uea.ac.uk/_next/static/chunks/4... https://www.uea.ac.uk/_next/static/chunks/4bd1b696-507812f45555e09d.js — 200 — 50.4 KiB — 206 ms — h2https://assets.uea.ac.uk/f/185167/3840x2160/4fc6e8a5d7/student-ambassadors-297_daniel-lightening-_lightening-photography_54002-1.jpg/m/3840x2160/filters:quality(60)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/4fc6e8a5d7/student-ambassadors-297_daniel-lightening-_lightening-photography_54002-1.jpg/m/3840x2160/filters:quality(60) — 200 — 152.4 KiB — 60 ms — h3https://www.uea.ac.uk/_next/static/chunks/684-7ee356973bee0e1c.jswww.uea.ac.uk/_next/static/chunks/6... https://www.uea.ac.uk/_next/static/chunks/684-7ee356973bee0e1c.js — 200 — 42.7 KiB — 217 ms — h2https://www.uea.ac.uk/_next/static/chunks/main-app-d50fa1685b331080.jswww.uea.ac.uk/_next/static/chunks/m... https://www.uea.ac.uk/_next/static/chunks/main-app-d50fa1685b331080.js — 200 — 891 B — 220 ms — h2https://www.uea.ac.uk/_next/static/chunks/17a9af85-10f1878a144549c5.jswww.uea.ac.uk/_next/static/chunks/1... https://www.uea.ac.uk/_next/static/chunks/17a9af85-10f1878a144549c5.js — 200 — 4.1 KiB — 208 ms — h2https://www.uea.ac.uk/_next/static/chunks/70a6a88c-2aae4aaa8dd8dff0.jswww.uea.ac.uk/_next/static/chunks/7... https://www.uea.ac.uk/_next/static/chunks/70a6a88c-2aae4aaa8dd8dff0.js — 200 — 959 B — 224 ms — h2https://www.uea.ac.uk/_next/static/chunks/483ecf8a-62f404fa0df46eaf.jswww.uea.ac.uk/_next/static/chunks/4... https://www.uea.ac.uk/_next/static/chunks/483ecf8a-62f404fa0df46eaf.js — 200 — 2.4 KiB — 206 ms — h2https://www.uea.ac.uk/_next/static/chunks/529ae171-94247cf8d4a2196f.jswww.uea.ac.uk/_next/static/chunks/5... https://www.uea.ac.uk/_next/static/chunks/529ae171-94247cf8d4a2196f.js — 200 — 49.7 KiB — 236 ms — h2https://www.uea.ac.uk/_next/static/chunks/856-c63c341d9439a993.jswww.uea.ac.uk/_next/static/chunks/8... https://www.uea.ac.uk/_next/static/chunks/856-c63c341d9439a993.js — 200 — 82.3 KiB — 234 ms — h2https://www.uea.ac.uk/_next/static/chunks/600-e15e488baeef4462.jswww.uea.ac.uk/_next/static/chunks/6... https://www.uea.ac.uk/_next/static/chunks/600-e15e488baeef4462.js — 200 — 210.4 KiB — 384 ms — h2https://www.uea.ac.uk/_next/static/chunks/122-37b686a84e42401c.jswww.uea.ac.uk/_next/static/chunks/1... https://www.uea.ac.uk/_next/static/chunks/122-37b686a84e42401c.js — 200 — 14.2 KiB — 212 ms — h2https://www.uea.ac.uk/_next/static/chunks/app/layout-89fd0eca38f23b7f.jswww.uea.ac.uk/_next/static/chunks/a... https://www.uea.ac.uk/_next/static/chunks/app/layout-89fd0eca38f23b7f.js — 200 — 187.0 KiB — 390 ms — h2https://www.uea.ac.uk/_next/static/chunks/705-8936123dddcaa29d.jswww.uea.ac.uk/_next/static/chunks/7... https://www.uea.ac.uk/_next/static/chunks/705-8936123dddcaa29d.js — 200 — 5.9 KiB — 227 ms — h2https://www.uea.ac.uk/_next/static/chunks/app/%5B...slug%5D/page-b558a219c8095e40.jswww.uea.ac.uk/_next/static/chunks/a... https://www.uea.ac.uk/_next/static/chunks/app/%5B...slug%5D/page-b558a219c8095e40.js — 200 — 2.2 KiB — 213 ms — h2https://www.uea.ac.uk/iconwww.uea.ac.uk/icon https://www.uea.ac.uk/icon — 200 — 7.4 KiB — 183 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KW8WQ56www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KW8WQ56 — 200 — 197.5 KiB — 60 ms — h2https://js-agent.newrelic.com/nr-spa-1.292.0.min.jsjs-agent.newrelic.com/nr-spa-1.292.... https://js-agent.newrelic.com/nr-spa-1.292.0.min.js — 200 — 33.3 KiB — 20 ms — h2https://api.storyblok.com/v2/cdn/stories/?by_uuids=0f170698-fadc-45e7-8dbe-7a018383bea3%2C22abb0b5-0001-4b80-bd01-08bf22a0e9d0%2Ca553cdc0-d2e9-4a08-b428-4439cfcf21b6&version=published&token=Lm95W51nCtX0GmC0uVYt7gttapi.storyblok.com/v2/cdn/stories/?b... https://api.storyblok.com/v2/cdn/stories/?by_uuids=0f170698-fadc-45e7-8dbe-7a018383bea3%2C22abb0b5-0001-4b80-bd01-08bf22a0e9d0%2Ca553cdc0-d2e9-4a08-b428-4439cfcf21b6&version=published&token=Lm95W51nCtX0GmC0uVYt7gtt — 200 — 0 B — 216 ms — h2https://dev.visualwebsiteoptimizer.com/server-side/v2-settings?i=1df71067be370ad06ff69c5c35dbbe7e&r=0.509291971171704&a=888712&platform=client&sn=vwo-fme-javascript-sdk&sv=1.41.0&api-version=1&s=proddev.visualwebsiteoptimizer.com/serv... https://dev.visualwebsiteoptimizer.com/server-side/v2-settings?i=1df71067be370ad06ff69c5c35dbbe7e&r=0.509291971171704&a=888712&platform=client&sn=vwo-fme-javascript-sdk&sv=1.41.0&api-version=1&s=prod — 200 — 24 B — 15 ms — h3https://assets.uea.ac.uk/f/185167/5217x3588/766a248f56/uea-nh-bengarrod-1642_neil-hall-lrps_39374.jpg/m/291x200/filters:quality(50)assets.uea.ac.uk/f/185167/5217x3588... https://assets.uea.ac.uk/f/185167/5217x3588/766a248f56/uea-nh-bengarrod-1642_neil-hall-lrps_39374.jpg/m/291x200/filters:quality(50) — 200 — 23.3 KiB — 25 ms — h3https://assets.uea.ac.uk/f/185167/4032x3024/aa06fbadba/img_1010.jpeg/m/267x200/filters:quality(50)assets.uea.ac.uk/f/185167/4032x3024... https://assets.uea.ac.uk/f/185167/4032x3024/aa06fbadba/img_1010.jpeg/m/267x200/filters:quality(50) — 200 — 7.3 KiB — 22 ms — h3https://assets.uea.ac.uk/f/185167/8192x5464/aa3fcf069c/gettyimages-1423029959.jpg/m/300x200/filters:quality(50):focus(4766x560:4767x561)assets.uea.ac.uk/f/185167/8192x5464... https://assets.uea.ac.uk/f/185167/8192x5464/aa3fcf069c/gettyimages-1423029959.jpg/m/300x200/filters:quality(50):focus(4766x560:4767x561) — 200 — 7.4 KiB — 22 ms — h3https://assets.uea.ac.uk/f/185167/252x252/6869b937a1/studentcrowd.png/m/120x120/filters:quality(60)assets.uea.ac.uk/f/185167/252x252/6... https://assets.uea.ac.uk/f/185167/252x252/6869b937a1/studentcrowd.png/m/120x120/filters:quality(60) — 200 — 5.1 KiB — 24 ms — h3https://assets.uea.ac.uk/f/185167/1031x1129/3bed529ff2/whatuni.png/m/110x120/filters:quality(60)assets.uea.ac.uk/f/185167/1031x1129... https://assets.uea.ac.uk/f/185167/1031x1129/3bed529ff2/whatuni.png/m/110x120/filters:quality(60) — 200 — 7.6 KiB — 22 ms — h3https://assets.uea.ac.uk/f/185167/2061x2061/3441620a73/uea-careers-shoot-at-library-jan-2025-104_david-kirkham-_fisheye-images_55800.jpg/m/0x0:2061x2061/2061x0/filters:quality(60):focal(1138x763:1139x764)assets.uea.ac.uk/f/185167/2061x2061... https://assets.uea.ac.uk/f/185167/2061x2061/3441620a73/uea-careers-shoot-at-library-jan-2025-104_david-kirkham-_fisheye-images_55800.jpg/m/0x0:2061x2061/2061x0/filters:quality(60):focal(1138x763:1139x764) — 200 — 184.0 KiB — 76 ms — h3https://assets.uea.ac.uk/f/185167/3840x2160/4fc6e8a5d7/student-ambassadors-297_daniel-lightening-_lightening-photography_54002-1.jpg/m/0x0:3840x2160/3840x0/filters:quality(60)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/4fc6e8a5d7/student-ambassadors-297_daniel-lightening-_lightening-photography_54002-1.jpg/m/0x0:3840x2160/3840x0/filters:quality(60) — -1 — 0 B — 108 ms — https://assets.uea.ac.uk/f/185167/3840x2160/0d94c5b078/welaunch_uea_d2_s12_canon-_0385_n_a_39499-1.jpg/m/0x0:3840x2160/3840x0/filters:quality(60)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/0d94c5b078/welaunch_uea_d2_s12_canon-_0385_n_a_39499-1.jpg/m/0x0:3840x2160/3840x0/filters:quality(60) — 200 — 542.2 KiB — 79 ms — h3https://assets.uea.ac.uk/f/185167/2061x2061/3441620a73/uea-careers-shoot-at-library-jan-2025-104_david-kirkham-_fisheye-images_55800.jpg/m/128x0/filters:quality(10):blur(30):focus(1138x763:1139x764)assets.uea.ac.uk/f/185167/2061x2061... https://assets.uea.ac.uk/f/185167/2061x2061/3441620a73/uea-careers-shoot-at-library-jan-2025-104_david-kirkham-_fisheye-images_55800.jpg/m/128x0/filters:quality(10):blur(30):focus(1138x763:1139x764) — 200 — 11.2 KiB — 14 ms — h3https://assets.uea.ac.uk/f/185167/3840x2160/0d94c5b078/welaunch_uea_d2_s12_canon-_0385_n_a_39499-1.jpg/m/128x0/filters:quality(10):blur(30)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/0d94c5b078/welaunch_uea_d2_s12_canon-_0385_n_a_39499-1.jpg/m/128x0/filters:quality(10):blur(30) — 200 — 11.8 KiB — 23 ms — h3https://assets.uea.ac.uk/f/185167/3840x2160/4fc6e8a5d7/student-ambassadors-297_daniel-lightening-_lightening-photography_54002-1.jpg/m/128x0/filters:quality(10):blur(30)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/4fc6e8a5d7/student-ambassadors-297_daniel-lightening-_lightening-photography_54002-1.jpg/m/128x0/filters:quality(10):blur(30) — 200 — 13.3 KiB — 36 ms — h3https://assets.uea.ac.uk/f/185167/3840x2160/57d1f45633/economics-event-12th-march-2025-091_daniel-lightening-_lightening-photography_57248-1.jpg/m/898x0/filters:quality(60):focal(1532x350:1533x351)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/57d1f45633/economics-event-12th-march-2025-091_daniel-lightening-_lightening-photography_57248-1.jpg/m/898x0/filters:quality(60):focal(1532x350:1533x351) — 200 — 42.9 KiB — 90 ms — h3https://assets.uea.ac.uk/f/185167/2061x2061/3441620a73/uea-careers-shoot-at-library-jan-2025-104_david-kirkham-_fisheye-images_55800.jpg/m/0x0:2061x2061/407x0/filters:quality(60):focal(1138x763:1139x764)assets.uea.ac.uk/f/185167/2061x2061... https://assets.uea.ac.uk/f/185167/2061x2061/3441620a73/uea-careers-shoot-at-library-jan-2025-104_david-kirkham-_fisheye-images_55800.jpg/m/0x0:2061x2061/407x0/filters:quality(60):focal(1138x763:1139x764) — 200 — 23.6 KiB — 91 ms — h3https://assets.uea.ac.uk/f/185167/310x358/2a5d0cf0cf/tree1-4236ff032014f2e107e388968bcb2588-37fc0f-png.png/m/0x358/filters:quality(60)assets.uea.ac.uk/f/185167/310x358/2... https://assets.uea.ac.uk/f/185167/310x358/2a5d0cf0cf/tree1-4236ff032014f2e107e388968bcb2588-37fc0f-png.png/m/0x358/filters:quality(60) — 200 — 6.7 KiB — 42 ms — h3https://assets.uea.ac.uk/f/185167/3840x2160/0d94c5b078/welaunch_uea_d2_s12_canon-_0385_n_a_39499-1.jpg/m/0x0:3840x2160/625x0/filters:quality(60)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/0d94c5b078/welaunch_uea_d2_s12_canon-_0385_n_a_39499-1.jpg/m/0x0:3840x2160/625x0/filters:quality(60) — 200 — 38.8 KiB — 79 ms — h3https://assets.uea.ac.uk/f/185167/3840x2160/4fc6e8a5d7/student-ambassadors-297_daniel-lightening-_lightening-photography_54002-1.jpg/m/0x0:3840x2160/625x0/filters:quality(60)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/4fc6e8a5d7/student-ambassadors-297_daniel-lightening-_lightening-photography_54002-1.jpg/m/0x0:3840x2160/625x0/filters:quality(60) — 200 — 25.2 KiB — 79 ms — h3https://assets.uea.ac.uk/f/185167/5217x3588/766a248f56/uea-nh-bengarrod-1642_neil-hall-lrps_39374.jpg/m/291x0/filters:quality(50)assets.uea.ac.uk/f/185167/5217x3588... https://assets.uea.ac.uk/f/185167/5217x3588/766a248f56/uea-nh-bengarrod-1642_neil-hall-lrps_39374.jpg/m/291x0/filters:quality(50) — 200 — 23.3 KiB — 42 ms — h3https://assets.uea.ac.uk/f/185167/4032x3024/aa06fbadba/img_1010.jpeg/m/267x0/filters:quality(50)assets.uea.ac.uk/f/185167/4032x3024... https://assets.uea.ac.uk/f/185167/4032x3024/aa06fbadba/img_1010.jpeg/m/267x0/filters:quality(50) — 200 — 7.3 KiB — 70 ms — h3https://assets.uea.ac.uk/f/185167/8192x5464/aa3fcf069c/gettyimages-1423029959.jpg/m/300x0/filters:quality(50):focal(4766x560:4767x561)assets.uea.ac.uk/f/185167/8192x5464... https://assets.uea.ac.uk/f/185167/8192x5464/aa3fcf069c/gettyimages-1423029959.jpg/m/300x0/filters:quality(50):focal(4766x560:4767x561) — 200 — 7.4 KiB — 67 ms — h3https://assets.uea.ac.uk/f/185167/252x252/6869b937a1/studentcrowd.png/m/120x0/filters:quality(60)assets.uea.ac.uk/f/185167/252x252/6... https://assets.uea.ac.uk/f/185167/252x252/6869b937a1/studentcrowd.png/m/120x0/filters:quality(60) — 200 — 5.1 KiB — 54 ms — h3https://assets.uea.ac.uk/f/185167/1031x1129/3bed529ff2/whatuni.png/m/0x120/filters:quality(60)assets.uea.ac.uk/f/185167/1031x1129... https://assets.uea.ac.uk/f/185167/1031x1129/3bed529ff2/whatuni.png/m/0x120/filters:quality(60) — 200 — 7.6 KiB — 69 ms — h3https://ceb2jycr23-dsn.algolia.net/1/indexes/*/queries?x-algolia-agent=Algolia%20for%20JavaScript%20(5.50.2)%3B%20Lite%20(5.50.2)%3B%20Browser%3B%20instantsearch.js%20(4.93.0)%3B%20react%20(19.2.0-canary-3fbfb9ba-20250409)%3B%20react-instantsearch%20(7.29.0)%3B%20react-instantsearch-core%20(7.29.0)%3B%20next.js%20(15.3.8)%3B%20JS%20Helper%20(3.28.1)&x-algolia-api-key=5a7f8c37938396f582c8eb005bdc963a&x-algolia-application-id=CEB2JYCR23ceb2jycr23-dsn.algolia.net/1/indexe... https://ceb2jycr23-dsn.algolia.net/1/indexes/*/queries?x-algolia-agent=Algolia%20for%20JavaScript%20(5.50.2)%3B%20Lite%20(5.50.2)%3B%20Browser%3B%20instantsearch.js%20(4.93.0)%3B%20react%20(19.2.0-canary-3fbfb9ba-20250409)%3B%20react-instantsearch%20(7.29.0)%3B%20react-instantsearch-core%20(7.29.0)%3B%20next.js%20(15.3.8)%3B%20JS%20Helper%20(3.28.1)&x-algolia-api-key=5a7f8c37938396f582c8eb005bdc963a&x-algolia-application-id=CEB2JYCR23 — 200 — 3.9 KiB — 198 ms — http/1.1https://assets.uea.ac.uk/f/185167/3840x2160/57d1f45633/economics-event-12th-march-2025-091_daniel-lightening-_lightening-photography_57248-1.jpg/m/128x99/filters:quality(10):blur(30):focus(1532x350:1533x351)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/57d1f45633/economics-event-12th-march-2025-091_daniel-lightening-_lightening-photography_57248-1.jpg/m/128x99/filters:quality(10):blur(30):focus(1532x350:1533x351) — 200 — 18.4 KiB — 85 ms — h3https://assets.uea.ac.uk/f/185167/2061x2061/3441620a73/uea-careers-shoot-at-library-jan-2025-104_david-kirkham-_fisheye-images_55800.jpg/m/0x0:2061x2061/128x0/filters:quality(10):blur(30):focal(1138x763:1139x764)assets.uea.ac.uk/f/185167/2061x2061... https://assets.uea.ac.uk/f/185167/2061x2061/3441620a73/uea-careers-shoot-at-library-jan-2025-104_david-kirkham-_fisheye-images_55800.jpg/m/0x0:2061x2061/128x0/filters:quality(10):blur(30):focal(1138x763:1139x764) — 200 — 11.2 KiB — 82 ms — h3https://assets.uea.ac.uk/f/185167/3840x2160/0d94c5b078/welaunch_uea_d2_s12_canon-_0385_n_a_39499-1.jpg/m/0x0:3840x2160/128x0/filters:quality(10):blur(30)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/0d94c5b078/welaunch_uea_d2_s12_canon-_0385_n_a_39499-1.jpg/m/0x0:3840x2160/128x0/filters:quality(10):blur(30) — 200 — 11.8 KiB — 67 ms — h3https://assets.uea.ac.uk/f/185167/3840x2160/4fc6e8a5d7/student-ambassadors-297_daniel-lightening-_lightening-photography_54002-1.jpg/m/0x0:3840x2160/128x0/filters:quality(10):blur(30)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/4fc6e8a5d7/student-ambassadors-297_daniel-lightening-_lightening-photography_54002-1.jpg/m/0x0:3840x2160/128x0/filters:quality(10):blur(30) — 200 — 13.3 KiB — 74 ms — h3https://assets.uea.ac.uk/f/185167/5217x3588/766a248f56/uea-nh-bengarrod-1642_neil-hall-lrps_39374.jpg/m/128x0/filters:quality(10):blur(30)assets.uea.ac.uk/f/185167/5217x3588... https://assets.uea.ac.uk/f/185167/5217x3588/766a248f56/uea-nh-bengarrod-1642_neil-hall-lrps_39374.jpg/m/128x0/filters:quality(10):blur(30) — 200 — 18.1 KiB — 74 ms — h3https://assets.uea.ac.uk/f/185167/4032x3024/aa06fbadba/img_1010.jpeg/m/128x0/filters:quality(10):blur(30)assets.uea.ac.uk/f/185167/4032x3024... https://assets.uea.ac.uk/f/185167/4032x3024/aa06fbadba/img_1010.jpeg/m/128x0/filters:quality(10):blur(30) — 200 — 3.2 KiB — 72 ms — h3https://assets.uea.ac.uk/f/185167/8192x5464/aa3fcf069c/gettyimages-1423029959.jpg/m/128x0/filters:quality(10):blur(30):focus(4766x560:4767x561)assets.uea.ac.uk/f/185167/8192x5464... https://assets.uea.ac.uk/f/185167/8192x5464/aa3fcf069c/gettyimages-1423029959.jpg/m/128x0/filters:quality(10):blur(30):focus(4766x560:4767x561) — 200 — 1.6 KiB — 76 ms — h3https://api.storyblok.com/v2/cdn/stories/?by_uuids=0f170698-fadc-45e7-8dbe-7a018383bea3%2C22abb0b5-0001-4b80-bd01-08bf22a0e9d0%2Ca553cdc0-d2e9-4a08-b428-4439cfcf21b6&version=published&token=Lm95W51nCtX0GmC0uVYt7gttapi.storyblok.com/v2/cdn/stories/?b... https://api.storyblok.com/v2/cdn/stories/?by_uuids=0f170698-fadc-45e7-8dbe-7a018383bea3%2C22abb0b5-0001-4b80-bd01-08bf22a0e9d0%2Ca553cdc0-d2e9-4a08-b428-4439cfcf21b6&version=published&token=Lm95W51nCtX0GmC0uVYt7gtt — 301 — 832 B — 329 ms — h2https://assets.uea.ac.uk/f/185167/5217x3588/766a248f56/uea-nh-bengarrod-1642_neil-hall-lrps_39374.jpg/m/1026x0:4191x3588/291x0/filters:quality(60)assets.uea.ac.uk/f/185167/5217x3588... https://assets.uea.ac.uk/f/185167/5217x3588/766a248f56/uea-nh-bengarrod-1642_neil-hall-lrps_39374.jpg/m/1026x0:4191x3588/291x0/filters:quality(60) — -1 — 0 B — 42 ms — https://assets.uea.ac.uk/f/185167/4032x3024/aa06fbadba/img_1010.jpeg/m/0x377:4032x2647/267x0/filters:quality(60)assets.uea.ac.uk/f/185167/4032x3024... https://assets.uea.ac.uk/f/185167/4032x3024/aa06fbadba/img_1010.jpeg/m/0x377:4032x2647/267x0/filters:quality(60) — -1 — 0 B — 43 ms — https://assets.uea.ac.uk/f/185167/310x358/2a5d0cf0cf/tree1-4236ff032014f2e107e388968bcb2588-37fc0f-png.png/m/0x0:310x358/0x358/filters:quality(60)assets.uea.ac.uk/f/185167/310x358/2... https://assets.uea.ac.uk/f/185167/310x358/2a5d0cf0cf/tree1-4236ff032014f2e107e388968bcb2588-37fc0f-png.png/m/0x0:310x358/0x358/filters:quality(60) — 200 — 6.7 KiB — 33 ms — h3https://assets.uea.ac.uk/f/185167/8192x5464/aa3fcf069c/gettyimages-1423029959.jpg/m/0x0:8192x5174/300x0/filters:quality(60):focal(4766x560:4767x561)assets.uea.ac.uk/f/185167/8192x5464... https://assets.uea.ac.uk/f/185167/8192x5464/aa3fcf069c/gettyimages-1423029959.jpg/m/0x0:8192x5174/300x0/filters:quality(60):focal(4766x560:4767x561) — 200 — 7.5 KiB — 260 ms — h3https://assets.uea.ac.uk/f/185167/3840x2160/57d1f45633/economics-event-12th-march-2025-091_daniel-lightening-_lightening-photography_57248-1.jpg/m/563x0/filters:quality(60):focal(1532x350:1533x351)assets.uea.ac.uk/f/185167/3840x2160... https://assets.uea.ac.uk/f/185167/3840x2160/57d1f45633/economics-event-12th-march-2025-091_daniel-lightening-_lightening-photography_57248-1.jpg/m/563x0/filters:quality(60):focal(1532x350:1533x351) — 200 — 31.0 KiB — 29 ms — h3https://assets.uea.ac.uk/f/185167/310x358/2a5d0cf0cf/tree1-4236ff032014f2e107e388968bcb2588-37fc0f-png.png/m/0x0:310x358/0x286/filters:quality(60)assets.uea.ac.uk/f/185167/310x358/2... https://assets.uea.ac.uk/f/185167/310x358/2a5d0cf0cf/tree1-4236ff032014f2e107e388968bcb2588-37fc0f-png.png/m/0x0:310x358/0x286/filters:quality(60) — 200 — 12.5 KiB — 21 ms — h3https://assets.uea.ac.uk/f/185167/5217x3588/766a248f56/uea-nh-bengarrod-1642_neil-hall-lrps_39374.jpg/m/1026x0:4191x3588/0x349/filters:quality(60)assets.uea.ac.uk/f/185167/5217x3588... https://assets.uea.ac.uk/f/185167/5217x3588/766a248f56/uea-nh-bengarrod-1642_neil-hall-lrps_39374.jpg/m/1026x0:4191x3588/0x349/filters:quality(60) — 200 — 26.3 KiB — 248 ms — h3https://assets.uea.ac.uk/f/185167/4032x3024/aa06fbadba/img_1010.jpeg/m/0x377:4032x2647/300x0/filters:quality(60)assets.uea.ac.uk/f/185167/4032x3024... https://assets.uea.ac.uk/f/185167/4032x3024/aa06fbadba/img_1010.jpeg/m/0x377:4032x2647/300x0/filters:quality(60) — 200 — 8.7 KiB — 247 ms — h3https://assets.uea.ac.uk/f/185167/252x252/6869b937a1/studentcrowd.png/m/0x120/filters:quality(60)assets.uea.ac.uk/f/185167/252x252/6... https://assets.uea.ac.uk/f/185167/252x252/6869b937a1/studentcrowd.png/m/0x120/filters:quality(60) — 200 — 5.1 KiB — 21 ms — h3https://assets.uea.ac.uk/f/185167/5217x3588/766a248f56/uea-nh-bengarrod-1642_neil-hall-lrps_39374.jpg/m/1026x0:4191x3588/128x0/filters:quality(10):blur(30)assets.uea.ac.uk/f/185167/5217x3588... https://assets.uea.ac.uk/f/185167/5217x3588/766a248f56/uea-nh-bengarrod-1642_neil-hall-lrps_39374.jpg/m/1026x0:4191x3588/128x0/filters:quality(10):blur(30) — 200 — 18.2 KiB — 19 ms — h3https://assets.uea.ac.uk/f/185167/4032x3024/aa06fbadba/img_1010.jpeg/m/0x377:4032x2647/128x0/filters:quality(10):blur(30)assets.uea.ac.uk/f/185167/4032x3024... https://assets.uea.ac.uk/f/185167/4032x3024/aa06fbadba/img_1010.jpeg/m/0x377:4032x2647/128x0/filters:quality(10):blur(30) — 200 — 3.2 KiB — 19 ms — h3https://assets.uea.ac.uk/f/185167/8192x5464/aa3fcf069c/gettyimages-1423029959.jpg/m/0x0:8192x5174/128x0/filters:quality(10):blur(30):focal(4766x560:4767x561)assets.uea.ac.uk/f/185167/8192x5464... https://assets.uea.ac.uk/f/185167/8192x5464/aa3fcf069c/gettyimages-1423029959.jpg/m/0x0:8192x5174/128x0/filters:quality(10):blur(30):focal(4766x560:4767x561) — 200 — 1.6 KiB — 13 ms — h3https://bam.eu01.nr-data.net/1/NRBR-5d16445fa076d5e4d43?a=538604163&sa=1&v=1.292.0&t=Unnamed%20Transaction&rst=2861&ck=0&s=8f10af908e4ccd65&ref=https://www.uea.ac.uk/&ptid=6c176451bce0bf8e&af=err,spa,xhr,stn,ins&be=1236&fe=1166&dc=451&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776895339885,%22n%22:0,%22f%22:507,%22dn%22:507,%22dne%22:507,%22c%22:507,%22s%22:507,%22ce%22:507,%22rq%22:516,%22rp%22:1236,%22rpe%22:1399,%22di%22:1687,%22ds%22:1687,%22de%22:1687,%22dc%22:2402,%22l%22:2402,%22le%22:2402%7D,%22navigation%22:%7B%7D%7D&fp=1708&fcp=1708bam.eu01.nr-data.net/1/NRBR-5d16445... https://bam.eu01.nr-data.net/1/NRBR-5d16445fa076d5e4d43?a=538604163&sa=1&v=1.292.0&t=Unnamed%20Transaction&rst=2861&ck=0&s=8f10af908e4ccd65&ref=https://www.uea.ac.uk/&ptid=6c176451bce0bf8e&af=err,spa,xhr,stn,ins&be=1236&fe=1166&dc=451&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776895339885,%22n%22:0,%22f%22:507,%22dn%22:507,%22dne%22:507,%22c%22:507,%22s%22:507,%22ce%22:507,%22rq%22:516,%22rp%22:1236,%22rpe%22:1399,%22di%22:1687,%22ds%22:1687,%22de%22:1687,%22dc%22:2402,%22l%22:2402,%22le%22:2402%7D,%22navigation%22:%7B%7D%7D&fp=1708&fcp=1708 — 200 — 728 B — 184 ms — http/1.1https://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.3 KiB — 69 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-957113788&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-957113788&cx=c&gtm=4e64k0 — 200 — 145.4 KiB — 62 ms — h2https://www.googletagmanager.com/gtag/js?id=G-67WCHB0WM4&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-67WCHB0WM4&cx=c&gtm=4e64k0 — 200 — 157.5 KiB — 49 ms — h3https://api.storyblok.com/v2/cdn/stories?by_uuids=0f170698-fadc-45e7-8dbe-7a018383bea3%2C22abb0b5-0001-4b80-bd01-08bf22a0e9d0%2Ca553cdc0-d2e9-4a08-b428-4439cfcf21b6&cv=1776875479&token=Lm95W51nCtX0GmC0uVYt7gtt&version=publishedapi.storyblok.com/v2/cdn/stories?by... https://api.storyblok.com/v2/cdn/stories?by_uuids=0f170698-fadc-45e7-8dbe-7a018383bea3%2C22abb0b5-0001-4b80-bd01-08bf22a0e9d0%2Ca553cdc0-d2e9-4a08-b428-4439cfcf21b6&cv=1776875479&token=Lm95W51nCtX0GmC0uVYt7gtt&version=published — 200 — 0 B — 172 ms — h2https://js-agent.newrelic.com/nr-spa-recorder-1.292.0.min.jsjs-agent.newrelic.com/nr-spa-record... https://js-agent.newrelic.com/nr-spa-recorder-1.292.0.min.js — 200 — 40.6 KiB — 10 ms — h2https://apikeys.civiccomputing.com/c/v?d=www.uea.ac.uk&p=CookieControl%20Multi-Site&v=9&k=911203004b78dd6a2f2a588c51e73a61fb9fd9f6&format=jsonapikeys.civiccomputing.com/c/v?d=ww... https://apikeys.civiccomputing.com/c/v?d=www.uea.ac.uk&p=CookieControl%20Multi-Site&v=9&k=911203004b78dd6a2f2a588c51e73a61fb9fd9f6&format=json — 200 — 613 B — 27 ms — h3https://api.storyblok.com/v2/cdn/stories?by_uuids=0f170698-fadc-45e7-8dbe-7a018383bea3%2C22abb0b5-0001-4b80-bd01-08bf22a0e9d0%2Ca553cdc0-d2e9-4a08-b428-4439cfcf21b6&cv=1776875479&token=Lm95W51nCtX0GmC0uVYt7gtt&version=publishedapi.storyblok.com/v2/cdn/stories?by... https://api.storyblok.com/v2/cdn/stories?by_uuids=0f170698-fadc-45e7-8dbe-7a018383bea3%2C22abb0b5-0001-4b80-bd01-08bf22a0e9d0%2Ca553cdc0-d2e9-4a08-b428-4439cfcf21b6&cv=1776875479&token=Lm95W51nCtX0GmC0uVYt7gtt&version=published — 200 — 11.2 KiB — 6 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uea.ac.uk%2F&scrsrc=www.googletagmanager.com&rnd=421251621.1776895343&navt=n&npa=1&gtm=45be64k0v9178914725z8810253579za20gzb810253579zd810253579xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tids=AW-957113788&tid=AW-957113788&tft=1776895343166&tfd=3282pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.uea.ac.uk%2F&scrsrc=www.googletagmanager.com&rnd=421251621.1776895343&navt=n&npa=1&gtm=45be64k0v9178914725z8810253579za20gzb810253579zd810253579xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tag_exp=0~115616986~115938465~115938468~117266401&apve=1&apvf=f&apvc=1&tids=AW-957113788&tid=AW-957113788&tft=1776895343166&tfd=3282 — 200 — 21 B — 35 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-67WCHB0WM4&gtm=45je64k0v872293155z8810253579za20gzb810253579zd810253579&_p=1776895342388&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&_eu=AAAAAGA&are=1&cid=1567665713.1776895343&frm=0&pscdl=denied&rcb=7&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&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117384406~117512542&sid=1776895343&sct=1&seg=0&dl=https%3A%2F%2Fwww.uea.ac.uk%2F&dt=The%20University%20of%20East%20Anglia&en=page_view&_fv=1&_nsi=1&_ss=1&up.internal_user=false&tfd=3411www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-67WCHB0WM4&gtm=45je64k0v872293155z8810253579za20gzb810253579zd810253579&_p=1776895342388&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&_eu=AAAAAGA&are=1&cid=1567665713.1776895343&frm=0&pscdl=denied&rcb=7&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&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117384406~117512542&sid=1776895343&sct=1&seg=0&dl=https%3A%2F%2Fwww.uea.ac.uk%2F&dt=The%20University%20of%20East%20Anglia&en=page_view&_fv=1&_nsi=1&_ss=1&up.internal_user=false&tfd=3411 — 204 — 548 B — 49 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-XB57REP6WJ&gtm=45je64k0v872293155z8810253579za20gzb810253579zd810253579&_p=1776895342388&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&_eu=AAAAAGA&are=1&cid=1567665713.1776895343&frm=0&pscdl=denied&rcb=7&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&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117384406~117512542&sid=1776895343&sct=1&seg=0&dl=https%3A%2F%2Fwww.uea.ac.uk%2F&dt=The%20University%20of%20East%20Anglia&en=page_view&_fv=1&_ss=1&up.internal_user=false&tfd=3418www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-XB57REP6WJ&gtm=45je64k0v872293155z8810253579za20gzb810253579zd810253579&_p=1776895342388&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&_eu=AAAAAGA&are=1&cid=1567665713.1776895343&frm=0&pscdl=denied&rcb=7&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&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117384406~117512542&sid=1776895343&sct=1&seg=0&dl=https%3A%2F%2Fwww.uea.ac.uk%2F&dt=The%20University%20of%20East%20Anglia&en=page_view&_fv=1&_ss=1&up.internal_user=false&tfd=3418 — 204 — 48 B — 42 ms — h2https://js-agent.newrelic.com/nr-spa-compressor-1.292.0.min.jsjs-agent.newrelic.com/nr-spa-compre... https://js-agent.newrelic.com/nr-spa-compressor-1.292.0.min.js — 200 — 3.6 KiB — 3 ms — h2https://bam.eu01.nr-data.net/events/1/NRBR-5d16445fa076d5e4d43?a=538604163&sa=1&v=1.292.0&t=Unnamed%20Transaction&rst=3466&ck=0&s=8f10af908e4ccd65&ref=https://www.uea.ac.uk/&ptid=6c176451bce0bf8ebam.eu01.nr-data.net/events/1/NRBR-... https://bam.eu01.nr-data.net/events/1/NRBR-5d16445fa076d5e4d43?a=538604163&sa=1&v=1.292.0&t=Unnamed%20Transaction&rst=3466&ck=0&s=8f10af908e4ccd65&ref=https://www.uea.ac.uk/&ptid=6c176451bce0bf8e — 200 — 366 B — 169 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 1590ms · 929KB · £16/mo
www.uea.ac.uk
Other
Costly
Execution 424ms
Transfer 43 KB
Monthly Cost £4/mo
Google Tag Manager
Tag Manager
Costly
Execution 229ms
Transfer 198 KB
Unused 37%
Monthly Cost £2/mo
Unattributable
Other
Costly
Execution 225ms
Transfer 0 KB
Monthly Cost £2/mo
www.uea.ac.uk
Other
Optional
Execution 177ms
Transfer 72 KB
Monthly Cost £2/mo
js-agent.newrelic.com
Other
Optional
Execution 151ms
Transfer 4 KB
Monthly Cost £2/mo
www.uea.ac.uk
Other
Optional
Execution 129ms
Transfer 187 KB
Unused 54%
Monthly Cost £1/mo
Google Tag Manager
Tag Manager
Optional
Execution 101ms
Transfer 158 KB
Unused 41%
Monthly Cost £1/mo
cc.cdn.civiccomputing.com
Other
Optional
Execution 82ms
Transfer 123 KB
Unused 47%
Monthly Cost £1/mo
Google Tag Manager
Tag Manager
Optional
Execution 73ms
Transfer 145 KB
Unused 45%
Monthly Cost £1/mo

These scripts may cost more than they're worth

  • www.uea.ac.uk adds 424ms and costs ~£4/month
  • Google Tag Manager adds 229ms and costs ~£2/month
  • Unattributable adds 225ms and costs ~£2/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.uea.ac.uk takes 424ms 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 229ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

54% of www.uea.ac.uk's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback