Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 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.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
Page weighs 17.2 MB (6.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
269 third-party resources (100% of weight)
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/5148734b-8c7b-4127-81bc-2dba3daadaa8)<a href="https://beavercheck.com/results/5148734b-8c7b-4127-81bc-2dba3daadaa8"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsalesforce-sites.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsalesforce-sites.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 12.7s exceeds Google's 2.5s 'Good' threshold and the 3 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 conversion rate.
10 barrier(s) likely increasing bounce by ~40%.
Page takes 12.7s to load
+12% bounceUsers abandon at ~3s — you're 10.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 8.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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 viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
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 structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
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.
$900 investment → $1,967/month returns + USD 157,500 risk avoided
$900
9h · 5 findings
$1,967 /mo
~$23,599 / 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.
9.0 developer hours at $100/hr
Based on United States rates ($100/hr)
$13,127 / month at risk
~$157,519 / year if left unfixed
$157,500
+2 more
$1.62 /mo
20231.1 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.
3.93 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8.07 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.259
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.20 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.
40.35 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.
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 | |
|---|---|---|---|
Peyton Kliewer div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50063952/88OYH9YYFTpx38orw-c1dA.png | 284.9 KiB | 241.7 KiB |
Joey Graziano div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50063271/35B0KQfdbpxqwLrw_-zvjQ.png | 278.5 KiB | 235.3 KiB |
Sinan Deriş div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50090284/sylbvV6kIsofao-m02UwAw.png | 268.9 KiB | 225.7 KiB |
David Treat div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50063677/s4VhcJ2KYHXF5S6Qgwt7Ig.png | 261.9 KiB | 218.7 KiB |
Sameer Hassan div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50064561/n2FPFQj__jo-4yj6XZ1bSA.png | 257.9 KiB | 214.8 KiB |
Velia Carboni div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50063395/laJYZ8riAzlDzqwyNgRjFQ.png | 253.1 KiB | 210.0 KiB |
Scott O'Neil div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50063824/oZSgjH7dBoqrQUQ3xsvxoQ.png | 250.6 KiB | 207.5 KiB |
David Walmsley div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50064585/18RKXybf_WIGk9_4XiyAAQ.png | 250.4 KiB | 207.3 KiB |
Madalina Lazar Vopel div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50064542/gtwbBolPR6ZBtX8lVt2vYA.png | 219.3 KiB | 176.2 KiB |
article.tw-container > div.flex > a.button > img.pl-16 article.tw-container > div.flex > a.button > img.pl-16 | /en-us/wp-content/uploads/sites/4/2026/02/homepage__slack... | 18.7 KiB | 18.6 KiB |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2025/06/logogrid-shark-... | 17.3 KiB | 16.0 KiB |
Good360 logo header.oneup__blade-heading > div.eyebrow > div.eyebrow__image > img | /en-us/wp-content/uploads/sites/4/2026/04/homepage__video... | 14.7 KiB | 12.5 KiB |
Pacers logo header.oneup__blade-heading > div.eyebrow > div.eyebrow__image > img | /en-us/wp-content/uploads/sites/4/2026/04/homepage__video... | 12.9 KiB | 9.8 KiB |
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.
Lists the toplevel main thread tasks that executed during page load.
Performance issues directly impact user engagement and conversion rates.
Collection of useful page vitals.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|
| salesforce-sites.com/ | 816 ms |
| www.salesforce.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 |
|---|---|
Salesforce. The #1 AI CRM.
Start for free.
Welcome to the Agentic Enterprise.
… div#1772024569696_83c > div#homepage-ws-main-wrapper > div.relative > section | 0.259 |
See why companies trust us to help them grow. div#1772024569696_83c > div#homepage-ws-main-wrapper > div.relative > div.w-full | 0.129 |
Try the all-in-one AI CRM for small business free for 30 days.
Start now
Sales… body > div | 0.044 |
Slack
Where humans and agents work together. div.grid > a.flex > div.flex > div.flex | 0.001 |
Start for free header.c360-nav > div.c360-nav__header > div.c360-nav__wrapper > nav.container-utility | 0.000 |
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.
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /digital/@sfdc-www/open-blade-libs/staging/homepage-af-in... | 49.8 KiB | 15.0 KiB |
| /digital/@sfdc-www/open-blade-libs/staging/homepage-af-in... | 28.1 KiB | 8.4 KiB |
| /digital/@sfdc-www/open-blade-libs/staging/homepage-af-in... | 20.4 KiB | 5.2 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.salesforce.com/c2/public/exp/pbc/server/css/style.9a6e24bd01000d1e800f.css | 48.0 KiB | 40.4 KiB |
| 30.1 KiB | 24.1 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
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 |
|---|---|---|
| @layer properties { @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz… | 45.1 KiB | 3.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
article.tw-container > div.flex > a.button > img.pl-16 article.tw-container > div.flex > a.button > img.pl-16 | /en-us/wp-content/uploads/sites/4/2026/02/homepage__slack... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2025/06/logogrid-shark-... |
div.relative > div#chp-orbital-marquee__background > div.chp-orbital-marquee__background__image-wrapper > img div.relative > div#chp-orbital-marquee__background > div.chp-orbital-marquee__background__image-wrapper > img | /en-us/wp-content/uploads/sites/4/2025/10/chp-orbital-mar... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/Williams-Sonoma... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/homepage__video... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/Pandora-logo.pn... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/homepage__video... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/homepage__video... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/Pearson-logo.pn... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/homepage__video... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/homepage__video... |
a.flex > div.flex > div.flex > img a.flex > div.flex > div.flex > img | /en-us/wp-content/uploads/sites/4/2026/02/slack-flat-icon... |
a.flex > div.flex > div.flex > img a.flex > div.flex > div.flex > img | /en-us/wp-content/uploads/sites/4/2026/02/af-flat-icon.sv... |
a.flex > div.flex > div.flex > img a.flex > div.flex > div.flex > img | /en-us/wp-content/uploads/sites/4/2026/02/360-flat-icon.s... |
a.flex > div.flex > div.flex > img a.flex > div.flex > div.flex > img | /en-us/wp-content/uploads/sites/4/2026/02/data-flat-icon.... |
div.blade__background > div.background__graphics > div.blade__background-image > img.background__image div.blade__background > div.background__graphics > div.blade__background-image > img.background__image | |
div.blade__background > div.background__graphics > div.blade__background-image > img.background__image div.blade__background > div.background__graphics > div.blade__background-image > img.background__image |
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.
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.relative > div#chp-orbital-marquee__background > div.chp-orbital-marquee__background__image-wrapper > img div.relative > div#chp-orbital-marquee__background > div.chp-orbital-marquee__background__image-wrapper > img |
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 |
|---|
section#rel1763571667160_vrn-11 > div.accordion__description > p > a |
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 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 |
|---|
Sinan Deriş
Head of Beast Games Marketing, Mr. Beast div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
David Walmsley
Chief Digital & Technology Officer, Pandora div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
Sameer Hassan
SVP, Technology, Williams Sonoma div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
Joey Graziano
EVP, Strategy & New Business Ventures, Pacers Sports & Entertainm… div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
Peyton Kliewer
Director of Program Development, Disaster Response & Recovery, G… div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
Madalina Lazar Vopel
Head of Value Center Sales, Siemens, Smart Infrastructure,… div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
Velia Carboni
CIO, SharkNinja div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
Scott O'Neil
CEO, LIV Golf div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
David Treat
CTO, Pearson div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
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 |
|---|
Slack
Where humans and agents work together. article.tw-container > div#marquee__blade-agentic > div.grid > a.flex |
Agentforce
Delivers always-on agents for customers and employees. article.tw-container > div#marquee__blade-agentic > div.grid > a.flex |
Customer 360
Helps teams sell, serve, and operate at scale. article.tw-container > div#marquee__blade-agentic > div.grid > a.flex |
Data 360
Gives everyone real-time context. article.tw-container > div#marquee__blade-agentic > div.grid > a.flex |
Sameer Hassan
SVP, Technology, Williams Sonoma ul.keen-slider > li.keen-slider__slide > article.group > div.relative |
Catch all the Dreamforce 2025 highlights. div.card__copy__wrapper > h3.card__headline > span > a |
Stream it now div.card__content__wrapper > div.cta_container > pbc-button.cta_button__wrapper > a.cta_button |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.container > article.agent__blade-wrapper > div.image__wrapper > img.image__asset div.container > article.agent__blade-wrapper > div.image__wrapper > img.image__asset | /en-us/wp-content/uploads/sites/4/2026/02/agentforce-dark... | 290 x 268 (1.08) | 150 x 150 (1.00) |
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 413 () |
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 |
|---|---|
| www.salesforce.com/tdx/ | Learn more |
| www.salesforce.com/events/ | Learn more |
| www.salesforce.com/financial-services/ | Learn more |
| www.salesforce.com/retail/ | Learn more |
| www.salesforce.com/healthcare/ | Learn more |
| www.salesforce.com/engineering-construction-real-estate/ | Learn more |
| www.salesforce.com/education/ | Learn more |
| www.salesforce.com/professional-services/ | Learn more |
| www.salesforce.com/high-tech/ | Learn more |
| www.salesforce.com/manufacturing/ | Learn more |
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.relative > div#chp-orbital-marquee__background > div.chp-orbital-marquee__background__image-wrapper > img div.relative > div#chp-orbital-marquee__background > div.chp-orbital-marquee__background__image-wrapper > img |
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 |
|---|
Close div.utility > div.search-box > span.close > a |
Close div.utility > div.search-box > span.close > a |
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.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.79 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.33 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.128
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.29 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
8.64 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.
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 | |
|---|---|---|---|
Peyton Kliewer div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50063952/88OYH9YYFTpx38orw-c1dA.png | 284.9 KiB | 266.7 KiB |
Joey Graziano div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50063271/35B0KQfdbpxqwLrw_-zvjQ.png | 278.5 KiB | 260.3 KiB |
Sinan Deriş div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50090284/sylbvV6kIsofao-m02UwAw.png | 268.9 KiB | 250.7 KiB |
David Treat div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50063677/s4VhcJ2KYHXF5S6Qgwt7Ig.png | 261.9 KiB | 243.7 KiB |
Sameer Hassan div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50064561/n2FPFQj__jo-4yj6XZ1bSA.png | 257.9 KiB | 239.8 KiB |
Velia Carboni div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50063395/laJYZ8riAzlDzqwyNgRjFQ.png | 253.1 KiB | 235.0 KiB |
Scott O'Neil div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50063824/oZSgjH7dBoqrQUQ3xsvxoQ.png | 250.6 KiB | 232.5 KiB |
David Walmsley div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50064585/18RKXybf_WIGk9_4XiyAAQ.png | 250.4 KiB | 232.3 KiB |
Madalina Lazar Vopel div.relative > div.relative > div.pointer-events-none > img.h-full | cdn.vidyard.com/thumbnails/50064542/gtwbBolPR6ZBtX8lVt2vYA.png | 219.3 KiB | 201.2 KiB |
article.tw-container > div.flex > a.button > img.pl-16 article.tw-container > div.flex > a.button > img.pl-16 | /en-us/wp-content/uploads/sites/4/2026/02/homepage__slack... | 18.7 KiB | 18.7 KiB |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2025/06/logogrid-shark-... | 17.3 KiB | 16.9 KiB |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/homepage__video... | 14.7 KiB | 14.1 KiB |
div.relative > div#chp-orbital-marquee__background > div.chp-orbital-marquee__background__image-wrapper > img div.relative > div#chp-orbital-marquee__background > div.chp-orbital-marquee__background__image-wrapper > img | /en-us/wp-content/uploads/sites/4/2025/10/chp-orbital-mar... | 21.7 KiB | 13.4 KiB |
Pacers logo header.oneup__blade-heading > div.eyebrow > div.eyebrow__image > img | /en-us/wp-content/uploads/sites/4/2026/04/homepage__video... | 12.9 KiB | 10.8 KiB |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/Pearson-logo.pn... | 5.4 KiB | 4.8 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.
Lists the toplevel main thread tasks that executed during page load.
Performance issues directly impact user engagement and conversion rates.
Collection of useful page vitals.
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 |
|---|---|
| salesforce-sites.com/ | 274 ms |
| www.salesforce.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 |
|---|---|
Sinan Deriş
Head of Beast Games Marketing, Mr. Beast
David Walmsley
Chief Digit… section > div.w-full > div.w-full > div.relative | 0.113 |
Wondering how unifying sales, service, and marketing on one platform could boos… div > div.q-hpGHkI > div.q-gPluOM | 0.025 |
Customer 360
Helps teams sell, serve, and operate at scale. article.tw-container > div#marquee__blade-agentic > div.grid > a.flex | 0.013 |
div#1772024569696_83c > div#homepage-ws-main-wrapper > div.relative > div#chp-orbital-marquee__background div#1772024569696_83c > div#homepage-ws-main-wrapper > div.relative > div#chp-orbital-marquee__background | 0.002 |
Start for free div.c360-nav-container > header.c360-nav > div.c360-nav__header | 0.002 |
privacy policy div.q-HgOzd > div.q-ZtaKI > p > a | 0.001 |
Start for free header.c360-nav > div.c360-nav__header > div.c360-nav__wrapper > nav.container-utility | 0.000 |
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.
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.
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /digital/@sfdc-www/open-blade-libs/qualified/v1.0.0/quali... | 672.9 KiB | 274.8 KiB |
| /digital/@sfdc-www/open-blade-libs/staging/homepage-af-in... | 49.8 KiB | 15.0 KiB |
| /digital/@sfdc-www/open-blade-libs/staging/homepage-af-in... | 28.1 KiB | 8.4 KiB |
| /digital/@sfdc-www/open-blade-libs/staging/homepage-af-in... | 20.4 KiB | 5.2 KiB |
| /digital/@sfdc-www/open-blade-libs/qualified/v1.0.0/quali... | 9.3 KiB | 2.7 KiB |
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 |
|---|---|---|
| @layer properties { @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz… | 45.2 KiB | 45.2 KiB |
| www.salesforce.com/c2/public/exp/pbc/server/css/style.9a6e24bd01000d1e800f.css | 48.0 KiB | 40.4 KiB |
| 35.2 KiB | 29.3 KiB | |
| :host {--c360-nav-c-logo-height: 48.03px;--c360-nav-c-logo-width: 68px; … } … | 11.4 KiB | 10.7 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
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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
|---|---|---|
| /digital/@sfdc-www/open-blade-libs/qualified/v1.0.0/quali... | 15.0 KiB | 4.1 KiB |
| @layer properties { @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz… | 45.2 KiB | 3.4 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.relative > div#chp-orbital-marquee__background > div.chp-orbital-marquee__background__image-wrapper > img div.relative > div#chp-orbital-marquee__background > div.chp-orbital-marquee__background__image-wrapper > img | /en-us/wp-content/uploads/sites/4/2025/10/chp-orbital-mar... |
article.tw-container > div.flex > a.button > img.pl-16 article.tw-container > div.flex > a.button > img.pl-16 | /en-us/wp-content/uploads/sites/4/2026/02/homepage__slack... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2025/06/logogrid-shark-... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/Williams-Sonoma... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/homepage__video... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/Pandora-logo.pn... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/homepage__video... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/homepage__video... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/Pearson-logo.pn... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/homepage__video... |
div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 div.relative > div.mb-[-10px] > div.ml-28 > img.my-8 | /en-us/wp-content/uploads/sites/4/2026/04/homepage__video... |
a.flex > div.flex > div.flex > img a.flex > div.flex > div.flex > img | /en-us/wp-content/uploads/sites/4/2026/02/slack-flat-icon... |
a.flex > div.flex > div.flex > img a.flex > div.flex > div.flex > img | /en-us/wp-content/uploads/sites/4/2026/02/af-flat-icon.sv... |
a.flex > div.flex > div.flex > img a.flex > div.flex > div.flex > img | /en-us/wp-content/uploads/sites/4/2026/02/360-flat-icon.s... |
a.flex > div.flex > div.flex > img a.flex > div.flex > div.flex > img | /en-us/wp-content/uploads/sites/4/2026/02/data-flat-icon.... |
div.blade__background > div.background__graphics > div.blade__background-image > img.background__image div.blade__background > div.background__graphics > div.blade__background-image > img.background__image | |
div.blade__background > div.background__graphics > div.blade__background-image > img.background__image div.blade__background > div.background__graphics > div.blade__background-image > img.background__image |
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.
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 |
|---|
Piper assistant body > q-focus-sentinel > div |
After Piper assistant body > q-focus-sentinel > div |
Piper assistant, start div#qualified-multimodal-host > div |
Piper assistant, end div#qualified-multimodal-host > div |
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.
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.relative > div#chp-orbital-marquee__background > div.chp-orbital-marquee__background__image-wrapper > img div.relative > div#chp-orbital-marquee__background > div.chp-orbital-marquee__background__image-wrapper > img |
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 |
|---|
section#rel1763571667160_vrn-11 > div.accordion__description > p > a |
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 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 |
|---|
Sinan Deriş
Head of Beast Games Marketing, Mr. Beast div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
David Walmsley
Chief Digital & Technology Officer, Pandora div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
Sameer Hassan
SVP, Technology, Williams Sonoma div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
Joey Graziano
EVP, Strategy & New Business Ventures, Pacers Sports & Entertainm… div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
Peyton Kliewer
Director of Program Development, Disaster Response & Recovery, G… div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
Madalina Lazar Vopel
Head of Value Center Sales, Siemens, Smart Infrastructure,… div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
Velia Carboni
CIO, SharkNinja div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
Scott O'Neil
CEO, LIV Golf div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
David Treat
CTO, Pearson div.w-full > div.relative > ul.keen-slider > li.keen-slider__slide |
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 |
|---|
Slack
Where humans and agents work together. article.tw-container > div#marquee__blade-agentic > div.grid > a.flex |
Agentforce
Delivers always-on agents for customers and employees. article.tw-container > div#marquee__blade-agentic > div.grid > a.flex |
Customer 360
Helps teams sell, serve, and operate at scale. article.tw-container > div#marquee__blade-agentic > div.grid > a.flex |
Data 360
Gives everyone real-time context. article.tw-container > div#marquee__blade-agentic > div.grid > a.flex |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.container > article.agent__blade-wrapper > div.image__wrapper > img.image__asset div.container > article.agent__blade-wrapper > div.image__wrapper > img.image__asset | /en-us/wp-content/uploads/sites/4/2026/02/agentforce-dark... | 290 x 268 (1.08) | 150 x 150 (1.00) |
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
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 |
|---|---|
| www.salesforce.com/tdx/ | Learn more |
| www.salesforce.com/events/ | Learn more |
| www.salesforce.com/financial-services/ | Learn more |
| www.salesforce.com/retail/ | Learn more |
| www.salesforce.com/healthcare/ | Learn more |
| www.salesforce.com/engineering-construction-real-estate/ | Learn more |
| www.salesforce.com/education/ | Learn more |
| www.salesforce.com/professional-services/ | Learn more |
| www.salesforce.com/high-tech/ | Learn more |
| www.salesforce.com/manufacturing/ | Learn more |
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.relative > div#chp-orbital-marquee__background > div.chp-orbital-marquee__background__image-wrapper > img div.relative > div#chp-orbital-marquee__background > div.chp-orbital-marquee__background__image-wrapper > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback