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.
13.76 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.09 s
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.
13.76 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.
31.42 s
Page Load Progression
FPage Weight BudgetAction4.3 MB transferred, 240 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
FJS Execution CostAction12068ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.cookielaw.org/consent/7f944245-c5cd-4eed-a90e-dd955adfdd08/OtAutoBlock.js | 1664ms | 1583ms | 1ms | 3rd |
| Unattributable | 1478ms | 400ms | 0ms | 3rd |
| https://t.contentsquare.net/uxa/12ea71a10da34.js | 1288ms | 1180ms | 60ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-EVTFNG2S5Z&cx=c>m=4e6411 | 925ms | 854ms | 48ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL | 867ms | 719ms | 82ms | 3rd |
| https://about.gitlab.com/_nuxt/DD5e-OS3.js | 863ms | 183ms | 3ms | 3rd |
| https://cdn.optimizely.com/js/5113954737848320.js | 734ms | 657ms | 52ms | 3rd |
| https://js.qualified.com/qualified.js?token=q2kjzSUxjtgnCEEB | 684ms | 487ms | 167ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 615ms | 261ms | 97ms | 3rd |
| https://about.gitlab.com/ | 564ms | 18ms | 5ms | 3rd |
Showing top 10 of 21 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 | 267 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://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=4e6411 | 162 KB | 62 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-EVTFNG2S5Z&cx=c>m=4e6411 | 143 KB | 61 KB (43%) | ✓ | 3rd |
| https://about.gitlab.com/_nuxt/DD5e-OS3.js | 160 KB | 56 KB (35%) | ✓ | 3rd |
| https://t.contentsquare.net/uxa/12ea71a10da34.js | 147 KB | 53 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NJXWQL | 183 KB | 51 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 OptimizationAction31 images, 0 KB saveableREVIEW
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.
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
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 Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 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 Waterfall240 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 |
|---|---|---|---|---|---|---|
OneTrust cdn.cookielaw.org | Consent | 1664ms | 3 KB | — | €29/mo | Essential |
Unattributable Unattributable | Other | 1478ms | 0 KB | — | €26/mo | Costly |
t.contentsquare.net t.contentsquare.net | Other | 1288ms | 147 KB | 47% | €22/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 925ms | 143 KB | 43% | €16/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 867ms | 183 KB | 28% | €15/mo | Costly |
about.gitlab.com about.gitlab.com | Other | 863ms | 160 KB | 35% | €15/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 734ms | 112 KB | 45% | €13/mo | Costly |
js.qualified.com js.qualified.com | Other | 684ms | 370 KB | 73% | €12/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 615ms | 126 KB | 55% | €11/mo | Essential |
about.gitlab.com about.gitlab.com | Other | 564ms | 35 KB | — | €10/mo | Costly |
app.cdn.lookbookhq.com app.cdn.lookbookhq.com | Other | 542ms | 308 KB | 76% | €9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 394ms | 162 KB | 38% | €7/mo | Costly |
client-registry.mutinycdn.com client-registry.mutinycdn.com | Other | 361ms | 32 KB | — | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 314ms | 138 KB | 36% | €5/mo | Costly |
j.6sc.co j.6sc.co | Other | 217ms | 19 KB | — | €4/mo | Costly |
cdn.bizible.com cdn.bizible.com | Other | 105ms | 25 KB | — | €2/mo | Optional |
about.gitlab.com about.gitlab.com | Other | 103ms | 17 KB | — | €2/mo | Optional |
client-registry.mutinycdn.com client-registry.mutinycdn.com | Other | 91ms | 20 KB | — | €2/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 68ms | 19 KB | — | €1/mo | Optional |
client-registry.mutinycdn.com client-registry.mutinycdn.com | Other | 57ms | 11 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1478ms and costs ~€26/month
- t.contentsquare.net adds 1288ms and costs ~€22/month
- Google Tag Manager adds 925ms and costs ~€16/month
- Google Tag Manager adds 867ms and costs ~€15/month
- about.gitlab.com adds 863ms and costs ~€15/month
- Optimizely adds 734ms and costs ~€13/month
- js.qualified.com adds 684ms and costs ~€12/month
- about.gitlab.com adds 564ms and costs ~€10/month
- app.cdn.lookbookhq.com adds 542ms and costs ~€9/month
- Google Tag Manager adds 394ms and costs ~€7/month
- client-registry.mutinycdn.com adds 361ms and costs ~€6/month
- Google Tag Manager adds 314ms and costs ~€5/month
- j.6sc.co adds 217ms and costs ~€4/month
99% 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 1478ms 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
t.contentsquare.net takes 1288ms 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 925ms 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 867ms 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 863ms 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
Optimizely takes 734ms 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 684ms 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
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
about.gitlab.com takes 564ms 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
app.cdn.lookbookhq.com takes 542ms 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
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
Google Tag Manager takes 394ms 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
client-registry.mutinycdn.com takes 361ms 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 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
j.6sc.co takes 217ms 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