Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
10.18 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
40.76 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.40 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.22 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.
41.46 s
Page Load Progression
FPage Weight BudgetAction19.0 MB transferred, 156 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
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.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
FJS Execution CostAction7250ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1109ms | 37ms | 0ms | 3rd |
| https://dur.ac.uk/ | 761ms | 13ms | 4ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-MD895GR | 539ms | 425ms | 94ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-HTQ6N1C1EK&cx=c>m=4e64k0 | 463ms | 343ms | 44ms | 3rd |
| https://dur.ac.uk/media/durham-university/site-assets/js/dependencies-20231018.js | 452ms | 116ms | 31ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=DC-14248141&cx=c>m=4e64k0 | 327ms | 269ms | 58ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-943473154&cx=c>m=4e64k0 | 307ms | 268ms | 37ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-13730620&cx=c>m=4e64k0 | 254ms | 188ms | 65ms | 3rd |
| https://cdn.curator.io/5.0/curator.embed.js | 238ms | 130ms | 42ms | 3rd |
| https://code.jquery.com/jquery-3.5.1.min.js | 233ms | 196ms | 21ms | 3rd |
Showing top 10 of 29 scripts
FJS BundlesAction42 scripts, 908 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-HTQ6N1C1EK&cx=c>m=4e64k0 | 173 KB | 70 KB (40%) | ✓ | 3rd |
| https://cdn.curator.io/5.0/curator.embed.js | 103 KB | 64 KB (63%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-465216367&cx=c>m=4e64k0 | 144 KB | 63 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17497736984&cx=c>m=4e64k0 | 144 KB | 62 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-943473154&cx=c>m=4e64k0 | 143 KB | 62 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-958583275&cx=c>m=4e64k0 | 144 KB | 62 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-4768938&cx=c>m=4e64k0 | 129 KB | 61 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-4743369&cx=c>m=4e64k0 | 129 KB | 61 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-14248141&cx=c>m=4e64k0 | 129 KB | 61 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-13730620&cx=c>m=4e64k0 | 132 KB | 61 KB (46%) | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
DPage Weight InventoryAction156 resources · 19.0 MB · 908 KB savings availableFIX
~908.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 156 resources | 19.0 MiB | ||||||
BImage Optimization63 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact25% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (107 KB)PASS
Web fonts
6
107 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=172800 (2 days)PASS
max-age=172800
| Directive | Value | Meaning |
|---|---|---|
| max-age | 172800 | Cache for 2 days |
Network Waterfall156 requests over 4020msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1109ms | 0 KB | — | £12/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 539ms | 190 KB | 23% | £6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 463ms | 173 KB | 40% | £5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 327ms | 129 KB | 47% | £3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 307ms | 143 KB | 43% | £3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 254ms | 132 KB | 46% | £3/mo | Costly |
cdn.curator.io cdn.curator.io | Other | 238ms | 103 KB | 63% | £2/mo | Costly |
code.jquery.com code.jquery.com | Other | 233ms | 31 KB | — | £2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 230ms | 144 KB | 43% | £2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 221ms | 144 KB | 43% | £2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 205ms | 144 KB | 44% | £2/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 203ms | 25 KB | — | £2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 202ms | 129 KB | 45% | £2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 155ms | 129 KB | 47% | £2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 155ms | 45 KB | — | £2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 151ms | 129 KB | 47% | £2/mo | Optional |
Hotjar script.hotjar.com | Session Replay | 134ms | 57 KB | 67% | £1/mo | Optional |
hit.uptrendsdata.com hit.uptrendsdata.com | Other | 125ms | 37 KB | — | £1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 116ms | 97 KB | 36% | £1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 116ms | 78 KB | 69% | £1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 77ms | 19 KB | — | £1/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 63ms | 21 KB | — | £1/mo | Optional |
cdn.curator.io cdn.curator.io | Other | 59ms | 1 KB | — | £1/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 57ms | 13 KB | — | £1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 51ms | 16 KB | — | £1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1109ms and costs ~£12/month
- Google Tag Manager adds 539ms and costs ~£6/month
- Google Tag Manager adds 463ms and costs ~£5/month
- Google Tag Manager adds 327ms and costs ~£3/month
- Google Tag Manager adds 307ms and costs ~£3/month
- Google Tag Manager adds 254ms and costs ~£3/month
- cdn.curator.io adds 238ms and costs ~£2/month
- code.jquery.com adds 233ms and costs ~£2/month
- Google Tag Manager adds 230ms and costs ~£2/month
- Google Tag Manager adds 221ms and costs ~£2/month
- Google Tag Manager adds 205ms and costs ~£2/month
- Microsoft Clarity adds 203ms and costs ~£2/month
- Google Tag Manager adds 202ms and costs ~£2/month
80% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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 1109ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 539ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 463ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 327ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 307ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 254ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cdn.curator.io takes 238ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
63% of cdn.curator.io's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
code.jquery.com takes 233ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 230ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 221ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 205ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Microsoft Clarity takes 203ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 202ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
67% of Hotjar's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
69% of Facebook Pixel's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev