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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.u-grid-col > div.c-video--default > div.video__container > video.video-asset__player div.u-grid-col > div.c-video--default > div.video__container > video.video-asset__player | dmassets.hyundai.com/is/image/hyundaiautoever/MASTER_HYUNDAI_45s_cast_TV_1?scl=1 | 198.2 KiB | 100.3 KiB |
div.u-grid-col > div.c-video--default > div.video__container > video.video-asset__player div.u-grid-col > div.c-video--default > div.video__container > video.video-asset__player | dmassets.hyundai.com/is/image/hyundaiautoever/tucsonhev-my25-720?scl=1 | 205.8 KiB | 66.2 KiB |
Hyundai_IONIQ-3_Exterior-Front-Side_3_Three-Quarter-Front.jpg div.stage__image-cta-wrapper > div.stage__image > picture.c-picture--default > img.picture__image | /is/image/hyundaiautoever/Hyundai_IONIQ-3_Exterior-Front-... | 172.6 KiB | 7.2 KiB |
Hyundai_IONIQ-3_Exterior-Front-Side_3_Three-Quarter-Front.jpg div.stage__image-cta-wrapper > div.stage__image > picture.c-picture--default > img.picture__image | /is/image/hyundaiautoever/Hyundai_IONIQ-3_Exterior-Front-... | 25.0 KiB | 5.4 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.
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 |
|---|---|
| hyundai.com/ | 338 ms |
| www.hyundai.com/ | 281 ms |
| www.hyundai.com/es/es.html | 0.0 ms |
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 |
|---|---|---|
| /etc.clientlibs/hyundai-wwn3/clientlibs/main.746c70d0bce7... | 69.7 KiB | 60.0 KiB |
| /etc.clientlibs/hyundai-wwn3/clientlibs/react-gatsby.0a1e... | 32.1 KiB | 31.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| hlivedev.blob.core.windows.net/hlive-button-script/production/minichat.bundle.js | 1.3 MiB | 779.8 KiB |
| /etc.clientlibs/hyundai-wwn3/clientlibs/main.42471c0197db... | 792.6 KiB | 517.4 KiB |
| /etc.clientlibs/hyundai-wwn3/clientlibs/react-gatsby.897b... | 568.2 KiB | 448.6 KiB |
| t.contentsquare.net/uxa/a0e08a173316d.js | 154.4 KiB | 83.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KKL44Q4>m=4e64h1 | 172.0 KiB | 75.1 KiB |
| cdn-eu.dynamicyield.com/api/9879975/api_static.js | 111.3 KiB | 70.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-JC8GGW39QC&cx=c>m=4e64h1 | 172.7 KiB | 66.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KDFR6C4 | 121.4 KiB | 57.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NSQW6K5>m=4e64h1 | 138.0 KiB | 55.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MT62BQD>m=4e64h1 | 149.0 KiB | 40.6 KiB |
| hyundai.app.baqend.com/v1/speedkit/install.js?d=production | 57.6 KiB | 21.4 KiB |
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 | 1.1 s |
| Other | 342 ms |
| Style & Layout | 328 ms |
| Script Parsing & Compilation | 272 ms |
| Garbage Collection | 36 ms |
| Parse HTML & CSS | 34 ms |
| Rendering | 26 ms |
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 |
|---|---|---|
| www.hyundai.com/eu/dam/sites/es/widget/comparador/js/metrics.js | 2.9 KiB | 2.1 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.hme-commute-calculator-wrapper > div.hme-calculator__controls > div.hme-commute-calculator__image > img div.hme-commute-calculator-wrapper > div.hme-calculator__controls > div.hme-commute-calculator__image > img | /is/image/hyundaiautoever/Hyundai_Range-Calculator_INSTER... |
Logo div.footer__logo-container > div.header__logo > div.c-logo--default > img.logo__image | /etc.clientlibs/hyundai-wwn3/clientlibs/main/resources/im... |
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 |
|---|
1 div.c-slider--stage > div.slider__pagination-wrapper > ol.slider__pagination-list > li.slider__pagination-list-item |
2 div.c-slider--stage > div.slider__pagination-wrapper > ol.slider__pagination-list > li.slider__pagination-list-item |
3 div.c-slider--stage > div.slider__pagination-wrapper > ol.slider__pagination-list > li.slider__pagination-list-item |
4 div.c-slider--stage > div.slider__pagination-wrapper > ol.slider__pagination-list > li.slider__pagination-list-item |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Compra
Todos los modelos
Promociones
Ventajas para eléctricos
Buscar concesiona… div.footer__linklist > div#footer-linklist > div.footer-linklist__accordion > div.c-accordion--footer |
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.u-grid-col > div.c-video--default > div.video__container > div.video-controls div.u-grid-col > div.c-video--default > div.video__container > div.video-controls |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.hme-commute-calculator__controls-slider > div.hme-slider > div.hme-slider__rail > div.hme-slider__thumb div.hme-commute-calculator__controls-slider > div.hme-slider > div.hme-slider__rail > div.hme-slider__thumb |
When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to label `progressbar` elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.u-grid-col > div.c-video--default > div.video__container > progress.video-progress div.u-grid-col > div.c-video--default > div.video__container > progress.video-progress |
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 |
|---|
li#home-slide-item-0 > div > div.stage__content-wrapper > button.stage__active-area li#home-slide-item-0 > div > div.stage__content-wrapper > button.stage__active-area |
li#home-slide-item-0 > div > div.stage__content-wrapper > button.stage__active-area li#home-slide-item-0 > div > div.stage__content-wrapper > button.stage__active-area |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.countries-input-container > div > input.links-search-input div > div.countries-input-container > div > input.links-search-input |
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 |
|---|
Renting y suscripción div.meta-navigation__content > ul.meta-navigation__link-list > li.meta-navigation__link-list-item > a.meta-navigation__link |
Concesionarios div.meta-navigation__content > ul.meta-navigation__link-list > li.meta-navigation__link-list-item > a.meta-navigation__link |
Ventajas para eléctricos div.meta-navigation__content > ul.meta-navigation__link-list > li.meta-navigation__link-list-item > a.meta-navigation__link |
Seminuevos div.meta-navigation__content > ul.meta-navigation__link-list > li.meta-navigation__link-list-item > a.meta-navigation__link |
Mundo Hyundai div.meta-navigation__content > ul.meta-navigation__link-list > li.meta-navigation__link-list-item > a.meta-navigation__link |
Modelos ul.c-list--header-nav > li.list__item > a.list__link > span.list__item-text |
Compra ul.c-list--header-nav > li.list__item > a.list__link > span.list__item-text |
Posventa ul.c-list--header-nav > li.list__item > a.list__link > span.list__item-text |
ZonaEco ul.c-list--header-nav > li.list__item > a.list__link > span.list__item-text |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
120 km div.hme-commute-calculator__controls-slider > div.hme-slider > div.hme-slider__rail > h4.hme-slider__thumb-info |
These are opportunities to improve keyboard navigation in your application.
Best Practices
User Experience
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) | |
|---|---|---|---|
IONIQ 5 N en la pista de carreras. a.picture-text__link > div.picture-text__picture-wrapper > picture.c-picture--disclaimer > img.picture__image | /is/image/hyundaiautoever/CROP_03a_HME_eSUV_2-0_PHEV_KV_D... | 400 x 225 (1.78) | 400 x 259 (1.54) |
Bodegón de gama electrificada de Hyundai con INSTER, IONIQ 5, IONIQ 6, TUCSON P… a.picture-text__link > div.picture-text__picture-wrapper > picture.c-picture--disclaimer > img.picture__image | /is/image/hyundaiautoever/cc15f2a5-3b46-5075-9c5b-8d9fd16... | 400 x 225 (1.78) | 400 x 392 (1.02) |
Primer plano de la mano de una mujer de negocios sosteniendo un smartphone con … a.picture-text__link > div.picture-text__picture-wrapper > picture.c-picture--disclaimer > img.picture__image | /is/image/hyundaiautoever/Hyudnai_NEXO_myHyudnai_app_smar... | 400 x 225 (1.78) | 400 x 230 (1.74) |
Bodegón de gama electrificada de Hyundai con INSTER, IONIQ 5, IONIQ 6, TUCSON P… a.picture-text__link > div.picture-text__picture-wrapper > picture.c-picture--disclaimer > img.picture__image | /is/image/hyundaiautoever/cc15f2a5-3b46-5075-9c5b-8d9fd16... | 400 x 225 (1.78) | 400 x 392 (1.02) |
General
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.