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.24 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.16 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
140 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.030
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.50 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.56 s
Page Load Progression
FPage Weight BudgetAction6.2 MB transferred, 425 requestsFIX
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
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
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
DJS Execution CostAction3340ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.condorcycles.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 808ms | 402ms | 5ms | 3rd |
| https://www.condorcycles.com/cdn/shop/t/623/assets/theme.min.js?v=136352348116617206201773661760 | 588ms | 464ms | 44ms | 3rd |
| https://www.condorcycles.com/ | 531ms | 48ms | 9ms | 3rd |
| Unattributable | 506ms | 39ms | 0ms | 3rd |
| (program):2 | 273ms | 38ms | 0ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 180ms | 153ms | 2ms | 3rd |
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 149ms | 123ms | 17ms | 3rd |
| https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/sharedUtils.a9ddf879f3b12a71706e.js?cb=2 | 89ms | 22ms | 5ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KVX36TL | 89ms | 64ms | 25ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DWW81GFSQ9 | 77ms | 66ms | 10ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction189 scripts, 848 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.condorcycles.com/cdn/shop/t/623/assets/theme.min.js?v=136352348116617206201773661760 | 399 KB | 209 KB (52%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DWW81GFSQ9&cx=c>m=4e6461 | 176 KB | 114 KB (65%) | ✓ | 3rd |
| https://wishlists-scripts.esc-apps-cdn.com/condor-7.myshopify.com.js?shop=condor-7.myshopify.com | 202 KB | 100 KB (50%) | ✗ | 3rd |
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 220 KB | 93 KB (42%) | ✓ | 3rd |
| https://cdn.shopify.com/extensions/019d494d-d027-75a1-8de8-3da63edae9f9/revenuehunt-179/assets/quiz-renderer.js | 99 KB | 76 KB (78%) | ✓ | 3rd |
| https://js.klarna.com/web-sdk/v1/1.0.192/sdk.js | 136 KB | 72 KB (53%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DWW81GFSQ9 | 176 KB | 70 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KVX36TL | 147 KB | 68 KB (46%) | ✓ | 3rd |
| https://www.condorcycles.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 61 KB | 25 KB (41%) | ✓ | 3rd |
| https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js | 31 KB | 21 KB (71%) | ✓ | 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, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| max-age | 0 | Cache for 0 seconds |
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
| post-check | 0 | |
| pre-check | 0 |
BImage Optimization109 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (204 KB)PASS
Web fonts
7
204 KB total
Render-blocking
0
of 7
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 Waterfall425 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.condorcycles.com www.condorcycles.com | Other | 808ms | 61 KB | 41% | €4/mo | Costly |
www.condorcycles.com www.condorcycles.com | Other | 588ms | 399 KB | 52% | €3/mo | Costly |
www.condorcycles.com www.condorcycles.com | Other | 531ms | 106 KB | — | €3/mo | Costly |
Unattributable Unattributable | Other | 506ms | 0 KB | — | €3/mo | Costly |
(program):2 (program):2 | Other | 273ms | 0 KB | — | €1/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 180ms | 26 KB | — | €1/mo | Optional |
7ce243a1e1a2.cdn4.forter.com 7ce243a1e1a2.cdn4.forter.com | Other | 149ms | 220 KB | 42% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 89ms | 23 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 89ms | 147 KB | 46% | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 77ms | 176 KB | 40% | €0/mo | Optional |
widget.trustpilot.com widget.trustpilot.com | Other | 50ms | 8 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- www.condorcycles.com adds 808ms and costs ~€4/month
- www.condorcycles.com adds 588ms and costs ~€3/month
- www.condorcycles.com adds 531ms and costs ~€3/month
- Unattributable adds 506ms and costs ~€3/month
- (program):2 adds 273ms 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.condorcycles.com takes 808ms 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.condorcycles.com takes 588ms 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 www.condorcycles.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.condorcycles.com takes 531ms 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 506ms 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
(program):2 takes 273ms 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