Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
/.env is publicly accessible
Security gaps expose your site and users to attacks, eroding trust.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 8.9 MB (5.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
21 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/1478b7f8-88af-496b-83a7-69b5951f71b0)<a href="https://beavercheck.com/results/1478b7f8-88af-496b-83a7-69b5951f71b0"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fionos.fr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fionos.frThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 4.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~27%.
Page takes 4.0s to load
+12% bounceUsers abandon at ~3s — you're 1.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.8s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
21 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€400 investment → €2,357/month returns + EUR 120,500,000 risk avoided
€400
5h · 5 findings
€2,357 /mo
~€28,280 / year
EUR 120,500,000
if kept compliant
€120 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €80/hr
Based on France rates (€80/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,015 / year if left unfixed
€120,500,000
+8 more
€1.28 /mo
17347.4 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.61 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.82 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.98 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
15.25 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.3 KiB |
| frontend-services.ionos.com/t/sentry/bundle.min.js | 86400.0 s | 20.7 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 | 558 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.tw-grid > div.keen-slider__slide > div.tw-relative > img.tw-mb-auto div.tw-grid > div.keen-slider__slide > div.tw-relative > img.tw-mb-auto | /avif/ionos-core/Campaigns/TV-2025/home/Content_Card_Gall... | 51.9 KiB | 17.4 KiB |
div.tw-grid > div.keen-slider__slide > div.tw-relative > img.tw-mb-auto div.tw-grid > div.keen-slider__slide > div.tw-relative > img.tw-mb-auto | /avif/ionos-core/Campaigns/TV-2025/home/Content_Card_Gall... | 42.0 KiB | 14.1 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 | 434 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/ | 1.3 s |
| www.ionos.fr/ | 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.
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 | 4.4 s |
| Other | 2.5 s |
| Style & Layout | 876 ms |
| Script Parsing & Compilation | 475 ms |
| Rendering | 455 ms |
| Parse HTML & CSS | 384 ms |
| Garbage Collection | 130 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 | 38.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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| 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.3 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.
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.
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 |
|---|
div.tw-py-20 > div.tw-rd-container > form.tw-relative > button.tw-z-1 div.tw-py-20 > div.tw-rd-container > form.tw-relative > button.tw-z-1 |
div.tw-rounded-lg > div.tw-rd-container > form.tw-relative > button.tw-z-1 div.tw-rounded-lg > div.tw-rd-container > form.tw-relative > button.tw-z-1 |
section > div.tw-rd-container > div.tw-my-24 > button section > div.tw-rd-container > div.tw-my-24 > button |
div.tw-rd-container > div.tw-my-24 > div.tw-flex > button.tw-h-4 div.tw-rd-container > div.tw-my-24 > div.tw-flex > button.tw-h-4 |
div.tw-rd-container > div.tw-my-24 > div.tw-flex > button.tw-h-4 div.tw-rd-container > div.tw-my-24 > div.tw-flex > button.tw-h-4 |
div.tw-rd-container > div.tw-my-24 > div.tw-flex > button.tw-h-4 div.tw-rd-container > div.tw-my-24 > div.tw-flex > button.tw-h-4 |
section > div.tw-rd-container > div.tw-my-24 > button section > div.tw-rd-container > div.tw-my-24 > button |
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.
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.
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 |
|---|
Ouvrir le menu div.tw-container > div.tw-inline-flex > div > button.tw-relative |
ionos logo nav.tw-relative > div.tw-container > div.tw-inline-flex > a#header-logo |
Appelez-nous:0805542180 div.tw-container > div.tw-absolute > div > a.whitespace-nowrap |
Connexion div.tw-absolute > div > div.tw-z-51 > button.tw-text-ellipsis |
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.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.23 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.55 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
210 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.71 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.77 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| 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.
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.
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.
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.
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 |
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.
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.
Send Feedback