Skip to content
https://pg.com

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

76

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
Blue circle with P&G logo and a black badge honoring "America's Most Innovative… a.blog-item > div.blog-item__image-container > div.image > img.image__file
/oggad6svuzkv/7p23uPFqJh9ZXx1Sn4rPY6/e277c58cddcbe9d8d85f...122.0 KiB108.7 KiB
div.hp-header__image > div.image > picture.image__set > img.image__file div.hp-header__image > div.image > picture.image__set > img.image__file
/oggad6svuzkv/6n6TXJCqYs5ID8JQ6f3hNh/1aea28122c65f51ed928...187.9 KiB90.3 KiB
div.hp-header__image > div.image > picture.image__set > img.image__file div.hp-header__image > div.image > picture.image__set > img.image__file
/oggad6svuzkv/1qWaKI94Q2uelcBWImnlAB/49d835a31220b79ffa26...114.9 KiB55.2 KiB
div.hp-header__image > div.image > picture.image__set > img.image__file div.hp-header__image > div.image > picture.image__set > img.image__file
/oggad6svuzkv/3vshmiZPCvCJnHycOnvwyl/3d3c3b195c1ce46ac868...98.1 KiB47.1 KiB
div.hp-header__image > div.image > picture.image__set > img.image__file div.hp-header__image > div.image > picture.image__set > img.image__file
/oggad6svuzkv/iWOtUUreZAMiN6daJ2JMn/974515dfda27058562397...71.2 KiB34.2 KiB
2026 Where You Work Matters Platinum Employer badge div.hp-header__container > div.image > picture.image__set > img.image__file
/oggad6svuzkv/2CfEkcZXpQMywhZAqOOfGy/089b54a9f201722d09d1...30.5 KiB20.3 KiB
A man with short brown hair wears a grey t-shirt and black pants. He is standin… a.blog-item > div.blog-item__image-container > div.image > img.image__file
/oggad6svuzkv/1hjTPHfLoqsyLTxHbE1iLw/78a55c41f9275f821f78...28.9 KiB15.6 KiB
A man with long hair and a blue shirt removed laundry from the dryer as a smili… a.blog-item > div.blog-item__image-container > div.image > img.image__file
/oggad6svuzkv/6QTtd6YftUnRym3ahSxDG3/de8f687937a9a64b776e...26.9 KiB13.6 KiB
A man in a light blue shirt and black suit jacket. He is wearing a microphone a… a.blog-item > div.blog-item__image-container > div.image > img.image__file
/oggad6svuzkv/20BkCb2AxAWQJK2JEDaRkx/e0729e410dd4242d9099...15.6 KiB7.6 KiB

Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:label label:Subpart valueType:text] map[key:duration label:Duration valueType:ms]]
items: [map[duration:3862.165 label:Time to first byte subpart:timeToFirstByte] map[duration:950.144 label:Element render delay subpart:elementRenderDelay]]
lhId: page-9-IMG
nodeLabel: Placeholder
path: 1,HTML,1,BODY,1,DIV,0,DIV,1,MAIN,0,DIV,0,IMG
selector: div.page-container > main#page-content > div > img.lcp
snippet: <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAFoCAQAAABtO4LaAAADB3pU…" alt="Placeholder" width="100%" height="100%" class="lcp" style="position:absolute;z-index:-1;padding:10px;max-width:100%;left:0;top:0">

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

Diagnostics

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 40 ms 20.3 KiB
URLTransfer SizeEst Savings
us.pg.com/css/WKCCCVRdYqHv.css25.9 KiB20.3 KiB

Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
Pages with cache-control:no-store header cannot enter back/forward cache.Actionable
Pages whose main resource has cache-control:no-store cannot enter back/forward cache.Not actionable
Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header.Not actionable

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 20.6 KiB
URLTransfer SizeEst Savings
us.pg.com/_next/static/chunks/0ut-es-m5f4j0.js60.4 KiB20.6 KiB

