Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 46.3s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
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.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 21.5 MB (11.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
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/14a06575-1765-45ff-9990-4d3f09c09934)<a href="https://beavercheck.com/results/14a06575-1765-45ff-9990-4d3f09c09934"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsherwin-williams.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsherwin-williams.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 46.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes 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 user trust.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 46.3s to load
+12% bounceUsers abandon at ~3s — you're 43.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.3s
+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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $2.80/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$2.80 /mo
~$34 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
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.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,128 / month at risk
~$157,534 / year if left unfixed
$157,500
+9 more
$2.80 /mo
35014.2 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 5 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.
13.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
46.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.32 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.329
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.27 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.
46.86 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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 |
|---|---|
| /content/dam/it-resources/fonts/swdropcloth/1-2/SWDropclo... | 50 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.
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 | |
|---|---|---|---|
April 1-30. 40% OFF Color To Go Samples. Enjoy Scheduled Home Delivery on Quali… div.image > div#image-088463bcc9 > a.cmp-image__link > img.cmp-image__image | /is/image/sherwinwilliams/apr26-sample-date-gg-mobile?qlt... | 841.8 KiB | 817.0 KiB |
Industrial Overview ul.cmp-cc-slideshow > li#imageSlide0 > picture > img.lozad | /is/image/sherwinwilliams/PCG-Slider-Image-1?wid=409&hei=... | 73.6 KiB | 64.9 KiB |
div.container > div#container-9dd43b1a3a > div.container > div#container-7506e0c1e4 div.container > div#container-9dd43b1a3a > div.container > div#container-7506e0c1e4 | /content/dam/swcom/global-gateway/201209_Sherwin_Williams... | 120.6 KiB | 57.5 KiB |
div.container > div#container-f02a88d973 > div.container > div#container-075b9a406e div.container > div#container-f02a88d973 > div.container > div#container-075b9a406e | /content/dam/sherwin/tag/aem-main/global-gateway/GG-Corpo... | 73.8 KiB | 20.5 KiB |
General Industrial ul.cmp-cc-slideshow > li#imageSlide3 > picture > img.lozad | /is/image/sherwinwilliams/GG-PCG-Gen-Industrial-Crop-1?wi... | 22.0 KiB | 13.4 KiB |
Aerospace ul.cmp-cc-slideshow > li#imageSlide6 > picture > img.lozad | /is/image/sherwinwilliams/GG-PCG-Aero-Crop-1?wid=409&hei=... | 16.2 KiB | 7.6 KiB |
div.cmp-nav__header-images > div.cmp-nav__logo > a > img div.cmp-nav__header-images > div.cmp-nav__logo > a > img | s7d2.scene7.com/is/image/sherwinwilliams/sw-logo-header-up?scl=1&fmt=png-alpha | 10.0 KiB | 7.4 KiB |
Packaging Coatings ul.cmp-cc-slideshow > li#imageSlide7 > picture > img.lozad | /is/image/sherwinwilliams/GG-PCG-Packaging-Crop-1?wid=409... | 15.9 KiB | 7.2 KiB |
Coil & Extrusion ul.cmp-cc-slideshow > li#imageSlide5 > picture > img.lozad | /is/image/sherwinwilliams/GG-PCG-Coil-Extrusions-Crop-1?w... | 14.9 KiB | 6.3 KiB |
High Performance Flooring ul.cmp-cc-slideshow > li#imageSlide8 > picture > img.lozad | /is/image/sherwinwilliams/Resin-Flooring-Image-Global-Gat... | 14.8 KiB | 6.2 KiB |
Industrial Wood ul.cmp-cc-slideshow > li#imageSlide4 > picture > img.lozad | /is/image/sherwinwilliams/GG-PCG-Indust-Wood-Crop-1?wid=4... | 13.9 KiB | 5.2 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.
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.
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 |
|---|---|
| sherwin-williams.com/ | 1.1 s |
| www.sherwin-williams.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Go To
Explore Color
Order Samples
Color Expert Mobile App
PRO+
Product Data She… div.container > div##EA847D > div.aem-Grid > div.hero | 0.329 |
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 |
|---|---|---|
| /etc.clientlibs/tag-aem-swcom/clientlibs/clientlib-site.m... | 263.4 KiB | 259.5 KiB |
| /etc.clientlibs/tag-aem-swcom/clientlibs/clientlib-footer... | 247.8 KiB | 246.1 KiB |
| /etc.clientlibs/tag-aem-swcom/clientlibs/clientlib-header... | 38.6 KiB | 38.6 KiB |
| /etc.clientlibs/tag-aem-swcom/clientlibs/clientlib-depend... | 20.8 KiB | 20.3 KiB |
| /etc.clientlibs/tag-aem-swcom/clientlibs/clientlib-common... | 17.1 KiB | 13.2 KiB |
| .uws-tagline{color:var(--tagLine-foreground);font-family:var(--tagLine-fontFamily); … } … | 12.3 KiB | 12.0 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
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 | 4.8 s |
| Style & Layout | 1.4 s |
| Other | 1.2 s |
| Script Parsing & Compilation | 752 ms |
| Parse HTML & CSS | 344 ms |
| Rendering | 229 ms |
| Garbage Collection | 149 ms |
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 | |
|---|---|
A person with a Sherwin-Williams t-shirt on wearing a mask while spraying paint… div.aem-Grid > div.image > div#image-6d13f7b6ee > img.cmp-image__image | /content/experience-fragments/sherwin/tag/aem-main/langua... |
A person with a Sherwin-Williams t-shirt on wearing a mask while spraying paint… div.aem-Grid > div.image > div#image-70fcfe9d62 > img.cmp-image__image | /content/experience-fragments/sherwin/tag/aem-main/langua... |
Colorful industrial pipes. div.image > div#image-ee4d584465 > a.cmp-image__link > img.cmp-image__image | /content/experience-fragments/sherwin/tag/aem-main/langua... |
PRO+ Business Training Series. This Monthly series features industry experts, P… div.image > div#image-103532ceaa > a.cmp-image__link > img.cmp-image__image | /content/experience-fragments/sherwin/tag/aem-main/langua... |
Person using the Color Expert App. div.aem-Grid > div.image > div#image-eb12492532 > img.cmp-image__image | /content/experience-fragments/sherwin/tag/aem-main/langua... |
Person using the Color Expert App. div.aem-Grid > div.image > div#image-9aeceb6e83 > img.cmp-image__image | /content/experience-fragments/sherwin/tag/aem-main/langua... |
Industrial Overview ul.cmp-cc-slideshow > li#imageSlide0 > picture > img.lozad | /is/image/sherwinwilliams/PCG-Slider-Image-1?wid=409&hei=... |
Protective & Marine ul.cmp-cc-slideshow > li#imageSlide1 > picture > img.lozad | /is/image/sherwinwilliams/GG-PCG-Prot-Marine-Crop-1?wid=4... |
Automotive ul.cmp-cc-slideshow > li#imageSlide2 > picture > img.lozad | /is/image/sherwinwilliams/GG-PCG-Auto-Crop-1?wid=409&hei=... |
General Industrial ul.cmp-cc-slideshow > li#imageSlide3 > picture > img.lozad | /is/image/sherwinwilliams/GG-PCG-Gen-Industrial-Crop-1?wi... |
Industrial Wood ul.cmp-cc-slideshow > li#imageSlide4 > picture > img.lozad | /is/image/sherwinwilliams/GG-PCG-Indust-Wood-Crop-1?wid=4... |
Coil & Extrusion ul.cmp-cc-slideshow > li#imageSlide5 > picture > img.lozad | /is/image/sherwinwilliams/GG-PCG-Coil-Extrusions-Crop-1?w... |
Aerospace ul.cmp-cc-slideshow > li#imageSlide6 > picture > img.lozad | /is/image/sherwinwilliams/GG-PCG-Aero-Crop-1?wid=409&hei=... |
Packaging Coatings ul.cmp-cc-slideshow > li#imageSlide7 > picture > img.lozad | /is/image/sherwinwilliams/GG-PCG-Packaging-Crop-1?wid=409... |
High Performance Flooring ul.cmp-cc-slideshow > li#imageSlide8 > picture > img.lozad | /is/image/sherwinwilliams/Resin-Flooring-Image-Global-Gat... |
div.cmp-nav__header-images > div.cmp-nav__logo > a > img div.cmp-nav__header-images > div.cmp-nav__logo > a > img | s7d2.scene7.com/is/image/sherwinwilliams/sw-logo-header-up?scl=1&fmt=png-alpha |
Color To Go. div.cmp-teaser__image > div#image-08fbb2c61a > a.cmp-image__link > img.cmp-image__image | data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 |
Sherwin-Williams. Official Team Partner. AMG Petronas Formula One Team. div.cmp-teaser__image > div#image-ae042775c1 > a.cmp-image__link > img.cmp-image__image | data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 |
Sherwin-Williams Success by Design. 2025 Annual Report. div.cmp-teaser__image > div#image-6b152c206c > a.cmp-image__link > img.cmp-image__image | data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 |
sherwin-williams logo div#container-63970264b4 > div.image > div#image-2361f24b64 > img.cmp-image__image | data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 |
Sherwin-Williams Colormix 2026: Four interior design styles featuring modern gr… div.image > div#image-86b16fa024 > a.cmp-image__link > img.cmp-image__image | |
Valspar div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad | |
Minwax Logo div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad | |
Purdy Logo div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad | |
Krylon Logo div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad | |
Thompson's WaterSeal div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad | |
Cabot div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad | |
Dutch Boy div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad | |
Dupli-color div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad |
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.
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Shop Products & Color div.cmp-nav__tabs > ul.cmp-nav__tab-list > li.cmp-nav__tab-item > button#tab-1 |
EXPLORE COLOR div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-1-sublink-0 |
COLOR TOOLS div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-1-sublink-1 |
GET INSPIRED div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-1-sublink-2 |
HOMEOWNER PAINTS, STAINS & SUPPLIES div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-1-sublink-3 |
PROFESSIONAL PAINT & SUPPLIES div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-1-sublink-4 |
INDUSTRIAL PRODUCTS BY INDUSTRY div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-1-sublink-5 |
Services & Resources div.cmp-nav__tabs > ul.cmp-nav__tab-list > li.cmp-nav__tab-item > button#tab-2 |
HOME PAINTING div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-2-sublink-0 |
PROFESSIONAL BUSINESS TOOLS div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-2-sublink-1 |
PROFESSIONAL & COMMERCIAL PAINTING div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-2-sublink-2 |
INDUSTRIAL & MANUFACTURING div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-2-sublink-3 |
Industrial Coatings div.cmp-nav__tabs > ul.cmp-nav__tab-list > li.cmp-nav__tab-item > button#tab-3 |
INDUSTRIAL COATINGS div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-3-sublink-0 |
Our Company div.cmp-nav__tabs > ul.cmp-nav__tab-list > li.cmp-nav__tab-item > button#tab-4 |
ABOUT US div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-4-sublink-0 |
NEWS CENTER div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-4-sublink-1 |
CAREERS div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-4-sublink-2 |
CONTACT US div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-4-sublink-3 |
SUSTAINABILITY div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-4-sublink-4 |
INVESTOR RELATIONS div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-4-sublink-5 |
Painting Contractors div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Property Managers div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Industrial Contractors div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Home Builders div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Architects div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Designers div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Privacy Policy div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Accessibility Statement div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Terms of Use div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Forced Labor and Human Trafficking div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Doing Business with Us div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#container-733c7fd1c9 > div.regionselector > div > div#dialog1 div#container-733c7fd1c9 > div.regionselector > div > div#dialog1 |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Carousel Navigation div#container-d990c93ce8 > div.container > div#container-143b7b23be-ow > div.tns-controls |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div#container-143b7b23be-ow > div.tns-controls > button div.container > div#container-143b7b23be-ow > div.tns-controls > button |
div.container > div#container-143b7b23be-ow > div.tns-controls > button div.container > div#container-143b7b23be-ow > div.tns-controls > button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cmp-nav__header-images > div.cmp-nav__logo > a > img div.cmp-nav__header-images > div.cmp-nav__logo > a > img |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SW 7005 div#color-carousel-slides-item0 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg > h6.cmp-color-carousel__slides__slide__colorcode |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Painting Contractors
Property Managers
Industrial Contractors
Home Builders … div.linklist > div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list |
Industrial Overview div.cmp-content-carousel > div.cmp-content-carousel__blocks > div.cmp-content-carousel__blocks__slideshow-stack > ul.cmp-cc-slideshow |
Privacy Policy
Accessibility Statement
Terms of Use
Forced Labor and Human T… div.linklist > div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
EXPLORE COLOR div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
COLOR TOOLS div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
GET INSPIRED div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
HOMEOWNER PAINTS, STAINS & SUPPLIES div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
PROFESSIONAL PAINT & SUPPLIES div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
INDUSTRIAL PRODUCTS BY INDUSTRY div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
HOME PAINTING div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
PROFESSIONAL BUSINESS TOOLS div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
PROFESSIONAL & COMMERCIAL PAINTING div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
INDUSTRIAL & MANUFACTURING div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
INDUSTRIAL COATINGS div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
ABOUT US div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
NEWS CENTER div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
CAREERS div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
CONTACT US div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
SUSTAINABILITY div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
INVESTOR RELATIONS div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
SW 7005
Pure White div#color-carousel-slides > div#color-carousel-slides-item0 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg |
SW 7029
Agreeable Gray div#color-carousel-slides > div#color-carousel-slides-item1 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg |
SW 7015
Repose Gray div#color-carousel-slides > div#color-carousel-slides-item2 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg |
Your Privacy Choices body#page-7408d854b1 > section#ensConsentWidget > div#consentWidget__text |
Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. Learn more about the geolocation permission.
Performance issues directly impact user engagement and conversion rates.
| Source |
|---|
/etc.clientlibs/tag-aem-swcom/clientlibs/clientlib-header... line 1, col 1082999 |
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 |
|---|---|
cdn.gbqofs.com/swp/common/p/detector-bootstrap.min.js line 9, col 182144 | [object GeolocationPositionError] |
cdn.gbqofs.com/swp/common/p/detector-bootstrap.min.js line 9, col 182144 | Could not access users position in gateway-storedetail RegionDetection. |
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 |
|---|---|
| privacy.sherwin-williams.com/privacy-policy#jurisdiction-specific-disclosures | click here |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cmp-nav__header-images > div.cmp-nav__logo > a > img div.cmp-nav__header-images > div.cmp-nav__logo > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.73 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
205 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.274
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.59 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.
8.74 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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 | |
|---|---|---|---|
Sherwin-Williams Color of the Year 2026 Universal Khaki SW 6150 (207-C3). div.image > div#image-c767d4de92 > a.cmp-image__link > img.cmp-image__image | /is/image/sherwinwilliams/gg-hero-desktop3?qlt=82&wid=168... | 1.2 MiB | 1.1 MiB |
April 1-30. 40% OFF Color To Go Samples. Enjoy Scheduled Home Delivery on Quali… div.image > div#image-ee5f7cfca0 > a.cmp-image__link > img.cmp-image__image | /is/image/sherwinwilliams/apr26-sample-date-gg-desktop?ql... | 833.0 KiB | 743.0 KiB |
div.container > div#container-9dd43b1a3a > div.container > div#container-7506e0c1e4 div.container > div#container-9dd43b1a3a > div.container > div#container-7506e0c1e4 | /content/dam/swcom/global-gateway/201209_Sherwin_Williams... | 120.6 KiB | 57.5 KiB |
div.container > div#container-f02a88d973 > div.container > div#container-075b9a406e div.container > div#container-f02a88d973 > div.container > div#container-075b9a406e | /content/dam/sherwin/tag/aem-main/global-gateway/GG-Corpo... | 73.8 KiB | 20.5 KiB |
div.cmp-nav__header-images > div.cmp-nav__logo > a > img div.cmp-nav__header-images > div.cmp-nav__logo > a > img | s7d2.scene7.com/is/image/sherwinwilliams/sw-logo-header-up?scl=1&fmt=png-alpha | 10.0 KiB | 7.4 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.
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.
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 |
|---|---|
| /content/dam/it-resources/fonts/swdropcloth/1-2/SWDropclo... | 10 ms |
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 |
|---|---|
| sherwin-williams.com/ | 548 ms |
| www.sherwin-williams.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Go To
Explore Color
Order Samples
Color Expert Mobile App
PRO+
Product Data She… div.container > div##EA847D > div.aem-Grid > div.hero | 0.261 |
SW 7005
Pure White
SW 7029
Agreeable Gray
SW 7015
Repose Gray
SW 7008
Ala… div#color-carousel-slides-ow > div#color-carousel-slides-mw > div#color-carousel-slides-iw > div#color-carousel-slides | 0.009 |
Go To
Explore Color
Order Samples
Color Expert Mobile App
PRO+
Product Data She… div.container > div##EA847D > div.aem-Grid > div.hero | 0.007 |
View our most popular colors div.cmp-color-carousel-wrapper > div.cmp-color-carousel > div.cmp-color-carousel__titles > h2.cmp-color-carousel__slides__slide__maintitle | 0.002 |
SW 7004
Snowbound div#color-carousel-slides-iw > div#color-carousel-slides > div#color-carousel-slides-item4 > div.cmp-color-carousel__slides__slide | 0.001 |
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.
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 |
|---|---|---|
| /etc.clientlibs/tag-aem-swcom/clientlibs/clientlib-site.m... | 263.4 KiB | 258.7 KiB |
| /etc.clientlibs/tag-aem-swcom/clientlibs/clientlib-footer... | 247.8 KiB | 244.9 KiB |
| /etc.clientlibs/tag-aem-swcom/clientlibs/clientlib-header... | 38.6 KiB | 38.6 KiB |
| /etc.clientlibs/tag-aem-swcom/clientlibs/clientlib-depend... | 20.8 KiB | 20.3 KiB |
| /etc.clientlibs/tag-aem-swcom/clientlibs/clientlib-common... | 17.1 KiB | 12.7 KiB |
| .uws-tagline{color:var(--tagLine-foreground);font-family:var(--tagLine-fontFamily); … } … | 12.3 KiB | 12.0 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
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.1 s |
| Style & Layout | 336 ms |
| Other | 279 ms |
| Script Parsing & Compilation | 188 ms |
| Parse HTML & CSS | 80 ms |
| Rendering | 60 ms |
| Garbage Collection | 25 ms |
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 | |
|---|---|
A person with a Sherwin-Williams t-shirt on wearing a mask while spraying paint… div.aem-Grid > div.image > div#image-6d13f7b6ee > img.cmp-image__image | /content/experience-fragments/sherwin/tag/aem-main/langua... |
A person with a Sherwin-Williams t-shirt on wearing a mask while spraying paint… div.aem-Grid > div.image > div#image-70fcfe9d62 > img.cmp-image__image | /content/experience-fragments/sherwin/tag/aem-main/langua... |
Colorful industrial pipes. div.image > div#image-ee4d584465 > a.cmp-image__link > img.cmp-image__image | /content/experience-fragments/sherwin/tag/aem-main/langua... |
PRO+ Business Training Series. This Monthly series features industry experts, P… div.image > div#image-103532ceaa > a.cmp-image__link > img.cmp-image__image | /content/experience-fragments/sherwin/tag/aem-main/langua... |
Person using the Color Expert App. div.aem-Grid > div.image > div#image-eb12492532 > img.cmp-image__image | /content/experience-fragments/sherwin/tag/aem-main/langua... |
Person using the Color Expert App. div.aem-Grid > div.image > div#image-9aeceb6e83 > img.cmp-image__image | /content/experience-fragments/sherwin/tag/aem-main/langua... |
Industrial Overview ul.cmp-cc-slideshow > li#imageSlide0 > picture > img.lozad | |
div.cmp-nav__header-images > div.cmp-nav__logo > a > img div.cmp-nav__header-images > div.cmp-nav__logo > a > img | s7d2.scene7.com/is/image/sherwinwilliams/sw-logo-header-up?scl=1&fmt=png-alpha |
High Performance Flooring ul.cmp-cc-slideshow > li#imageSlide8 > picture > img.lozad | |
Protective & Marine ul.cmp-cc-slideshow > li#imageSlide1 > picture > img.lozad | |
Packaging Coatings ul.cmp-cc-slideshow > li#imageSlide7 > picture > img.lozad | |
General Industrial ul.cmp-cc-slideshow > li#imageSlide3 > picture > img.lozad | |
Industrial Wood ul.cmp-cc-slideshow > li#imageSlide4 > picture > img.lozad | |
Coil & Extrusion ul.cmp-cc-slideshow > li#imageSlide5 > picture > img.lozad | |
Automotive ul.cmp-cc-slideshow > li#imageSlide2 > picture > img.lozad | |
Aerospace ul.cmp-cc-slideshow > li#imageSlide6 > picture > img.lozad | |
Color To Go. div.cmp-teaser__image > div#image-08fbb2c61a > a.cmp-image__link > img.cmp-image__image | data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 |
Sherwin-Williams. Official Team Partner. AMG Petronas Formula One Team. div.cmp-teaser__image > div#image-ae042775c1 > a.cmp-image__link > img.cmp-image__image | data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 |
Sherwin-Williams Success by Design. 2025 Annual Report. div.cmp-teaser__image > div#image-6b152c206c > a.cmp-image__link > img.cmp-image__image | data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 |
sherwin-williams logo div#container-63970264b4 > div.image > div#image-2361f24b64 > img.cmp-image__image | data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 |
Sherwin-Williams Colormix 2026 Anthology Volume 2. div.image > div#image-9e83528620 > a.cmp-image__link > img.cmp-image__image | |
Valspar div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad | |
Minwax Logo div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad | |
Purdy Logo div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad | |
Krylon Logo div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad | |
Thompson's WaterSeal div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad | |
Cabot div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad | |
Dutch Boy div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad | |
Dupli-color div.logocontainer > div.cmp-logocontainer > div.cmp-logocontainer__logo-item > img.lozad |
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.
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Shop Products & Color div.cmp-nav__tabs > ul.cmp-nav__tab-list > li.cmp-nav__tab-item > button#tab-1 |
Services & Resources div.cmp-nav__tabs > ul.cmp-nav__tab-list > li.cmp-nav__tab-item > button#tab-2 |
Industrial Coatings div.cmp-nav__tabs > ul.cmp-nav__tab-list > li.cmp-nav__tab-item > button#tab-3 |
Our Company div.cmp-nav__tabs > ul.cmp-nav__tab-list > li.cmp-nav__tab-item > button#tab-4 |
Painting Contractors div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Property Managers div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Industrial Contractors div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Home Builders div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Architects div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Designers div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Color div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Projects div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Products div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Paint Calculator div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Special Offers div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
PaintPerks div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Professional Products div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Specifications div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Color div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Guides & Resources div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Aerospace div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Automotive div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Coil & Extrusion div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
General Industrial div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
High Performance Flooring div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Industrial Wood div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Packaging div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Protective & Marine div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Why Work With Us div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Career Paths div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Job Search div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Fraud Alert div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
About Us div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
News Center div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Sustainability div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Investor Relations div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Contact Us div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Privacy Policy div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Accessibility Statement div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Terms of Use div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Forced Labor and Human Trafficking div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
Doing Business with Us div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item |
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#container-733c7fd1c9 > div.regionselector > div > div#dialog1 div#container-733c7fd1c9 > div.regionselector > div > div#dialog1 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SW 7005 div#color-carousel-slides-item0 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg > h6.cmp-color-carousel__slides__slide__colorcode |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cmp-nav__header-images > div.cmp-nav__logo > a > img div.cmp-nav__header-images > div.cmp-nav__logo > a > img |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Painting Contractors
Property Managers
Industrial Contractors
Home Builders … div.linklist > div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list |
Industrial Overview div.cmp-content-carousel > div.cmp-content-carousel__blocks > div.cmp-content-carousel__blocks__slideshow-stack > ul.cmp-cc-slideshow |
Color
Projects
Products
Paint Calculator
Special Offers
PaintPerks div.linklist > div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list |
Professional Products
Specifications
Color
Guides & Resources div.linklist > div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list |
Aerospace
Automotive
Coil & Extrusion
General Industrial
High Performance Floor… div.linklist > div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list |
Why Work With Us
Career Paths
Job Search
Fraud Alert div.linklist > div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list |
About Us
News Center
Sustainability
Investor Relations
Contact Us div.linklist > div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list |
Privacy Policy
Accessibility Statement
Terms of Use
Forced Labor and Human Traf… div.linklist > div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
SW 7005
Pure White div#color-carousel-slides > div#color-carousel-slides-item0 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg |
SW 7029
Agreeable Gray div#color-carousel-slides > div#color-carousel-slides-item1 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg |
SW 7015
Repose Gray div#color-carousel-slides > div#color-carousel-slides-item2 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg |
SW 7008
Alabaster div#color-carousel-slides > div#color-carousel-slides-item3 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg |
SW 7004
Snowbound div#color-carousel-slides > div#color-carousel-slides-item4 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg |
SW 7036
Accessible Beige div#color-carousel-slides > div#color-carousel-slides-item5 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg |
PaintPerks div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item > a.cmp-linklist__item--link |
Aerospace div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item > a.cmp-linklist__item--link |
Your Privacy Choices body#page-7408d854b1 > section#ensConsentWidget > div#consentWidget__text |
Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. Learn more about the geolocation permission.
Performance issues directly impact user engagement and conversion rates.
| Source |
|---|
/etc.clientlibs/tag-aem-swcom/clientlibs/clientlib-header... line 1, col 1082999 |
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 |
|---|---|
/etc.clientlibs/tag-aem-swcom/clientlibs/clientlib-header... line 1, col 1083090 | [object GeolocationPositionError] |
/etc.clientlibs/tag-aem-swcom/clientlibs/clientlib-region... line 1, col 15122 | Could not access users position in gateway-storedetail RegionDetection. |
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 |
|---|---|
| privacy.sherwin-williams.com/privacy-policy#jurisdiction-specific-disclosures | click here |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cmp-nav__header-images > div.cmp-nav__logo > a > img div.cmp-nav__header-images > div.cmp-nav__logo > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback