Performance
· 16 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.95 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
322 ms
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.
6.86 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.
13.69 s
Page Load Progression
FPage Weight BudgetAction4.1 MB transferred, 106 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
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 CostAction2993ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 595ms | 49ms | 0ms | 3rd |
| https://snyk.io/ | 579ms | 15ms | 2ms | 3rd |
| https://snyk.io/_next/static/chunks/7909-3e366bfa7531aa22.js | 447ms | 72ms | 3ms | 3rd |
| https://snyk.io/_next/static/chunks/framework-2ec761b5af9ac788.js | 270ms | 249ms | 13ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-X9SH3KP7B4&cx=c>m=4e6460 | 230ms | 190ms | 37ms | 3rd |
| https://web.cmp.usercentrics.eu/ui/v/3.111.0/WebSdk.lib.f9924d53.js | 159ms | 110ms | 44ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T8QMQW9 | 142ms | 105ms | 31ms | 3rd |
| https://snyk.io/_next/static/chunks/main-adfdb9879c87958c.js | 127ms | 113ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W4LKKNL>m=4e6460 | 115ms | 76ms | 36ms | 3rd |
| https://web.cmp.usercentrics.eu/ui/v/3.111.0/UcGdprCmpView.c071ab9b.js | 108ms | 36ms | 11ms | 3rd |
Showing top 10 of 13 scripts
DJS BundlesAction48 scripts, 282 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/destination?id=G-X9SH3KP7B4&cx=c>m=4e6460 | 163 KB | 69 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W4LKKNL>m=4e6460 | 148 KB | 68 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T8QMQW9 | 123 KB | 59 KB (48%) | ✓ | 3rd |
| https://web.cmp.usercentrics.eu/ui/v/3.111.0/WebSdk.lib.f9924d53.js | 73 KB | 43 KB (59%) | ✗ | 3rd |
| https://snyk.io/_next/static/chunks/framework-2ec761b5af9ac788.js | 59 KB | 22 KB (37%) | ✓ | 3rd |
| https://web.cmp.usercentrics.eu/ui/TvGdprCmpView.b6de9c89.js | 35 KB | 20 KB (57%) | ✗ | 3rd |
| https://snyk.io/_next/static/N-3GFnt18F4AK4LxgR28g/_buildManifest.js | 2 KB | — | ✓ | 3rd |
| https://web.cmp.usercentrics.eu/ui/loader.js | 20 KB | — | ✗ | 3rd |
| https://snyk.io/_next/static/chunks/5598.e31fdf195aafc243.js | 1 KB | — | ✓ | 3rd |
| https://snyk.io/_next/static/chunks/2741.eb3975a2d03fe4ad.js | 2 KB | — | ✓ | 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization21 images, 0 KB saveableREVIEW
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 Loading8 fonts (281 KB)PASS
Web fonts
8
281 KB total
Render-blocking
0
of 8
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 ~10 KB and ~20 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints13 hints, 0 missing preconnectsPASS
Current Resource Hints
13 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall106 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 595ms | 0 KB | — | £9/mo | Costly |
snyk.io snyk.io | Other | 579ms | 36 KB | — | £9/mo | Costly |
snyk.io snyk.io | Other | 447ms | 12 KB | — | £7/mo | Costly |
snyk.io snyk.io | Other | 270ms | 59 KB | 37% | £4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 230ms | 163 KB | 42% | £3/mo | Costly |
web.cmp.usercentrics.eu web.cmp.usercentrics.eu | Other | 159ms | 73 KB | 59% | £2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 142ms | 123 KB | 48% | £2/mo | Optional |
snyk.io snyk.io | Other | 127ms | 39 KB | — | £2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 115ms | 148 KB | 46% | £2/mo | Optional |
web.cmp.usercentrics.eu web.cmp.usercentrics.eu | Other | 108ms | 21 KB | — | £2/mo | Optional |
j.6sc.co j.6sc.co | Other | 100ms | 19 KB | — | £1/mo | Optional |
snyk.io snyk.io | Other | 64ms | 77 KB | — | £1/mo | Optional |
snyk.io snyk.io | Other | 58ms | 3 KB | — | £1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 595ms and costs ~£9/month
- snyk.io adds 579ms and costs ~£9/month
- snyk.io adds 447ms and costs ~£7/month
- snyk.io adds 270ms and costs ~£4/month
- Google Tag Manager adds 230ms 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
Unattributable takes 595ms 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
snyk.io takes 579ms 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
snyk.io takes 447ms 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
snyk.io takes 270ms 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
59% of web.cmp.usercentrics.eu'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