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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.volvocars.com/ONYqQS/I/V/Vw5MuLN6nQ/ruEwkNf82NDwwL/NA9f/by/FZegdAdEsB | 21600.0 s | 171.5 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 86400.0 s | 129.0 KiB |
| www.volvocars.com/ONYqQS/I/V/Vw5MuLN6nQ/ru/Ex1T/NQ/lLATEfdWwp | 86400.0 s | 28.3 KiB |
| www.volvocars.com/akam/13/372bb4ba | 21600.0 s | 8.6 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
| cdn.cookielaw.org/logos/static/powered_by_logo.svg | 86400.0 s | 2.7 KiB |
| /logos/f86eba16-66e7-4b74-822d-4887e3afe1c9/0191dfa4-8d9c... | 86400.0 s | 2.2 KiB |
| www.volvocars.com/ONYqQS/I/V/Vw5MuLN6nQ/XD/Ex1T/ES/wnenEfWzVY | 86400.0 s | 787 B |
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.
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 | |
|---|---|---|---|
Vista traseira de um Volvo EX90 estacionado de frente para o mar. a.link-plain > div > picture > img.img | /images/cs/v3/assets/blt618dcb179a89242d/blt5afbd7862208f... | 274.6 KiB | 261.7 KiB |
Uma família na praia perto de um Volvo XC90 híbrido plug-in, mudando de roupas … div.flex > div.relative > picture > img.img | /images/cs/v3/assets/blt618dcb179a89242d/blt095ed6ce376a8... | 290.7 KiB | 242.2 KiB |
Uma mulher segurando aberta a porta de um Volvo XC90 parcialmente visível, olha… div.w-full > div > picture > img.img | /images/cs/v3/assets/blt618dcb179a89242d/bltb265908db89d7... | 353.1 KiB | 199.8 KiB |
Cinto de segurança azul com a inscrição “DESDE 1959” na fivela. a.link-plain > div > picture > img.img | /images/cs/v3/assets/blt618dcb179a89242d/blt02b62536119fc... | 125.5 KiB | 119.7 KiB |
Close-up de um Volvo EX30 Cloud Blue conectado a uma estação de carregamento. a.link-plain > div > picture > img.img | /images/cs/v3/assets/blt618dcb179a89242d/blt7111b4e14392d... | 88.0 KiB | 83.9 KiB |
EX30 Aero wheel div.flex > div.relative > picture > img.img | /images/cs/v3/assets/blt618dcb179a89242d/blt98cfdf191ebb4... | 62.4 KiB | 46.9 KiB |
Uma vista lateral de um EX90 Elétrico div.snap-start > a > picture > img.img | /images/2025/356/exterior/studio/standardizedSideView/tra... | 61.9 KiB | 44.3 KiB |
Um ângulo de câmara fixo, ligeiramente superior, que mostra o tejadilho de um a… section#homepageTopContentSlot-hero-0 > div.relative > picture > img.img | /images/cs/v3/assets/blt618dcb179a89242d/blt6b16acc4303a1... | 71.0 KiB | 36.5 KiB |
Uma vista lateral de um EX40 Elétrico div.snap-start > a > picture > img.img | /images/2026/536/exterior/studio/standardizedSideView/tra... | 48.5 KiB | 34.7 KiB |
Uma vista lateral de um EC40 Elétrico div.snap-start > a > picture > img.img | /images/2026/539/exterior/studio/standardizedSideView/tra... | 46.3 KiB | 33.1 KiB |
Uma vista lateral de um EX30 Elétrico div.snap-start > a > picture > img.img | /images/2026/416/exterior/studio/standardizedSideView/tra... | 38.6 KiB | 27.6 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 |
|---|---|
| www.volvocars.com/ | 271 ms |
| www.volvocars.com/br/ | 0.0 ms |
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.
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.
Diagnostics
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 |
|---|---|---|
| www.volvocars.com/static/homepage/_next/static/chunks/1231-da5f48090fafb4af.js | 145.5 KiB | 117.7 KiB |
| www.volvocars.com/static/homepage/_next/static/chunks/9832-0d4d5d0edfbb762f.js | 148.6 KiB | 106.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TQ7PVHC>m=4e64h1 | 151.3 KiB | 83.2 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 128.8 KiB | 71.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-73WLWG7342&cx=c>m=4e64h1 | 173.1 KiB | 66.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KZZNQG5 | 180.1 KiB | 55.2 KiB |
| www.volvocars.com/static/homepage/_next/static/chunks/5931-fcf0574bf42285ae.js | 76.6 KiB | 49.8 KiB |
| www.volvocars.com/static/homepage/_next/static/chunks/3849-310faa4a1f2447ee.js | 63.4 KiB | 45.9 KiB |
| www.volvocars.com/static/homepage/_next/static/chunks/7371-f53e6f1a4f2f5978.js | 76.4 KiB | 38.7 KiB |
| www.volvocars.com/ONYqQS/I/V/Vw5MuLN6nQ/ruEwkNf82NDwwL/NA9f/by/FZegdAdEsB | 171.5 KiB | 36.4 KiB |
| www.volvocars.com/static/homepage/_next/static/chunks/6693.2614817b300808d6.js | 53.1 KiB | 20.1 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 481 ms | 141 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KZZNQG5 | 430 ms | 385 ms | 28 ms |
| www.volvocars.com/static/homepage/_next/static/chunks/18-43fb6d9e6ed6d72e.js | 372 ms | 337 ms | 7.3 ms |
| www.volvocars.com/ONYqQS/I/V/Vw5MuLN6nQ/ruEwkNf82NDwwL/NA9f/by/FZegdAdEsB | 328 ms | 285 ms | 18 ms |
| www.volvocars.com/br/ | 316 ms | 19 ms | 28 ms |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 138 ms | 56 ms | 18 ms |
| www.volvocars.com/static/homepage/_next/static/chunks/1231-da5f48090fafb4af.js | 137 ms | 121 ms | 16 ms |
| www.googletagmanager.com/gtag/js?id=G-73WLWG7342&cx=c>m=4e64h1 | 107 ms | 89 ms | 17 ms |
| www.googletagmanager.com/gtm.js?id=GTM-TQ7PVHC>m=4e64h1 | 72 ms | 57 ms | 14 ms |
| /static/homepage/_next/static/chunks/87c73c54-dd8d81ac960... | 57 ms | 13 ms | 9.1 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.7 s |
| Other | 471 ms |
| Script Parsing & Compilation | 244 ms |
| Style & Layout | 236 ms |
| Garbage Collection | 55 ms |
| Parse HTML & CSS | 41 ms |
| Rendering | 34 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
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.
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.
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 |
|---|
Configure o seu automóvel
Especifique os detalhes interiores e exteriores do s… section#homepageTopContentSlot-shoppingTools-0 > div.gap-x-gutter > div > a.link-plain |
Encontre um concessionário
Entre em contato conosco ou visite-nos pessoalmente. section#homepageTopContentSlot-shoppingTools-0 > div.gap-x-gutter > div > a.link-plain |
Ofertas especiais
Veja ofertas especiais para obter um ótimo negócio em seu ca… section#homepageTopContentSlot-shoppingTools-0 > div.gap-x-gutter > div > a.link-plain |
Volvo por Assinatura
Descubra uma nova forma de viver a experiência de dirigir… section#homepageTopContentSlot-shoppingTools-0 > div.gap-x-gutter > div > a.link-plain |
Eletrificação
Torne-se elétrico com confiança aprendendo sobre carregamento, a… section#homepageMainContentSlot-discoveryCardsMedia-0 > div.grid > div.DiscoveryCardsMedia_twoSpanItem__kb_t7 > a.link-plain |
Sustentabilidade
Saiba como estamos reduzindo emissões, adotando a circularida… section#homepageMainContentSlot-discoveryCardsMedia-0 > div.grid > div > a.link-plain |
Best Practices
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.
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.volvocars.com/br/v/legal/cookies | Mais informação |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 58 | llms: https://www.volvocars.com/llms.txt | Unknown directive |
To appear in search results, crawlers need access to your app.