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.
1.79 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.95 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
136 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.98 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.
3.96 s
Page Load Progression
FPage Weight BudgetAction4.2 MB transferred, 127 requestsFIX
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
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 BundlesAction57 scripts, 955 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 0 KB | 177 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 0 KB | 177 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 177 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 177 KB (49%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202510.2.0/otBannerSdk.js | 124 KB | 65 KB (52%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WX52CM | 187 KB | 60 KB (32%) | ✓ | 3rd |
| https://cdn.optimizely.com/js/24631140947.js | 99 KB | 49 KB (49%) | ✓ | 3rd |
| https://edge.eu1.fullstory.com/s/fs.js | 80 KB | 28 KB (35%) | ✓ | 3rd |
| https://www.bsigroup.com/build/assets/swiper-bundle-r8-hi7mH.js | 44 KB | 25 KB (56%) | ✓ | 3rd |
| https://www.bsigroup.com/ui/js/libs/jquery-3.5.1.min.js | 31 KB | 23 KB (75%) | ✓ | 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 InventoryAction127 resources · 4.2 MB · 955 KB savings availableFIX
~954.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 127 resources | 4.2 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization25 images, 0 KB saveableREVIEW
CJS Execution CostAction1884ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 302ms | 249ms | 39ms | 3rd |
| https://www.bsigroup.com/ | 295ms | 28ms | 8ms | 3rd |
| Unattributable | 265ms | 13ms | 0ms | 3rd |
| https://www.bsigroup.com/build/assets/swiper-bundle-r8-hi7mH.js | 263ms | 82ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WX52CM | 257ms | 211ms | 24ms | 3rd |
| https://edge.eu1.fullstory.com/s/fs.js | 246ms | 218ms | 11ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202510.2.0/otBannerSdk.js | 156ms | 118ms | 17ms | 3rd |
| https://cdn.optimizely.com/js/24631140947.js | 100ms | 79ms | 11ms | 3rd |
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 Loading5 fonts (158 KB)PASS
Web fonts
5
158 KB total
Render-blocking
0
of 5
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
Network Waterfall127 requests over 5527msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.gstatic.com www.gstatic.com | Other | 302ms | 0 KB | 49% | £5/mo | Costly |
www.bsigroup.com www.bsigroup.com | Other | 295ms | 40 KB | — | £5/mo | Costly |
Unattributable Unattributable | Other | 265ms | 0 KB | — | £5/mo | Costly |
www.bsigroup.com www.bsigroup.com | Other | 263ms | 44 KB | 56% | £5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 257ms | 187 KB | 32% | £4/mo | Costly |
edge.eu1.fullstory.com edge.eu1.fullstory.com | Other | 246ms | 80 KB | 35% | £4/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 156ms | 124 KB | 52% | £3/mo | Essential |
Optimizely cdn.optimizely.com | A/B Testing | 100ms | 99 KB | 49% | £2/mo | Optional |
These scripts may cost more than they're worth
- www.gstatic.com adds 302ms and costs ~£5/month
- www.bsigroup.com adds 295ms and costs ~£5/month
- Unattributable adds 265ms and costs ~£5/month
- www.bsigroup.com adds 263ms and costs ~£5/month
- Google Tag Manager adds 257ms and costs ~£4/month
- edge.eu1.fullstory.com adds 246ms and costs ~£4/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.gstatic.com takes 302ms 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.bsigroup.com takes 295ms 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 265ms 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.bsigroup.com takes 263ms 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
56% of www.bsigroup.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
Google Tag Manager takes 257ms 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
edge.eu1.fullstory.com takes 246ms 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
52% of OneTrust'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