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.62 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.10 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.014
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.33 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.
13.22 s
Page Load Progression
FPage Weight BudgetAction110.1 MB transferred, 351 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 CostAction12109ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.gymshark.com/ | 3363ms | 23ms | 1ms | 3rd |
| https://www.gymshark.com/_next/static/chunks/framework-37ae32f58c38fef9.js | 2092ms | 1639ms | 7ms | 3rd |
| Unattributable | 1841ms | 100ms | 0ms | 3rd |
| https://10ef4229c7d0.edge.sdk.awswaf.com/10ef4229c7d0/f2cb19c6a7d6/challenge.js | 1333ms | 1162ms | 54ms | 3rd |
| https://www.gymshark.com/_next/static/chunks/pages/_app-77dacc2b8f5bc3cc.js | 875ms | 681ms | 124ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WQXVFFG>m_auth=>m_preview=>m_cookies_win=x | 536ms | 451ms | 66ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 507ms | 432ms | 1ms | 3rd |
| https://js.intercomcdn.com/vendor-modern.df860bed.js | 330ms | 296ms | 14ms | 3rd |
| https://st.dynamicyield.com/st?sec=8786363&ref=https%3A%2F%2Fus.checkout.gymshark.com%2F&scriptVersion=2.82.0&inHead=true&id=0&jsession=gwfal90ltkndhcbzs83kc82w1x6a2t2l&isSesNew=true&landingUrl=www.gymshark.com&dyid_server=0&ctx=%7B%22type%22%3A%22HOMEPAGE%22%7D | 241ms | 199ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-PQJ0N2K1QF&cx=c>m=4e6411 | 182ms | 154ms | 26ms | 3rd |
Showing top 10 of 20 scripts
FJS BundlesAction69 scripts, 2.0 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 | 685 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 | 121 KB (63%) | ✓ | 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 | 81 KB (61%) | ✓ | 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.gymshark.com/_next/static/chunks/pages/collections/%5BcollectionSlug%5D/%5B%5B...genderSlug%5D%5D-f2f28871b3adea1e.js | 0 KB | 61 KB (80%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-933026149&cx=c>m=4e6411 | 132 KB | 59 KB (44%) | ✓ | 3rd |
| https://cdn.dynamicyield.com/api/8786363/api_static.js | 102 KB | 58 KB (57%) | ✓ | 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 Optimization129 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 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 Waterfall351 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 | 3363ms | 92 KB | — | $19/mo | Costly |
www.gymshark.com www.gymshark.com | Other | 2092ms | 42 KB | — | $12/mo | Costly |
Unattributable Unattributable | Other | 1841ms | 0 KB | — | $11/mo | Costly |
10ef4229c7d0.edge.sdk.awswaf.com 10ef4229c7d0.edge.sdk.awswaf.com | Other | 1333ms | 506 KB | 52% | $8/mo | Costly |
www.gymshark.com www.gymshark.com | Other | 875ms | 1113 KB | 62% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 536ms | 209 KB | 25% | $3/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 507ms | 9 KB | — | $3/mo | Essential |
js.intercomcdn.com js.intercomcdn.com | Other | 330ms | 144 KB | 60% | $2/mo | Costly |
st.dynamicyield.com st.dynamicyield.com | Other | 241ms | 4 KB | — | $1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 182ms | 172 KB | 33% | $1/mo | Optional |
cdn.dynamicyield.com cdn.dynamicyield.com | Other | 119ms | 102 KB | 57% | $1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 117ms | 110 KB | 51% | $1/mo | Optional |
res4.applovin.com res4.applovin.com | Other | 116ms | 31 KB | — | $1/mo | Optional |
Intercom Widget widget.intercom.io | Chat | 88ms | 4 KB | — | $0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 74ms | 132 KB | 44% | $0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 70ms | 132 KB | 44% | $0/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 67ms | 80 KB | 59% | $0/mo | Essential |
Facebook Pixel connect.facebook.net | Advertising | 54ms | 95 KB | 35% | $0/mo | Optional |
www.gymshark.com www.gymshark.com | Other | 53ms | 38 KB | — | $0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 52ms | 16 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- www.gymshark.com adds 3363ms and costs ~$19/month
- www.gymshark.com adds 2092ms and costs ~$12/month
- Unattributable adds 1841ms and costs ~$11/month
- 10ef4229c7d0.edge.sdk.awswaf.com adds 1333ms and costs ~$8/month
- www.gymshark.com adds 875ms and costs ~$5/month
- Google Tag Manager adds 536ms and costs ~$3/month
- js.intercomcdn.com adds 330ms and costs ~$2/month
- st.dynamicyield.com adds 241ms 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 3363ms 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 2092ms 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 1841ms 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 1333ms 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
www.gymshark.com takes 875ms 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 536ms 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
js.intercomcdn.com takes 330ms 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 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
st.dynamicyield.com takes 241ms 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
51% 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
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