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.
6.99 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.27 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.026
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.08 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.
36.27 s
Page Load Progression
FPage Weight BudgetAction8.4 MB transferred, 312 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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 CostAction22539ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.trackjs.com/agent/v3/latest/t.js | 4488ms | 3311ms | 5ms | 3rd |
| https://www.allbirds.com/cdn/shop/t/4054/assets/ScrollTrigger.js | 3153ms | 571ms | 2ms | 3rd |
| Unattributable | 2834ms | 172ms | 0ms | 3rd |
| https://www.allbirds.com/ | 2327ms | 175ms | 47ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WWZFMZRX | 946ms | 823ms | 112ms | 3rd |
| https://id-shop.govx.com/app/weareallbirds.myshopify.com/govx.js?shop=weareallbirds.myshopify.com | 862ms | 858ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TH8KRSBJ | 823ms | 678ms | 134ms | 3rd |
| https://popupform.allbirds.com/w37htfhcq2/vendor/f0ff0959-79f9-4c1e-a197-0361a8f1cbb2/main.js?cb=82886068C4DADB1CB2033C792466D591 | 796ms | 629ms | 74ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-935878905&cx=c>m=4e6411 | 595ms | 424ms | 81ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-KB1068K0E6&cx=c>m=4e6411 | 565ms | 467ms | 92ms | 3rd |
Showing top 10 of 29 scripts
FJS BundlesAction167 scripts, 721 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-TH8KRSBJ | 182 KB | 76 KB (42%) | ✓ | 3rd |
| https://popupform.allbirds.com/w37htfhcq2/vendor/f0ff0959-79f9-4c1e-a197-0361a8f1cbb2/main.js?cb=82886068C4DADB1CB2033C792466D591 | 116 KB | 68 KB (59%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-KB1068K0E6&cx=c>m=4e6411 | 168 KB | 67 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-736740096&cx=c>m=4e6420h2 | 144 KB | 64 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-786649265&cx=c>m=4e6420h2 | 144 KB | 63 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-935878905&cx=c>m=4e6411 | 144 KB | 63 KB (44%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js | 120 KB | 63 KB (52%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WWZFMZRX | 154 KB | 59 KB (38%) | ✓ | 3rd |
| https://superfiliate-cdn.com/storefront.js?shop=weareallbirds.myshopify.com | 81 KB | 54 KB (67%) | ✓ | 3rd |
| https://www.allbirds.com/cdn/shop/t/4054/assets/theme2.js | 34 KB | 26 KB (78%) | ✓ | 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 Optimization64 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (273 KB)PASS
Web fonts
8
273 KB total
Render-blocking
0
of 8
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
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 Waterfall312 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 |
|---|---|---|---|---|---|---|
cdn.trackjs.com cdn.trackjs.com | Other | 4488ms | 11 KB | — | $26/mo | Costly |
www.allbirds.com www.allbirds.com | Other | 3153ms | 65 KB | 35% | $18/mo | Costly |
Unattributable Unattributable | Other | 2834ms | 0 KB | — | $16/mo | Costly |
www.allbirds.com www.allbirds.com | Other | 2327ms | 109 KB | — | $13/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 946ms | 154 KB | 38% | $5/mo | Costly |
id-shop.govx.com id-shop.govx.com | Other | 862ms | 7 KB | — | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 823ms | 182 KB | 42% | $5/mo | Costly |
popupform.allbirds.com popupform.allbirds.com | Other | 796ms | 116 KB | 59% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 595ms | 144 KB | 44% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 565ms | 168 KB | 40% | $3/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 559ms | 120 KB | 52% | $3/mo | Essential |
cdn.gladly.com cdn.gladly.com | Other | 525ms | 43 KB | — | $3/mo | Costly |
jssdk.allbirds.com jssdk.allbirds.com | Other | 486ms | 31 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 483ms | 144 KB | 45% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 439ms | 144 KB | 44% | $3/mo | Costly |
Amplitude cdn.amplitude.com | Analytics | 425ms | 43 KB | 53% | $2/mo | Costly |
www.allbirds.com www.allbirds.com | Other | 388ms | 58 KB | 45% | $2/mo | Costly |
beacon.riskified.com beacon.riskified.com | Other | 256ms | 17 KB | — | $1/mo | Costly |
www.allbirds.com www.allbirds.com | Other | 256ms | 2 KB | — | $1/mo | Costly |
www.allbirds.com www.allbirds.com | Other | 255ms | 21 KB | — | $1/mo | Costly |
www.allbirds.com www.allbirds.com | Other | 175ms | 31 KB | — | $1/mo | Optional |
superfiliate-cdn.com superfiliate-cdn.com | Other | 154ms | 81 KB | 67% | $1/mo | Optional |
www.allbirds.com www.allbirds.com | Other | 152ms | 23 KB | — | $1/mo | Optional |
www.allbirds.com www.allbirds.com | Other | 137ms | 21 KB | — | $1/mo | Optional |
www.allbirds.com www.allbirds.com | Other | 134ms | 27 KB | — | $1/mo | Optional |
www.allbirds.com www.allbirds.com | Other | 101ms | 4 KB | — | $1/mo | Optional |
cdn.gladly.com cdn.gladly.com | Other | 98ms | 0 KB | — | $1/mo | Optional |
www.allbirds.com www.allbirds.com | Other | 71ms | 7 KB | — | $0/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 56ms | 9 KB | — | $0/mo | Essential |
These scripts may cost more than they're worth
- cdn.trackjs.com adds 4488ms and costs ~$26/month
- www.allbirds.com adds 3153ms and costs ~$18/month
- Unattributable adds 2834ms and costs ~$16/month
- www.allbirds.com adds 2327ms and costs ~$13/month
- Google Tag Manager adds 946ms and costs ~$5/month
- id-shop.govx.com adds 862ms and costs ~$5/month
- Google Tag Manager adds 823ms and costs ~$5/month
- popupform.allbirds.com adds 796ms and costs ~$5/month
- Google Tag Manager adds 595ms and costs ~$3/month
- Google Tag Manager adds 565ms and costs ~$3/month
- cdn.gladly.com adds 525ms and costs ~$3/month
- jssdk.allbirds.com adds 486ms and costs ~$3/month
- Google Tag Manager adds 483ms and costs ~$3/month
- Google Tag Manager adds 439ms and costs ~$3/month
- Amplitude adds 425ms and costs ~$2/month
- www.allbirds.com adds 388ms and costs ~$2/month
- beacon.riskified.com adds 256ms and costs ~$1/month
- www.allbirds.com adds 256ms and costs ~$1/month
- www.allbirds.com adds 255ms 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
cdn.trackjs.com takes 4488ms 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
www.allbirds.com takes 3153ms 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 2834ms 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
www.allbirds.com takes 2327ms 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 946ms 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
id-shop.govx.com takes 862ms 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 823ms 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
popupform.allbirds.com takes 796ms 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 popupform.allbirds.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
Google Tag Manager takes 595ms 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 565ms 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
52% of OneTrust'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
cdn.gladly.com takes 525ms 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
jssdk.allbirds.com takes 486ms 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 483ms 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 439ms 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
Amplitude takes 425ms 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
53% of Amplitude'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
www.allbirds.com takes 388ms 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
beacon.riskified.com takes 256ms 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
www.allbirds.com takes 256ms 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
www.allbirds.com takes 255ms 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
67% of superfiliate-cdn.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