Performance
· 15 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.
2.05 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
173 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.627
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.72 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.
6.87 s
Page Load Progression
FPage Weight BudgetAction4.7 MB transferred, 244 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
DJS Execution CostAction2784ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.birminghammail.co.uk/ | 1007ms | 46ms | 35ms | 3rd |
| Unattributable | 401ms | 22ms | 0ms | 3rd |
| https://www.birminghammail.co.uk/nav-web-static/main-7d527e9aab619128ce0f0a829af162c8310e6e1a/_next/static/chunks/3794-7315db15a5700b37.js | 389ms | 350ms | 15ms | 3rd |
| https://cmp.inmobi.com/tcfv2/61/cmp2.js?referer=www.birminghammail.co.uk | 201ms | 136ms | 18ms | 3rd |
| https://cmp.inmobi.com/tcfv2/61/cmp2ui-en.js | 156ms | 99ms | 18ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WL2JKZG | 137ms | 91ms | 18ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945 | 111ms | 67ms | 36ms | 3rd |
| https://www.birminghammail.co.uk/nav-web-static/main-7d527e9aab619128ce0f0a829af162c8310e6e1a/_next/static/chunks/3496-44a950414983c33d.js | 102ms | 96ms | 3ms | 3rd |
| https://www.birminghammail.co.uk/nav-web-static/main-7d527e9aab619128ce0f0a829af162c8310e6e1a/_next/static/chunks/4bd1b696-0ebdac3fb1a19ae7.js | 79ms | 30ms | 14ms | 3rd |
| https://s2-prod.birminghammail.co.uk/@trinitymirrordigital/auth-ui/auth-ui.min.js?v=v260318 | 75ms | 56ms | 15ms | 3rd |
Showing top 10 of 12 scripts
FJS BundlesAction64 scripts, 695 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945 | 188 KB | 140 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WL2JKZG | 168 KB | 71 KB (42%) | ✓ | 3rd |
| https://s2-prod.birminghammail.co.uk/@trinitymirrordigital/auth-ui/auth-ui.min.js?v=v260318 | 119 KB | 71 KB (60%) | ✓ | 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 (45%) | ✓ | 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 InventoryAction244 resources · 4.7 MB · 695 KB savings availableFIX
~695.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 244 resources | 4.7 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
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 HintsNo optimization neededPASS
Network Waterfall244 requests over 8299msINFO
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 | 1007ms | 65 KB | — | £10/mo | Costly |
Unattributable Unattributable | Other | 401ms | 0 KB | — | £4/mo | Costly |
www.birminghammail.co.uk www.birminghammail.co.uk | Other | 389ms | 46 KB | 45% | £4/mo | Costly |
cmp.inmobi.com cmp.inmobi.com | Other | 201ms | 133 KB | 50% | £2/mo | Costly |
cmp.inmobi.com cmp.inmobi.com | Other | 156ms | 125 KB | 48% | £2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 137ms | 168 KB | 42% | £1/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 111ms | 188 KB | 75% | £1/mo | Optional |
www.birminghammail.co.uk www.birminghammail.co.uk | Other | 102ms | 30 KB | — | £1/mo | Optional |
www.birminghammail.co.uk www.birminghammail.co.uk | Other | 79ms | 58 KB | 36% | £1/mo | Optional |
s2-prod.birminghammail.co.uk s2-prod.birminghammail.co.uk | Other | 75ms | 119 KB | 60% | £1/mo | Optional |
scripts.webcontentassessor.com scripts.webcontentassessor.com | Other | 63ms | 149 KB | — | £1/mo | Optional |
feliz-web.data.tm-awx.com feliz-web.data.tm-awx.com | Other | 62ms | 7 KB | — | £1/mo | Optional |
These scripts may cost more than they're worth
- www.birminghammail.co.uk adds 1007ms and costs ~£10/month
- Unattributable adds 401ms and costs ~£4/month
- www.birminghammail.co.uk adds 389ms and costs ~£4/month
- cmp.inmobi.com adds 201ms and costs ~£2/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 1007ms 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 401ms 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 389ms 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 201ms 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
75% 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
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