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.
4.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.65 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.34 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
1.145
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.21 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.
25.83 s
Page Load Progression
FPage Weight BudgetAction4.6 MB transferred, 228 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction11972ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.birminghammail.co.uk/ | 3815ms | 82ms | 153ms | 3rd |
| https://www.birminghammail.co.uk/nav-web-static/main-7d527e9aab619128ce0f0a829af162c8310e6e1a/_next/static/chunks/3794-7315db15a5700b37.js | 1692ms | 1576ms | 31ms | 3rd |
| Unattributable | 1645ms | 135ms | 0ms | 3rd |
| https://cmp.inmobi.com/tcfv2/61/cmp2ui-en.js | 1043ms | 484ms | 77ms | 3rd |
| https://cmp.inmobi.com/tcfv2/61/cmp2.js?referer=www.birminghammail.co.uk | 780ms | 518ms | 79ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WL2JKZG | 534ms | 385ms | 78ms | 3rd |
| https://www.birminghammail.co.uk/nav-web-static/main-7d527e9aab619128ce0f0a829af162c8310e6e1a/_next/static/chunks/4bd1b696-0ebdac3fb1a19ae7.js | 426ms | 128ms | 61ms | 3rd |
| https://scripts.webcontentassessor.com/scripts/a61086caf9dbc36ba56c64409b5cdd6b3810aaa8d00800cb98dbbabe4ee8c486 | 325ms | 235ms | 71ms | 3rd |
| https://s2-prod.birminghammail.co.uk/@trinitymirrordigital/auth-ui/auth-ui.min.js?v=v260318 | 321ms | 222ms | 84ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964 | 304ms | 211ms | 83ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction46 scripts, 669 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964 | 188 KB | 143 KB (76%) | ✓ | 3rd |
| https://s2-prod.birminghammail.co.uk/@trinitymirrordigital/auth-ui/auth-ui.min.js?v=v260318 | 119 KB | 71 KB (60%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WL2JKZG | 168 KB | 69 KB (41%) | ✓ | 3rd |
| https://cmp.inmobi.com/tcfv2/61/cmp2.js?referer=www.birminghammail.co.uk | 133 KB | 66 KB (50%) | ✓ | 3rd |
| https://cdn.amplitude.com/libs/analytics-browser-gtm-wrapper-2.36.8.min.js.br | 80 KB | 66 KB (84%) | ✓ | 3rd |
| https://cmp.inmobi.com/tcfv2/61/cmp2ui-en.js | 125 KB | 60 KB (48%) | ✓ | 3rd |
| https://www.birminghammail.co.uk/nav-web-static/main-7d527e9aab619128ce0f0a829af162c8310e6e1a/_next/static/chunks/9308-a0fa6767bee242d9.js | 81 KB | 36 KB (46%) | ✓ | 3rd |
| https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160603 | 42 KB | 32 KB (78%) | ✓ | 3rd |
| https://cdn.eu.amplitude.com/libs/analytics-browser-2.25.0-min.js.gz | 50 KB | 32 KB (64%) | ✓ | 3rd |
| https://cdn.amplitude.com/libs/analytics-browser-gtm-2.36.8-min.js.gz | 55 KB | 28 KB (52%) | ✓ | 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
FPage Weight InventoryAction228 resources · 4.6 MB · 669 KB savings availableFIX
~669.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 228 resources | 4.6 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction101 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading18 fonts (526 KB)PASS
Web fonts
18
526 KB total
Render-blocking
0
of 18
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
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 ~27 KB and ~54 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints25 hints, 0 missing preconnectsPASS
Current Resource Hints
25 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall228 requests over 8081msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.birminghammail.co.uk www.birminghammail.co.uk | Other | 3815ms | 99 KB | — | £40/mo | Costly |
www.birminghammail.co.uk www.birminghammail.co.uk | Other | 1692ms | 46 KB | 45% | £18/mo | Costly |
Unattributable Unattributable | Other | 1645ms | 0 KB | — | £17/mo | Costly |
cmp.inmobi.com cmp.inmobi.com | Other | 1043ms | 125 KB | 48% | £11/mo | Costly |
cmp.inmobi.com cmp.inmobi.com | Other | 780ms | 133 KB | 50% | £8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 534ms | 168 KB | 41% | £6/mo | Costly |
www.birminghammail.co.uk www.birminghammail.co.uk | Other | 426ms | 58 KB | 36% | £4/mo | Costly |
scripts.webcontentassessor.com scripts.webcontentassessor.com | Other | 325ms | 149 KB | — | £3/mo | Costly |
s2-prod.birminghammail.co.uk s2-prod.birminghammail.co.uk | Other | 321ms | 119 KB | 60% | £3/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 304ms | 188 KB | 76% | £3/mo | Costly |
feliz-web.data.tm-awx.com feliz-web.data.tm-awx.com | Other | 260ms | 7 KB | — | £3/mo | Costly |
Amplitude cdn.amplitude.com | Analytics | 176ms | 80 KB | 84% | £2/mo | Optional |
Amplitude cdn.amplitude.com | Analytics | 135ms | 55 KB | 52% | £1/mo | Optional |
www.birminghammail.co.uk www.birminghammail.co.uk | Other | 132ms | 36 KB | 68% | £1/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 114ms | 34 KB | — | £1/mo | Optional |
cdn.onesignal.com cdn.onesignal.com | Other | 113ms | 42 KB | 78% | £1/mo | Optional |
cdn.eu.amplitude.com cdn.eu.amplitude.com | Other | 93ms | 50 KB | 64% | £1/mo | Optional |
premium.express.co.uk premium.express.co.uk | Other | 65ms | 30 KB | — | £1/mo | Optional |
These scripts may cost more than they're worth
- www.birminghammail.co.uk adds 3815ms and costs ~£40/month
- www.birminghammail.co.uk adds 1692ms and costs ~£18/month
- Unattributable adds 1645ms and costs ~£17/month
- cmp.inmobi.com adds 1043ms and costs ~£11/month
- cmp.inmobi.com adds 780ms and costs ~£8/month
- Google Tag Manager adds 534ms and costs ~£6/month
- www.birminghammail.co.uk adds 426ms and costs ~£4/month
- scripts.webcontentassessor.com adds 325ms and costs ~£3/month
- s2-prod.birminghammail.co.uk adds 321ms and costs ~£3/month
- securepubads.g.doubleclick.net adds 304ms and costs ~£3/month
- feliz-web.data.tm-awx.com adds 260ms and costs ~£3/month
100% 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
www.birminghammail.co.uk takes 3815ms 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
www.birminghammail.co.uk takes 1692ms 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
Unattributable takes 1645ms 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
cmp.inmobi.com takes 1043ms 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
cmp.inmobi.com takes 780ms 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 534ms 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
www.birminghammail.co.uk takes 426ms 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
scripts.webcontentassessor.com takes 325ms 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
s2-prod.birminghammail.co.uk takes 321ms 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
60% of s2-prod.birminghammail.co.uk'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
securepubads.g.doubleclick.net takes 304ms 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
76% of securepubads.g.doubleclick.net'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
feliz-web.data.tm-awx.com takes 260ms 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
84% of Amplitude'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
52% of Amplitude'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
68% of www.birminghammail.co.uk'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
78% of cdn.onesignal.com'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
64% of cdn.eu.amplitude.com'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