Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 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.
Solid infrastructure — fast server responses across the board.
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.
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.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
131 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
132 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
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/6ca64b2a-c660-404e-8162-373c8db7859e)<a href="https://beavercheck.com/results/6ca64b2a-c660-404e-8162-373c8db7859e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flatribune.fr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flatribune.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 13.3s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~32%.
Page takes 13.3s to load
+12% bounceUsers abandon at ~3s — you're 10.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 538ms after first paint
Fix: Defer third-party scripts and split large bundles
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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
8 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.
€520 investment → €1,058/month returns + EUR 120,500,000 risk avoided
€520
6h · 5 findings
€1,058 /mo
~€12,692 / year
EUR 120,500,000
if kept compliant
€80 — 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.
6.5 developer hours at €80/hr
Based on France rates (€80/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,010 / year if left unfixed
€120,500,000
+4 more
€0.83 /mo
11184.8 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 3 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.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.29 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
538 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.019
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.50 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.
14.40 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.
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 | Duration |
|---|---|---|
| assets.latribune.fr/prod/_next/static/chunks/55965b2a7b314337.css | 13.8 KiB | 807 ms |
| assets.latribune.fr/prod/_next/static/chunks/786c5309109b89cd.css | 5.0 KiB | 154 ms |
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 | |
|---|---|---|---|
head > link head > link | cdn.poool.fr/uploads/608d4bcfa8442b00336ab1d4/original/1024x1024ia%20(1).png | 151.5 KiB | 151.3 KiB |
Le chantier Canopia à Bordeaux (Photo d’illustration) a.group > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 71.2 KiB | 69.6 KiB |
La future usine d’Axens dédiée à la fabrication d’un composant essentiel pour l… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 63.3 KiB | 61.4 KiB |
Le site doit permettre, à partir de 2030, de produire 34 000 tonnes par an d’hy… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 51.5 KiB | 50.0 KiB |
Le caporal-chef Anicet Girardin faisait partie du 132e régiment d’infanterie cy… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 38.7 KiB | 36.8 KiB |
Rachel Picard et Tim Jackson présentent la première rame TGV de Velvet à La Roc… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 37.3 KiB | 36.3 KiB |
L'équipe VIT-S a.group > div.flex > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 37.4 KiB | 35.4 KiB |
Bateau de la marque Jeanneau (Groupe Beneteau), le Sea Loft 480 propose une aut… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 34.7 KiB | 33.7 KiB |
Le Haut conseil des finances publiques est un organisme indépendant, placé aupr… a.group > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 31.0 KiB | 30.1 KiB |
Nicolas Isnard, président d'Aix-Marseille Provence, veut une métropole "des mai… a.group > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 25.5 KiB | 24.7 KiB |
La Tribune Business a.group > div.flex > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 24.8 KiB | 23.7 KiB |
L’oléoduc Droujba part de l’est de la Russie et traverse une bonne partie de l’… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 20.1 KiB | 19.6 KiB |
Alphabet a grimpé de 14 % en Bourse en un mois pour dépasser les 4 000 milliard… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 18.9 KiB | 18.4 KiB |
Brad Lightcap (OpenAI) lors du Festival international de la créativité Cannes L… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 16.9 KiB | 16.4 KiB |
Le canal de Panama a vu son trafic augmenter de +9 % en mars par rapport à janv… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 15.8 KiB | 15.4 KiB |
Encore en attente de certification, le Boeing 777-9 est l'avion de nouvelle gén… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 13.3 KiB | 12.7 KiB |
Le ministre de la Transition Écologique, Mathieu Lefèvre, appelle les services … div.mt-4 > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 17.2 KiB | 12.1 KiB |
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 |
|---|---|
| latribune.fr/ | 802 ms |
| www.latribune.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.
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 |
|---|---|---|
| assets.latribune.fr/prod/_next/static/chunks/804767ecb6643a5b.js | 149.9 KiB | 102.4 KiB |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... | 100.6 KiB | 45.5 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=5035 | 59.0 KiB | 30.8 KiB |
| assets.latribune.fr/prod/_next/static/chunks/d8c95b13d94889b3.js | 68.2 KiB | 23.8 KiB |
| sdk.mrf.io/statics/47bd3e88b6bda15c34ce.js | 23.9 KiB | 21.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 1.2 s | 119 ms | 0.0 ms |
| assets.latribune.fr/prod/_next/static/chunks/d8c95b13d94889b3.js | 1.2 s | 1.1 s | 16 ms |
| www.latribune.fr/ | 753 ms | 68 ms | 58 ms |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-w... | 267 ms | 183 ms | 20 ms |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... | 218 ms | 178 ms | 39 ms |
| www.latribune.fr/cdn-cgi/challenge-platform/scripts/jsd/main.js | 217 ms | 206 ms | 2.7 ms |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_... | 96 ms | 95 ms | 0.5 ms |
| www.latribune.fr/scripts/didomiLT.js | 73 ms | 46 ms | 0.5 ms |
| assets.poool.fr/lib-buddy.2.3.8-1771409338215.js | 61 ms | 56 ms | 3.4 ms |
| assets.poool.fr/engage.min.js | 54 ms | 45 ms | 7.0 ms |
| assets.latribune.fr/prod/_next/static/chunks/60476a0a3f326228.js | 52 ms | 14 ms | 3.1 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.2 s |
| Other | 1.2 s |
| Style & Layout | 540 ms |
| Script Parsing & Compilation | 268 ms |
| Parse HTML & CSS | 126 ms |
| Garbage Collection | 101 ms |
| Rendering | 88 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.
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 | |
|---|---|
Logo div.didomi-popup-container > div.didomi-popup-view > div.didomi-popup-notice-logo-container > img.didomi-popup-notice-logo | assets.latribune.fr/prod/public/next_images/logo/logo-lt-blue.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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Économie
Finance
Tech & IA
Énergie & industrie
Transports
Défense & aérospatial… div.transition-all > div.bg-white > nav.text-[14px] > div.relative |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Description de la newsletter div.flex > div.border > div.px-[8px] > p.flex-1 |
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.
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 |
|---|
Partenaire div.flex > div.flex > span > span.text-[12px] |
Partenaire div.flex > div.flex > span > span.text-[12px] |
Partenaire div.flex > div.flex > span > span.text-[12px] |
23 avril 2026 div.pt-[20px] > div > p.text-[12px] > span.font-semibold |
These are opportunities to improve the legibility of your content.
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 |
|---|
Mathieu Lefèvre : « Il faut engager un changement de culture administrative en … section#main-content > div.mb-8 > article > a.group |
Emmanuel Macron veut accélérer les « cathédrales industrielles » comme la mine … div.grid > div.py-8 > article > a.group |
Comment Google pourrait rafler le jackpot du siècle avec SpaceX
Industrie finan… div.grid > div.py-8 > article > a.group |
Pour éviter un dérapage du budget 2026, le gouvernement devra tenir parole sur … div.grid > div.py-8 > article > a.group |
Comment la Métropole Aix-Marseille Provence tente d'éviter la tutelle de l'Etat… div.grid > div.py-8 > article > a.group |
La fin des chaudières à gaz va renchérir le prix des logements neufs
Immobilier div.grid > div.py-8 > article > a.group |
TGV : Velvet promet des nouveaux trains sur l'axe Atlantique, mais pas des bill… div.grid > div.py-8 > article > a.group |
Exclusif Batteries : le projet d’usine de cathodes d’Axens dans les Hauts-de-Fr… div.grid > div.py-8 > article > a.group |
Le blocage du détroit d’Ormuz booste le trafic et les recettes du canal de Pana… div.grid > div.py-8 > article > a.group |
Droujba : l’Ukraine rouvre le robinet au pétrole russe et s’apprête à recevoir … div.grid > div.py-8 > article > a.group |
Boeing : la défense et la maintenance, boucliers d'un géant en convalescence
Aé… div.grid > div.py-8 > article > a.group |
Beneteau et Fountaine Pajot s’allient pour développer les voiliers à propulsion… div.grid > div.py-8 > article > a.group |
Derrière ChatGPT, OpenAI se lance à l'assaut du marché des entreprises avec « D… div.grid > div.py-8 > article > a.group |
Un deuxième militaire français de la Finul est mort des suites de ses blessures… div.grid > div.py-8 > article > a.group |
Recyclage : la valorisation des eaux non conventionnelles s'accélère
Energie et… div.grid > div.py-8 > article > a.group |
« La reprise économique attendue cette année est une fois de plus freinée » : … div.grid > div.py-8 > article > a.group |
Carburants : le coût des aides estimé à 180 millions d’euros en mai
Économie div.grid > div.py-8 > article > a.group |
Christophe Ono-dit-Biot, Anne de Marcken, Pierre Assouline, Jay McInerney… Notr… div.grid > div.py-8 > article > a.group |
Danone, Bureau Veritas, Eurofins, FDJ : moisson de résultats décevants pour des… div.grid > div.py-8 > article > a.group |
1
Batteries : le projet d’usine de cathodes d’Axens dans les Hauts-de-France d… div.w-full > ul.mt-[40px] > li.relative > a.flex |
2
Société Générale Côte d’Ivoire, une machine à cash sur un continent que le g… div.w-full > ul.mt-[40px] > li.relative > a.flex |
3
La France dégaine un plan pour embaucher 600 000 personnes dans l'industrie … div.w-full > ul.mt-[40px] > li.relative > a.flex |
4
Le blocage du détroit d’Ormuz booste le trafic et les recettes du canal de P… div.w-full > ul.mt-[40px] > li.relative > a.flex |
5
La « stratégie Notre-Dame » : comment l'Élysée veut accélérer 71 milliards d… div.w-full > ul.mt-[40px] > li.relative > a.flex |
6
Pierre Gallet (Urssaf) : « Les entreprises éphémères représentent un enjeu f… div.w-full > ul.mt-[40px] > li.relative > a.flex |
La fin des chaudières à gaz va renchérir le prix des logements neufs
Article Pr… div.border-b > div.flex > article.flex-1 > a.group |
Comment la Métropole Aix-Marseille Provence tente d'éviter la tutelle de l'Etat… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Pour éviter un dérapage du budget 2026, le gouvernement devra tenir parole sur … div.flex > div.flex-1 > article.pt-[20px] > a.group |
« La reprise économique attendue cette année est une fois de plus freinée » : … div.flex > div.flex-1 > article.pt-[20px] > a.group |
Carburants : le coût des aides estimé à 180 millions d’euros en mai
Économie div.flex > div.flex-1 > article.pt-[20px] > a.group |
Un deuxième militaire français de la Finul est mort des suites de ses blessures… div.flex > div.flex > article.flex-1 > a.group |
Christophe Ono-dit-Biot, Anne de Marcken, Pierre Assouline, Jay McInerney… Notr… div.flex > div.flex > article.flex-1 > a.group |
« Les filles s’éclatent à l’entraînement » : au FC Nantes, l'équipe féminine vi… div.flex > div.flex > article.flex-1 > a.group |
Boeing : la défense et la maintenance, boucliers d'un géant en convalescence
Aé… div.border-b > div.flex > article.flex-1 > a.group |
Défense, climat : le prix de la solidarité financière européenne
Finances Publi… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Armement : le campus de Bourges veut former aux nouveaux métiers de la pyrotech… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Spatial : les satellites d'Airbus exploités pour la première cartographie mondi… div.flex > div.flex-1 > article.pt-[20px] > a.group |
SpaceX : trois jours au cœur de la machine pour convaincre Wall Street
Spatial div.flex > div.flex-1 > article.pt-[20px] > a.group |
Electro Dépôt défie Weber avec ce barbecue Valberg à moins de 60 €
L’Instant Sé… div.flex > div.flex > article.flex-1 > a.group |
Ninja Air Fryer : l’appareil star qui réduit votre facture d’énergie passe sous… div.flex > div.flex > article.flex-1 > a.group |
LEGO Star Wars Casque Captain Rex voit son prix dégringoler de -27%
L’Instant S… div.flex > div.flex > article.flex-1 > a.group |
Comment Google pourrait rafler le jackpot du siècle avec SpaceX
Article Premium… div > div.flex > article.flex-1 > a.group |
Derrière ChatGPT, OpenAI se lance à l'assaut du marché des entreprises avec « D… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Entreprises : « Pour que l'IA soit adoptée, il ne faut pas qu'elle menace de re… div.flex > div.flex-1 > article.pt-[20px] > a.group |
SpaceX : trois jours au cœur de la machine pour convaincre Wall Street
Spatial div.flex > div.flex-1 > article.pt-[20px] > a.group |
Exclusif
Audio connecté : l'allemand Loewe Technology reprend la pépite montpel… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Comment Google pourrait rafler le jackpot du siècle avec SpaceX
Article Premium… div.flex > div.flex > article.flex-1 > a.group |
Défense, climat : le prix de la solidarité financière européenne
Finances Publi… div.flex > div.flex > article.flex-1 > a.group |
Les banques régionales solides sur les fonds
Article Premium
Économie div.flex > div.flex > article.flex-1 > a.group |
Exclusif
Mathieu Lefèvre : « Il faut engager un changement de culture administr… div > div.flex > article.flex-1 > a.group |
La fin des chaudières à gaz va renchérir le prix des logements neufs
Article Pr… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Droujba : l’Ukraine rouvre le robinet au pétrole russe et s’apprête à recevoir … div.flex > div.flex-1 > article.pt-[20px] > a.group |
Beneteau et Fountaine Pajot s’allient pour développer les voiliers à propulsion… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Recyclage : la valorisation des eaux non conventionnelles s'accélère
Article Pr… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Comment la Métropole Aix-Marseille Provence tente d'éviter la tutelle de l'Etat… div.flex > div.flex > article.flex-1 > a.group |
TGV : Velvet promet des nouveaux trains sur l'axe Atlantique, mais pas des bill… div.flex > div.flex > article.flex-1 > a.group |
Exclusif
Batteries : le projet d’usine de cathodes d’Axens dans les Hauts-de-Fr… div.flex > div.flex > article.flex-1 > a.group |
La fin des chaudières à gaz va renchérir le prix des logements neufs
Article Pr… div > div.flex > article.flex-1 > a.group |
Recyclage : la valorisation des eaux non conventionnelles s'accélère
Article Pr… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Défense, climat : le prix de la solidarité financière européenne
Finances Publi… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Face aux États-Unis, le difficile chemin de crête de la France pour son G7 envi… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Spatial : les satellites d'Airbus exploités pour la première cartographie mondi… div.flex > div.flex-1 > article.pt-[20px] > a.group |
cliquez ici div.space-y-20 > div.mx-auto > p > button.text-[14px] |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.80 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
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.
1.82 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.
1.80 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.
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.
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 | |
|---|---|---|---|
Une du journal La Tribune section.md:flex > a.flex > div.relative > img.relative! | /thumbnail/issue/92a8c007-4d61-487c-a931-32a3c36e02d9/fro... | 97.7 KiB | 97.4 KiB |
Le chantier Canopia à Bordeaux (Photo d’illustration) div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 71.2 KiB | 61.4 KiB |
La future usine d’Axens dédiée à la fabrication d’un composant essentiel pour l… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 63.3 KiB | 51.2 KiB |
Le site doit permettre, à partir de 2030, de produire 34 000 tonnes par an d’hy… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 51.5 KiB | 42.3 KiB |
Rachel Picard et Tim Jackson présentent la première rame TGV de Velvet à La Roc… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 37.3 KiB | 31.3 KiB |
Le Haut conseil des finances publiques est un organisme indépendant, placé aupr… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 31.0 KiB | 26.0 KiB |
La Tribune Business a.group > div.flex > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 24.8 KiB | 23.1 KiB |
Nicolas Isnard, président d'Aix-Marseille Provence, veut une métropole "des mai… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 25.5 KiB | 20.9 KiB |
L’oléoduc Droujba part de l’est de la Russie et traverse une bonne partie de l’… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 20.1 KiB | 16.9 KiB |
Alphabet a grimpé de 14 % en Bourse en un mois pour dépasser les 4 000 milliard… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 18.9 KiB | 15.9 KiB |
Le canal de Panama a vu son trafic augmenter de +9 % en mars par rapport à janv… div.flex > div.relative > div.relative > img.relative! | /cdn-cgi/image/width=750,format=auto,quality=75/media/mel... | 15.8 KiB | 13.2 KiB |
Photo d'illustration de l'article div.sticky > div.border > div.relative > img.relative! | /cdn-cgi/image/width=358,format=auto/https://static.milib... | 32.9 KiB | 11.0 KiB |
Photo d'illustration de l'article div.sticky > div.border > div.relative > img.relative! | /cdn-cgi/image/width=358,format=auto/https://static.milib... | 29.1 KiB | 4.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 | Duration |
|---|---|---|
| assets.latribune.fr/prod/_next/static/chunks/55965b2a7b314337.css | 13.8 KiB | 275 ms |
| assets.latribune.fr/prod/_next/static/chunks/786c5309109b89cd.css | 4.8 KiB | 57 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| assets.latribune.fr/prod/_next/static/chunks/804767ecb6643a5b.js | 149.9 KiB | 102.4 KiB |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... | 100.6 KiB | 45.6 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=5035 | 59.0 KiB | 31.2 KiB |
| assets.latribune.fr/prod/_next/static/chunks/d8c95b13d94889b3.js | 68.2 KiB | 23.9 KiB |
| sdk.mrf.io/statics/47bd3e88b6bda15c34ce.js | 23.9 KiB | 21.5 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
Logo div.didomi-popup-container > div.didomi-popup-view > div.didomi-popup-notice-logo-container > img.didomi-popup-notice-logo | assets.latribune.fr/prod/public/next_images/logo/logo-lt-blue.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| latribune.fr/ | 293 ms |
| www.latribune.fr/ | 0.0 ms |
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menu
Économie
Finance
Tech & IA
Énergie & industrie
Transports
Défense & aérosp… div.transition-all > div.bg-white > nav.text-[14px] > div.relative |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Description de la newsletter div.flex > div.border > div.px-[8px] > p.flex-1 |
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.
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 |
|---|
Partenaire div.flex > div.flex > span > span.text-[12px] |
Partenaire div.flex > div.flex > span > span.text-[12px] |
Partenaire div.flex > div.flex > span > span.text-[12px] |
23 avril 2026 div.border > div.flex > p.text-[12px] > span.font-semibold |
N133 ● 19 avril 2026 div.sticky > div.border > div.flex > p.text-[12px] |
19 avril 2026 div.border > div.flex > p.text-[12px] > span.font-semibold |
23 avril 2026 div.pt-[20px] > div > p.text-[12px] > span.font-semibold |
N133 ● 19 avril 2026 div.bg-[#D2E1EE33] > div.pt-[20px] > div > p.text-[12px] |
19 avril 2026 div.pt-[20px] > div > p.text-[12px] > span.font-semibold |
These are opportunities to improve the legibility of your content.
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 |
|---|
Menu
Économie
Finance
Tech & IA
Énergie & industrie
Transports
Défense & aérosp… div.bg-white > nav.text-[14px] > div.relative > ul.flex |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Afficher le sous menu ul.flex > li.relative > a.flex > button#menu-économie |
Afficher le sous menu ul.flex > li.relative > a.flex > button#menu-finance |
Afficher le sous menu ul.flex > li.relative > a.flex > button#menu-tech-&-ia |
Afficher le sous menu ul.flex > li.relative > a.flex > button#menu-énergie-&-industrie |
Afficher le sous menu ul.flex > li.relative > a.flex > button#menu-transports |
Afficher le sous menu ul.flex > li.relative > a.flex > button#menu-défense-&-aérospatiale |
Afficher le sous menu ul.flex > li.relative > a.flex > button#menu-climat |
These items highlight common accessibility best practices.
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 |
|---|
Dernière édition div.bg-white > nav.relative > section.md:flex > a.flex |
Newsletters div.bg-white > nav.relative > section.md:flex > a.flex |
Mes Régions div.bg-white > nav.relative > section.md:flex > button.flex |
Mathieu Lefèvre : « Il faut engager un changement de culture administrative en … section#main-content > div.mb-8 > article > a.group |
Emmanuel Macron veut accélérer les « cathédrales industrielles » comme la mine … div.grid > div.py-8 > article > a.group |
Comment Google pourrait rafler le jackpot du siècle avec SpaceX
Alphabet, un d… div.grid > div.py-8 > article > a.group |
Pour éviter un dérapage du budget 2026, le gouvernement devra tenir parole sur … div.grid > div.py-8 > article > a.group |
Comment la Métropole Aix-Marseille Provence tente d'éviter la tutelle de l'Etat… div.grid > div.py-8 > article > a.group |
La fin des chaudières à gaz va renchérir le prix des logements neufs
« Il ne s… div.grid > div.py-8 > article > a.group |
TGV : Velvet promet des nouveaux trains sur l'axe Atlantique, mais pas des bill… div.grid > div.py-8 > article > a.group |
Exclusif Batteries : le projet d’usine de cathodes d’Axens dans les Hauts-de-Fr… div.grid > div.py-8 > article > a.group |
Le blocage du détroit d’Ormuz booste le trafic et les recettes du canal de Pana… div.grid > div.py-8 > article > a.group |
Droujba : l’Ukraine rouvre le robinet au pétrole russe et s’apprête à recevoir … div.grid > div.py-8 > article > a.group |
Boeing : la défense et la maintenance, boucliers d'un géant en convalescence
M… div.grid > div.py-8 > article > a.group |
Beneteau et Fountaine Pajot s’allient pour développer les voiliers à propulsion… div.grid > div.py-8 > article > a.group |
Derrière ChatGPT, OpenAI se lance à l'assaut du marché des entreprises avec « D… div.grid > div.py-8 > article > a.group |
Un deuxième militaire français de la Finul est mort des suites de ses blessures… div.grid > div.py-8 > article > a.group |
Recyclage : la valorisation des eaux non conventionnelles s'accélère
Le bilan … div.grid > div.py-8 > article > a.group |
« La reprise économique attendue cette année est une fois de plus freinée » : … div.grid > div.py-8 > article > a.group |
Carburants : le coût des aides estimé à 180 millions d’euros en mai
Le coût de… div.grid > div.py-8 > article > a.group |
Christophe Ono-dit-Biot, Anne de Marcken, Pierre Assouline, Jay McInerney… Notr… div.grid > div.py-8 > article > a.group |
Danone, Bureau Veritas, Eurofins, FDJ : moisson de résultats décevants pour des… div.grid > div.py-8 > article > a.group |
1
Batteries : le projet d’usine de cathodes d’Axens dans les Hauts-de-France d… div.w-full > ul.mt-[40px] > li.relative > a.flex |
2
Société Générale Côte d’Ivoire, une machine à cash sur un continent que le g… div.w-full > ul.mt-[40px] > li.relative > a.flex |
3
La France dégaine un plan pour embaucher 600 000 personnes dans l'industrie … div.w-full > ul.mt-[40px] > li.relative > a.flex |
4
Le blocage du détroit d’Ormuz booste le trafic et les recettes du canal de P… div.w-full > ul.mt-[40px] > li.relative > a.flex |
5
La « stratégie Notre-Dame » : comment l'Élysée veut accélérer 71 milliards d… div.w-full > ul.mt-[40px] > li.relative > a.flex |
6
Pierre Gallet (Urssaf) : « Les entreprises éphémères représentent un enjeu f… div.w-full > ul.mt-[40px] > li.relative > a.flex |
La fin des chaudières à gaz va renchérir le prix des logements neufs
« Il ne s… div.border-b > div.flex > article.flex-1 > a.group |
Comment la Métropole Aix-Marseille Provence tente d'éviter la tutelle de l'Etat… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Pour éviter un dérapage du budget 2026, le gouvernement devra tenir parole sur … div.flex > div.flex-1 > article.pt-[20px] > a.group |
« La reprise économique attendue cette année est une fois de plus freinée » : … div.flex > div.flex-1 > article.pt-[20px] > a.group |
Carburants : le coût des aides estimé à 180 millions d’euros en mai
Économie div.flex > div.flex-1 > article.pt-[20px] > a.group |
Un deuxième militaire français de la Finul est mort des suites de ses blessures… div.flex > div.flex > article.flex-1 > a.group |
Christophe Ono-dit-Biot, Anne de Marcken, Pierre Assouline, Jay McInerney… Notr… div.flex > div.flex > article.flex-1 > a.group |
« Les filles s’éclatent à l’entraînement » : au FC Nantes, l'équipe féminine vi… div.flex > div.flex > article.flex-1 > a.group |
Boeing : la défense et la maintenance, boucliers d'un géant en convalescence
M… div.border-b > div.flex > article.flex-1 > a.group |
Défense, climat : le prix de la solidarité financière européenne
Finances Publi… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Armement : le campus de Bourges veut former aux nouveaux métiers de la pyrotech… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Spatial : les satellites d'Airbus exploités pour la première cartographie mondi… div.flex > div.flex-1 > article.pt-[20px] > a.group |
SpaceX : trois jours au cœur de la machine pour convaincre Wall Street
Spatial div.flex > div.flex-1 > article.pt-[20px] > a.group |
Electro Dépôt défie Weber avec ce barbecue Valberg à moins de 60 €
L’Instant Sé… div.flex > div.flex > article.flex-1 > a.group |
Ninja Air Fryer : l’appareil star qui réduit votre facture d’énergie passe sous… div.flex > div.flex > article.flex-1 > a.group |
LEGO Star Wars Casque Captain Rex voit son prix dégringoler de -27%
L’Instant S… div.flex > div.flex > article.flex-1 > a.group |
Comment Google pourrait rafler le jackpot du siècle avec SpaceX
Alphabet, un d… div > div.flex > article.flex-1 > a.group |
Derrière ChatGPT, OpenAI se lance à l'assaut du marché des entreprises avec « D… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Entreprises : « Pour que l'IA soit adoptée, il ne faut pas qu'elle menace de re… div.flex > div.flex-1 > article.pt-[20px] > a.group |
SpaceX : trois jours au cœur de la machine pour convaincre Wall Street
Spatial div.flex > div.flex-1 > article.pt-[20px] > a.group |
Exclusif
Audio connecté : l'allemand Loewe Technology reprend la pépite montpel… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Comment Google pourrait rafler le jackpot du siècle avec SpaceX
Article Premium… div.flex > div.flex > article.flex-1 > a.group |
Défense, climat : le prix de la solidarité financière européenne
Finances Publi… div.flex > div.flex > article.flex-1 > a.group |
Les banques régionales solides sur les fonds
Article Premium
Économie div.flex > div.flex > article.flex-1 > a.group |
Exclusif
Mathieu Lefèvre : « Il faut engager un changement de culture administr… div > div.flex > article.flex-1 > a.group |
La fin des chaudières à gaz va renchérir le prix des logements neufs
Article Pr… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Droujba : l’Ukraine rouvre le robinet au pétrole russe et s’apprête à recevoir … div.flex > div.flex-1 > article.pt-[20px] > a.group |
Beneteau et Fountaine Pajot s’allient pour développer les voiliers à propulsion… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Recyclage : la valorisation des eaux non conventionnelles s'accélère
Article Pr… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Comment la Métropole Aix-Marseille Provence tente d'éviter la tutelle de l'Etat… div.flex > div.flex > article.flex-1 > a.group |
TGV : Velvet promet des nouveaux trains sur l'axe Atlantique, mais pas des bill… div.flex > div.flex > article.flex-1 > a.group |
Exclusif
Batteries : le projet d’usine de cathodes d’Axens dans les Hauts-de-Fr… div.flex > div.flex > article.flex-1 > a.group |
La fin des chaudières à gaz va renchérir le prix des logements neufs
« Il ne s… div > div.flex > article.flex-1 > a.group |
Recyclage : la valorisation des eaux non conventionnelles s'accélère
Article Pr… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Défense, climat : le prix de la solidarité financière européenne
Finances Publi… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Face aux États-Unis, le difficile chemin de crête de la France pour son G7 envi… div.flex > div.flex-1 > article.pt-[20px] > a.group |
Spatial : les satellites d'Airbus exploités pour la première cartographie mondi… div.flex > div.flex-1 > article.pt-[20px] > a.group |
cliquez ici div.space-y-20 > div.mx-auto > p > button.text-[14px] |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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