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.
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.
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.
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 |
|---|---|---|
| 948si5.ionos.fr/get/live/web/_/b44g5k.js | 0.0 ms | 74.3 KiB |
| var.uicdn.net/shopsshort/privacy/v1/bundle.js | 900.0 s | 73.4 KiB |
| cdn.ionos.fr/nk/9c2134ba72b4/6c2bd2fdffdc/launch-67fb473cc73f.min.js | 900.0 s | 60.6 KiB |
| frontend-services.ionos.com/t/ias/js/ias.js?v=6.12.19 | 86400.0 s | 29.4 KiB |
| frontend-services.ionos.com/t/sentry/bundle.min.js | 86400.0 s | 20.8 KiB |
| /t/password-indicator/js/password-indicator.js?v=3.2.6 | 86400.0 s | 20.2 KiB |
| frontend-services.ionos.com/t/tag/IONOS/shop.js | 1800.0 s | 9.1 KiB |
| frontend-services.ionos.com/t/t/js/t.js?v=2.2.1 | 86400.0 s | 16.5 KiB |
| var.uicdn.net/shopsshort/privacy/v1/bundle.css | 900.0 s | 6.4 KiB |
| /nk/9c2134ba72b4/6c2bd2fdffdc/8b3b79a8015f/RC341bfc75178d... | 900.0 s | 3.6 KiB |
| var.uicdn.net/shopsshort/ionos-datalayer/v1/ionos-datalayer.min.umd.js | 900.0 s | 3.4 KiB |
| /nk/9c2134ba72b4/6c2bd2fdffdc/8b3b79a8015f/RCdefebbc115bc... | 900.0 s | 559 B |
| /t/password-indicator/css/password-indicator.css?v=3.2.6 | 86400.0 s | 1.1 KiB |
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#__next > button.tw-fixed > div.tw-relative > img#417871 div#__next > button.tw-fixed > div.tw-relative > img#417871 | cs.uicdn.net/avif/ionos-core/psa/vi_psa-nlement-fr.png.avif | 8.8 KiB | 7.7 KiB |
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.
| URL | Transfer Size |
|---|---|
| www.ionos.fr/abtesting-fr.js | 432 B |
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 |
|---|---|
| ionos.fr/ | 777 ms |
| www.ionos.fr/ | 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
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 | 561 ms |
| Style & Layout | 248 ms |
| Script Parsing & Compilation | 129 ms |
| Parse HTML & CSS | 109 ms |
| Rendering | 102 ms |
| Garbage Collection | 45 ms |
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 |
|---|---|---|
| www.ionos.fr/_next/static/chunks/b94077be48fea7cf.css | 43.9 KiB | 36.6 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 |
|---|---|---|
| www.ionos.fr/js/at_visitor.min.js | 54.0 KiB | 53.6 KiB |
| var.uicdn.net/shopsshort/privacy/v1/bundle.js | 72.9 KiB | 32.4 KiB |
| 948si5.ionos.fr/get/live/web/_/b44g5k.js | 74.1 KiB | 27.1 KiB |
| www.ionos.fr/_next/static/chunks/194098810fb2d942.js | 63.4 KiB | 20.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.
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.
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 |
|---|
Paramètres div.privacy-consent--intro > p.privacy-consent--text > p.svelte-1koe4rp > button#configButton |
Politique d'utilisation div.privacy-consent--intro > p.privacy-consent--text > p.svelte-1koe4rp > a |
Clause de confidentialité div.privacy-consent--intro > p.privacy-consent--text > p.svelte-1koe4rp > a |
refuser div.privacy-consent--intro > p.privacy-consent--text > p.svelte-1koe4rp > button#confirmSelection |
Accepter div.privacy-consent--intro > p.privacy-consent--text > p.svelte-1koe4rp > button#selectAll |
Accepter div.privacy-consent--foot > div.privacy-consent--row > div.privacy-consent--button-container > button#selectAll |
Paramètres div.privacy-consent--foot > div.privacy-consent--row > div.privacy-consent--button-container > button.link |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ionos logo div.tw-hidden > div.tw-container > div.tw-hidden > a#header-logo |
0805 542 180 div.tw-container > div.tw-flex > div > a.whitespace-nowrap |
À propos div.tw-flex > div > div.tw-z-51 > button.tw-text-ellipsis |
Support div.tw-flex > div > div.tw-z-51 > button.tw-text-ellipsis |
Connexion div.tw-flex > div > div.tw-z-51 > button.tw-text-ellipsis |
Nouveau
Momentum AI nav.tw-relative > div.tw-container > div.tw--mx-12 > button#flyout_main_1 |
Domaines & SSL nav.tw-relative > div.tw-container > div.tw--mx-12 > button#flyout_main_2 |
Sites Internet nav.tw-relative > div.tw-container > div.tw--mx-12 > button#flyout_main_3 |
E-commerce nav.tw-relative > div.tw-container > div.tw--mx-12 > button#flyout_main_4 |
Hébergement nav.tw-relative > div.tw-container > div.tw--mx-12 > button#flyout_main_5 |
WordPress nav.tw-relative > div.tw-container > div.tw--mx-12 > button#flyout_main_6 |
Email & Office nav.tw-relative > div.tw-container > div.tw--mx-12 > button#flyout_main_7 |
Serveurs nav.tw-relative > div.tw-container > div.tw--mx-12 > button#flyout_main_8 |
Cloud nav.tw-relative > div.tw-container > div.tw--mx-12 > button#flyout_main_9 |
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 |
|---|
Domaine pertinent div.tw-flex > a.tw-min-h-300 > div > h3.tw-block |
Services IONOS au top. div.!tw-w-[calc(100vw-1.5rem)] > div.keen-slider__slide > div > h5.tw-block |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.tw-py-64 > div.tw-flex > div.tw-relative > img.tw-absolute div.tw-py-64 > div.tw-flex > div.tw-relative > img.tw-absolute |
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.privacy-consent--body > div.privacy-consent--row > div.privacy-consent--imprint > a div.privacy-consent--body > div.privacy-consent--row > div.privacy-consent--imprint > a |
div.privacy-consent--foot > div.privacy-consent--row > div.privacy-consent--imprint > a div.privacy-consent--foot > div.privacy-consent--row > div.privacy-consent--imprint > 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.
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 |
|---|
0805 542 180 div.tw-container > div.tw-flex > div > a.whitespace-nowrap |
Exclu IONOS
Conseiller personnel
Plus body.tw-font-sans-regular > div#__next > button.tw-fixed |
Best Practices
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.tw-py-64 > div.tw-flex > div.tw-relative > img.tw-absolute div.tw-py-64 > div.tw-flex > div.tw-relative > img.tw-absolute |
Format your HTML in a way that enables crawlers to better understand your app’s content.