Performance
· 17 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.
7.62 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
718 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.
8.92 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.
15.23 s
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 64 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction3121ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 861ms | 33ms | 0ms | 3rd |
| https://www.lulu.com/_next/static/chunks/framework-9c77ee99132d6bfd.js | 717ms | 647ms | 14ms | 3rd |
| https://www.lulu.com/_next/static/chunks/pages/_app-0a96cd61aa379a7b.js | 611ms | 387ms | 207ms | 3rd |
| https://www.lulu.com/ | 551ms | 8ms | 2ms | 3rd |
| https://www.lulu.com/_next/static/css/8891f4173d423714.css | 282ms | 0ms | 0ms | 3rd |
| https://www.lulu.com/_next/static/chunks/main-af44a5115117342d.js | 99ms | 78ms | 17ms | 3rd |
DPage Weight InventoryAction64 resources · 2.3 MB · 188 KB savings availableFIX
~187.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 64 resources | 2.3 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction37 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.
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
CJS BundlesAction11 scripts, 188 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.lulu.com/_next/static/chunks/pages/_app-0a96cd61aa379a7b.js | 525 KB | 188 KB (36%) | ✓ | 3rd |
| https://www.lulu.com/_next/static/chunks/webpack-553394d1d865875a.js | 3 KB | — | ✓ | 3rd |
| https://www.lulu.com/_next/static/chunks/framework-9c77ee99132d6bfd.js | 44 KB | — | ✓ | 3rd |
| https://www.lulu.com/_next/static/chunks/main-af44a5115117342d.js | 38 KB | — | ✓ | 3rd |
| https://www.lulu.com/_next/static/chunks/pages/index-cde1be032b462290.js | 1 KB | — | ✓ | 3rd |
| https://www.lulu.com/_next/static/V_wfhljALG5zHy2dBCBU8/_buildManifest.js | 1 KB | — | ✓ | 3rd |
| https://www.lulu.com/_next/static/V_wfhljALG5zHy2dBCBU8/_ssgManifest.js | 0 KB | — | ✓ | 3rd |
| https://www.lulu.com/_next/static/chunks/514.fddcc21ef935af8d.js | 14 KB | — | ✓ | 3rd |
| https://www.lulu.com/_next/static/chunks/1086.930ec4404370f1f4.js | 3 KB | — | ✓ | 3rd |
| https://www.lulu.com/_next/static/chunks/pages/cart-ae8f3150c4cedb98.js | 7 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (110 KB)PASS
Web fonts
5
110 KB total
Render-blocking
0
of 5
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 Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall64 requests over 2341msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 861ms | 0 KB | — | €5/mo | Costly |
www.lulu.com www.lulu.com | Other | 717ms | 44 KB | — | €4/mo | Costly |
www.lulu.com www.lulu.com | Other | 611ms | 525 KB | 36% | €3/mo | Costly |
www.lulu.com www.lulu.com | Other | 551ms | 57 KB | — | €3/mo | Costly |
www.lulu.com www.lulu.com | Other | 282ms | 906 KB | — | €1/mo | Costly |
www.lulu.com www.lulu.com | Other | 99ms | 38 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 861ms and costs ~€5/month
- www.lulu.com adds 717ms and costs ~€4/month
- www.lulu.com adds 611ms and costs ~€3/month
- www.lulu.com adds 551ms and costs ~€3/month
- www.lulu.com adds 282ms 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
Unattributable takes 861ms 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.lulu.com takes 717ms 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.lulu.com takes 611ms 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.lulu.com takes 551ms 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.lulu.com takes 282ms 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