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.
935 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
34 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.72 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.
3.15 s
Page Load Progression
FPage Weight BudgetAction6.1 MB transferred, 210 requestsFIX
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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
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 Optimization38 images, 0 KB saveableREVIEW
CJS Execution CostAction1505ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://allbirds.de/ | 462ms | 47ms | 9ms | 3rd |
| Unattributable | 297ms | 10ms | 0ms | 3rd |
| https://cdn.shopify.com/extensions/019d4e67-3077-745b-9dfd-19b65106019d/judgeme-438/assets/loader.js | 278ms | 211ms | 0ms | 3rd |
| https://cdn.shopify.com/extensions/019cc0b2-ef5a-74d0-8731-c3578054ad9c/langify-87/assets/langify-lib.js | 227ms | 209ms | 2ms | 3rd |
| https://static.zdassets.com/web_widget/messenger/latest/web-widget-main-cf0e543.js | 118ms | 91ms | 23ms | 3rd |
| https://allbirds.de/cdn/shop/t/5/assets/theme.js?v=86044763260100624921774876360 | 70ms | 21ms | 0ms | 3rd |
| https://allbirds.de/cdn/shop/t/5/assets/swiper-init.js?v=16892622059659635061750661004 | 53ms | 30ms | 0ms | 3rd |
CJS BundlesAction99 scripts, 175 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.zdassets.com/web_widget/messenger/latest/web-widget-main-cf0e543.js | 237 KB | 120 KB (51%) | ✓ | 3rd |
| https://allbirds.de/cdn/shop/t/5/assets/theme.js?v=86044763260100624921774876360 | 39 KB | 29 KB (75%) | ✓ | 3rd |
| https://allbirds.de/cdn/wpm/b98d3e97aw95287a42p6e310ef5m9f58c5a0m.js | 58 KB | 27 KB (47%) | ✓ | 3rd |
| https://allbirds.de/cdn/shop/t/5/assets/defer-scripts.js?v=765503608626239891747044725 | 2 KB | — | ✓ | 3rd |
| https://allbirds.de/cdn/shop/t/5/assets/vendor.min.js?v=162910149792179071561747044724 | 22 KB | — | ✓ | 3rd |
| https://allbirds.de/checkouts/internal/preloads.js?locale=de-DE | 3 KB | — | ✓ | 3rd |
| https://shop.app/checkouts/internal/preloads.js?locale=de-DE&shop_id=75243323638 | 1 KB | — | ✓ | 3rd |
| https://allbirds.de/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.de.esm.js | 1 KB | — | ✓ | 3rd |
| https://allbirds.de/cdn/shopifycloud/storefront/assets/storefront/load_feature-496de5fe.js | 4 KB | — | ✓ | 3rd |
| https://allbirds.de/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-65b4c6d7.js?v=20250812 | 23 KB | — | ✓ | 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (167 KB)PASS
Web fonts
9
167 KB total
Render-blocking
0
of 9
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 ~10 KB and ~20 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 Waterfall210 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 |
|---|---|---|---|---|---|---|
allbirds.de allbirds.de | Other | 462ms | 54 KB | — | €2/mo | Costly |
Unattributable Unattributable | Other | 297ms | 0 KB | — | €2/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 278ms | 4 KB | — | €1/mo | Costly |
cdn.shopify.com cdn.shopify.com | Other | 227ms | 18 KB | — | €1/mo | Costly |
Zendesk Widget static.zdassets.com | Customer Support | 118ms | 237 KB | 51% | €1/mo | Optional |
allbirds.de allbirds.de | Other | 70ms | 39 KB | 75% | €0/mo | Optional |
allbirds.de allbirds.de | Other | 53ms | 1 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- allbirds.de adds 462ms and costs ~€2/month
- Unattributable adds 297ms and costs ~€2/month
- cdn.shopify.com adds 278ms and costs ~€1/month
- cdn.shopify.com adds 227ms 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
allbirds.de takes 462ms 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 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
cdn.shopify.com takes 278ms 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 227ms 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 Zendesk Widget'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
75% of allbirds.de'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