Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
17 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No H1 heading found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
106 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
107 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
Nothing in this quadrant — good news.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/0eb72387-9bee-4add-83ae-a04b765ca204)<a href="https://beavercheck.com/results/0eb72387-9bee-4add-83ae-a04b765ca204"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fhp.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fhp.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 20.5s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your audience reach.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 20.5s to load
+12% bounceUsers abandon at ~3s — you're 18.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.9s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
19 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
49 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$850 investment → $0.74/month returns + USD 157,500 risk avoided
$850
8h · 5 findings
$0.74 /mo
~$8.92 / year
USD 157,500
if kept compliant
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
8.5 developer hours at $100/hr
Based on United States rates ($100/hr)
$13,126 / month at risk
~$157,509 / year if left unfixed
$157,500
+3 more
$0.74 /mo
9296.5 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 3 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
7.81 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.89 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.37 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.
20.61 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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 | |
|---|---|---|---|
all-in-plan-printers-bigideaa div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/hp-a... | 115.8 KiB | 99.3 KiB |
omnibook-ultra-ai-pc div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/omni... | 110.7 KiB | 89.4 KiB |
hp-series-5-pro div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/hp-s... | 84.9 KiB | 62.7 KiB |
div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | www.hp.com/content/dam/sites/worldwide/homepage/images/banners/banner-mobile.png | 85.6 KiB | 59.6 KiB |
smart-tank div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/smar... | 58.8 KiB | 46.6 KiB |
ZBook and Z Desktop Workstation. div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/work... | 59.4 KiB | 44.9 KiB |
elitebook-x-series-ai-pc div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/futu... | 48.8 KiB | 36.3 KiB |
copilot-pcs div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/omni... | 45.1 KiB | 34.5 KiB |
HP Series 7 Pro Conferencing Monitor. div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/hp-m... | 44.8 KiB | 33.8 KiB |
OmniBook 7 Laptops front view. div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/omni... | 40.0 KiB | 30.2 KiB |
OmniDesk PCs front view. div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/omni... | 36.1 KiB | 27.6 KiB |
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.
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.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| hp.com/ | 870 ms |
| www.hp.com/ | 878 ms |
| www-redirect.ext.hp.com/ | 762 ms |
| www8.hp.com/us/en/home.html | 756 ms |
| www.hp.com/us-en/home.html | 0.0 ms |
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.
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.
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 |
|---|---|---|
| 19.8 KiB | 16.7 KiB | |
| /etc.clientlibs/hp-com/clientlibs/clientlib-visIDTheme/re... | 16.3 KiB | 12.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js | 118.6 KiB | 68.4 KiB |
| cdn.dynamicyield.com/api/8784964/api_static.js | 104.1 KiB | 65.6 KiB |
| /etc.clientlibs/hp-com/clientlibs/clientlib-visIDTheme/re... | 121.6 KiB | 59.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P9TRBRZ | 138.8 KiB | 56.5 KiB |
| www.hp.com/JXAVHHyY/-L3lHig/1MA7s89/a2/Oik9NJSwbLScrN/bB8MYypVAQ/Mm/pkSlB0EQUC | 178.3 KiB | 36.4 KiB |
| /etc.clientlibs/HPIT-AEM-DIGITNAV/clientlibs/clientlib-ma... | 42.9 KiB | 30.0 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.
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 | 5.2 s |
| Other | 1.6 s |
| Style & Layout | 1.2 s |
| Script Parsing & Compilation | 887 ms |
| Parse HTML & CSS | 370 ms |
| Rendering | 146 ms |
| Garbage Collection | 88 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .id_grid9b11a5ce5894450c8e38f73f1f8ef2d3 { background: var(--hpi-color-gray-1); } … | 6.2 KiB | 3.2 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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/supp... |
div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | www.hp.com/content/dam/sites/worldwide/homepage/images/banners/banner-mobile.png |
support-and-troubleshooting-img div.c-hp-tat > div.c-hp-tat__description > h3.body-large > img | www.hp.com/content/dam/sites/worldwide/homepage/images/banners/support.png |
check-warranty-img div.c-hp-tat > div.c-hp-tat__description > h3.body-large > img | /content/dam/sites/worldwide/homepage/images/banners/chec... |
software-and-drivers-img div.c-hp-tat > div.c-hp-tat__description > h3.body-large > img | /content/dam/sites/worldwide/homepage/images/banners/soft... |
computer-support-img div.c-hp-tat > div.c-hp-tat__description > h3.body-large > img | /content/dam/sites/worldwide/homepage/images/banners/comp... |
contact-an-agent-img div.c-hp-tat > div.c-hp-tat__description > h3.body-large > img | /content/dam/sites/worldwide/homepage/images/banners/cont... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 2 c-hp-generic-carousel.js-hp-component > div.c-hp-generic-carousel__slides > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 c-hp-generic-carousel.js-hp-component > div.c-hp-generic-carousel__slides > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 c-hp-generic-carousel.js-hp-component > div.c-hp-generic-carousel__slides > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 c-hp-generic-carousel.js-hp-component > div.c-hp-generic-carousel__slides > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 6 c-hp-generic-carousel.js-hp-component > div.c-hp-generic-carousel__slides > div.swiper-pagination > span.swiper-pagination-bullet |
Recalls div.privacy_block > ul > li > a.link_metrics |
Product recycling div.privacy_block > ul > li > a.link_metrics |
CA Supply Chains Act div.privacy_block > ul > li > a.link_metrics |
Privacy div.privacy_block > ul > li > a.link_metrics |
Cookie Preferences div.privacy_block > ul > li > a.link_metrics |
Your privacy choices div.privacy_block > ul > li > a.link_metrics |
Terms of use div.privacy_block > ul > li > a.link_metrics |
Limited warranty statement div.privacy_block > ul > li > a.link_metrics |
Terms & conditions of sales & service div.privacy_block > ul > li > a.link_metrics |
EU Data Act div.privacy_block > ul > li > a.link_metrics |
These items highlight common accessibility best practices.
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.
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.
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 |
|---|---|
| /us-en/newsroom/press-releases/2024/hp-wri-reveals-ai-unl... | Learn More |
| /us-en/partnerships/real-madrid-hp.html?jumpid=ma_hpcom_i... | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Laptops nav.digitnav__menu > ul > li.menu-item > a.menu-link |
Desktops nav.digitnav__menu > ul > li.menu-item > a.menu-link |
Printers nav.digitnav__menu > ul > li.menu-item > a.menu-link |
Accessories nav.digitnav__menu > ul > li.menu-item > a.menu-link |
Subscriptions nav.digitnav__menu > ul > li.menu-item > a.menu-link |
Business Solutions nav.digitnav__menu > ul > li.menu-item > a.menu-link |
Support nav.digitnav__menu > ul > li.menu-item > a.menu-link |
… div.autocomplete-header__container > div.autocomplete-header__input-holder > div.input-wrapper > a.wpr-backspace-icon |
div.autocomplete-header__container > div.autocomplete-header__input-holder > div.input-wrapper > a.wpr-search-icon-logo |
div.autocomplete-header__body > div.autocomplete-header__container > div.autocomplete-header__input-holder > a.wpr-close-autocomplete |
Related links hp-brightedge-autopilot.js-hp-component > div.drawer-wrapper > div.drawer-trigger-wrapper > a.drawer-trigger |
digitnav-footer#footer > div.country-selector > div.countries-wrapper > a.close |
Ways to buy digitnav-footer#footer > div.footer-sections > div.section > a.no-link |
HP Partners digitnav-footer#footer > div.footer-sections > div.section > a.no-link |
Stay connected digitnav-footer#footer > div.footer-sections > div.section > a.no-link |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.27 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
252 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.076
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.76 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.66 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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 | |
|---|---|---|---|
all-in-plan-printers-bigideaa div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/hp-a... | 191.3 KiB | 147.9 KiB |
Nighttime exterior of Kinepolis cinema showing a modern brick building with ill… div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/Kine... | 165.5 KiB | 144.8 KiB |
Nighttime aerial view of a modern architectural complex featuring flowing, curv… div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | www.hp.com/content/dam/sites/worldwide/homepage/images/banners/Zaha-Hadid.png | 147.7 KiB | 126.9 KiB |
omnibook-ultra-ai-pc div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/omni... | 176.5 KiB | 112.5 KiB |
hp-series-5-pro div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/hp-s... | 149.2 KiB | 90.1 KiB |
smart-tank div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/smar... | 94.2 KiB | 72.9 KiB |
div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/bann... | 82.0 KiB | 67.4 KiB |
copilot-pcs div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/omni... | 66.3 KiB | 55.0 KiB |
Woman in a dark vest and ID badge speaks with a man while holding a clipboard i… div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | www.hp.com/content/dam/sites/worldwide/homepage/images/banners/UKHS.png | 49.0 KiB | 41.6 KiB |
Team collaborating in a modern office: woman in a yellow shirt and man in a blu… div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | www.hp.com/content/dam/sites/worldwide/homepage/images/banners/workloads.png | 43.3 KiB | 33.6 KiB |
ZBook and Z Desktop Workstation. div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/work... | 35.2 KiB | 30.0 KiB |
HP convertible laptop displaying a system management dashboard with performance… div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/bann... | 33.8 KiB | 28.0 KiB |
HP Series 7 Pro Conferencing Monitor. div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/hp-m... | 27.4 KiB | 23.3 KiB |
Woman with curly dark hair wearing a gray sweater works on an HP Elite laptop a… div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/futu... | 28.5 KiB | 22.2 KiB |
Man in a blue shirt and glasses uses an HP curved ultrawide monitor displaying … div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | www.hp.com/content/dam/sites/worldwide/homepage/images/banners/hp_unveils.png | 27.8 KiB | 21.6 KiB |
OmniBook 7 Laptops front view. div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/omni... | 21.3 KiB | 18.2 KiB |
OmniDesk PCs front view. div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/omni... | 20.8 KiB | 18.0 KiB |
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.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| hp.com/ | 317 ms |
| www.hp.com/ | 327 ms |
| www-redirect.ext.hp.com/ | 214 ms |
| www8.hp.com/us/en/home.html | 207 ms |
| www.hp.com/us-en/home.html | 0.0 ms |
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.
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.
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 |
|---|---|---|
| 19.8 KiB | 16.9 KiB | |
| /etc.clientlibs/hp-com/clientlibs/clientlib-visIDTheme/re... | 16.3 KiB | 11.9 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.hp.com/us-en/home.html | 521 ms | 45 ms | 3.3 ms |
| /etc.clientlibs/hp-com/clientlibs/clientlib-visIDTheme/re... | 276 ms | 152 ms | 15 ms |
| Unattributable | 274 ms | 53 ms | 0.0 ms |
| www.hp.com/JXAVHHyY/-L3lHig/1MA7s89/a2/Oik9NJSwbLScrN/bB8MYypVAQ/Mm/pkSlB0EQUC | 239 ms | 218 ms | 16 ms |
| www.googletagmanager.com/gtm.js?id=GTM-P9TRBRZ | 230 ms | 198 ms | 14 ms |
| www.hp.com/cma/ng/lib/exceptions/mu.js | 208 ms | 158 ms | 42 ms |
| cdn.dynamicyield.com/api/8784964/api_dynamic.js | 179 ms | 105 ms | 59 ms |
| cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js | 90 ms | 52 ms | 14 ms |
| www.hp.com/akam/13/3857d2b2 | 82 ms | 73 ms | 1.6 ms |
| /st?sec=8784964&ref=&scriptVersion=2.85.0&inHead=true&id=... | 82 ms | 73 ms | 2.5 ms |
| cdn.dynamicyield.com/api/8784964/api_static.js | 72 ms | 19 ms | 13 ms |
| /etc.clientlibs/hp-com/clientlibs/clientlib-components/re... | 58 ms | 26 ms | 0.4 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 | 1.3 s |
| Style & Layout | 438 ms |
| Other | 410 ms |
| Script Parsing & Compilation | 188 ms |
| Rendering | 65 ms |
| Parse HTML & CSS | 64 ms |
| Garbage Collection | 31 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .id_grid9b11a5ce5894450c8e38f73f1f8ef2d3 { background: var(--hpi-color-gray-1); } … | 6.2 KiB | 3.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js | 118.6 KiB | 68.3 KiB |
| cdn.dynamicyield.com/api/8784964/api_static.js | 104.1 KiB | 65.5 KiB |
| /etc.clientlibs/hp-com/clientlibs/clientlib-visIDTheme/re... | 121.6 KiB | 60.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P9TRBRZ | 138.8 KiB | 56.5 KiB |
| www.hp.com/JXAVHHyY/-L3lHig/1MA7s89/a2/Oik9NJSwbLScrN/bB8MYypVAQ/Mm/pkSlB0EQUC | 178.3 KiB | 36.4 KiB |
| /etc.clientlibs/HPIT-AEM-DIGITNAV/clientlibs/clientlib-ma... | 42.9 KiB | 29.9 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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/supp... |
div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img div.c-hp-image > div.c-hp-image__container > picture.c-hp-image__picture > img.c-hp-image__img | /content/dam/sites/worldwide/homepage/images/banners/bann... |
support-and-troubleshooting-img div.c-hp-tat > div.c-hp-tat__description > h3.body-large > img | www.hp.com/content/dam/sites/worldwide/homepage/images/banners/support.png |
check-warranty-img div.c-hp-tat > div.c-hp-tat__description > h3.body-large > img | /content/dam/sites/worldwide/homepage/images/banners/chec... |
software-and-drivers-img div.c-hp-tat > div.c-hp-tat__description > h3.body-large > img | /content/dam/sites/worldwide/homepage/images/banners/soft... |
computer-support-img div.c-hp-tat > div.c-hp-tat__description > h3.body-large > img | /content/dam/sites/worldwide/homepage/images/banners/comp... |
contact-an-agent-img div.c-hp-tat > div.c-hp-tat__description > h3.body-large > img | /content/dam/sites/worldwide/homepage/images/banners/cont... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay div.c-hp-container > div.c-hp-row > div.c-hp-grid-cell > a.cell-cta-overlay |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 2 c-hp-generic-carousel.js-hp-component > div.c-hp-generic-carousel__slides > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 c-hp-generic-carousel.js-hp-component > div.c-hp-generic-carousel__slides > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 c-hp-generic-carousel.js-hp-component > div.c-hp-generic-carousel__slides > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 c-hp-generic-carousel.js-hp-component > div.c-hp-generic-carousel__slides > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 6 c-hp-generic-carousel.js-hp-component > div.c-hp-generic-carousel__slides > div.swiper-pagination > span.swiper-pagination-bullet |
Contact HP div.section > ul > li > a.link_metrics |
Careers div.section > ul > li > a.link_metrics |
Investor relations div.section > ul > li > a.link_metrics |
Sustainable impact div.section > ul > li > a.link_metrics |
Newsroom div.section > ul > li > a.link_metrics |
Tech Takes div.section > ul > li > a.link_metrics |
Shop online div.section > ul > li > a.link_metrics |
Call an HP rep div.section > ul > li > a.link_metrics |
Find a reseller div.section > ul > li > a.link_metrics |
Enterprise store div.section > ul > li > a.link_metrics |
Recalls div.privacy_block > ul > li > a.link_metrics |
Product recycling div.privacy_block > ul > li > a.link_metrics |
Accessibility div.privacy_block > ul > li > a.link_metrics |
CA Supply Chains Act div.privacy_block > ul > li > a.link_metrics |
Terms & conditions of sales & service div.privacy_block > ul > li > a.link_metrics |
IP Notices div.privacy_block > ul > li > a.link_metrics |
EU Data Act div.privacy_block > ul > li > a.link_metrics |
These items highlight common accessibility best practices.
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.
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.
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 |
|---|---|
| /us-en/newsroom/press-releases/2024/hp-wri-reveals-ai-unl... | Learn More |
| /us-en/partnerships/real-madrid-hp.html?jumpid=ma_hpcom_i... | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Laptops nav.digitnav__menu > ul > li.menu-item > a.menu-link |
Desktops nav.digitnav__menu > ul > li.menu-item > a.menu-link |
Printers nav.digitnav__menu > ul > li.menu-item > a.menu-link |
Accessories nav.digitnav__menu > ul > li.menu-item > a.menu-link |
Subscriptions nav.digitnav__menu > ul > li.menu-item > a.menu-link |
Business Solutions nav.digitnav__menu > ul > li.menu-item > a.menu-link |
Support nav.digitnav__menu > ul > li.menu-item > a.menu-link |
… div.autocomplete-header__container > div.autocomplete-header__input-holder > div.input-wrapper > a.wpr-backspace-icon |
div.autocomplete-header__container > div.autocomplete-header__input-holder > div.input-wrapper > a.wpr-search-icon-logo |
div.autocomplete-header__body > div.autocomplete-header__container > div.autocomplete-header__input-holder > a.wpr-close-autocomplete |
Related links hp-brightedge-autopilot.js-hp-component > div.drawer-wrapper > div.drawer-trigger-wrapper > a.drawer-trigger |
digitnav-footer#footer > div.country-selector > div.countries-wrapper > a.close |
Ways to buy digitnav-footer#footer > div.footer-sections > div.section > a.no-link |
HP Partners digitnav-footer#footer > div.footer-sections > div.section > a.no-link |
Stay connected digitnav-footer#footer > div.footer-sections > div.section > a.no-link |
To appear in search results, crawlers need access to your app.
Send Feedback