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.
626 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.39 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.071
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.29 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.
14.22 s
Page Load Progression
FPage Weight BudgetAction16.6 MB transferred, 116 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 CostAction7609ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.heinz.com/_next/static/chunks/pages/_app-021bc8e57d69aaf0.js | 4637ms | 4381ms | 141ms | 3rd |
| https://www.heinz.com/_next/static/chunks/framework-5b26dd83b6598aeb.js | 977ms | 808ms | 13ms | 3rd |
| Unattributable | 605ms | 29ms | 0ms | 3rd |
| https://www.heinz.com/ | 570ms | 5ms | 0ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 315ms | 269ms | 27ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W2PBNCL>m_auth=>m_preview=>m_cookies_win=x | 224ms | 200ms | 16ms | 3rd |
| https://cdn-ukwest.onetrust.com/scripttemplates/202602.1.0/otBannerSdk.js | 130ms | 63ms | 13ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-ZVECF4LTHB&cx=c>m=4e6461h1 | 100ms | 87ms | 12ms | 3rd |
| https://www.heinz.com/_next/static/chunks/main-297f0f0aec7883c6.js | 52ms | 42ms | 9ms | 3rd |
FJS BundlesAction53 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 | 785 KB (66%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 160 KB (44%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 160 KB (44%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 160 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=4e6461h1 | 163 KB | 65 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://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js?did=98163a3e-f400-4c61-8d40-747a07bc5c49 | 8 KB | — | ✓ | 3rd |
| https://www.heinz.com/_next/static/chunks/framework-5b26dd83b6598aeb.js | 56 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 Optimization17 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 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: Google Cloud
Network Waterfall116 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 | 4637ms | 1199 KB | 66% | $80/mo | Costly |
www.heinz.com www.heinz.com | Other | 977ms | 56 KB | — | $17/mo | Costly |
Unattributable Unattributable | Other | 605ms | 0 KB | — | $10/mo | Costly |
www.heinz.com www.heinz.com | Other | 570ms | 53 KB | — | $10/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 315ms | 0 KB | 44% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 224ms | 180 KB | 31% | $4/mo | Costly |
cdn-ukwest.onetrust.com cdn-ukwest.onetrust.com | Other | 130ms | 129 KB | 52% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 100ms | 163 KB | 40% | $2/mo | Optional |
www.heinz.com www.heinz.com | Other | 52ms | 38 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.heinz.com adds 4637ms and costs ~$80/month
- www.heinz.com adds 977ms and costs ~$17/month
- Unattributable adds 605ms and costs ~$10/month
- www.heinz.com adds 570ms and costs ~$10/month
- www.gstatic.com adds 315ms and costs ~$5/month
- Google Tag Manager adds 224ms and costs ~$4/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 4637ms 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
66% 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 977ms 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 605ms 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 570ms 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 315ms 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 224ms 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