Skip to content
https://ovh.com

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

83

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:0.162604] map[node:map[boundingRect:map[bottom:1041 height:387 left:0 right:1350 top:654 width:1350] lhId:page-11-SECTION nodeLabel:Serveurs dédiés Rise-S/M/L/XL Des configurations puissantes et fiables pour vo… path:1,HTML,1,BODY,9,DIV,0,DIV,3,MAIN,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,3,SECTION selector:div#block-ovh-theme-patternlab-content > div > div > section.odss-section snippet:<section data-custom-gradient-orientation="horizontal" style="--section-custom-gradient-orientation:;" class="odss-section position-relative odss-section--full odss-section--none py-0"> type:node] score:0.081612] map[node:map[boundingRect:map[bottom:4573 height:4472 left:0 right:1350 top:101 width:1350] lhId:page-18-MAIN nodeLabel:OVHcloud Vos workloads évoluent ? Adaptez vos serveurs ! Les serveurs dédiés … path:1,HTML,1,BODY,9,DIV,0,DIV,3,MAIN selector:body > div.dialog-off-canvas-main-canvas > div.layout-container > main#main snippet:<main id="main" role="main"> type:node] score:0.057718 subItems:map[items:[map[cause:Web font extra:map[type:url value:https://www.ovhcloud.com/_next-menu/_next/static/media/icomoon.3c5da845.woff]]] type:subitems]] map[node:map[boundingRect:map[bottom:1406 height:345 left:0 right:1350 top:1061 width:1350] lhId:page-6-SECTION nodeLabel:Recherche en masse de noms de domaine Rechercher Recherche multiple Transférer … path:1,HTML,1,BODY,9,DIV,0,DIV,3,MAIN,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,4,SECTION selector:div#block-ovh-theme-patternlab-content > div > div > section.odss-section snippet:<section data-custom-gradient-orientation="horizontal" data-custom-gradient-start="#BEF1FF" data-custom-gradient-end="#BEF1FF" style="--section-custom-gradient-orientation: ; --section-custom-gradient-start: #BE…;" class="odss-section position-relative odss-section--none py-6"> type:node] score:0.021147 subItems:map[items:[map[cause:Web font extra:map[type:url value:https://www.ovhcloud.com/7af16cdb/contrib/ovh_theme_patternlab/dist/fonts/source-sans-pro/source-sans-pro-latin-700-normal.woff2]] map[cause:Web font extra:map[type:url value:https://www.ovhcloud.com/_next-menu/_next/static/media/source-sans3-variable-custom.b05291b0.woff2]] map[cause:Web font extra:map[type:url value:https://www.ovhcloud.com/7af16cdb/contrib/ovh_theme_patternlab/dist/fonts/source-sans-pro/source-sans-pro-latin-600-normal.woff2]] map[cause:Web font extra:map[type:url value:https://www.ovhcloud.com/7af16cdb/contrib/ovh_theme_patternlab/dist/fonts/icons/icons.woff2?9cee8d614eb5d2fd4c8229be32def1fe]]] type:subitems]] map[node:map[boundingRect:map[bottom:873 height:29 left:467 right:859 top:844 width:392] lhId:page-20-LI nodeLabel:Sauvegarde quotidienne incluse path:1,HTML,1,BODY,9,DIV,0,DIV,3,MAIN,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,3,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,1,DIV,0,DIV,1,DIV,0,A,0,DIV,1,SPAN,0,DIV,2,UL,2,LI selector:span.tile__centered-text > div.card-layout > ul.p-0 > li.lh-1 snippet:<li class="lh-1"> type:node] score:0.002127] map[node:map[boundingRect:map[bottom:0 height:0 left:0 right:0 top:0 width:0] lhId:page-15-OSDS-ICON nodeLabel:div.odss-dropdown__content > div.odss-dropdown__search > div.odss-dropdown__search-icon > osds-icon.hydrated path:1,HTML,1,BODY,9,DIV,0,DIV,1,DIV,7,HEADER,0,NAV,0,DIV,0,DIV,3,UL,5,LI,1,DIV,0,DIV,2,FORM,1,DIV,0,DIV,1,DIV,1,DIV,0,DIV,1,DIV,0,OSDS-ICON selector:div.odss-dropdown__content > div.odss-dropdown__search > div.odss-dropdown__search-icon > osds-icon.hydrated snippet:<osds-icon color="primary" name="search" size="xs" aria-hidden="" alt="" aria-name="" class="hydrated" style="--test: search; --icon-mask-image: url(&quot;data:image/svg+xml,%3Csvg xmlns='h…;"> type:node] score:0]]

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:47.116 source:map[column:37 line:250 type:source-location url:https://www.ovhcloud.com/sites/default/files/js/js_HbEl8_uwf6cOhpo210XR1alS2-CFKDhmVBw935Wtbjg.js urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:71.342 source:map[type:text value:[unattributed]]] map[reflowTime:35.677 source:map[column:2731 line:0 type:source-location url:https://www.ovhcloud.com/_next-menu/_next/static/chunks/pages/%5Blang%5D/%5Bmenu%5D-04a20466e18efd73.js urlProvider:network]] map[reflowTime:0.04 source:map[column:22 line:128 type:source-location url:https://www.ovhcloud.com/modules/custom/ocms_core/dist/federation-tools.min.js?v=1.0.4 urlProvider:network]] map[reflowTime:26.087 source:map[column:58 line:217 type:source-location url:https://www.ovhcloud.com/7af16cdb/contrib/ovh_theme_patternlab/dist/ods-header/ods-header-universe.min.js?v=1.0.21 urlProvider:network]] map[reflowTime:16.534 source:map[column:19 line:21 type:source-location url:https://www.ovhcloud.com/7af16cdb/contrib/ovh_theme_patternlab/dist/oui-back-to-top/oui-back-to-top.min.js?v=1.0.0 urlProvider:network]] map[reflowTime:1.35 source:map[column:39 line:1281 type:source-location url:https://www.ovhcloud.com/7af16cdb/contrib/ovh_theme_patternlab/dist/odss-slider/odss-slider.class.min.js urlProvider:network]] map[reflowTime:3.145 source:map[column:32 line:1038 type:source-location url:https://www.ovhcloud.com/7af16cdb/contrib/ovh_theme_patternlab/dist/odss-slider/odss-slider.class.min.js urlProvider:network]]]

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
Backup Agent div.col-12 > div.odss-media > picture > img.no-lazy
/sites/default/files/styles/large_screens_1x/public/2025-...61.7 KiB56.5 KiB
Image overview Scale div.col-12 > div.odss-media > picture > img
/sites/default/files/styles/large_screens_1x/public/2025-...45.1 KiB37.6 KiB
Web div.card-layout > div.odss-media > picture > img
www.ovhcloud.com/sites/default/files/styles/text_media/public/2020-12/Web.webp24.0 KiB12.7 KiB
Infrastructure div.card-layout > div.odss-media > picture > img
www.ovhcloud.com/sites/default/files/styles/text_media/public/2020-12/SD.webp23.2 KiB11.9 KiB
Enterprise div.card-layout > div.odss-media > picture > img
/sites/default/files/styles/text_media/public/2020-12/ent...21.8 KiB10.6 KiB
Public cloud div.card-layout > div.odss-media > picture > img
/sites/default/files/styles/text_media/public/2020-12/pub...18.3 KiB7.0 KiB

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-1-IMG
nodeLabel: Image overview Scale
path: 1,HTML,1,BODY,9,DIV,0,DIV,3,MAIN,1,DIV,0,DIV,1,DIV,0,DIV,0,DIV,1,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,SECTION,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,PICTURE,6,IMG
selector: div.col-12 > div.odss-media > picture > img
snippet: <img loading="lazy" src="https://www.ovhcloud.com/sites/default/files/styles/large_screens_1x/publi…" width="1120" height="747" alt="Image overview Scale">

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

More than 4 preconnect connections were found. These should be used sparingly and only to the most important origins.
description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 535 ms
URLTime Spent
ovh.com/257 ms
www.ovh.com/278 ms
www.ovhcloud.com/fr/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

Why this matters

Performance issues directly impact user engagement and conversion rates.

ElementLayout shift score
Serveurs dédiés Rise-S/M/L/XL Des configurations puissantes et fiables pour vo… div#block-ovh-theme-patternlab-content > div > div > section.odss-section
0.082
OVHcloud Vos workloads évoluent ? Adaptez vos serveurs ! Les serveurs dédiés … body > div.dialog-off-canvas-main-canvas > div.layout-container > main#main
0.058
Recherche en masse de noms de domaine Rechercher Recherche multiple Transférer … div#block-ovh-theme-patternlab-content > div > div > section.odss-section
0.021
Sauvegarde quotidienne incluse span.tile__centered-text > div.card-layout > ul.p-0 > li.lh-1
0.002
div.odss-dropdown__content > div.odss-dropdown__search > div.odss-dropdown__search-icon > osds-icon.hydrated div.odss-dropdown__content > div.odss-dropdown__search > div.odss-dropdown__search-icon > osds-icon.hydrated
0.000

Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 120 ms 97.9 KiB
URLTransfer SizeEst Savings
/sites/default/files/css/css_UZBWDYom0knS3Rlp6zCtOZVk1ABT...103.1 KiB97.9 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
The page has an unload handler in a sub frame.Actionable

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 8.8 KiB

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

X logo nav#block-ovhcloud-social-networks > li.ods-footer__menu__item > a.ods-footer__link__icon > img.no-image-style
linkedin logo nav#block-ovhcloud-social-networks > li.ods-footer__menu__item > a.ods-footer__link__icon > img.no-image-style
facebook logo nav#block-ovhcloud-social-networks > li.ods-footer__menu__item > a.ods-footer__link__icon > img.no-image-style
youtube logo nav#block-ovhcloud-social-networks > li.ods-footer__menu__item > a.ods-footer__link__icon > img.no-image-style
twitch logo nav#block-ovhcloud-social-networks > li.ods-footer__menu__item > span.ods-footer__link__icon > img.no-image-style
discord logo nav#block-ovhcloud-social-networks > li.ods-footer__menu__item > span.ods-footer__link__icon > img.no-image-style
blog logo nav#block-ovhcloud-social-networks > li.ods-footer__menu__item > span.ods-footer__link__icon > img.no-image-style
github logo nav#block-ovhcloud-social-networks > li.ods-footer__menu__item > span.ods-footer__link__icon > img.no-image-style

More information about the performance of your application. These numbers don't directly affect the Performance score.

Optimize DOM size
LCP breakdown
Optimize viewport for mobile
Max Potential First Input Delay 60 ms
Minify CSS
Avoids enormous network payloads Total size was 1,839 KiB
User Timing marks and measures 8 user timings
JavaScript execution time 0.2 s
Minimizes main-thread work 1.1 s
Avoid long main-thread tasks 2 long tasks found
Avoid non-composited animations 7 animated elements found
Network Requests
Network Round Trip Times 30 ms
Server Backend Latencies 310 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 30 ms
INP breakdown
68

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

Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Webmail Mon compte client Contact commercial Support nav#block-ocms-topheader-menu > div.ods-header-topbar > div.ods-header-topbar__content > ul.ods-header-topbar__content__menu
Public Cloud Private Cloud Serveurs dédiés & VPS Domaine Hébergement E-mail VoI… section.ovhcloud-mainmenu > nav.menu-desktop > div.menu-desktop__tabs-wrapper > div.menu-desktop__tabs
div.text-left > div.odss-slider > div.odss-slider__controls > div.d-flex div.text-left > div.odss-slider > div.odss-slider__controls > div.d-flex

Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.odss-slider > div.d-flex > button.ods-slider__button--prev > osds-icon.hydrated div.odss-slider > div.d-flex > button.ods-slider__button--prev > osds-icon.hydrated
div.odss-slider > div.d-flex > button.ods-slider__button--next > osds-icon.hydrated div.odss-slider > div.d-flex > button.ods-slider__button--next > osds-icon.hydrated
li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated
li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated
li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated
li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated
li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated
li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated
li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated
li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated
li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated li.lh-1 > div.otds-text > span.flex-shrink-0 > osds-icon.hydrated
div.odss-slider > div.d-flex > button.ods-slider__button--prev > osds-icon.hydrated div.odss-slider > div.d-flex > button.ods-slider__button--prev > osds-icon.hydrated
div.odss-slider > div.d-flex > button.ods-slider__button--next > osds-icon.hydrated div.odss-slider > div.d-flex > button.ods-slider__button--next > osds-icon.hydrated
button.link > span.link__text-container > span > osds-icon.hydrated button.link > span.link__text-container > span > osds-icon.hydrated
button.link > span.link__text-container > span > osds-icon.hydrated button.link > span.link__text-container > span > osds-icon.hydrated
button.link > span.link__text-container > span > osds-icon.hydrated button.link > span.link__text-container > span > osds-icon.hydrated
button.link > span.link__text-container > span > osds-icon.hydrated button.link > span.link__text-container > span > osds-icon.hydrated

ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
La protection de vos données est notre priorité. Notre site internet et le… body > div#tc-privacy-wrapper > div#header_tc_privacy

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div > form#domain-search-header-form--2 > div.header--webcloud__input-wrapper > button.header--webcloud__button div > form#domain-search-header-form--2 > div.header--webcloud__input-wrapper > button.header--webcloud__button
div.odss-slider > div.odss-slider__controls > div.d-flex > button.odss-slider__pager__button div.odss-slider > div.odss-slider__controls > div.d-flex > button.odss-slider__pager__button
div.odss-slider > div.odss-slider__controls > div.d-flex > button.odss-slider__pager__button div.odss-slider > div.odss-slider__controls > div.d-flex > button.odss-slider__pager__button
div.odss-slider > div.odss-slider__controls > div.d-flex > button.odss-slider__pager__button div.odss-slider > div.odss-slider__controls > div.d-flex > button.odss-slider__pager__button
div.odss-slider > div.odss-slider__controls > div.d-flex > button.odss-slider__pager__button div.odss-slider > div.odss-slider__controls > div.d-flex > button.odss-slider__pager__button
div.text-left > div.odss-slider > div.odss-slider__controls > button.odss-slider__button--pause div.text-left > div.odss-slider > div.odss-slider__controls > button.odss-slider__button--pause
div > div#block-federationtools > div.federation-tools-buttons > button.federation-tools-buttons__btn div > div#block-federationtools > div.federation-tools-buttons > button.federation-tools-buttons__btn

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div#header_tc_privacy_text > div#privacy_center_wrapper > div.privacy_center_img > img div#header_tc_privacy_text > div#privacy_center_wrapper > div.privacy_center_img > img

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.ods-header-topbar > div.ods-header-topbar__content > div.py-lg-3 > a div.ods-header-topbar > div.ods-header-topbar__content > div.py-lg-3 > a

These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.

Tables and lists

Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
li.ods-footer__menu__item > div.ods-footer__menu__item__block > div > ul.ods-footer__menu li.ods-footer__menu__item > div.ods-footer__menu__item__block > div > ul.ods-footer__menu

Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
fr flag div.ods-header-topbar > div.ods-header-topbar__content > ul.ods-header-topbar__content__menu > li.language-switcher
X logo ul.ods-footer__menu > li.ods-footer__menu__item > nav#block-ovhcloud-social-networks > li.ods-footer__menu__item
linkedin logo ul.ods-footer__menu > li.ods-footer__menu__item > nav#block-ovhcloud-social-networks > li.ods-footer__menu__item
facebook logo ul.ods-footer__menu > li.ods-footer__menu__item > nav#block-ovhcloud-social-networks > li.ods-footer__menu__item
youtube logo ul.ods-footer__menu > li.ods-footer__menu__item > nav#block-ovhcloud-social-networks > li.ods-footer__menu__item
twitch logo ul.ods-footer__menu > li.ods-footer__menu__item > nav#block-ovhcloud-social-networks > li.ods-footer__menu__item
discord logo ul.ods-footer__menu > li.ods-footer__menu__item > nav#block-ovhcloud-social-networks > li.ods-footer__menu__item
blog logo ul.ods-footer__menu > li.ods-footer__menu__item > nav#block-ovhcloud-social-networks > li.ods-footer__menu__item
github logo ul.ods-footer__menu > li.ods-footer__menu__item > nav#block-ovhcloud-social-networks > li.ods-footer__menu__item

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
En savoir plus div.card-layout > div.contextual-region > div.otds-link > button.link
En savoir plus div.card-layout > div.contextual-region > div.otds-link > button.link
En savoir plus div.card-layout > div.contextual-region > div.otds-link > button.link
En savoir plus div.card-layout > div.contextual-region > div.otds-link > button.link
div.d-none > ul.ods-footer__menu > li.ods-footer__menu__item > a.ods-footer__link div.d-none > ul.ods-footer__menu > li.ods-footer__menu__item > a.ods-footer__link
div.d-none > ul.ods-footer__menu > li.ods-footer__menu__item > a.ods-footer__link div.d-none > ul.ods-footer__menu > li.ods-footer__menu__item > a.ods-footer__link
div.d-none > ul.ods-footer__menu > li.ods-footer__menu__item > a.ods-footer__link div.d-none > ul.ods-footer__menu > li.ods-footer__menu__item > a.ods-footer__link
X logo li.ods-footer__menu__item > nav#block-ovhcloud-social-networks > li.ods-footer__menu__item > a.ods-footer__link__icon
linkedin logo li.ods-footer__menu__item > nav#block-ovhcloud-social-networks > li.ods-footer__menu__item > a.ods-footer__link__icon
facebook logo li.ods-footer__menu__item > nav#block-ovhcloud-social-networks > li.ods-footer__menu__item > a.ods-footer__link__icon
youtube logo li.ods-footer__menu__item > nav#block-ovhcloud-social-networks > li.ods-footer__menu__item > a.ods-footer__link__icon

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes have valid values
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
No element has a `[tabindex]` value greater than 0
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
96

Best Practices

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Error: Cannot find './session-handler' module at https://www.ovhcloud.com/7af16cdb/contrib/ovh_theme_patternlab/dist/js/webcallback-federation.min.js?v=1.0.13:75:15
Failed to load resource: the server responded with a status of 429 ()
Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
92

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

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div#header_tc_privacy_text > div#privacy_center_wrapper > div.privacy_center_img > img div#header_tc_privacy_text > div#privacy_center_wrapper > div.privacy_center_img > img

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback