Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 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.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS 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 10.8 MB (8.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
3 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/cbfa2146-adb3-410b-bad3-f548eb0ea5ae)<a href="https://beavercheck.com/results/cbfa2146-adb3-410b-bad3-f548eb0ea5ae"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ffree.fr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ffree.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 25.2s 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 ~30%.
Page takes 25.2s to load
+12% bounceUsers abandon at ~3s — you're 22.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 863ms
+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
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
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
7 broken link(s) on the page
+5% 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 → €1.98/month returns + EUR 120,500,000 risk avoided
€400
5h · 5 findings
€1.98 /mo
~€24 / 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,669 / month at risk
~€120,500,024 / year if left unfixed
€120,500,000
+8 more
€1.98 /mo
26752.9 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.
2.56 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
25.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
863 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.008
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.56 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.
26.41 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.
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.
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.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
freebox ultra avec player tv div.flex > div.flex > a.w-max > img.mt-2 | www.free.fr/assets/img/home/freebox-ultra-player-tv.png | 490.5 KiB | 460.3 KiB |
freebox pop avec player tv div.flex > div.flex > a.w-max > img.mt-2 | www.free.fr/assets/img/home/freebox-pop-player-tv.png | 221.1 KiB | 191.9 KiB |
div#swiper-wrapper-6f6ce378476a2493 > div.swiper-slide > div.swiper-lazy > div.absolute div#swiper-wrapper-6f6ce378476a2493 > div.swiper-slide > div.swiper-lazy > div.absolute | freebox.cdn.scw.iliad.fr/EUPHORIA_Free_1560x2240_c93df91408.png | 738.8 KiB | 170.1 KiB |
div.flex > div.flex > div.relative > img.Free5GPlanCard_image__ZKBWS div.flex > div.flex > div.relative > img.Free5GPlanCard_image__ZKBWS | www.free.fr/assets/img/freebox/home/cards/forfait-free-max.jpg | 174.9 KiB | 122.8 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.free.fr/data/env-config.js?1776178379175 | 845 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| free.fr/ | 1.2 s |
| www.free.fr/ | 912 ms |
| www.free.fr/freebox | 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.
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.free.fr/_next/static/css/af4e938243dc3760.css | 43.4 KiB | 40.3 KiB |
| 17.0 KiB | 14.4 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 |
|---|---|---|
| /sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/sdk.... | 101.8 KiB | 54.3 KiB |
| www.free.fr/_next/static/chunks/pages/_app-1fb0f6bd6170d9ed.js | 163.6 KiB | 51.2 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 |
|---|---|---|---|
| www.free.fr/_next/static/chunks/framework-945b357d4a851f4b.js | 1.5 s | 1.1 s | 27 ms |
| www.free.fr/freebox | 1.5 s | 3.8 ms | 0.5 ms |
| Unattributable | 1.3 s | 64 ms | 0.0 ms |
| www.free.fr/_next/static/chunks/9287-818be36ecbda0ef2.js | 674 ms | 231 ms | 10 ms |
| /sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/sdk.... | 287 ms | 215 ms | 48 ms |
| www.free.fr/_next/static/chunks/pages/_app-1fb0f6bd6170d9ed.js | 270 ms | 206 ms | 63 ms |
| /sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/ui-w... | 150 ms | 92 ms | 25 ms |
| www.free.fr/_next/static/chunks/pages/freebox-26820cbf50fe4406.js | 126 ms | 109 ms | 4.9 ms |
| www.free.fr/_next/static/chunks/main-961c6997f1de1abb.js | 125 ms | 101 ms | 21 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 | 2.2 s |
| Other | 1.8 s |
| Style & Layout | 1.4 s |
| Rendering | 298 ms |
| Script Parsing & Compilation | 233 ms |
| Parse HTML & CSS | 89 ms |
| Garbage Collection | 82 ms |
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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
<p>On régale</p><p>toute la famille</p> div.flex > div.flex > div.my-2 > img.image | freebox.cdn.scw.iliad.fr/large_free_family_1000x461_3208ed9b5b.png |
<p>On est Free</p><p>pour vous écouter</p> div.flex > div.flex > div.my-2 > img.image | freebox.cdn.scw.iliad.fr/medium_image_assistance_0c50cc0075.png |
<p>Nos boutiques</p><p>sont à deux pas</p> div.flex > div.flex > div.my-2 > img.image | freebox.cdn.scw.iliad.fr/boutiques_free_df7311bc08_copie_1_3333b7d6d4.jpg |
fibre-free.jpeg div.flex > div.flex > div.my-2 > img.image | freebox.cdn.scw.iliad.fr/fibre_free_3da6fc3b0f.jpeg |
Logo div.didomi-popup-container > div.didomi-popup-view > div.didomi-popup-notice-logo-container > img.didomi-popup-notice-logo | www.free.fr/data/icon_footer/free.svg |
free logo div.flex > header#nav-header > a.nav-header-logo > img | www.free.fr/assets/navHeader/icons/free.svg |
Free TV div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/freeTvPlus/picto-free-tv-plus-dark-for-card.svg |
Free TV div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/freeTvPlus/picto-free-tv-plus-dark-for-card.svg |
Free TV div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/freeTvPlus/picto-free-tv-plus-dark-for-card.svg |
plus icon div.Footer-module_footerContainer__DGsXT > div.ExtraMentions-module_extraMentionsContainer__HzqNt > div.ExtraMentions-module_extraMentionsTitleContainer__AC1z5 > img.ExtraMentions-module_iconClosed__VhKDC | www.free.fr/assets/footer/icons/plus-icon.svg |
logo canal+ div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-canal-plus.svg |
logo disney+ div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-disney-plus.svg |
logo netflix div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-netflix.svg |
logo prime div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-prime.svg |
logo universal plus div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-universal-plus.svg |
arrow icon div > div.Accordion-module_accordion__6l-pT > div.Accordion-module_titleContainer__q2Jfm > img | www.free.fr/assets/footer/icons/arrow-down-s.svg |
arrow icon div > div.Accordion-module_accordion__6l-pT > div.Accordion-module_titleContainer__q2Jfm > img | www.free.fr/assets/footer/icons/arrow-down-s.svg |
arrow icon div > div.Accordion-module_accordion__6l-pT > div.Accordion-module_titleContainer__q2Jfm > img | www.free.fr/assets/footer/icons/arrow-down-s.svg |
arrow icon div > div.Accordion-module_accordion__6l-pT > div.Accordion-module_titleContainer__q2Jfm > img | www.free.fr/assets/footer/icons/arrow-down-s.svg |
logo 7 avec contour noir div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-7.svg |
logo 7 avec contour noir div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-7.svg |
logo 7 avec contour noir div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-7.svg |
logo 7 avec contour noir div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-7.svg |
logo 7 avec contour noir div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-7.svg |
logo 7 avec contour noir div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-7.svg |
icon arrow down div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/img/freebox/home/cards/down-arrow.svg |
icon arrow up div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/img/freebox/home/cards/up-arrow.svg |
icon arrow down div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/img/freebox/home/cards/down-arrow.svg |
icon arrow up div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/img/freebox/home/cards/up-arrow.svg |
icon arrow down div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/img/freebox/home/cards/down-arrow.svg |
icon arrow up div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/img/freebox/home/cards/up-arrow.svg |
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.
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Offres & Services div.BusinessNavigation-module_businessNavigationAccordions__TI-41 > div > div.Accordion-module_accordion__6l-pT > div.Accordion-module_titleContainer__q2Jfm |
Abonné div.BusinessNavigation-module_businessNavigationAccordions__TI-41 > div > div.Accordion-module_accordion__6l-pT > div.Accordion-module_titleContainer__q2Jfm |
Aide & Contact div.BusinessNavigation-module_businessNavigationAccordions__TI-41 > div > div.Accordion-module_accordion__6l-pT > div.Accordion-module_titleContainer__q2Jfm |
Société div.BusinessNavigation-module_businessNavigationAccordions__TI-41 > div > div.Accordion-module_accordion__6l-pT > div.Accordion-module_titleContainer__q2Jfm |
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.
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 |
|---|
header#nav-header > ul.nav-extra-menu > li.nav-extra-menu-item > a.nav-header-button-icon header#nav-header > ul.nav-extra-menu > li.nav-extra-menu-item > a.nav-header-button-icon |
div.w-full > div.flex > div.relative > a.items-center div.w-full > div.flex > div.relative > a.items-center |
div.w-full > div.flex > div.relative > a.items-center div.w-full > div.flex > div.relative > a.items-center |
div.w-full > div.flex > div.relative > a.items-center div.w-full > div.flex > div.relative > a.items-center |
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.
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.
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.
1.14 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
61 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.97 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.75 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.
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.
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.
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 | |
|---|---|---|---|
freebox ultra avec player tv div.flex > div.flex > a.w-max > img.mt-2 | www.free.fr/assets/img/home/freebox-ultra-player-tv.png | 490.5 KiB | 476.2 KiB |
freebox pop avec player tv div.flex > div.flex > a.w-max > img.mt-2 | www.free.fr/assets/img/home/freebox-pop-player-tv.png | 221.1 KiB | 207.3 KiB |
div#swiper-wrapper-4885bb7c95c0646f > div.swiper-slide > div.swiper-lazy > div.absolute div#swiper-wrapper-4885bb7c95c0646f > div.swiper-slide > div.swiper-lazy > div.absolute | freebox.cdn.scw.iliad.fr/EUPHORIA_Free_3840x640_8d1ec7a522.png | 518.4 KiB | 118.4 KiB |
div#swiper-wrapper-4885bb7c95c0646f > div.swiper-slide > div.swiper-lazy > div.absolute div#swiper-wrapper-4885bb7c95c0646f > div.swiper-slide > div.swiper-lazy > div.absolute | freebox.cdn.scw.iliad.fr/FREEBOXPOP_homepage_3840x640_cf1413c2e4.png | 467.2 KiB | 67.2 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Transfer Size |
|---|---|
| www.free.fr/data/env-config.js?1776178379175 | 844 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 |
|---|---|
| free.fr/ | 626 ms |
| www.free.fr/ | 367 ms |
| www.free.fr/freebox | 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.
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.free.fr/_next/static/css/af4e938243dc3760.css | 43.4 KiB | 38.7 KiB |
| 17.0 KiB | 14.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 |
|---|---|---|
| /sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/sdk.... | 101.8 KiB | 54.3 KiB |
| www.free.fr/_next/static/chunks/pages/_app-1fb0f6bd6170d9ed.js | 163.6 KiB | 49.9 KiB |
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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
<p>On régale</p><p>toute la famille</p> div.flex > div.flex > div.my-2 > img.image | freebox.cdn.scw.iliad.fr/large_free_family_1000x461_3208ed9b5b.png |
<p>On est Free</p><p>pour vous écouter</p> div.flex > div.flex > div.my-2 > img.image | freebox.cdn.scw.iliad.fr/medium_image_assistance_0c50cc0075.png |
<p>Nos boutiques</p><p>sont à deux pas</p> div.flex > div.flex > div.my-2 > img.image | freebox.cdn.scw.iliad.fr/boutiques_free_df7311bc08_copie_1_3333b7d6d4.jpg |
fibre-free.jpeg div.flex > div.flex > div.my-2 > img.image | freebox.cdn.scw.iliad.fr/fibre_free_3da6fc3b0f.jpeg |
Logo div.didomi-popup-container > div.didomi-popup-view > div.didomi-popup-notice-logo-container > img.didomi-popup-notice-logo | www.free.fr/data/icon_footer/free.svg |
free logo div.flex > header#nav-header > a.nav-header-logo > img | www.free.fr/assets/navHeader/icons/free.svg |
Free TV div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/freeTvPlus/picto-free-tv-plus-dark-for-card.svg |
Free TV div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/freeTvPlus/picto-free-tv-plus-dark-for-card.svg |
Free TV div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/freeTvPlus/picto-free-tv-plus-dark-for-card.svg |
plus icon div.Footer-module_footerContainer__DGsXT > div.ExtraMentions-module_extraMentionsContainer__HzqNt > div.ExtraMentions-module_extraMentionsTitleContainer__AC1z5 > img.ExtraMentions-module_iconClosed__VhKDC | www.free.fr/assets/footer/icons/plus-icon.svg |
logo canal+ div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-canal-plus.svg |
logo disney+ div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-disney-plus.svg |
logo netflix div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-netflix.svg |
logo prime div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-prime.svg |
logo universal plus div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-universal-plus.svg |
logo 7 avec contour noir div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-7.svg |
logo 7 avec contour noir div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-7.svg |
logo 7 avec contour noir div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-7.svg |
logo 7 avec contour noir div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-7.svg |
logo 7 avec contour noir div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-7.svg |
logo 7 avec contour noir div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/icon/home/logo-7.svg |
icon arrow down div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/img/freebox/home/cards/down-arrow.svg |
icon arrow up div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/img/freebox/home/cards/up-arrow.svg |
icon arrow down div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/img/freebox/home/cards/down-arrow.svg |
icon arrow up div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/img/freebox/home/cards/up-arrow.svg |
icon arrow down div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/img/freebox/home/cards/down-arrow.svg |
icon arrow up div.my-6 > div.flex > span.flex > img.inline | www.free.fr/assets/img/freebox/home/cards/up-arrow.svg |
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.
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 |
|---|
header#nav-header > ul.nav-extra-menu > div.nav-eligibility-button > a.nav-header-button-icon header#nav-header > ul.nav-extra-menu > div.nav-eligibility-button > a.nav-header-button-icon |
header#nav-header > ul.nav-extra-menu > li.nav-extra-menu-item > a.nav-header-button-icon header#nav-header > ul.nav-extra-menu > li.nav-extra-menu-item > a.nav-header-button-icon |
header#nav-header > ul.nav-extra-menu > li.nav-extra-menu-item > a.nav-header-button-icon header#nav-header > ul.nav-extra-menu > li.nav-extra-menu-item > a.nav-header-button-icon |
div.w-full > div.flex > div.relative > a.items-center div.w-full > div.flex > div.relative > a.items-center |
div.w-full > div.flex > div.relative > a.items-center div.w-full > div.flex > div.relative > a.items-center |
div.w-full > div.flex > div.relative > a.items-center div.w-full > div.flex > div.relative > a.items-center |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Freebox
Téléphones & Forfaits
Boutiques
Bons Plans
Assistance
Free Pro div#__next > div.flex > header#nav-header > ul.nav-header-menu |
div#__next > div.flex > header#nav-header > ul.nav-extra-menu div#__next > div.flex > header#nav-header > ul.nav-extra-menu |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
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.
Send Feedback