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.76 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.08 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
530 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.039
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.47 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.
14.57 s
Page Load Progression
FPage Weight BudgetAction2.6 MB transferred, 90 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
DThird-Party ImpactAction99% third-party, 0 ms blockingFIX
DJS Execution CostAction3384ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.shopify.com/oxygen-v2/42066/36671/77025/3214919/assets/components-DG4JpPRU.js | 847ms | 757ms | 1ms | 3rd |
| https://hiutdenim.co.uk/ | 650ms | 21ms | 8ms | 1st |
| Unattributable | 597ms | 33ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17676162793 | 316ms | 263ms | 48ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Z6W58KW94D | 235ms | 184ms | 48ms | 3rd |
| https://www.dwin1.com/122140.js | 224ms | 211ms | 4ms | 3rd |
| https://js.smct.io/t/tag-v6.07.js | 172ms | 150ms | 6ms | 3rd |
| https://chat.envolvetech.com/intermediate/latest/assets/2-CKDZKHa_.js | 158ms | 132ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Z6W58KW94D&cx=c>m=4e6470h2 | 66ms | 20ms | 45ms | 3rd |
| https://cdn.shopify.com/oxygen-v2/42066/36671/77025/3214919/assets/layout-CXeQMRbI.js | 61ms | 60ms | 0ms | 3rd |
Showing top 10 of 11 scripts
DJS BundlesAction41 scripts, 373 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-Z6W58KW94D&cx=c>m=4e6470h2 | 176 KB | 114 KB (65%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Z6W58KW94D | 176 KB | 68 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17676162793 | 147 KB | 57 KB (39%) | ✓ | 3rd |
| https://chat.envolvetech.com/intermediate/latest/assets/2-CKDZKHa_.js | 66 KB | 51 KB (79%) | ✓ | 3rd |
| https://chat.envolvetech.com/intermediate/latest/app.js | 66 KB | 36 KB (56%) | ✓ | 3rd |
| https://chat.envolvetech.com/intermediate/latest/assets/1-harOVhhe.js | 58 KB | 26 KB (45%) | ✓ | 3rd |
| https://cdn.shopify.com/oxygen-v2/42066/36671/77025/3214919/assets/index-BgrGxcs1.js | 24 KB | 21 KB (87%) | ✓ | 3rd |
| https://cdn.shopify.com/oxygen-v2/42066/36671/77025/3214919/assets/(_locale)-l0sNRNKZ.js | 0 KB | — | ✓ | 3rd |
| https://cdn.shopify.com/oxygen-v2/42066/36671/77025/3214919/assets/PaginatedResourceSection-_Pzdh9xA.js | 1 KB | — | ✓ | 3rd |
| https://cdn.shopify.com/oxygen-v2/42066/36671/77025/3214919/assets/dialog-CCCmQSjM.js | 8 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 Optimization12 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (148 KB)PASS
Web fonts
3
148 KB total
Render-blocking
0
of 3
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 Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall90 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 |
|---|---|---|---|---|---|---|
cdn.shopify.com cdn.shopify.com | Other | 847ms | 57 KB | — | £4/mo | Costly |
Unattributable Unattributable | Other | 597ms | 0 KB | — | £3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 316ms | 147 KB | 39% | £2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 235ms | 176 KB | 38% | £1/mo | Costly |
www.dwin1.com www.dwin1.com | Other | 224ms | 16 KB | — | £1/mo | Costly |
js.smct.io js.smct.io | Other | 172ms | 27 KB | — | £1/mo | Optional |
chat.envolvetech.com chat.envolvetech.com | Other | 158ms | 66 KB | 79% | £1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 66ms | 176 KB | 65% | £0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 61ms | 14 KB | — | £0/mo | Optional |
js.smct.io js.smct.io | Other | 58ms | 10 KB | — | £0/mo | Optional |
These scripts may cost more than they're worth
- cdn.shopify.com adds 847ms and costs ~£4/month
- Unattributable adds 597ms and costs ~£3/month
- Google Tag Manager adds 316ms and costs ~£2/month
- Google Tag Manager adds 235ms and costs ~£1/month
- www.dwin1.com adds 224ms and costs ~£1/month
81% 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
cdn.shopify.com takes 847ms 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 597ms 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 316ms 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 235ms 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.dwin1.com takes 224ms 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
79% of chat.envolvetech.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
65% of Google Tag Manager'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