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.
2.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.83 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.72 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.092
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.57 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.
32.67 s
Page Load Progression
FPage Weight BudgetAction15.0 MB transferred, 109 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 CostAction13921ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.heinz.com/_next/static/chunks/pages/_app-021bc8e57d69aaf0.js | 5291ms | 4499ms | 508ms | 3rd |
| https://www.heinz.com/_next/static/chunks/framework-5b26dd83b6598aeb.js | 2436ms | 1958ms | 30ms | 3rd |
| https://www.heinz.com/ | 1867ms | 21ms | 1ms | 3rd |
| Unattributable | 1267ms | 109ms | 0ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 1212ms | 1027ms | 112ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W2PBNCL>m_auth=>m_preview=>m_cookies_win=x | 723ms | 607ms | 97ms | 3rd |
| https://cdn-ukwest.onetrust.com/scripttemplates/202602.1.0/otBannerSdk.js | 402ms | 285ms | 45ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-ZVECF4LTHB&cx=c>m=4e6461 | 376ms | 320ms | 53ms | 3rd |
| https://www.heinz.com/_next/static/chunks/main-297f0f0aec7883c6.js | 160ms | 145ms | 12ms | 3rd |
| https://widgets.swaven.com/awe/1/loader.js | 76ms | 49ms | 6ms | 3rd |
Showing top 10 of 12 scripts
FJS BundlesAction49 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.heinz.com/_next/static/chunks/pages/_app-021bc8e57d69aaf0.js | 1199 KB | 781 KB (65%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 161 KB (44%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 161 KB (44%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 161 KB (44%) | ✓ | 3rd |
| https://cdn-ukwest.onetrust.com/scripttemplates/202602.1.0/otBannerSdk.js | 129 KB | 68 KB (52%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-ZVECF4LTHB&cx=c>m=4e6461 | 163 KB | 66 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W2PBNCL>m_auth=>m_preview=>m_cookies_win=x | 180 KB | 55 KB (31%) | ✓ | 3rd |
| https://www.heinz.com/_next/static/chunks/374-a499b55f3fa41d02.js | 29 KB | 27 KB (94%) | ✓ | 3rd |
| https://www.heinz.com/_next/static/chunks/420.13d65fb567aa5a4b.js | 0 KB | — | ✓ | 3rd |
| https://widgets.swaven.com/awe/1/loader.js | 18 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization15 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (148 KB)PASS
Web fonts
6
148 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 Hints11 hints, 0 missing preconnectsPASS
Current Resource Hints
11 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: Google Cloud
Network Waterfall109 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.heinz.com www.heinz.com | Other | 5291ms | 1199 KB | 65% | $91/mo | Costly |
www.heinz.com www.heinz.com | Other | 2436ms | 56 KB | — | $42/mo | Costly |
www.heinz.com www.heinz.com | Other | 1867ms | 53 KB | — | $32/mo | Costly |
Unattributable Unattributable | Other | 1267ms | 0 KB | — | $22/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 1212ms | 0 KB | 44% | $21/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 723ms | 180 KB | 31% | $12/mo | Costly |
cdn-ukwest.onetrust.com cdn-ukwest.onetrust.com | Other | 402ms | 129 KB | 52% | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 376ms | 163 KB | 40% | $6/mo | Costly |
www.heinz.com www.heinz.com | Other | 160ms | 38 KB | — | $3/mo | Optional |
widgets.swaven.com widgets.swaven.com | Other | 76ms | 18 KB | — | $1/mo | Optional |
www.heinz.com www.heinz.com | Other | 59ms | 3 KB | — | $1/mo | Optional |
wtb-tag.mikmak.ai wtb-tag.mikmak.ai | Other | 53ms | 10 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.heinz.com adds 5291ms and costs ~$91/month
- www.heinz.com adds 2436ms and costs ~$42/month
- www.heinz.com adds 1867ms and costs ~$32/month
- Unattributable adds 1267ms and costs ~$22/month
- www.gstatic.com adds 1212ms and costs ~$21/month
- Google Tag Manager adds 723ms and costs ~$12/month
- cdn-ukwest.onetrust.com adds 402ms and costs ~$7/month
- Google Tag Manager adds 376ms and costs ~$6/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.heinz.com takes 5291ms 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
65% of www.heinz.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.heinz.com takes 2436ms 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.heinz.com takes 1867ms 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 1267ms 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.gstatic.com takes 1212ms 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
Google Tag Manager takes 723ms 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
cdn-ukwest.onetrust.com takes 402ms 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
52% 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 376ms 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