Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 22.1s load time is above Google's 2.5s 'Good' threshold.
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.
Several regulatory requirements are not yet met.
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.
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 52.6 MB (9.9 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.
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/963fae2f-eb33-4655-8dfd-e4e8ef4bb4cd)<a href="https://beavercheck.com/results/963fae2f-eb33-4655-8dfd-e4e8ef4bb4cd"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fchevrolet.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fchevrolet.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 22.1s 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.
11 barrier(s) likely increasing bounce by ~41%.
Page takes 22.1s to load
+12% bounceUsers abandon at ~3s — you're 19.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 9.2s
+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 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.
$500 investment → $2.50/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$2.50 /mo
~$30 / 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,127 / month at risk
~$157,530 / year if left unfixed
$157,500
+4 more
$2.50 /mo
31202.6 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.
3.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
9.20 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.502
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
21.97 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.
58.78 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 |
|---|---|
| brands.gm-cdn.com/gbds/chevrolet-2023/fonts/ChevySans-Black.woff2 | 1.3 s |
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 | |
|---|---|---|---|
Chevy Accessories adv-col.col-sm-12 > div.col-con > picture.gb-universal-image > img | /content/dam/chevrolet/na/us/english/index/index-sub-cont... | 173.4 KiB | 122.6 KiB |
2026 EQUINOX LT FWD div.none-margin > div.gb-responsive-image > picture > img.gb-rectangle-image-responsive | /content/dam/chevrolet/na/us/english/retail/december-2025... | 145.9 KiB | 86.7 KiB |
Chevrolet Equinox EV a.gb-primary-wrapper > div.universal-image-wrapper-container > picture.gb-universal-image > img | /content/dam/chevrolet/na/us/english/index/index-sub-cont... | 103.5 KiB | 71.3 KiB |
Chevrolet Silverado EV a.gb-primary-wrapper > div.universal-image-wrapper-container > picture.gb-universal-image > img | /content/dam/chevrolet/na/us/english/index/index-sub-cont... | 88.2 KiB | 55.9 KiB |
2026 Chevy Trucks div.none-margin > div.gb-responsive-image > picture > img.gb-rectangle-image-responsive | /content/dam/chevrolet/na/us/english/retail/march-2026/ph... | 104.4 KiB | 50.2 KiB |
2026 Chevy Silverado 1500 RST 5.3L div.none-margin > div.gb-responsive-image > picture > img.gb-rectangle-image-responsive | /content/dam/chevrolet/na/us/english/retail/march-2026/ph... | 103.6 KiB | 49.8 KiB |
2026 Chevy Silverado 1500 RST 5.3L div.none-margin > div.gb-responsive-image > picture > img.gb-rectangle-image-responsive | /content/dam/chevrolet/na/us/english/retail/march-2026/ph... | 100.9 KiB | 48.6 KiB |
Chevrolet Bolt a.gb-primary-wrapper > div.universal-image-wrapper-container > picture.gb-universal-image > img | /content/dam/chevrolet/na/us/english/index/electric/2027-... | 77.2 KiB | 44.9 KiB |
Chevrolet Blazer EV a.gb-primary-wrapper > div.universal-image-wrapper-container > picture.gb-universal-image > img | /content/dam/chevrolet/na/us/english/index/index-sub-cont... | 56.7 KiB | 28.2 KiB |
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 |
|---|---|
| chevrolet.com/ | 1.1 s |
| www.chevrolet.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 |
|---|---|
2026 CHEVY TRUCKS
$1,250
Costco Executive Member Incentive
or Costco Non-Exe… body#generic_template_page-ba428b42cc > main#gb-main-content | 0.502 |
2. Your Information
By providing my contact information below, I consent that … div.gridFluidLayout2 > div#guideContainer-rootPanel___guide-item-container > div.fd-row > div#guideContainer-rootPanel-panel_1511682100___guide-item | 0.000 |
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 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 | 25.9 s |
| Other | 4.2 s |
| Script Parsing & Compilation | 4.0 s |
| Style & Layout | 1.7 s |
| Rendering | 796 ms |
| Garbage Collection | 628 ms |
| Parse HTML & CSS | 586 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| ./../gbds-core/src/scss/utils/_shapes.scss | 159.9 KiB | 87.9 KiB |
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 |
|---|---|---|
| /etc.clientlibs/clientlibs/solar/ibc/quantum_forms.lc-9ec... | 215.2 KiB | 174.7 KiB |
| /etc.clientlibs/fd/af/runtime/clientlibs/guideRuntime.lc-... | 276.5 KiB | 138.8 KiB |
| /etc.clientlibs/clientlibs/solar/ibc/aem_form_container.l... | 30.8 KiB | 25.3 KiB |
| /etc.clientlibs/clientlibs/solar/ibc/dealer_selector.lc-b... | 25.8 KiB | 20.8 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 |
|---|---|---|
| ./../gbds-core/src/scss/utils/_shapes.scss | 159.9 KiB | 159.8 KiB |
| .q-primary-button.q-cc-b-msabcpink,.q-secondary-button.q-... | 32.1 KiB | 32.1 KiB |
| /etc.clientlibs/fd/af/runtime/clientlibs/guidetheme2/comm... | 11.1 KiB | 10.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Electric gb-expander-tab-nav.gb-large-impact-tab-nav > div > ul.gb-tab-button-list > li.gb-tab-button |
SUVs gb-expander-tab-nav.gb-large-impact-tab-nav > div > ul.gb-tab-button-list > li.gb-tab-button |
Trucks gb-expander-tab-nav.gb-large-impact-tab-nav > div > ul.gb-tab-button-list > li.gb-tab-button |
Performance gb-expander-tab-nav.gb-large-impact-tab-nav > div > ul.gb-tab-button-list > li.gb-tab-button |
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 |
|---|
gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.indicator gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.indicator |
gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.indicator gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.indicator |
gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.indicator gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.indicator |
gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.play-pause-toggle gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.play-pause-toggle |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Austria
Belgium
Bulgaria
Canada
Croatia
Czech Republic (Czechia)
Denmark
Estoni… div.gb-geo-ip-notification-container > div.gb-geo-ip-notification-text-dropdown-button-container > div.gb-geo-ip-notification-dropdown-container > select.gb-geo-ip-notification-dropdown |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#generic_template_page-ba428b42cc > main#gb-main-content > iframe#targetLeadForm body#generic_template_page-ba428b42cc > main#gb-main-content > iframe#targetLeadForm |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper |
div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper |
div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper |
div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper |
div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper |
div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper |
div.gb-none-margin > div.gb-body3 > p > a.external |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Schedule a test drive
adv-col.col-sm-br-up-rt-48 > div.col-con > gb-button > a.gb-tertiary-button |
Show me the Chevy EV lineup
adv-col.col-sm-br-up-rt-48 > div.col-con > gb-button > a.gb-tertiary-button |
What is my towing capacity?
adv-col.col-sm-br-up-rt-48 > div.col-con > gb-button > a.gb-tertiary-button |
How do I learn about EV charging? adv-col.col-sm-br-up-rt-48 > div.col-con > gb-button > a.gb-tertiary-button |
Find out my trade-in value adv-col.col-sm-br-up-rt-48 > div.col-con > gb-button > a.gb-tertiary-button |
Get Updates adv-col.col-sm-6 > div.col-con > gb-button > a.gb-secondary-button |
Search adv-col.col-sm-6 > div.col-con > gb-button > a.gb-tertiary-button-inline-icon |
*The Manufacturer's Suggested Retail Price excludes destination freight charge,… div.col-con > div.gb-disclaimer-content > div.q-text > p |
These are opportunities to improve the legibility of your content.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All Vehicles
adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
SUVs
adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
Truck
adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
Electric
adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
Corvette adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
All Performance adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
Vans
adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
Commercial
adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
GM Fleet adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
Discontinued adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
Trade-In Value
adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
Awards & Accolades adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
Special Offers
adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
Vehicle Accessibility
adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
Recalls adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
Contact Us adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
California Warranty adv-col.col-sm-6 > div.col-con > gb-button > a.gb-link-footer |
Careers div.gb-none-margin > div.gb-body3 > p > a.external |
These items highlight common accessibility best practices.
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) | |
|---|---|---|---|
2026 Chevy Trucks div.none-margin > div.gb-responsive-image > picture > img.gb-rectangle-image-responsive | /content/dam/chevrolet/na/us/english/retail/march-2026/ph... | 2250 x 1000 (2.25) | 1001 x 1500 (0.67) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Close div.gb-geo-ip-notification-container > div.gb-geo-ip-notification-close-icon-container > a.gb-geo-ip-close > img | /etc.clientlibs/clientlibs/solar/resources/placeholder_cl... | 24 x 24 | 1 x 1 | 36 x 36 |
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 |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | |
| 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 |
|---|---|
GM Analytics: Could not determine auth state or client data undefined | |
GM Analytics: Could not determine auth state or client data undefined | |
InvalidValueError: setTypes: not an Array | |
connect.facebook.net/en_US/fbevents.js line 386, col 1825 | Uncaught TypeError: Cannot read properties of null (reading 'graphToken') |
connect.facebook.net/en_US/fbevents.js line 386, col 1825 | Uncaught TypeError: Cannot read properties of null (reading 'graphToken') |
Uncaught TypeError: Cannot read properties of null (reading 'hasOwnProperty') |
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.chevrolet.com/upcoming-vehicles/2026-corvette | Learn More |
| www.chevrolet.com/destination-freight-charges | Click here |
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.23 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.17 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
250 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.159
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.94 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.
5.99 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 |
|---|---|
| brands.gm-cdn.com/gbds/chevrolet-2023/fonts/ChevySans-Black.woff2 | 645 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 | |
|---|---|---|---|
Chevy Accessories adv-col.col-sm-12 > div.col-con > picture.gb-universal-image > img | /content/dam/chevrolet/na/us/english/index/index-sub-cont... | 154.0 KiB | 136.7 KiB |
Chevrolet Equinox EV a.gb-primary-wrapper > div.universal-image-wrapper-container > picture.gb-universal-image > img | /content/dam/chevrolet/na/us/english/index/index-sub-cont... | 160.3 KiB | 134.5 KiB |
Woman Auto Mechanic div.none-margin > div.gb-responsive-image > picture > img.gb-round-corner-image-responsive | /content/dam/chevrolet/na/us/english/index/index-sub-cont... | 123.2 KiB | 109.4 KiB |
EV Charger div.none-margin > div.gb-responsive-image > picture > img.gb-round-corner-image-responsive | /content/dam/chevrolet/na/us/english/index/index-sub-cont... | 96.1 KiB | 85.3 KiB |
Chevrolet Silverado EV a.gb-primary-wrapper > div.universal-image-wrapper-container > picture.gb-universal-image > img | /content/dam/chevrolet/na/us/english/index/index-sub-cont... | 93.7 KiB | 77.3 KiB |
Chevrolet Bolt a.gb-primary-wrapper > div.universal-image-wrapper-container > picture.gb-universal-image > img | /content/dam/chevrolet/na/us/english/index/electric/2027-... | 90.9 KiB | 75.0 KiB |
2026 Chevy Trucks div.none-margin > div.gb-responsive-image > picture > img.gb-rectangle-image-responsive | /content/dam/chevrolet/na/us/english/retail/march-2026/ph... | 110.8 KiB | 60.3 KiB |
2026 Chevy Silverado 1500 RST 5.3L div.none-margin > div.gb-responsive-image > picture > img.gb-rectangle-image-responsive | /content/dam/chevrolet/na/us/english/retail/march-2026/ph... | 107.9 KiB | 58.8 KiB |
2026 EQUINOX LT FWD div.none-margin > div.gb-responsive-image > picture > img.gb-rectangle-image-responsive | /content/dam/chevrolet/na/us/english/retail/december-2025... | 71.4 KiB | 49.4 KiB |
2027 Chevrolet Bolt in Marina Blue Metallic Parked in Front of a Blue and Orang… div.none-margin > div.gb-responsive-image > picture > img.gb-round-corner-image-responsive | /content/dam/chevrolet/na/us/english/index/electric/2027-... | 51.2 KiB | 45.5 KiB |
Chevrolet Blazer EV a.gb-primary-wrapper > div.universal-image-wrapper-container > picture.gb-universal-image > img | /content/dam/chevrolet/na/us/english/index/index-sub-cont... | 45.7 KiB | 37.7 KiB |
2026 EQUINOX EV div.none-margin > div.gb-responsive-image > picture > img.gb-rectangle-image-responsive | /content/dam/chevrolet/na/us/english/retail/february-2026... | 55.3 KiB | 30.1 KiB |
Chevy Silverado EV Trail Boss Truck div.none-margin > div.gb-responsive-image > picture > img.gb-round-corner-image-responsive | /content/dam/chevrolet/na/us/english/index/index-sub-cont... | 26.6 KiB | 22.0 KiB |
Bolt div.none-margin > div.gb-responsive-image > picture > img.gb-round-corner-image-responsive | /content/dam/chevrolet/na/us/english/index/index-sub-cont... | 27.8 KiB | 15.3 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| chevrolet.com/ | 560 ms |
| www.chevrolet.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 |
|---|---|
2026 CHEVY TRUCKS
$1,250
Costco Executive Member Incentive
or Costco Non-Exe… body#generic_template_page-ba428b42cc > main#gb-main-content | 0.159 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| ./../gbds-core/src/scss/utils/_shapes.scss | 159.9 KiB | 154.9 KiB |
| /etc.clientlibs/clientlibs/chevrolet-2023/core/head.lc-d7... | 34.1 KiB | 33.6 KiB |
| /etc.clientlibs/clientlibs/chevrolet-2023/gbds/quantum_co... | 30.5 KiB | 26.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.chevrolet.com/ | 543 ms | 5.2 ms | 0.9 ms |
| cdn.decibelinsight.net/i/12251/88536/di.js | 436 ms | 410 ms | 7.0 ms |
| Unattributable | 363 ms | 47 ms | 0.0 ms |
| /RdmyCf/CI/Ft/vRzm/y_veCKhyUE/SQE34VObi9/KwNfFhMB/HBJgJH/... | 266 ms | 244 ms | 11 ms |
| assets.adobedtm.com/ea8c57fea068/da5268aba629/launch-df5e39c6aed9.min.js | 258 ms | 200 ms | 46 ms |
| /RdmyCf/CI/Ft/vRzm/y_veCKhyUE/kOE34VObi95OGLiE/MmxYFhMB/Y... | 177 ms | 158 ms | 16 ms |
| www.chevrolet.com/_gbpe/code/prod1/global-nav.chevrolet-interim-us-en.js | 177 ms | 104 ms | 37 ms |
| /etc.clientlibs/clientlibs/solar/gbds/quantum_core.lc-4c6... | 166 ms | 132 ms | 1.7 ms |
| www.googletagmanager.com/gtag/js?id=AW-938959872&cx=c>m=4e64k1 | 77 ms | 69 ms | 7.9 ms |
| www.datadoghq-browser-agent.com/us3/v6/datadog-rum.js | 75 ms | 55 ms | 5.9 ms |
| www.googletagmanager.com/gtag/js?id=DC-10620667&l=dataLayer | 58 ms | 50 ms | 8.2 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.9 s |
| Other | 510 ms |
| Style & Layout | 271 ms |
| Script Parsing & Compilation | 249 ms |
| Rendering | 141 ms |
| Parse HTML & CSS | 72 ms |
| Garbage Collection | 45 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| ./../gbds-core/src/scss/utils/_shapes.scss | 159.9 KiB | 87.9 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Electric gb-expander-tab-nav.gb-large-impact-tab-nav > div > ul.gb-tab-button-list > li.gb-tab-button |
SUVs gb-expander-tab-nav.gb-large-impact-tab-nav > div > ul.gb-tab-button-list > li.gb-tab-button |
Trucks gb-expander-tab-nav.gb-large-impact-tab-nav > div > ul.gb-tab-button-list > li.gb-tab-button |
Performance gb-expander-tab-nav.gb-large-impact-tab-nav > div > ul.gb-tab-button-list > li.gb-tab-button |
2026 Equinox LT FWD gb-expander-tab-nav.gb-expander-tab-nav > div > ul.gb-tab-button-list > li.gb-tab-button |
2026 Colorado Custom 2WD gb-expander-tab-nav.gb-expander-tab-nav > div > ul.gb-tab-button-list > li.gb-tab-button |
2026 Equinox EV LT 2 gb-expander-tab-nav.gb-expander-tab-nav > div > ul.gb-tab-button-list > li.gb-tab-button |
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 |
|---|
gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.indicator gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.indicator |
gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.indicator gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.indicator |
gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.indicator gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.indicator |
gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.play-pause-toggle gb-adv-scrl.scrl-sm-btn-bhv-ll > div.gb-masthead-carousel-control-bar > div.button-container > button.play-pause-toggle |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Austria
Belgium
Bulgaria
Canada
Croatia
Czech Republic (Czechia)
Denmark
Estoni… div.gb-geo-ip-notification-container > div.gb-geo-ip-notification-text-dropdown-button-container > div.gb-geo-ip-notification-dropdown-container > select.gb-geo-ip-notification-dropdown |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper |
div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper |
div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper |
div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper |
div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper |
div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper div.col-con > gb-wrapper > div.col-con > a.gb-primary-wrapper |
div.gb-none-margin > div.gb-body3 > p > a.external |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Schedule a test drive
adv-col.col-sm-br-up-rt-48 > div.col-con > gb-button > a.gb-tertiary-button |
See accessories for my vehicle
adv-col.col-sm-br-up-rt-48 > div.col-con > gb-button > a.gb-tertiary-button |
Show me the Chevy EV lineup
adv-col.col-sm-br-up-rt-48 > div.col-con > gb-button > a.gb-tertiary-button |
What is my towing capacity?
adv-col.col-sm-br-up-rt-48 > div.col-con > gb-button > a.gb-tertiary-button |
How do I learn about EV charging? adv-col.col-sm-br-up-rt-48 > div.col-con > gb-button > a.gb-tertiary-button |
Find out my trade-in value adv-col.col-sm-br-up-rt-48 > div.col-con > gb-button > a.gb-tertiary-button |
Search adv-col.col-sm-6 > div.col-con > gb-button > a.gb-tertiary-button-inline-icon |
*The Manufacturer's Suggested Retail Price excludes destination freight charge,… div.col-con > div.gb-disclaimer-content > div.q-text > p |
These are opportunities to improve the legibility of your content.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
* p > span.gb-headline6 > gb-disclosure.gb-disclosure > button |
Sitemap div.gb-none-margin > div.gb-body3 > p > a.internal |
Newsroom div.gb-none-margin > div.gb-body3 > p > a.external |
div.gb-none-margin > div.gb-body3 > p > a.external |
Careers div.gb-none-margin > div.gb-body3 > p > a.external |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Close div.gb-geo-ip-notification-container > div.gb-geo-ip-notification-close-icon-container > a.gb-geo-ip-close > img | /etc.clientlibs/clientlibs/solar/resources/placeholder_cl... | 24 x 24 | 1 x 1 | 24 x 24 |
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 |
|---|---|
connect.facebook.net/en_US/fbevents.js line 386, col 1825 | Uncaught TypeError: Cannot read properties of null (reading 'graphToken') |
Uncaught TypeError: Cannot read properties of null (reading 'hasOwnProperty') |
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.chevrolet.com/upcoming-vehicles/2026-corvette | Learn More |
| www.chevrolet.com/destination-freight-charges | Click here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback