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.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.99 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.86 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
20.51 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.
47.84 s
Page Load Progression
FPage Weight BudgetAction8.9 MB transferred, 734 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 CostAction47958ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 14210ms | 1144ms | 0ms | 3rd |
| https://colourpop.com/cdn/shop/t/1238/assets/chunk-swiper-element-bundle-DRhDKJlJ.js | 7136ms | 2074ms | 1ms | 3rd |
| https://colourpop.com/ | 6246ms | 1338ms | 45ms | 3rd |
| https://imgs.signifyd.com/EqGL-5jXprpTPM61?4107c85d98651828=CK_kUYiTN-7FwvY_BgMNwSUW50aQjMUxOMUjlstHgqEoo8Zl1kLxdETBCSZU7R2p1XAgFVSygVZfCRny7P_XSX2y3WmU6QbI09t6kcAknyinw2UEhHtqgmZZxHitabUGpeDEUr_QRNUuAvcRCEkktX6Li2aKbI7qKU8eZbeKMcYMUeU-A7DVe_eAlbcHgJ1e&jb=3e352c266a7b657f3f44616e77782e68736f37436666726d61662f3230393b2c687b6a753f4360706f6d6f2462716d7735767875652e607960354b68706f656725323a333c34 | 5281ms | 2197ms | 47ms | 3rd |
| https://cdn-static.okendo.io/reviews-widget-plus/js/modules/okendo-star-rating.c993002a.js | 1483ms | 1394ms | 2ms | 3rd |
| https://cdn-scripts.signifyd.com/o/lite.js?sessionId=hWNAdyOkvMMAW4m3QAzGHG5s&ping=false&profile=true&pageURL=https%253A%252F%252Fcolourpop.com%252F | 1408ms | 1231ms | 19ms | 3rd |
| https://colourpop.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-496de5fe.js | 1366ms | 1264ms | 2ms | 3rd |
| https://colourpop.com/cdn/wpm/bcfa8229ew36b6053dp1e134caame9d83f21m.js | 1284ms | 1069ms | 31ms | 3rd |
| https://widget.gotolstoy.com/we/widget.js | 1164ms | 429ms | 1ms | 3rd |
| https://colourpop.com/cdn/shop/t/1238/assets/-vendor-swiper.js?v=125545043974683086481774972384 | 1102ms | 300ms | 0ms | 3rd |
Showing top 10 of 46 scripts
FJS BundlesAction274 scripts, 552 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-WQKQL2VQ | 155 KB | 66 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WQKQL2VQ | 155 KB | 66 KB (43%) | ✓ | 3rd |
| https://cdn.506.io/eg/script.js?shop=colourpop-prd.myshopify.com&v=9 | 78 KB | 52 KB (67%) | ✓ | 3rd |
| https://na-library.klarnaservices.com/v1/1.0.111/sdk.js | 110 KB | 51 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-727142071 | 143 KB | 51 KB (36%) | ✓ | 3rd |
| https://play.gotolstoy.com/widget-v2/widget.js | 79 KB | 47 KB (59%) | ✓ | 3rd |
| https://cdn.9gtb.com/script.js?rev=9b8201f | 61 KB | 34 KB (57%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 32 KB (34%) | ✓ | 3rd |
| https://colourpop.com/apps/proxy/script/shopify/market/nosto.js?merchant=shopify-13380845&market=27328594&locale=en | 52 KB | 32 KB (63%) | ✓ | 3rd |
| https://cdn.attn.tv/tag/2026-latest/unified-tag.js?v=2026-latest_90ae5a3c876 | 49 KB | 29 KB (59%) | ✓ | 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 Optimization301 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (115 KB)PASS
Web fonts
3
115 KB total
Render-blocking
0
of 3
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 Hints5 hints, 0 missing preconnectsPASS
Current Resource Hints
5 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 Waterfall734 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 14210ms | 0 KB | — | €75/mo | Costly |
colourpop.com colourpop.com | Other | 7136ms | 47 KB | 51% | €38/mo | Costly |
colourpop.com colourpop.com | Other | 6246ms | 83 KB | — | €33/mo | Costly |
imgs.signifyd.com imgs.signifyd.com | Other | 5281ms | 60 KB | — | €28/mo | Costly |
cdn-static.okendo.io cdn-static.okendo.io | Other | 1483ms | 5 KB | — | €8/mo | Costly |
cdn-scripts.signifyd.com cdn-scripts.signifyd.com | Other | 1408ms | 51 KB | — | €7/mo | Costly |
colourpop.com colourpop.com | Other | 1366ms | 4 KB | — | €7/mo | Costly |
colourpop.com colourpop.com | Other | 1284ms | 58 KB | 43% | €7/mo | Costly |
widget.gotolstoy.com widget.gotolstoy.com | Other | 1164ms | 38 KB | — | €6/mo | Costly |
colourpop.com colourpop.com | Other | 1102ms | 1 KB | — | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 713ms | 143 KB | 36% | €4/mo | Costly |
colourpop.com colourpop.com | Other | 635ms | 4 KB | — | €3/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 594ms | 21 KB | — | €3/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 573ms | 17 KB | — | €3/mo | Costly |
cdn-static.okendo.io cdn-static.okendo.io | Other | 435ms | 17 KB | — | €2/mo | Costly |
widget.gotolstoy.com widget.gotolstoy.com | Other | 427ms | 19 KB | — | €2/mo | Costly |
colourpop.com colourpop.com | Other | 296ms | 6 KB | — | €2/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 219ms | 31 KB | — | €1/mo | Costly |
colourpop.com colourpop.com | Other | 184ms | 1 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 181ms | 95 KB | 34% | €1/mo | Optional |
colourpop.com colourpop.com | Other | 179ms | 21 KB | — | €1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 178ms | 3 KB | — | €1/mo | Essential |
cdn.attn.tv cdn.attn.tv | Other | 168ms | 49 KB | 59% | €1/mo | Optional |
cdn.506.io cdn.506.io | Other | 161ms | 78 KB | 67% | €1/mo | Optional |
cdn-scripts.signifyd.com cdn-scripts.signifyd.com | Other | 159ms | 2 KB | — | €1/mo | Optional |
colourpop.com colourpop.com | Other | 157ms | 52 KB | 63% | €1/mo | Optional |
colourpop.com colourpop.com | Other | 150ms | 27 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 145ms | 38 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 142ms | 155 KB | 43% | €1/mo | Optional |
d3hw6dc1ow8pp2.cloudfront.net d3hw6dc1ow8pp2.cloudfront.net | Other | 137ms | 10 KB | — | €1/mo | Optional |
colourpop.com colourpop.com | Other | 135ms | 31 KB | — | €1/mo | Optional |
imgs.signifyd.com imgs.signifyd.com | Other | 122ms | 14 KB | — | €1/mo | Optional |
play.gotolstoy.com play.gotolstoy.com | Other | 112ms | 79 KB | 59% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 108ms | 2 KB | — | €1/mo | Optional |
ajax.googleapis.com ajax.googleapis.com | Other | 96ms | 34 KB | 70% | €1/mo | Optional |
rapid-cdn.yottaa.com rapid-cdn.yottaa.com | Other | 95ms | 25 KB | — | €1/mo | Optional |
colourpop.com colourpop.com | Other | 93ms | 4 KB | — | €0/mo | Optional |
a42cdn.usablenet.com a42cdn.usablenet.com | Other | 93ms | 5 KB | — | €0/mo | Optional |
cdn.9gtb.com cdn.9gtb.com | Other | 87ms | 61 KB | 57% | €0/mo | Optional |
colourpop.com colourpop.com | Other | 82ms | 23 KB | — | €0/mo | Optional |
cdn-scripts.signifyd.com cdn-scripts.signifyd.com | Other | 81ms | 7 KB | — | €0/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 75ms | 3 KB | — | €0/mo | Optional |
cdn.attn.tv cdn.attn.tv | Other | 73ms | 4 KB | — | €0/mo | Optional |
cdn-widgetsrepository.yotpo.com cdn-widgetsrepository.yotpo.com | Other | 70ms | 13 KB | — | €0/mo | Optional |
d3hw6dc1ow8pp2.cloudfront.net d3hw6dc1ow8pp2.cloudfront.net | Other | 63ms | 27 KB | — | €0/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 57ms | 14 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 14210ms and costs ~€75/month
- colourpop.com adds 7136ms and costs ~€38/month
- colourpop.com adds 6246ms and costs ~€33/month
- imgs.signifyd.com adds 5281ms and costs ~€28/month
- cdn-static.okendo.io adds 1483ms and costs ~€8/month
- cdn-scripts.signifyd.com adds 1408ms and costs ~€7/month
- colourpop.com adds 1366ms and costs ~€7/month
- colourpop.com adds 1284ms and costs ~€7/month
- widget.gotolstoy.com adds 1164ms and costs ~€6/month
- colourpop.com adds 1102ms and costs ~€6/month
- Google Tag Manager adds 713ms and costs ~€4/month
- colourpop.com adds 635ms and costs ~€3/month
- jsDelivr adds 594ms and costs ~€3/month
- jsDelivr adds 573ms and costs ~€3/month
- cdn-static.okendo.io adds 435ms and costs ~€2/month
- widget.gotolstoy.com adds 427ms and costs ~€2/month
- colourpop.com adds 296ms and costs ~€2/month
- cdn.shopify.com adds 219ms 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
Unattributable takes 14210ms 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
colourpop.com takes 7136ms 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
51% of colourpop.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
colourpop.com takes 6246ms 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
imgs.signifyd.com takes 5281ms 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-static.okendo.io takes 1483ms 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-scripts.signifyd.com takes 1408ms 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
colourpop.com takes 1366ms 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
colourpop.com takes 1284ms 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
widget.gotolstoy.com takes 1164ms 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
colourpop.com takes 1102ms 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 713ms 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
colourpop.com takes 635ms 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
jsDelivr takes 594ms 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
jsDelivr takes 573ms 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-static.okendo.io takes 435ms 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
widget.gotolstoy.com takes 427ms 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
colourpop.com takes 296ms 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.shopify.com takes 219ms 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 cdn.attn.tv'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
67% of cdn.506.io'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
63% of colourpop.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 play.gotolstoy.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
70% of ajax.googleapis.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
57% 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