Performance
· 15 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.
599 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.50 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
182 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
848 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.24 s
Page Load Progression
FPage Weight BudgetAction3.1 MB transferred, 91 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS BundlesAction76 scripts, 342 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://luma.com/_next/static/chunks/84813de5e629d43f.js | 66 KB | 62 KB (93%) | ✓ | 3rd |
| https://luma.com/_next/static/chunks/ea127380585c5092.js | 68 KB | 52 KB (81%) | ✓ | 3rd |
| https://luma.com/_next/static/chunks/b3719a52b3a527e2.js | 46 KB | 45 KB (99%) | ✓ | 3rd |
| https://luma.com/_next/static/chunks/21ed8889f3e1f0e6.js | 46 KB | 30 KB (66%) | ✓ | 3rd |
| https://luma.com/_next/static/chunks/a8b7b97163f1207b.js | 25 KB | 25 KB (99%) | ✓ | 3rd |
| https://luma.com/_next/static/chunks/fcdd5b80f9b2b34c.js | 47 KB | 23 KB (50%) | ✓ | 3rd |
| https://luma.com/_next/static/chunks/18e7943844d83a7c.js | 24 KB | 22 KB (92%) | ✓ | 3rd |
| https://luma.com/_next/static/chunks/370232465324561a.js | 23 KB | 22 KB (95%) | ✓ | 3rd |
| https://luma.com/_next/static/chunks/202a07b052788dd9.js | 56 KB | 21 KB (37%) | ✓ | 3rd |
| https://luma.com/_next/static/chunks/3dbead1a4f884a47.js | 23 KB | 20 KB (90%) | ✓ | 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
DPage Weight InventoryAction91 resources · 3.1 MB · 342 KB savings availableFIX
~342.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 91 resources | 3.1 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BJS Execution Cost850ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 307ms | 7ms | 0ms | 3rd |
| https://luma.com/ | 202ms | 2ms | 1ms | 3rd |
| https://luma.com/_next/static/chunks/turbopack-dc918285c20ca77d.js | 197ms | 196ms | 0ms | 3rd |
| https://luma.com/_next/static/chunks/370232465324561a.js | 72ms | 69ms | 2ms | 3rd |
| https://luma.com/_next/static/chunks/202a07b052788dd9.js | 72ms | 65ms | 3ms | 3rd |
A+Text CompressionAll text resources are compressedPASS
A+Image OptimizationNo images on this pagePASS
A+Font Loading1 fonts (71 KB)PASS
Web fonts
1
71 KB total
Render-blocking
0
of 1
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 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 Waterfall91 requests over 1370msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 307ms | 0 KB | — | د.م.12/mo | Costly |
luma.com luma.com | Other | 202ms | 10 KB | — | د.م.8/mo | Costly |
luma.com luma.com | Other | 197ms | 5 KB | — | د.م.8/mo | Optional |
luma.com luma.com | Other | 72ms | 23 KB | 95% | د.م.3/mo | Optional |
luma.com luma.com | Other | 72ms | 56 KB | 37% | د.م.3/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 307ms and costs ~د.م.12/month
- luma.com adds 202ms and costs ~د.م.8/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 307ms 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
luma.com takes 202ms 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
95% of luma.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