Performance
· 14 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.
754 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
14 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.031
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.11 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.53 s
Page Load Progression
FPage Weight BudgetAction4.4 MB transferred, 92 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 BundlesAction41 scripts, 374 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=4e6461 | 176 KB | 114 KB (65%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Z6W58KW94D | 176 KB | 68 KB (39%) | ✓ | 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 | 25 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.
BJS Execution Cost653ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.shopify.com/oxygen-v2/42066/36671/77025/3214919/assets/components-DG4JpPRU.js | 198ms | 183ms | 0ms | 3rd |
| https://hiutdenim.co.uk/ | 194ms | 8ms | 2ms | 1st |
| Unattributable | 123ms | 6ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17676162793 | 73ms | 58ms | 14ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Z6W58KW94D | 64ms | 52ms | 12ms | 3rd |
A+Text CompressionAll text resources are compressedPASS
AImage Optimization14 images, 0 KB saveablePASS
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 HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall92 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 | 198ms | 57 KB | — | £1/mo | Optional |
Unattributable Unattributable | Other | 123ms | 0 KB | — | £1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 73ms | 147 KB | 39% | £0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 64ms | 176 KB | 39% | £0/mo | Optional |
70% 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