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.
2.48 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.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.277
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.00 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.
31.47 s
Page Load Progression
FPage Weight BudgetAction7.5 MB transferred, 685 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
FJS Execution CostAction25214ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 8037ms | 1100ms | 0ms | 3rd |
| https://colourpop.com/ | 4685ms | 1779ms | 42ms | 1st |
| https://colourpop.com/cdn/shop/t/1219/assets/chunk-swiper-element-bundle-DRhDKJlJ.js | 1883ms | 400ms | 1ms | 1st |
| https://imgs.signifyd.com/7FReSCJI_usr_owJ?ad214aa9130833f7=ufQIkj-ZarkX-yksDxyupR2YGPBUa4jicM7EXxU3vj2Hzzv8T028TkDM5pXM5qt49LPoYCK7OKWhFunhFg8Slcu6-wNDtYOfOkyn5X5ccXCIEJIwvyfZYMaRrnxJCl0Pr9voNsNoAhY9Lht2pnl_I6RuTCqfsm-_M3uQIJuVLj4ttLjAYf-eZnSHMR02_HZl&jb=3e352c26627967753f4e6b667f7a26627b6735496464726d61662f32383b39266871607d3741687a67656d2e60736d77357678756d2c6273603f4160786d6d6d2d3a38393e36 | 1782ms | 1337ms | 26ms | 3rd |
| https://cdn-scripts.signifyd.com/o/lite.js?sessionId=hWNAmOXQbws9kBq899XlZDQB&ping=false&profile=true&pageURL=https%253A%252F%252Fcolourpop.com%252F | 961ms | 831ms | 15ms | 3rd |
| https://colourpop.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-496de5fe.js | 920ms | 918ms | 1ms | 1st |
| https://widget.gotolstoy.com/we/widget.js | 834ms | 376ms | 1ms | 3rd |
| https://colourpop.com/cdn/shop/t/1219/assets/-component-country-select.js?v=114194481290742017481770761465 | 516ms | 370ms | 0ms | 1st |
| https://colourpop.com/cdn/shop/t/1219/assets/-vendor-swiper.js?v=125545043974683086481770761464 | 503ms | 190ms | 0ms | 1st |
| https://cdn-static.okendo.io/reviews-widget-plus/js/modules/okendo-star-rating.4a060e36.js | 457ms | 439ms | 5ms | 3rd |
Showing top 10 of 38 scripts
DJS BundlesAction295 scripts, 453 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 | 67 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WQKQL2VQ | 155 KB | 67 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 | 52 KB (48%) | ✓ | 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://colourpop.com/apps/proxy/script/shopify/market/nosto.js?merchant=shopify-13380845&market=20836581458&locale=en | 52 KB | 32 KB (63%) | ✓ | 1st |
| https://cdn.attn.tv/tag/2026-latest/unified-tag.js?v=2026-latest_90ae5a3c876 | 49 KB | 29 KB (60%) | ✓ | 3rd |
| https://colourpop.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 61 KB | 26 KB (44%) | ✓ | 1st |
| https://colourpop.com/cdn/shop/t/1219/assets/chunk-swiper-element-bundle-DRhDKJlJ.js | 47 KB | 23 KB (51%) | ✓ | 1st |
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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BThird-Party Impact44% third-party, 0 ms blockingREVIEW
BImage Optimization277 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 Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 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 Waterfall685 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 | 8037ms | 0 KB | — | €43/mo | Costly |
imgs.signifyd.com imgs.signifyd.com | Other | 1782ms | 60 KB | — | €9/mo | Costly |
cdn-scripts.signifyd.com cdn-scripts.signifyd.com | Other | 961ms | 51 KB | — | €5/mo | Costly |
widget.gotolstoy.com widget.gotolstoy.com | Other | 834ms | 38 KB | — | €4/mo | Costly |
cdn-static.okendo.io cdn-static.okendo.io | Other | 457ms | 5 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 423ms | 155 KB | 43% | €2/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 402ms | 16 KB | — | €2/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 357ms | 21 KB | — | €2/mo | Costly |
widget.gotolstoy.com widget.gotolstoy.com | Other | 322ms | 19 KB | — | €2/mo | Costly |
cdn-static.okendo.io cdn-static.okendo.io | Other | 300ms | 17 KB | — | €2/mo | Costly |
a42cdn.usablenet.com a42cdn.usablenet.com | Other | 270ms | 5 KB | — | €1/mo | Costly |
cdn.attn.tv cdn.attn.tv | Other | 167ms | 49 KB | 60% | €1/mo | Optional |
play.gotolstoy.com play.gotolstoy.com | Other | 165ms | 79 KB | 59% | €1/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 144ms | 31 KB | — | €1/mo | Optional |
imgs.signifyd.com imgs.signifyd.com | Other | 96ms | 15 KB | — | €1/mo | Optional |
ajax.googleapis.com ajax.googleapis.com | Other | 96ms | 34 KB | 70% | €1/mo | Optional |
cdn.506.io cdn.506.io | Other | 93ms | 78 KB | 67% | €0/mo | Optional |
cdn.9gtb.com cdn.9gtb.com | Other | 85ms | 61 KB | 57% | €0/mo | Optional |
cdn-scripts.signifyd.com cdn-scripts.signifyd.com | Other | 79ms | 2 KB | — | €0/mo | Optional |
cdn-scripts.signifyd.com cdn-scripts.signifyd.com | Other | 70ms | 7 KB | — | €0/mo | Optional |
rapid-cdn.yottaa.com rapid-cdn.yottaa.com | Other | 66ms | 25 KB | — | €0/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 66ms | 3 KB | — | €0/mo | Optional |
cdn-static.okendo.io cdn-static.okendo.io | Other | 65ms | 1 KB | — | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 63ms | 8 KB | — | €0/mo | Optional |
static.shopmy.us static.shopmy.us | Other | 51ms | 2 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 8037ms and costs ~€43/month
- imgs.signifyd.com adds 1782ms and costs ~€9/month
- cdn-scripts.signifyd.com adds 961ms and costs ~€5/month
- widget.gotolstoy.com adds 834ms and costs ~€4/month
- cdn-static.okendo.io adds 457ms and costs ~€2/month
- Google Tag Manager adds 423ms and costs ~€2/month
- jsDelivr adds 402ms and costs ~€2/month
- jsDelivr adds 357ms and costs ~€2/month
- widget.gotolstoy.com adds 322ms and costs ~€2/month
- cdn-static.okendo.io adds 300ms and costs ~€2/month
- a42cdn.usablenet.com adds 270ms and costs ~€1/month
61% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 8037ms 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 1782ms 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 961ms 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 834ms 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 457ms 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 423ms 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 402ms 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 357ms 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 322ms 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 300ms 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
a42cdn.usablenet.com 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
60% 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
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
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
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