Performance
· 16 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.
5.44 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
24.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.23 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.020
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
18.65 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.12 s
Page Load Progression
FPage Weight BudgetAction9.4 MB transferred, 843 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction34345ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.myoddballs.com/ | 11090ms | 1225ms | 46ms | 3rd |
| Unattributable | 6758ms | 487ms | 0ms | 3rd |
| https://www.myoddballs.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 1489ms | 1143ms | 25ms | 3rd |
| https://www.myoddballs.com/cdn/shop/t/1040/assets/loyalty-lion-button-popup.js?v=108293910989744719001774952950 | 1460ms | 1255ms | 1ms | 3rd |
| https://assets.gorgias.chat/build/static/js/557.6de1f9ffeac828e3.js | 1078ms | 673ms | 14ms | 3rd |
| https://www.myoddballs.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.js | 882ms | 143ms | 8ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-W6NKJN3 | 760ms | 391ms | 56ms | 3rd |
| https://www.myoddballs.com/cdn/shopifycloud/storefront/assets/shop_events_listener-3da45d37.js | 747ms | 656ms | 2ms | 3rd |
| https://qtqghmvd.eul.stape.io/gtag/js?id=G-C95WXMF9K1 | 663ms | 505ms | 63ms | 3rd |
| https://www.myoddballs.com/cdn/shop/t/1040/assets/ob-slider.js?v=165211196306101573071774952978 | 596ms | 118ms | 3ms | 3rd |
Showing top 10 of 45 scripts
FJS BundlesAction285 scripts, 664 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=GT-W6NKJN3&cx=c>m=4e6461 | 155 KB | 115 KB (74%) | ✓ | 3rd |
| https://assets.bounceexchange.com/assets/smart-tag/versioned/main-v2_e645891259bb60090bde423588e192e6.br.js | 120 KB | 70 KB (59%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-W6NKJN3 | 155 KB | 61 KB (39%) | ✓ | 3rd |
| https://qtqghmvd.eul.stape.io/gtag/js?id=G-C95WXMF9K1 | 154 KB | 56 KB (37%) | ✓ | 3rd |
| https://sdk-static.loyaltylion.net/static/2/lion-app-integrated-13933df.js | 56 KB | 47 KB (84%) | ✓ | 3rd |
| https://sdk-static.loyaltylion.net/static/2/935-4c4566b.js | 56 KB | 46 KB (87%) | ✓ | 3rd |
| https://static.klaviyo.com/onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc073a286a0296d9f7/Render.f778b94f6021eec68929.js | 52 KB | 42 KB (81%) | ✓ | 3rd |
| https://assets.gorgias.chat/build/static/js/279.6ba6eb825556cdb4.js | 93 KB | 41 KB (45%) | ✓ | 3rd |
| https://cdn.9gtb.com/script.js?rev=9b8201f | 60 KB | 32 KB (54%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 31 KB (33%) | ✓ | 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 |
CImage OptimizationAction374 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (284 KB)PASS
Web fonts
6
284 KB total
Render-blocking
0
of 6
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
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 ~56 KB and ~112 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints21 hints, 0 missing preconnectsPASS
Current Resource Hints
21 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall843 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.myoddballs.com www.myoddballs.com | Other | 11090ms | 123 KB | — | €59/mo | Costly |
Unattributable Unattributable | Other | 6758ms | 0 KB | — | €36/mo | Costly |
www.myoddballs.com www.myoddballs.com | Other | 1489ms | 61 KB | 39% | €8/mo | Costly |
www.myoddballs.com www.myoddballs.com | Other | 1460ms | 3 KB | — | €8/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 1078ms | 38 KB | — | €6/mo | Costly |
www.myoddballs.com www.myoddballs.com | Other | 882ms | 21 KB | — | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 760ms | 155 KB | 39% | €4/mo | Costly |
www.myoddballs.com www.myoddballs.com | Other | 747ms | 4 KB | — | €4/mo | Costly |
qtqghmvd.eul.stape.io qtqghmvd.eul.stape.io | Other | 663ms | 154 KB | 37% | €4/mo | Costly |
www.myoddballs.com www.myoddballs.com | Other | 596ms | 6 KB | — | €3/mo | Costly |
www.myoddballs.com www.myoddballs.com | Other | 580ms | 31 KB | — | €3/mo | Costly |
www.myoddballs.com www.myoddballs.com | Other | 579ms | 28 KB | — | €3/mo | Costly |
cdn.zigpoll.com cdn.zigpoll.com | Other | 567ms | 51 KB | 46% | €3/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 561ms | 93 KB | 45% | €3/mo | Costly |
www.myoddballs.com www.myoddballs.com | Other | 557ms | 10 KB | — | €3/mo | Costly |
www.myoddballs.com www.myoddballs.com | Other | 487ms | 4 KB | — | €3/mo | Costly |
cdn.zigpoll.com cdn.zigpoll.com | Other | 473ms | 8 KB | — | €3/mo | Costly |
www.myoddballs.com www.myoddballs.com | Other | 470ms | 60 KB | 40% | €2/mo | Costly |
assets.bounceexchange.com assets.bounceexchange.com | Other | 424ms | 120 KB | 59% | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 411ms | 23 KB | — | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 358ms | 52 KB | 81% | €2/mo | Costly |
static.klaviyo.com static.klaviyo.com | Other | 313ms | 8 KB | — | €2/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 297ms | 43 KB | — | €2/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 270ms | 95 KB | 33% | €1/mo | Costly |
sc-static.net sc-static.net | Other | 246ms | 25 KB | — | €1/mo | Costly |
connect.nosto.com connect.nosto.com | Other | 201ms | 55 KB | 57% | €1/mo | Costly |
www.myoddballs.com www.myoddballs.com | Other | 199ms | 1 KB | — | €1/mo | Optional |
sdk-static.loyaltylion.net sdk-static.loyaltylion.net | Other | 195ms | 57 KB | — | €1/mo | Optional |
sdk-static.loyaltylion.net sdk-static.loyaltylion.net | Other | 156ms | 56 KB | 84% | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 153ms | 39 KB | — | €1/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 139ms | 16 KB | — | €1/mo | Optional |
sdk-static.loyaltylion.net sdk-static.loyaltylion.net | Other | 132ms | 28 KB | — | €1/mo | Optional |
www.myoddballs.com www.myoddballs.com | Other | 118ms | 19 KB | — | €1/mo | Optional |
www.myoddballs.com www.myoddballs.com | Other | 105ms | 11 KB | — | €1/mo | Optional |
utt.impactcdn.com utt.impactcdn.com | Other | 105ms | 21 KB | — | €1/mo | Optional |
cdn.9gtb.com cdn.9gtb.com | Other | 102ms | 60 KB | 54% | €1/mo | Optional |
api.bounceexchange.com api.bounceexchange.com | Other | 100ms | 1 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 81ms | 155 KB | 74% | €0/mo | Optional |
www.myoddballs.com www.myoddballs.com | Other | 71ms | 7 KB | — | €0/mo | Optional |
assets.bounceexchange.com assets.bounceexchange.com | Other | 69ms | 5 KB | — | €0/mo | Optional |
sdk.loyaltylion.net sdk.loyaltylion.net | Other | 65ms | 37 KB | — | €0/mo | Optional |
www.myoddballs.com www.myoddballs.com | Other | 61ms | 23 KB | — | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 61ms | 19 KB | — | €0/mo | Optional |
cdn.zigpoll.com cdn.zigpoll.com | Other | 59ms | 24 KB | — | €0/mo | Optional |
config.gorgias.chat config.gorgias.chat | Other | 52ms | 13 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- www.myoddballs.com adds 11090ms and costs ~€59/month
- Unattributable adds 6758ms and costs ~€36/month
- www.myoddballs.com adds 1489ms and costs ~€8/month
- www.myoddballs.com adds 1460ms and costs ~€8/month
- assets.gorgias.chat adds 1078ms and costs ~€6/month
- www.myoddballs.com adds 882ms and costs ~€5/month
- Google Tag Manager adds 760ms and costs ~€4/month
- www.myoddballs.com adds 747ms and costs ~€4/month
- qtqghmvd.eul.stape.io adds 663ms and costs ~€4/month
- www.myoddballs.com adds 596ms and costs ~€3/month
- www.myoddballs.com adds 580ms and costs ~€3/month
- www.myoddballs.com adds 579ms and costs ~€3/month
- cdn.zigpoll.com adds 567ms and costs ~€3/month
- assets.gorgias.chat adds 561ms and costs ~€3/month
- www.myoddballs.com adds 557ms and costs ~€3/month
- www.myoddballs.com adds 487ms and costs ~€3/month
- cdn.zigpoll.com adds 473ms and costs ~€3/month
- www.myoddballs.com adds 470ms and costs ~€2/month
- assets.bounceexchange.com adds 424ms and costs ~€2/month
- static.klaviyo.com adds 411ms and costs ~€2/month
- static.klaviyo.com adds 358ms and costs ~€2/month
- static.klaviyo.com adds 313ms and costs ~€2/month
- assets.gorgias.chat adds 297ms and costs ~€2/month
- Facebook Pixel adds 270ms and costs ~€1/month
- sc-static.net adds 246ms and costs ~€1/month
- connect.nosto.com adds 201ms 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.myoddballs.com takes 11090ms 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 6758ms 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.myoddballs.com takes 1489ms 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.myoddballs.com takes 1460ms 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 1078ms 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.myoddballs.com takes 882ms 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 760ms 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.myoddballs.com takes 747ms 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
qtqghmvd.eul.stape.io takes 663ms 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.myoddballs.com takes 596ms 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.myoddballs.com takes 580ms 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.myoddballs.com takes 579ms 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.zigpoll.com takes 567ms 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 561ms 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.myoddballs.com takes 557ms 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.myoddballs.com takes 487ms 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.zigpoll.com takes 473ms 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.myoddballs.com takes 470ms 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.bounceexchange.com takes 424ms 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 assets.bounceexchange.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
static.klaviyo.com takes 411ms 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.klaviyo.com takes 358ms 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
81% of static.klaviyo.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
static.klaviyo.com takes 313ms 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 297ms 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
Facebook Pixel 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
sc-static.net takes 246ms 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
connect.nosto.com takes 201ms 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 connect.nosto.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
84% of sdk-static.loyaltylion.net'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
54% of cdn.9gtb.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
74% 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