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.
967 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
831 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.10 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.
11.46 s
Page Load Progression
FPage Weight BudgetAction11.6 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
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 CostAction12801ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 3843ms | 295ms | 0ms | 3rd |
| https://colourpop.com/ | 1892ms | 360ms | 14ms | 3rd |
| https://colourpop.com/cdn/shop/t/1238/assets/chunk-swiper-element-bundle-DRhDKJlJ.js | 1785ms | 472ms | 0ms | 3rd |
| https://imgs.signifyd.com/DxQKiK_6DtQ5sTsU?19e48e51eeab2e2d=bNmHUT7Ly5utL7hfktAYubjvvC3KWyYM1nFCORXgenOgX42BTewhCqCYNFzfowdnOjswEPJPdmmDz-fLZLm4LOJTaXrvOt-z8fjrSNyhT83VwR9j6LuPCU-vIyAGD_3Tc5RhOhvH4QBu4_qoHC6zHoD674JIjuxJ5J2c19PupWeyJzWO3oQne_oHt0Ev2lrd&jb=3d322c266a7b677f3f4e6b6677722660796f3746616c7f7a2e68796275354b62706d6f6d2460736837436278676f6f273a323b3436 | 1226ms | 520ms | 12ms | 3rd |
| https://colourpop.com/cdn/wpm/bcfa8229ew36b6053dp1e134caame9d83f21m.js | 387ms | 331ms | 8ms | 3rd |
| https://cdn-static.okendo.io/reviews-widget-plus/js/modules/okendo-star-rating.c993002a.js | 350ms | 338ms | 1ms | 3rd |
| https://cdn-scripts.signifyd.com/o/lite.js?sessionId=hWNAdyYoGSrXVn4NOtnKirZs&ping=false&profile=true&pageURL=https%253A%252F%252Fcolourpop.com%252F | 349ms | 308ms | 5ms | 3rd |
| https://colourpop.com/cdn/s/trekkie.storefront.793024e5c781b83428b9784ec5054da9d22f7d7f.min.js | 316ms | 89ms | 9ms | 3rd |
| https://colourpop.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-496de5fe.js | 314ms | 313ms | 0ms | 3rd |
| https://widget.gotolstoy.com/we/widget.js | 292ms | 171ms | 0ms | 3rd |
Showing top 10 of 29 scripts
FJS BundlesAction303 scripts, 724 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=AW-727142071&cx=c>m=4e6411 | 143 KB | 104 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WQKQL2VQ | 154 KB | 64 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WQKQL2VQ | 155 KB | 64 KB (41%) | ✓ | 3rd |
| https://shopify-extension.getredo.com/main.js?widget_id=ijdkbbsinimd96r&shop=colourpop-prd.myshopify.com | 107 KB | 62 KB (58%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-727142071 | 143 KB | 54 KB (38%) | ✓ | 3rd |
| https://na-library.klarnaservices.com/v1/1.0.111/sdk.js | 110 KB | 52 KB (48%) | ✓ | 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://connect.facebook.net/en_US/fbevents.js | 95 KB | 33 KB (35%) | ✓ | 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 Optimization360 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 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 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 3843ms | 0 KB | — | €20/mo | Costly |
colourpop.com colourpop.com | Other | 1892ms | 83 KB | — | €10/mo | Costly |
colourpop.com colourpop.com | Other | 1785ms | 47 KB | 51% | €9/mo | Costly |
imgs.signifyd.com imgs.signifyd.com | Other | 1226ms | 60 KB | — | €6/mo | Costly |
colourpop.com colourpop.com | Other | 387ms | 58 KB | 43% | €2/mo | Costly |
cdn-static.okendo.io cdn-static.okendo.io | Other | 350ms | 5 KB | — | €2/mo | Costly |
cdn-scripts.signifyd.com cdn-scripts.signifyd.com | Other | 349ms | 51 KB | — | €2/mo | Costly |
colourpop.com colourpop.com | Other | 316ms | 27 KB | — | €2/mo | Costly |
colourpop.com colourpop.com | Other | 314ms | 4 KB | — | €2/mo | Costly |
widget.gotolstoy.com widget.gotolstoy.com | Other | 292ms | 38 KB | — | €2/mo | Costly |
colourpop.com colourpop.com | Other | 238ms | 1 KB | — | €1/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 219ms | 21 KB | — | €1/mo | Costly |
colourpop.com colourpop.com | Other | 164ms | 4 KB | — | €1/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 141ms | 17 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 139ms | 143 KB | 38% | €1/mo | Optional |
shopify-extension.getredo.com shopify-extension.getredo.com | Other | 117ms | 107 KB | 58% | €1/mo | Optional |
widget.gotolstoy.com widget.gotolstoy.com | Other | 116ms | 19 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 114ms | 154 KB | 41% | €1/mo | Optional |
cdn-static.okendo.io cdn-static.okendo.io | Other | 112ms | 17 KB | — | €1/mo | Optional |
shopify-extension.getredo.com shopify-extension.getredo.com | Other | 108ms | 43 KB | 64% | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 88ms | 38 KB | — | €0/mo | Optional |
play.gotolstoy.com play.gotolstoy.com | Other | 74ms | 79 KB | 59% | €0/mo | Optional |
colourpop.com colourpop.com | Other | 72ms | 4 KB | — | €0/mo | Optional |
colourpop.com colourpop.com | Other | 69ms | 6 KB | — | €0/mo | Optional |
cdn.shopify.com cdn.shopify.com | Other | 62ms | 31 KB | — | €0/mo | Optional |
shopify-extension.getredo.com shopify-extension.getredo.com | Other | 58ms | 49 KB | 71% | €0/mo | Optional |
colourpop.com colourpop.com | Other | 54ms | 1 KB | — | €0/mo | Optional |
colourpop.com colourpop.com | Other | 53ms | 52 KB | 63% | €0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 50ms | 95 KB | 35% | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 3843ms and costs ~€20/month
- colourpop.com adds 1892ms and costs ~€10/month
- colourpop.com adds 1785ms and costs ~€9/month
- imgs.signifyd.com adds 1226ms and costs ~€6/month
- colourpop.com adds 387ms and costs ~€2/month
- cdn-static.okendo.io adds 350ms and costs ~€2/month
- cdn-scripts.signifyd.com adds 349ms and costs ~€2/month
- colourpop.com adds 316ms and costs ~€2/month
- colourpop.com adds 314ms and costs ~€2/month
- widget.gotolstoy.com adds 292ms and costs ~€2/month
- colourpop.com adds 238ms and costs ~€1/month
- jsDelivr 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 3843ms 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 1892ms 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 1785ms 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
imgs.signifyd.com takes 1226ms 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 387ms 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 350ms 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 349ms 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 316ms 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 314ms 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 292ms 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 238ms 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 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
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
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
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
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