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.
4.10 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
615 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.
4.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.
8.93 s
Page Load Progression
FPage Weight BudgetAction4.4 MB transferred, 243 requestsFIX
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 ImpactAction99% third-party, 0 ms blockingFIX
DJS Execution CostAction2917ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 468ms | 147ms | 0ms | 3rd |
| https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/OtAutoBlock.js | 430ms | 403ms | 0ms | 3rd |
| https://about.gitlab.com/ | 333ms | 33ms | 1ms | 3rd |
| https://about.gitlab.com/_nuxt/DD5e-OS3.js | 264ms | 90ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL | 239ms | 200ms | 21ms | 3rd |
| https://js.qualified.com/qualified.js?token=q2kjzSUxjtgnCEEB | 205ms | 135ms | 42ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-EVTFNG2S5Z&cx=c>m=4e6420h2 | 200ms | 184ms | 12ms | 3rd |
| https://app.cdn.lookbookhq.com/production/jukebox/current/jukebox.js | 165ms | 122ms | 43ms | 3rd |
| https://t.contentsquare.net/uxa/12ea71a10da34.js | 131ms | 114ms | 16ms | 3rd |
| https://cdn.optimizely.com/js/5113954737848320.js | 106ms | 90ms | 15ms | 3rd |
Showing top 10 of 15 scripts
FJS BundlesAction119 scripts, 1.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://js.qualified.com/qualified.js?token=q2kjzSUxjtgnCEEB | 370 KB | 260 KB (73%) | ✓ | 3rd |
| https://app.cdn.lookbookhq.com/production/jukebox/current/jukebox.js | 308 KB | 233 KB (76%) | ✓ | 3rd |
| https://about.gitlab.com/_nuxt/Du-QGObk.js | 149 KB | 93 KB (64%) | ✓ | 3rd |
| https://t.contentsquare.net/uxa/12ea71a10da34.js | 147 KB | 84 KB (58%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 126 KB | 69 KB (55%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-ENFH3X7M5Y&cx=c>m=4e6420h2 | 163 KB | 63 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-EVTFNG2S5Z&cx=c>m=4e6420h2 | 143 KB | 61 KB (43%) | ✓ | 3rd |
| https://about.gitlab.com/_nuxt/DD5e-OS3.js | 160 KB | 55 KB (35%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL | 183 KB | 52 KB (28%) | ✓ | 3rd |
| https://cdn.optimizely.com/js/5113954737848320.js | 112 KB | 50 KB (45%) | ✓ | 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
no-store
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
CImage OptimizationAction35 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (596 KB)PASS
Web fonts
4
596 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~211 KB and ~422 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 Waterfall243 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 | 468ms | 0 KB | — | €8/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 430ms | 3 KB | — | €7/mo | Essential |
about.gitlab.com about.gitlab.com | Other | 333ms | 35 KB | — | €6/mo | Costly |
about.gitlab.com about.gitlab.com | Other | 264ms | 160 KB | 35% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 239ms | 183 KB | 28% | €4/mo | Costly |
js.qualified.com js.qualified.com | Other | 205ms | 370 KB | 73% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 200ms | 143 KB | 43% | €3/mo | Optional |
app.cdn.lookbookhq.com app.cdn.lookbookhq.com | Other | 165ms | 308 KB | 76% | €3/mo | Optional |
t.contentsquare.net t.contentsquare.net | Other | 131ms | 147 KB | 58% | €2/mo | Optional |
Optimizely cdn.optimizely.com | A/B Testing | 106ms | 112 KB | 45% | €2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 94ms | 126 KB | 55% | €2/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 89ms | 139 KB | 36% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 72ms | 163 KB | 39% | €1/mo | Optional |
j.6sc.co j.6sc.co | Other | 62ms | 19 KB | — | €1/mo | Optional |
client-registry.mutinycdn.com client-registry.mutinycdn.com | Other | 58ms | 21 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 468ms and costs ~€8/month
- about.gitlab.com adds 333ms and costs ~€6/month
- about.gitlab.com adds 264ms and costs ~€5/month
- Google Tag Manager adds 239ms and costs ~€4/month
- js.qualified.com adds 205ms and costs ~€4/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 468ms 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
about.gitlab.com takes 333ms 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
about.gitlab.com takes 264ms 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 239ms 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
js.qualified.com takes 205ms 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
73% of js.qualified.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
76% of app.cdn.lookbookhq.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
58% of t.contentsquare.net'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
55% 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