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.
3.66 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8.94 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.048
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
20.36 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.
57.26 s
Page Load Progression
FPage Weight BudgetAction54.5 MB transferred, 287 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 CostAction37313ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.gymshark.com/ | 10980ms | 67ms | 4ms | 3rd |
| https://www.gymshark.com/_next/static/chunks/framework-37ae32f58c38fef9.js | 7692ms | 6134ms | 22ms | 3rd |
| Unattributable | 3916ms | 408ms | 0ms | 3rd |
| https://www.gymshark.com/_next/static/chunks/pages/_app-77dacc2b8f5bc3cc.js | 3274ms | 2479ms | 469ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WQXVFFG>m_auth=>m_preview=>m_cookies_win=x | 2642ms | 2376ms | 159ms | 3rd |
| https://10ef4229c7d0.edge.sdk.awswaf.com/10ef4229c7d0/f2cb19c6a7d6/challenge.js | 1486ms | 1256ms | 191ms | 3rd |
| https://js.intercomcdn.com/frame-modern.40aacdf2.js | 1111ms | 820ms | 83ms | 3rd |
| https://cdn.dynamicyield.com/api/8786363/api_static.js | 1084ms | 513ms | 47ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-PQJ0N2K1QF&cx=c>m=4e6411 | 925ms | 836ms | 71ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-12566443&cx=c>m=4e6411 | 540ms | 471ms | 61ms | 3rd |
Showing top 10 of 29 scripts
FJS BundlesAction64 scripts, 1.9 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 | 1113 KB | 689 KB (62%) | ✓ | 3rd |
| https://10ef4229c7d0.edge.sdk.awswaf.com/10ef4229c7d0/f2cb19c6a7d6/challenge.js | 506 KB | 265 KB (52%) | ✓ | 3rd |
| https://js.intercomcdn.com/frame-modern.40aacdf2.js | 192 KB | 122 KB (64%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-PQJ0N2K1QF&cx=c>m=4e6411 | 172 KB | 112 KB (65%) | ✓ | 3rd |
| https://js.intercomcdn.com/vendor-modern.df860bed.js | 144 KB | 86 KB (60%) | ✓ | 3rd |
| https://jssdkcdns.mparticle.com/js/v2/eu1-ebd2cad076757c498ce604d818b0d8ae/mparticle.js?env=0&plan_id=gymshark_data_plan_shop | 133 KB | 80 KB (60%) | ✓ | 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 |
| https://www.gymshark.com/_next/static/chunks/pages/collections/%5BcollectionSlug%5D/%5B%5B...genderSlug%5D%5D-f2f28871b3adea1e.js | 21 KB | 61 KB (80%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-12566443&cx=c>m=4e6411 | 129 KB | 61 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-933026149&cx=c>m=4e6411 | 132 KB | 60 KB (45%) | ✓ | 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 Optimization106 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (139 KB)PASS
Web fonts
10
139 KB total
Render-blocking
0
of 10
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
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 ~16 KB and ~32 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 resource hints configured
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall287 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 | 10980ms | 84 KB | — | $63/mo | Costly |
www.gymshark.com www.gymshark.com | Other | 7692ms | 42 KB | — | $44/mo | Costly |
Unattributable Unattributable | Other | 3916ms | 0 KB | — | $22/mo | Costly |
www.gymshark.com www.gymshark.com | Other | 3274ms | 1113 KB | 62% | $19/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 2642ms | 209 KB | 24% | $15/mo | Costly |
10ef4229c7d0.edge.sdk.awswaf.com 10ef4229c7d0.edge.sdk.awswaf.com | Other | 1486ms | 506 KB | 52% | $9/mo | Costly |
js.intercomcdn.com js.intercomcdn.com | Other | 1111ms | 192 KB | 64% | $6/mo | Costly |
cdn.dynamicyield.com cdn.dynamicyield.com | Other | 1084ms | 102 KB | 57% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 925ms | 172 KB | 33% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 540ms | 129 KB | 47% | $3/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 514ms | 80 KB | 59% | $3/mo | Essential |
res4.applovin.com res4.applovin.com | Other | 409ms | 31 KB | — | $2/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 378ms | 110 KB | 50% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 376ms | 132 KB | 44% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 345ms | 132 KB | 45% | $2/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 195ms | 95 KB | 35% | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 194ms | 39 KB | — | $1/mo | Optional |
jssdkcdns.mparticle.com jssdkcdns.mparticle.com | Other | 167ms | 133 KB | 60% | $1/mo | Optional |
s.pinimg.com s.pinimg.com | Other | 153ms | 28 KB | — | $1/mo | Optional |
www.gymshark.com www.gymshark.com | Other | 150ms | 38 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 133ms | 172 KB | 65% | $1/mo | Optional |
web-assets.stylitics.com web-assets.stylitics.com | Other | 132ms | 59 KB | — | $1/mo | Optional |
js.intercomcdn.com js.intercomcdn.com | Other | 109ms | 144 KB | 60% | $1/mo | Optional |
Intercom Widget widget.intercom.io | Chat | 99ms | 4 KB | — | $1/mo | Optional |
s.axon.ai s.axon.ai | Other | 67ms | 8 KB | — | $0/mo | Optional |
Bing UET bat.bing.com | Advertising | 66ms | 15 KB | — | $0/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 64ms | 40 KB | — | $0/mo | Optional |
www.gymshark.com www.gymshark.com | Other | 62ms | 114 KB | — | $0/mo | Optional |
js.adsrvr.org js.adsrvr.org | Other | 51ms | 11 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- www.gymshark.com adds 10980ms and costs ~$63/month
- www.gymshark.com adds 7692ms and costs ~$44/month
- Unattributable adds 3916ms and costs ~$22/month
- www.gymshark.com adds 3274ms and costs ~$19/month
- Google Tag Manager adds 2642ms and costs ~$15/month
- 10ef4229c7d0.edge.sdk.awswaf.com adds 1486ms and costs ~$9/month
- js.intercomcdn.com adds 1111ms and costs ~$6/month
- cdn.dynamicyield.com adds 1084ms and costs ~$6/month
- Google Tag Manager adds 925ms and costs ~$5/month
- Google Tag Manager adds 540ms and costs ~$3/month
- res4.applovin.com adds 409ms and costs ~$2/month
- analytics.tiktok.com adds 378ms and costs ~$2/month
- Google Tag Manager adds 376ms and costs ~$2/month
- Google Tag Manager adds 345ms and costs ~$2/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 10980ms 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 7692ms 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 3916ms 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 3274ms 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 2642ms 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 1486ms 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 1111ms 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
cdn.dynamicyield.com takes 1084ms 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
57% of cdn.dynamicyield.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 925ms 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 540ms 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 OneTrust'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
res4.applovin.com takes 409ms 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
analytics.tiktok.com takes 378ms 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
50% 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
Google Tag Manager takes 376ms 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 345ms 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
60% of jssdkcdns.mparticle.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
60% 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