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.
1.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
938 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.015
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.07 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.
9.73 s
Page Load Progression
FPage Weight BudgetAction72.0 MB transferred, 205 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
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 Execution CostAction5593ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.gymshark.com/_next/static/chunks/framework-37ae32f58c38fef9.js | 1219ms | 1087ms | 4ms | 3rd |
| Unattributable | 1138ms | 39ms | 0ms | 3rd |
| https://www.gymshark.com/ | 936ms | 14ms | 1ms | 3rd |
| https://www.gymshark.com/_next/static/chunks/pages/_app-77dacc2b8f5bc3cc.js | 669ms | 543ms | 92ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WQXVFFG>m_auth=>m_preview=>m_cookies_win=x | 533ms | 435ms | 24ms | 3rd |
| https://10ef4229c7d0.edge.sdk.awswaf.com/10ef4229c7d0/f2cb19c6a7d6/challenge.js | 379ms | 320ms | 41ms | 3rd |
| https://js.intercomcdn.com/frame-modern.c43524e8.js | 249ms | 216ms | 25ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-PQJ0N2K1QF&cx=c>m=4e6461 | 199ms | 169ms | 13ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-823557903&cx=c>m=4e6461 | 102ms | 84ms | 16ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-933026149&cx=c>m=4e6461 | 96ms | 82ms | 12ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction37 scripts, 1.8 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gymshark.com/_next/static/chunks/pages/_app-77dacc2b8f5bc3cc.js | 1065 KB | 659 KB (62%) | ✓ | 3rd |
| https://10ef4229c7d0.edge.sdk.awswaf.com/10ef4229c7d0/f2cb19c6a7d6/challenge.js | 499 KB | 259 KB (52%) | ✓ | 3rd |
| https://js.intercomcdn.com/frame-modern.c43524e8.js | 192 KB | 122 KB (64%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-PQJ0N2K1QF&cx=c>m=4e6461 | 173 KB | 112 KB (65%) | ✓ | 3rd |
| https://js.intercomcdn.com/vendor-modern.df860bed.js | 144 KB | 86 KB (60%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-933026149&cx=c>m=4e6461 | 133 KB | 68 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-823557903&cx=c>m=4e6461 | 133 KB | 68 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WQXVFFG>m_auth=>m_preview=>m_cookies_win=x | 210 KB | 64 KB (31%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-PQJ0N2K1QF&cx=c>m=4e6461 | 173 KB | 61 KB (35%) | ✓ | 3rd |
| https://www.gymshark.com/_next/static/chunks/pages/collections/%5BcollectionSlug%5D/%5B%5B...genderSlug%5D%5D-f2f28871b3adea1e.js | 0 KB | 61 KB (80%) | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
private, no-store
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-store | — | Never cache this response |
BImage Optimization113 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading11 fonts (117 KB)PASS
Web fonts
11
117 KB total
Render-blocking
0
of 11
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
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 ~24 KB and ~48 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 Waterfall205 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 |
|---|---|---|---|---|---|---|
www.gymshark.com www.gymshark.com | Other | 1219ms | 44 KB | — | $7/mo | Costly |
Unattributable Unattributable | Other | 1138ms | 0 KB | — | $7/mo | Costly |
www.gymshark.com www.gymshark.com | Other | 936ms | 93 KB | — | $5/mo | Costly |
www.gymshark.com www.gymshark.com | Other | 669ms | 1065 KB | 62% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 533ms | 210 KB | 31% | $3/mo | Costly |
10ef4229c7d0.edge.sdk.awswaf.com 10ef4229c7d0.edge.sdk.awswaf.com | Other | 379ms | 499 KB | 52% | $2/mo | Costly |
js.intercomcdn.com js.intercomcdn.com | Other | 249ms | 192 KB | 64% | $1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 199ms | 173 KB | 35% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 102ms | 133 KB | 51% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 96ms | 133 KB | 51% | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 75ms | 95 KB | 45% | $0/mo | Optional |
These scripts may cost more than they're worth
- www.gymshark.com adds 1219ms and costs ~$7/month
- Unattributable adds 1138ms and costs ~$7/month
- www.gymshark.com adds 936ms and costs ~$5/month
- www.gymshark.com adds 669ms and costs ~$4/month
- Google Tag Manager adds 533ms and costs ~$3/month
- 10ef4229c7d0.edge.sdk.awswaf.com adds 379ms and costs ~$2/month
- js.intercomcdn.com adds 249ms and costs ~$1/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.gymshark.com takes 1219ms 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 1138ms 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.gymshark.com takes 936ms 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.gymshark.com takes 669ms 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
62% of www.gymshark.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 533ms 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
10ef4229c7d0.edge.sdk.awswaf.com takes 379ms 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 10ef4229c7d0.edge.sdk.awswaf.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
js.intercomcdn.com takes 249ms 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
64% of js.intercomcdn.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
51% 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
51% 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