More information about the performance of your application. These numbers don't directly affect the Performance score.

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 1.3 s
URLTime Spent
pg.com/438 ms
www.pg.com/896 ms
us.pg.com/0.0 ms

Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 3.3 s
URLTime Spent
us.pg.com/3.4 s
Time to Interactive 2.1 s
Use efficient cache lifetimes
Layout shift culprits
Optimize DOM size
Font display
Forced reflow
Modern HTTP
Render blocking requests
Optimize viewport for mobile
Max Potential First Input Delay 50 ms
Minify CSS
Minify JavaScript
Avoids enormous network payloads Total size was 1,137 KiB
User Timing marks and measures 7 user timings
JavaScript execution time 0.1 s
Minimizes main-thread work 0.6 s
Avoid long main-thread tasks 1 long task found
Avoid non-composited animations 5 animated elements found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 100 ms
Server Backend Latencies 700 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid large layout shifts 1 layout shift found
INP breakdown
LCP request discovery
100

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
USA li#global-navigation > ul.navigation__group__items > li.navigation__item > a#change-location-header
See our efforts div.hp-msg > div.hp-msg__wrapper > div.hp-msg__content > a.external-link
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
85

Best Practices

User Experience

Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLAspect Ratio (Displayed)Aspect Ratio (Actual)
Placeholder div.page-container > main#page-content > div > img.lcp
1330 x 920 (1.45)640 x 360 (1.78)

Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLDisplayed sizeActual sizeExpected size
Placeholder div.page-container > main#page-content > div > img.lcp
1330 x 920640 x 3601330 x 920

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Connecting to 'https://privacytermsprod.pgmodernweb.com/privacy/privacy_and_terms_v2.json' violates the following Content Security Policy directive: "connect-src 'self' https://www.google.com https://geolocation.onetrust.com https://feeds.businesswire.com https://csapi-nonprod.pg.com https://csapi.pg.com https://downloads.ctfassets.net https://cdn.segment.com https://privacytermsprod.azureedge.net https://assets.ctfassets.net/ https://cdn.contentful.com https://mw-ar-recom-prod.pgapi.io/ https://staging-api.fr.pg.com/ https://gpdb-staging.name-coach.com/api/public/v1/pronunciations/phonetics https://gpdb.name-coach.com/api/public/v1/pronunciations/phonetics https://prompts.maze.co https://pagestates-tracking.crazyegg.com https://assets-tracking.crazyegg.com https://tracking.crazyegg.com https://api.fr.pg.com https://pg-poc-regulatory-app-test.azurewebsites.net https://s.swiftypecdn.com https://maps.googleapis.com https://script.crazyegg.com https://consent-api.onetrust.com https://api.segment.io/ https://match.adsrvr.org/ https://lj18wdvpyu-3.algolianet.com/ https://lj18wdvpyu-2.algolianet.com/ https://lj18wdvpyu-1.algolianet.com/ https://lj18wdvpyu-dsn.algolia.net/ https://www.google-analytics.com/ https://region1.google-analytics.com https://cdn.cookielaw.org *.rudderstack.com cdn.rudderlabs.com *.doubleclick.net https://stats.g.doubleclick.net". The action has been blocked.
Connecting to 'https://privacytermsprod.pgmodernweb.com/privacy/privacy_and_terms_v2.json' violates the following Content Security Policy directive: "connect-src 'self' https://www.google.com https://geolocation.onetrust.com https://feeds.businesswire.com https://csapi-nonprod.pg.com https://csapi.pg.com https://downloads.ctfassets.net https://cdn.segment.com https://privacytermsprod.azureedge.net https://assets.ctfassets.net/ https://cdn.contentful.com https://mw-ar-recom-prod.pgapi.io/ https://staging-api.fr.pg.com/ https://gpdb-staging.name-coach.com/api/public/v1/pronunciations/phonetics https://gpdb.name-coach.com/api/public/v1/pronunciations/phonetics https://prompts.maze.co https://pagestates-tracking.crazyegg.com https://assets-tracking.crazyegg.com https://tracking.crazyegg.com https://api.fr.pg.com https://pg-poc-regulatory-app-test.azurewebsites.net https://s.swiftypecdn.com https://maps.googleapis.com https://script.crazyegg.com https://consent-api.onetrust.com https://api.segment.io/ https://match.adsrvr.org/ https://lj18wdvpyu-3.algolianet.com/ https://lj18wdvpyu-2.algolianet.com/ https://lj18wdvpyu-1.algolianet.com/ https://lj18wdvpyu-dsn.algolia.net/ https://www.google-analytics.com/ https://region1.google-analytics.com https://cdn.cookielaw.org *.rudderstack.com cdn.rudderlabs.com *.doubleclick.net https://stats.g.doubleclick.net". The action has been blocked.
Error: TypeError: Failed to fetch at p (https://us.pg.com/_next/static/chunks/0w_5tmlm5w8y8.js:1:15013) at v (https://us.pg.com/_next/static/chunks/0w_5tmlm5w8y8.js:1:15255) at a (https://us.pg.com/_next/static/chunks/0w_5tmlm5w8y8.js:1:17418) at https://us.pg.com/_next/static/chunks/0w_5tmlm5w8y8.js:1:17678 at oJ (https://us.pg.com/_next/static/chunks/0ut-es-m5f4j0.js:1:94508) at uk (https://us.pg.com/_next/static/chunks/0ut-es-m5f4j0.js:1:110396) at uw (https://us.pg.com/_next/static/chunks/0ut-es-m5f4j0.js:1:110280) at uk (https://us.pg.com/_next/static/chunks/0ut-es-m5f4j0.js:1:110441) at uw (https://us.pg.com/_next/static/chunks/0ut-es-m5f4j0.js:1:110280) at uk (https://us.pg.com/_next/static/chunks/0ut-es-m5f4j0.js:1:110376)
Error: TypeError: Failed to fetch at p (https://us.pg.com/_next/static/chunks/0w_5tmlm5w8y8.js:1:15013) at v (https://us.pg.com/_next/static/chunks/0w_5tmlm5w8y8.js:1:15255) at a (https://us.pg.com/_next/static/chunks/0w_5tmlm5w8y8.js:1:17418) at https://us.pg.com/_next/static/chunks/0w_5tmlm5w8y8.js:1:17678 at oJ (https://us.pg.com/_next/static/chunks/0ut-es-m5f4j0.js:1:94508) at uk (https://us.pg.com/_next/static/chunks/0ut-es-m5f4j0.js:1:110396) at uw (https://us.pg.com/_next/static/chunks/0ut-es-m5f4j0.js:1:110280) at uk (https://us.pg.com/_next/static/chunks/0ut-es-m5f4j0.js:1:110441) at uw (https://us.pg.com/_next/static/chunks/0ut-es-m5f4j0.js:1:110280) at uk (https://us.pg.com/_next/static/chunks/0ut-es-m5f4j0.js:1:110376)
Fetch API cannot load https://privacytermsprod.pgmodernweb.com/privacy/privacy_and_terms_v2.json. Refused to connect because it violates the document's Content Security Policy.
Fetch API cannot load https://privacytermsprod.pgmodernweb.com/privacy/privacy_and_terms_v2.json. Refused to connect because it violates the document's Content Security Policy.

Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Issue type
Content security policy
Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Page has the HTML doctype
Properly defines charset
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
85

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Link destinationLink Text
us.pg.com/blogs/pg-awards-and-recognitions/Read More

Format your HTML in a way that enables crawlers to better understand your app’s content.

Crawling and Indexing

If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Line #ContentError
4Disallow: https://origprod-cus-us.pg.com/health-probe/Pattern should either be empty, start with "/" or "*"
5Disallow: https://origprod-eus2-us.pg.com/health-probe/Pattern should either be empty, start with "/" or "*"
6Disallow: https://us.pg.com/health-probe/Pattern should either be empty, start with "/" or "*"

To appear in search results, crawlers need access to your app.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links are crawlable
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback