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.
995 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.91 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
375 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.788
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.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.
10.77 s
Page Load Progression
FPage Weight BudgetAction16.1 MB transferred, 561 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
FJS Execution CostAction10258ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://grind.co.uk/pages/en-us | 4188ms | 96ms | 15ms | 1st |
| Unattributable | 1308ms | 57ms | 0ms | 3rd |
| https://grind.co.uk/cdn/shop/t/207/assets/theme.js?v1.0.1&v=70234220758300410981775141279 | 1067ms | 963ms | 8ms | 1st |
| https://grind.co.uk/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 543ms | 467ms | 25ms | 1st |
| https://grind.co.uk/cdn/shop/t/207/assets/vendor.js?v=30099029874421081791766411189 | 433ms | 278ms | 27ms | 1st |
| https://cdn.optimizely.com/js/25879780104.js | 412ms | 200ms | 74ms | 3rd |
| https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/1011.fa12d00c7a08724d2839.js | 270ms | 212ms | 1ms | 3rd |
| https://cdn.shopify.com/extensions/019d485d-136a-77a6-822c-77732ebc370b/littledata-shopify-tracker-122/assets/colibrius-g.js | 256ms | 243ms | 7ms | 3rd |
| https://grind.co.uk/cdn/s/trekkie.storefront.e683ac02f599017ff9915d0144977db42ea1653f.min.js | 244ms | 116ms | 18ms | 1st |
| https://assets.gorgias.chat/build/static/js/279.6ba6eb825556cdb4.js | 239ms | 185ms | 6ms | 3rd |
Showing top 10 of 22 scripts
FJS BundlesAction252 scripts, 1.2 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/destination?id=AW-794865512&cx=c>m=4e6470h2 | 143 KB | 105 KB (73%) | ✓ | 3rd |
| https://grind.co.uk/cdn/shop/t/207/assets/wizard.js?v11775636092824 | 281 KB | 81 KB (29%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-MGRCJHV | 0 KB | 62 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MGRCJHV | 167 KB | 62 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MGRCJHV | 166 KB | 62 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-T4M08DYMXB | 175 KB | 61 KB (35%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-T4M08DYMXB | 0 KB | 61 KB (35%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMw.js | 110 KB | 57 KB (52%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMw.js | 110 KB | 57 KB (52%) | ✓ | 3rd |
| https://grind.co.uk/cdn/shop/t/207/assets/vendor.js?v=30099029874421081791766411189 | 0 KB | 57 KB (69%) | ✓ | 1st |
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.
BThird-Party Impact54% third-party, 0 ms blockingREVIEW
CImage OptimizationAction107 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
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
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading16 fonts (409 KB)PASS
Web fonts
16
409 KB total
Render-blocking
0
of 16
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- 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 ~113 KB and ~226 ms
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 Waterfall561 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 | 1308ms | 0 KB | — | £7/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 412ms | 0 KB | 45% | £2/mo | Costly |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 270ms | 8 KB | — | £1/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 256ms | 0 KB | — | £1/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 239ms | 93 KB | 44% | £1/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 226ms | 26 KB | — | £1/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 149ms | 10 KB | — | £1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 133ms | 0 KB | 35% | £1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 103ms | 143 KB | 38% | £1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 95ms | 167 KB | 38% | £0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 92ms | 143 KB | 38% | £0/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 84ms | 110 KB | 52% | £0/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 71ms | 38 KB | — | £0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 55ms | 40 KB | — | £0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1308ms and costs ~£7/month
- Optimizely adds 412ms and costs ~£2/month
- static-tracking.klaviyo.com adds 270ms and costs ~£1/month
- cdn.shopify.com adds 256ms and costs ~£1/month
- assets.gorgias.chat adds 239ms and costs ~£1/month
- Microsoft Clarity adds 226ms and costs ~£1/month
Unattributable takes 1308ms 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
Optimizely takes 412ms 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
static-tracking.klaviyo.com 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
cdn.shopify.com takes 256ms 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
assets.gorgias.chat takes 239ms 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
Microsoft Clarity takes 226ms 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 analytics.tiktok.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