Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
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.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
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.
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.
| 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.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
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.
Names and labels
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.
Contrast
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.
Best practices
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.
Best Practices
User Experience
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 |
General
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
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.
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
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.