Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 45 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Heinz Breakfast Ketchup bottle. div.relative > figure.relative > div.relative > img.custom-image | /kraft-heinz-whats-cooking-ca/image/upload/f_auto/q_auto/... | 92.6 KiB | 89.7 KiB |
A jar of Heinz Homestyle Brown Gravy sits against a rich, dark red background, … div.relative > figure.relative > div.relative > img.custom-image | /kraft-heinz-whats-cooking-ca/image/upload/f_auto/q_auto/... | 47.2 KiB | 43.4 KiB |
A red Heinz "Kegchup" keg, with a silver top and bottom. The Heinz logo is disp… div.relative > figure.relative > div.relative > img.custom-image | /kraft-heinz-whats-cooking-ca/image/upload/f_auto/q_auto/... | 92.7 KiB | 39.6 KiB |
A brightly lit bottle of Heinz Yellow Mustard is set against a golden yellow ba… div.relative > figure.relative > div.relative > img.custom-image | /kraft-heinz-whats-cooking-ca/image/upload/f_auto/q_auto/... | 36.5 KiB | 33.6 KiB |
A bottle of Heinz Mayochup saucy sauce stands out against a deep red background… div.relative > figure.relative > div.relative > img.custom-image | /kraft-heinz-whats-cooking-ca/image/upload/f_auto/q_auto/... | 32.7 KiB | 30.1 KiB |
A classic bottle of Heinz Tomato Ketchup stands out against a deep red backgrou… div.relative > figure.relative > div.relative > img.custom-image | /kraft-heinz-whats-cooking-ca/image/upload/f_auto/q_auto/... | 28.8 KiB | 26.5 KiB |
Heinz Yellow Mustard Squeeze Bottle with Fan Favorite Badge div.relative > figure.relative > div.relative > img.custom-image | /kraft-heinz-whats-cooking-ca/image/upload/f_auto/q_auto/... | 49.5 KiB | 21.1 KiB |
A bottle of Heinz Simply Tomato Ketchup, red with a white and brown label, feat… div.relative > figure.relative > div.relative > img.custom-image | /kraft-heinz-whats-cooking-ca/image/upload/f_auto/q_auto/... | 39.0 KiB | 16.7 KiB |
div.theme-new-red > div.relative > div.relative > video.h-full div.theme-new-red > div.relative > div.relative > video.h-full | cdn.allotta.io/video/upload/f_auto/q_auto/v1748584921/vkfdnssobmnblgqxlcwi.jpg | 12.6 KiB | 9.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| heinz.com/ | 244 ms |
| www.heinz.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.heinz.com/_next/static/chunks/pages/_app-021bc8e57d69aaf0.js | 1.2 MiB | 785.3 KiB |
| www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 362.6 KiB | 160.2 KiB |
| cdn-ukwest.onetrust.com/scripttemplates/202602.1.0/otBannerSdk.js | 128.8 KiB | 67.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-ZVECF4LTHB&cx=c>m=4e6461h1 | 162.5 KiB | 65.5 KiB |
| /gtm.js?id=GTM-W2PBNCL>m_auth=>m_preview=>m_cookies... | 179.6 KiB | 55.4 KiB |
| www.heinz.com/_next/static/chunks/374-a499b55f3fa41d02.js | 28.4 KiB | 26.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.heinz.com/_next/static/chunks/pages/_app-021bc8e57d69aaf0.js | 4.6 s | 4.4 s | 141 ms |
| www.heinz.com/_next/static/chunks/framework-5b26dd83b6598aeb.js | 977 ms | 808 ms | 13 ms |
| Unattributable | 605 ms | 29 ms | 0.0 ms |
| www.heinz.com/ | 570 ms | 5.0 ms | 0.3 ms |
| www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 315 ms | 269 ms | 27 ms |
| /gtm.js?id=GTM-W2PBNCL>m_auth=>m_preview=>m_cookies... | 224 ms | 200 ms | 16 ms |
| cdn-ukwest.onetrust.com/scripttemplates/202602.1.0/otBannerSdk.js | 130 ms | 63 ms | 13 ms |
| www.googletagmanager.com/gtag/js?id=G-ZVECF4LTHB&cx=c>m=4e6461h1 | 100 ms | 87 ms | 12 ms |
| www.heinz.com/_next/static/chunks/main-297f0f0aec7883c6.js | 52 ms | 42 ms | 8.6 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 6.0 s |
| Other | 1.0 s |
| Style & Layout | 349 ms |
| Script Parsing & Compilation | 255 ms |
| Rendering | 86 ms |
| Garbage Collection | 61 ms |
| Parse HTML & CSS | 33 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.heinz.com/_next/static/css/6bb51bd39553650c.css | 34.2 KiB | 28.7 KiB |
| 22.3 KiB | 19.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search products. div.flex > div.aa-Autocomplete > form#autocompleteFormId > input.aa-Input |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Introducing KegChup
Be the first to know when Heinz KegChup drops. div.swiper > div#swiper-wrapper-3dc946aff9339961 > div.swiper-slide > a.cursor-pointer |
Simply Tomato Ketchup
Made simply with the highest quality ingredients div.swiper > div#swiper-wrapper-3dc946aff9339961 > div.swiper-slide > a.cursor-pointer |
Natural Yellow Mustard
Rich, tangy, unmistakably classic div.swiper > div#swiper-wrapper-3dc946aff9339961 > div.swiper-slide > a.cursor-pointer |
Privacy Policy. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Best Practices
General
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Error: Country 'ES' out of scope
at https://widgets.swaven.com/awe/1/loader.js:1:8896
at https://widgets.swaven.com/awe/1/loader.js:1:8960
at L.t.onload (https://widgets.swaven.com/awe/1/loader.js:1:11183) | |
Failed to load resource: the server responded with a status of 401 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.heinz.com/privacy-policy | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.