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.
839 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
20 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.
2.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.
3.54 s
Page Load Progression
FPage Weight BudgetAction4.2 MB transferred, 347 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
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 CostAction6960ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.ikea.com/fr/fr/ | 4549ms | 65ms | 4ms | 3rd |
| Unattributable | 885ms | 151ms | 0ms | 3rd |
| https://www.ikea.com/global/assets/dwf/hri/carousel-D9mNGgU-.js | 247ms | 164ms | 0ms | 3rd |
| https://www.ikea.com/global/assets/dwf/listing/sharedComponents-D0hzjLxn.js | 225ms | 123ms | 0ms | 3rd |
| https://www.ikea.com/global/assets/dwf/listing/ProductCardContainer-EQYf3ODv.js | 181ms | 128ms | 0ms | 3rd |
| https://www.ikea.com/fr/fr/user-generated-content/rr-pip/app/rr-pip.d407618c.bundle.js | 160ms | 41ms | 1ms | 3rd |
| https://www.ikea.com/fr/fr/cookieconsent/scripts/cookieconsent-onetrust-js.js?v=mkpkr50w | 157ms | 140ms | 0ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202508.2.0/otBannerSdk.js | 150ms | 81ms | 34ms | 3rd |
| https://www.ikea.com/global/assets/dwf/hri/hooks.module-DOV_Rl57.js | 127ms | 52ms | 0ms | 3rd |
| https://www.ikea.com/global/assets/dwf/hri/use-track-viewed-CazyHcWr.js | 102ms | 96ms | 0ms | 3rd |
Showing top 10 of 13 scripts
DJS BundlesAction169 scripts, 311 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 | 46 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/mobileCinderella.99e1978965177ef44ac6.js | 32 KB | 26 KB (81%) | ✓ | 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/global/assets/dwf/hri/chevron-left-zHrqGni2.js | 1 KB | — | ✓ | 3rd |
| https://www.ikea.com/global/assets/dwf/hri/store.route-k-kLvcIp.js | 13 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
BImage Optimization85 images, 0 KB saveableREVIEW
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+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall347 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 | 4549ms | 81 KB | — | €49/mo | Costly |
Unattributable Unattributable | Other | 885ms | 0 KB | — | €10/mo | Costly |
www.ikea.com www.ikea.com | Other | 247ms | 7 KB | — | €3/mo | Costly |
www.ikea.com www.ikea.com | Other | 225ms | 14 KB | — | €2/mo | Costly |
www.ikea.com www.ikea.com | Other | 181ms | 30 KB | — | €2/mo | Optional |
www.ikea.com www.ikea.com | Other | 160ms | 88 KB | 71% | €2/mo | Optional |
www.ikea.com www.ikea.com | Other | 157ms | 3 KB | — | €2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 150ms | 121 KB | 61% | €2/mo | Essential |
www.ikea.com www.ikea.com | Other | 127ms | 2 KB | — | €1/mo | Optional |
www.ikea.com www.ikea.com | Other | 102ms | 1 KB | — | €1/mo | Optional |
www.ikea.com www.ikea.com | Other | 60ms | 50 KB | 55% | €1/mo | Optional |
www.ikea.com www.ikea.com | Other | 60ms | 32 KB | 81% | €1/mo | Optional |
challenges.cloudflare.com challenges.cloudflare.com | Other | 57ms | 0 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.ikea.com adds 4549ms and costs ~€49/month
- Unattributable adds 885ms and costs ~€10/month
- www.ikea.com adds 247ms and costs ~€3/month
- www.ikea.com adds 225ms 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 4549ms 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 885ms 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 247ms 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 225ms 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
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
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
81% 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