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.
830 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.49 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
239 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.065
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.07 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.
8.48 s
Page Load Progression
FPage Weight BudgetAction10.3 MB transferred, 780 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 CostAction6071ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1925ms | 222ms | 0ms | 3rd |
| https://colourpop.com/ | 1167ms | 325ms | 17ms | 1st |
| https://imgs.signifyd.com/oZhn1__Ba00dOktN?918762f5e15ee2e5=ETyZQH2oD0gUTvyR_v9IenVF_MM-0dtUZ1p3P3sr9MmlXOFwnEfoCqm4BTFV8bUYrkVeD-nBBLqa6-dqthM033DUtPlAwbR2MPcbWMkQnXjgVaLRO6OJdH2LoT1itBYfban_-25c05-d_3_9JH3hJGpQc1-3Zb0JCFLlGntiU3zVWcmCrZA7t8lmoLq5htug&jb=3d322c2662796d7d3f4c6364757a2e68716d3f466b6c75782e6879627d374160706f676f26687b603f416a786d6f65253a323b343e | 527ms | 347ms | 7ms | 3rd |
| https://colourpop.com/cdn/shop/t/1219/assets/chunk-swiper-element-bundle-DRhDKJlJ.js | 497ms | 62ms | 0ms | 1st |
| https://cdn-scripts.signifyd.com/o/lite.js?sessionId=hWNAmObiveOJ4GlVwwbO7GEt&ping=false&profile=true&pageURL=https%253A%252F%252Fcolourpop.com%252F | 262ms | 188ms | 3ms | 3rd |
| https://widget.gotolstoy.com/we/widget.js | 207ms | 104ms | 0ms | 3rd |
| https://colourpop.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-496de5fe.js | 187ms | 185ms | 1ms | 1st |
| https://colourpop.com/cdn/shop/t/1219/assets/-vendor-swiper.js?v=125545043974683086481770761464 | 143ms | 55ms | 0ms | 1st |
| https://cdn.jsdelivr.net/npm/@appmate/wishlist@5.29.0/wishlist-element.js | 139ms | 46ms | 0ms | 3rd |
| https://cdn-static.okendo.io/reviews-widget-plus/js/modules/okendo-widget-init.2fbd4ec6.js | 121ms | 93ms | 2ms | 3rd |
Showing top 10 of 21 scripts
FJS BundlesAction326 scripts, 587 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://shopify-extension.getredo.com/main.js?widget_id=ijdkbbsinimd96r&shop=colourpop-prd.myshopify.com | 107 KB | 62 KB (58%) | ✓ | 3rd |
| https://na-library.klarnaservices.com/v1/1.0.111/sdk.js | 110 KB | 52 KB (48%) | ✓ | 3rd |
| https://cdn.506.io/eg/script.js?shop=colourpop-prd.myshopify.com&v=9 | 78 KB | 52 KB (67%) | ✓ | 3rd |
| https://shopify-extension.getredo.com/3831-91a24011.js | 49 KB | 35 KB (71%) | ✓ | 3rd |
| https://shopify-extension.getredo.com/6447-8a84bb1a.js | 41 KB | 35 KB (86%) | ✓ | 3rd |
| https://cdn.9gtb.com/script.js?rev=9b8201f | 60 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 (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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization332 images, 0 KB saveableREVIEW
AThird-Party Impact37% third-party, 0 ms blockingPASS
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 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 Waterfall780 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 | 1925ms | 0 KB | — | €10/mo | Costly |
imgs.signifyd.com imgs.signifyd.com | Other | 527ms | 60 KB | — | €3/mo | Costly |
cdn-scripts.signifyd.com cdn-scripts.signifyd.com | Other | 262ms | 51 KB | — | €1/mo | Costly |
widget.gotolstoy.com widget.gotolstoy.com | Other | 207ms | 38 KB | — | €1/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 139ms | 21 KB | — | €1/mo | Optional |
cdn-static.okendo.io cdn-static.okendo.io | Other | 121ms | 17 KB | — | €1/mo | Optional |
cdn-static.okendo.io cdn-static.okendo.io | Other | 109ms | 5 KB | — | €1/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 96ms | 16 KB | — | €1/mo | Optional |
shopify-extension.getredo.com shopify-extension.getredo.com | Other | 91ms | 107 KB | 58% | €0/mo | Optional |
widget.gotolstoy.com widget.gotolstoy.com | Other | 84ms | 19 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 82ms | 155 KB | 43% | €0/mo | Optional |
shopify-extension.getredo.com shopify-extension.getredo.com | Other | 81ms | 43 KB | 64% | €0/mo | Optional |
a42cdn.usablenet.com a42cdn.usablenet.com | Other | 71ms | 5 KB | — | €0/mo | Optional |
widget.gotolstoy.com widget.gotolstoy.com | Other | 56ms | 6 KB | — | €0/mo | Optional |
shopify-extension.getredo.com shopify-extension.getredo.com | Other | 52ms | 49 KB | 71% | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1925ms and costs ~€10/month
- imgs.signifyd.com adds 527ms and costs ~€3/month
- cdn-scripts.signifyd.com adds 262ms and costs ~€1/month
- widget.gotolstoy.com adds 207ms and costs ~€1/month
64% 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 1925ms 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 527ms 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 262ms 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 207ms 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
58% of shopify-extension.getredo.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
64% of shopify-extension.getredo.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
71% of shopify-extension.getredo.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