Performance
· 16 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.30 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.73 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.22 s
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.
10.50 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.
20.10 s
Page Load Progression
FPage Weight BudgetAction4.4 MB transferred, 326 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
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
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
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 CostAction35178ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.ikea.com/fr/fr/ | 26727ms | 256ms | 16ms | 3rd |
| Unattributable | 2615ms | 499ms | 0ms | 3rd |
| https://www.ikea.com/global/assets/dwf/hri/index-BuyN3tOQ.js | 1249ms | 1008ms | 0ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202508.2.0/otBannerSdk.js | 775ms | 550ms | 94ms | 3rd |
| https://www.ikea.com/global/assets/dwf/hri/hooks.module-DOV_Rl57.js | 603ms | 114ms | 0ms | 3rd |
| https://www.ikea.com/global/assets/dwf/listing/ProductCardContainer-EQYf3ODv.js | 491ms | 341ms | 1ms | 3rd |
| https://www.ikea.com/fr/fr/cookieconsent/scripts/cookieconsent-onetrust-js.js?v=mkpkr50w | 395ms | 343ms | 2ms | 3rd |
| https://www.ikea.com/global/assets/dwf/hri/_virtual_fika-client-CxYnF3gj.js | 361ms | 10ms | 0ms | 3rd |
| https://www.ikea.com/global/assets/dwf/listing/sharedComponents-D0hzjLxn.js | 355ms | 253ms | 0ms | 3rd |
| https://www.ikea.com/fr/fr/user-generated-content/rr-pip/app/rr-pip.d407618c.bundle.js | 278ms | 140ms | 2ms | 3rd |
Showing top 10 of 21 scripts
DJS BundlesAction172 scripts, 330 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.cookielaw.org/scripttemplates/202508.2.0/otBannerSdk.js | 121 KB | 73 KB (61%) | ✓ | 3rd |
| https://www.ikea.com/fr/fr/user-generated-content/rr-pip/app/rr-pip.d407618c.bundle.js | 88 KB | 62 KB (71%) | ✓ | 3rd |
| https://www.ikea.com/fr/fr/ugc/ratings-reviews/leave-review/fragments/rr-leave-review.bundle-5ece4ef4.js | 59 KB | 40 KB (68%) | ✓ | 3rd |
| https://www.ikea.com/fr/fr/experiment-fragment/scripts/index-B53ZSB5Y.js | 45 KB | 33 KB (74%) | ✓ | 3rd |
| https://www.ikea.com/fr/fr/header-footer/javascripts/main.bb4dc6b4eabf0d8b82cf.js | 50 KB | 27 KB (55%) | ✓ | 3rd |
| https://www.ikea.com/fr/fr/header-footer/javascripts/postalCodePicker.79204a7b7c785664a029.js | 37 KB | 25 KB (69%) | ✓ | 3rd |
| https://www.ikea.com/fr/fr/header-footer/javascripts/storePicker.5e099040433e167c8ade.js | 29 KB | 25 KB (86%) | ✓ | 3rd |
| https://www.ikea.com/fr/fr/header-footer/javascripts/megamenu.18dc790f99c762b4c126.js | 27 KB | 23 KB (87%) | ✓ | 3rd |
| https://www.ikea.com/fr/fr/header-footer/javascripts/mobileCinderella.99e1978965177ef44ac6.js | 32 KB | 21 KB (67%) | ✓ | 3rd |
| https://www.ikea.com/global/assets/dwf/hri/cross-CpLuRtB4.js | 1 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
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
CImage OptimizationAction63 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
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
BHTTP Cachingno-cacheREVIEW
no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (23 KB)PASS
Web fonts
2
23 KB total
Render-blocking
0
of 2
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+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 Waterfall326 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 |
|---|---|---|---|---|---|---|
www.ikea.com www.ikea.com | Other | 26727ms | 80 KB | — | €290/mo | Costly |
Unattributable Unattributable | Other | 2615ms | 0 KB | — | €28/mo | Costly |
www.ikea.com www.ikea.com | Other | 1249ms | 3 KB | — | €14/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 775ms | 121 KB | 61% | €8/mo | Essential |
www.ikea.com www.ikea.com | Other | 603ms | 2 KB | — | €7/mo | Costly |
www.ikea.com www.ikea.com | Other | 491ms | 30 KB | — | €5/mo | Costly |
www.ikea.com www.ikea.com | Other | 395ms | 3 KB | — | €4/mo | Costly |
www.ikea.com www.ikea.com | Other | 361ms | 10 KB | — | €4/mo | Costly |
www.ikea.com www.ikea.com | Other | 355ms | 14 KB | — | €4/mo | Costly |
www.ikea.com www.ikea.com | Other | 278ms | 88 KB | 71% | €3/mo | Costly |
www.ikea.com www.ikea.com | Other | 215ms | 50 KB | 55% | €2/mo | Costly |
www.ikea.com www.ikea.com | Other | 180ms | 7 KB | — | €2/mo | Optional |
www.ikea.com www.ikea.com | Other | 173ms | 12 KB | — | €2/mo | Optional |
www.ikea.com www.ikea.com | Other | 167ms | 24 KB | — | €2/mo | Optional |
www.ikea.com www.ikea.com | Other | 135ms | 19 KB | — | €1/mo | Optional |
www.ikea.com www.ikea.com | Other | 106ms | 3 KB | — | €1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 96ms | 9 KB | — | €1/mo | Essential |
challenges.cloudflare.com challenges.cloudflare.com | Other | 85ms | 0 KB | — | €1/mo | Optional |
www.ikea.com www.ikea.com | Other | 60ms | 1 KB | — | €1/mo | Optional |
www.ikea.com www.ikea.com | Other | 59ms | 1 KB | — | €1/mo | Optional |
www.ikea.com www.ikea.com | Other | 55ms | 4 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.ikea.com adds 26727ms and costs ~€290/month
- Unattributable adds 2615ms and costs ~€28/month
- www.ikea.com adds 1249ms and costs ~€14/month
- www.ikea.com adds 603ms and costs ~€7/month
- www.ikea.com adds 491ms and costs ~€5/month
- www.ikea.com adds 395ms and costs ~€4/month
- www.ikea.com adds 361ms and costs ~€4/month
- www.ikea.com adds 355ms and costs ~€4/month
- www.ikea.com adds 278ms and costs ~€3/month
- www.ikea.com adds 215ms and costs ~€2/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
www.ikea.com takes 26727ms 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 2615ms 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.ikea.com takes 1249ms 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
61% 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
www.ikea.com takes 603ms 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.ikea.com takes 491ms 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.ikea.com takes 395ms 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.ikea.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
www.ikea.com takes 355ms 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.ikea.com takes 278ms 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
71% of www.ikea.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
www.ikea.com takes 215ms 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
55% of www.ikea.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