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.
5.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.98 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.
8.88 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.
16.62 s
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 127 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
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 CostAction7516ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://eu.huel.com/nl-nl | 2014ms | 374ms | 456ms | 3rd |
| Unattributable | 1215ms | 147ms | 0ms | 3rd |
| https://eu.huel.com/_next/static/chunks/2783-87ac4237bf302d3a.js?dpl=dpl_8grWcvQdCHJbbjYRZQ7x9fwKhwzY | 911ms | 794ms | 36ms | 3rd |
| https://eu.huel.com/_next/static/chunks/428afff4-8ae13ecf44823369.js?dpl=dpl_8grWcvQdCHJbbjYRZQ7x9fwKhwzY | 731ms | 508ms | 33ms | 3rd |
| https://eu.huel.com/_next/static/chunks/7073-b1848751c7863df4.js?dpl=dpl_8grWcvQdCHJbbjYRZQ7x9fwKhwzY | 654ms | 599ms | 55ms | 3rd |
| https://cdn-ukwest.onetrust.com/scripttemplates/202602.1.0/otBannerSdk.js | 430ms | 272ms | 81ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N5XRP5G | 420ms | 331ms | 84ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 302ms | 154ms | 147ms | 3rd |
| https://eu.huel.com/_next/static/chunks/12336b57-dce2e75bee5c3a0e.js?dpl=dpl_8grWcvQdCHJbbjYRZQ7x9fwKhwzY | 270ms | 59ms | 8ms | 3rd |
| https://eu.huel.com/_next/static/chunks/webpack-b67bef929ed216b1.js?dpl=dpl_8grWcvQdCHJbbjYRZQ7x9fwKhwzY | 210ms | 208ms | 2ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction42 scripts, 521 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 246 KB (68%) | ✓ | 3rd |
| https://eu.huel.com/_next/static/chunks/7073-b1848751c7863df4.js?dpl=dpl_8grWcvQdCHJbbjYRZQ7x9fwKhwzY | 88 KB | 80 KB (92%) | ✓ | 3rd |
| https://cdn-ukwest.onetrust.com/scripttemplates/202602.1.0/otBannerSdk.js | 129 KB | 69 KB (53%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N5XRP5G | 159 KB | 61 KB (50%) | ✓ | 3rd |
| https://eu.huel.com/_next/static/chunks/8333-4a68189ea0c00623.js?dpl=dpl_8grWcvQdCHJbbjYRZQ7x9fwKhwzY | 54 KB | 37 KB (69%) | ✓ | 3rd |
| https://eu.huel.com/_next/static/chunks/7671-9d01723b2785ad84.js?dpl=dpl_8grWcvQdCHJbbjYRZQ7x9fwKhwzY | 33 KB | 28 KB (85%) | ✓ | 3rd |
| https://eu.huel.com/_next/static/chunks/3714-c7cf45c1c0c6adca.js?dpl=dpl_8grWcvQdCHJbbjYRZQ7x9fwKhwzY | 21 KB | — | ✓ | 3rd |
| https://eu.huel.com/_next/static/chunks/app/%5Blocale%5D/%5BflagsCode%5D/(purchase-flow)/(footer)/layout-eacce1d5838a407a.js?dpl=dpl_8grWcvQdCHJbbjYRZQ7x9fwKhwzY | 7 KB | — | ✓ | 3rd |
| https://eu.huel.com/_next/static/chunks/6992-d11981dd663df212.js?dpl=dpl_8grWcvQdCHJbbjYRZQ7x9fwKhwzY | 45 KB | — | ✓ | 3rd |
| https://eu.huel.com/_next/static/chunks/3651-304c9bd9c45e507e.js?dpl=dpl_8grWcvQdCHJbbjYRZQ7x9fwKhwzY | 9 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
AImage Optimization31 images, 0 KB saveablePASS
A+Font Loading6 fonts (95 KB)PASS
Web fonts
6
95 KB total
Render-blocking
0
of 6
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 Hints9 hints, 0 missing preconnectsPASS
Current Resource Hints
9 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall127 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 |
|---|---|---|---|---|---|---|
eu.huel.com eu.huel.com | Other | 2014ms | 158 KB | — | €11/mo | Costly |
Unattributable Unattributable | Other | 1215ms | 0 KB | — | €6/mo | Costly |
eu.huel.com eu.huel.com | Other | 911ms | 45 KB | — | €5/mo | Costly |
eu.huel.com eu.huel.com | Other | 731ms | 54 KB | — | €4/mo | Costly |
eu.huel.com eu.huel.com | Other | 654ms | 88 KB | 92% | €3/mo | Costly |
cdn-ukwest.onetrust.com cdn-ukwest.onetrust.com | Other | 430ms | 129 KB | 53% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 420ms | 159 KB | 50% | €2/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 302ms | 363 KB | 68% | €2/mo | Costly |
eu.huel.com eu.huel.com | Other | 270ms | 21 KB | — | €1/mo | Costly |
eu.huel.com eu.huel.com | Other | 210ms | 5 KB | — | €1/mo | Costly |
eu.huel.com eu.huel.com | Other | 115ms | 45 KB | — | €1/mo | Optional |
eu.huel.com eu.huel.com | Other | 104ms | 33 KB | 85% | €1/mo | Optional |
eu.huel.com eu.huel.com | Other | 71ms | 18 KB | — | €0/mo | Optional |
cdn-ukwest.onetrust.com cdn-ukwest.onetrust.com | Other | 68ms | 8 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- eu.huel.com adds 2014ms and costs ~€11/month
- Unattributable adds 1215ms and costs ~€6/month
- eu.huel.com adds 911ms and costs ~€5/month
- eu.huel.com adds 731ms and costs ~€4/month
- eu.huel.com adds 654ms and costs ~€3/month
- cdn-ukwest.onetrust.com adds 430ms and costs ~€2/month
- Google Tag Manager adds 420ms and costs ~€2/month
- www.gstatic.com adds 302ms and costs ~€2/month
- eu.huel.com adds 270ms and costs ~€1/month
- eu.huel.com adds 210ms 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
eu.huel.com takes 2014ms 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 1215ms 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
eu.huel.com takes 911ms 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
eu.huel.com takes 731ms 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
eu.huel.com takes 654ms 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
92% of eu.huel.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
cdn-ukwest.onetrust.com takes 430ms 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
53% of cdn-ukwest.onetrust.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 420ms 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
50% of Google Tag Manager'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.gstatic.com takes 302ms 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
68% of www.gstatic.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
eu.huel.com takes 270ms 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
eu.huel.com takes 210ms 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
85% of eu.huel.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