Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|---|
| www.laposte.fr/ruxitagentjs_ICA7NVfhqrux_10333260303165926.js | 81.7 KiB | 453 ms |
| www.laposte.fr/ecom/_nuxt/css/35fd672.css | 47.7 KiB | 151 ms |
| www.laposte.fr/ecom/_nuxt/css/0b3682a.css | 542 B | |
| www.laposte.fr/ecom/_nuxt/css/20dcb8a.css | 81.6 KiB | 453 ms |
| www.laposte.fr/ecom/_nuxt/css/f3af2ce.css | 2.4 KiB | |
| www.laposte.fr/ecom/_nuxt/css/86e357d.css | 2.6 KiB | |
| www.laposte.fr/ecom/_nuxt/css/f3bbfb3.css | 4.4 KiB | 151 ms |
| www.laposte.fr/ecom/_nuxt/css/da75bd6.css | 10.4 KiB |
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 |
|---|---|---|
| try.abtasty.com/5714a31785e8fb2356ca3d1bd25e4a43/recos.95ab0575a0df949e0f20.js | 30.0 s | 11.2 KiB |
| try.abtasty.com/5714a31785e8fb2356ca3d1bd25e4a43.js | 21600.0 s | 2.4 KiB |
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.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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.laposte.fr/ecom/_nuxt/css/20dcb8a.css | 81.3 KiB | 78.2 KiB |
| www.laposte.fr/ecom/_nuxt/css/35fd672.css | 47.4 KiB | 45.5 KiB |
| www.laposte.fr/ecom/_nuxt/css/da75bd6.css | 10.1 KiB | 10.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.laposte.fr/ecom/_nuxt/e1f0dc9.modern.js | 553.1 KiB | 440.8 KiB |
| www.laposte.fr/ecom/_nuxt/ace3671.modern.js | 192.1 KiB | 139.7 KiB |
| www.laposte.fr/ecom/_nuxt/9aeea0a.modern.js | 127.2 KiB | 127.1 KiB |
| www.laposte.fr/ecom/_nuxt/c0a16e9.modern.js | 163.8 KiB | 86.9 KiB |
| www.laposte.fr/ecom/_nuxt/ca3c383.modern.js | 74.8 KiB | 56.5 KiB |
| cdn.tagcommander.com/1491/tc_LaboutiqueLaPoste_21.js | 80.0 KiB | 45.4 KiB |
| try.abtasty.com/5714a31785e8fb2356ca3d1bd25e4a43/main.1e0116ad91cee0a97856.js | 104.6 KiB | 40.3 KiB |
| www.laposte.fr/ecom/_nuxt/5130bf2.modern.js | 89.7 KiB | 36.9 KiB |
| www.laposte.fr/ecom/_nuxt/678a774.modern.js | 47.7 KiB | 36.0 KiB |
| www.laposte.fr/ecom/_nuxt/dc72e0b.modern.js | 48.8 KiB | 34.5 KiB |
| www.laposte.fr/ruxitagentjs_ICA7NVfhqrux_10333260303165926.js | 81.3 KiB | 29.1 KiB |
| www.laposte.fr/ecom/_nuxt/ebc0c65.modern.js | 46.4 KiB | 28.3 KiB |
| www.laposte.fr/ecom/_nuxt/1163fe9.modern.js | 51.4 KiB | 25.8 KiB |
| www.laposte.fr/ecom/_nuxt/2593fae.modern.js | 28.5 KiB | 23.9 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.
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 | 3.9 s |
| Other | 1.9 s |
| Style & Layout | 737 ms |
| Script Parsing & Compilation | 325 ms |
| Parse HTML & CSS | 179 ms |
| Garbage Collection | 163 ms |
| Rendering | 128 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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
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 |
|---|
Livr. offerte
Nouv.
Monnaie De Paris
Le Seigneur des Anneaux Monnaie de 250€ Or… div.productCarousel > div.carousel > div.carousel__wrapper > div.carousel__container |
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Retour à l'accueil - La Poste header.header > div.header__base > div.headerFull__logo > picture.logo |
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.header > div.header__base > div.headerFull__actions > span.headerFull__button header.header > div.header__base > div.headerFull__actions > span.headerFull__button |
header.header > div.header__base > div.headerFull__actions > span#header-cart-button header.header > div.header__base > div.headerFull__actions > span#header-cart-button |
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 |
|---|
Retour en haut div.row > div.footer__bottom-content > div.footer__bottom-lower > i.back |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Close consent banner body > div#tc-privacy-wrapper > div#popin_tc_privacy > button#popin_tc_privacy_btn_close |
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#popin_tc_privacy_container_text > div#popin_tc_privacy_text > div#tc_test > img#tc_banner_logo div#popin_tc_privacy_container_text > div#popin_tc_privacy_text > div#tc_test > img#tc_banner_logo |
div.animco > div.animco__wrapper > picture.animco__image > img.lp-picture__full-width |
div.informationBanner__content > a.informationBanner__item > picture.informationBannerItem__image > img.lazyload |
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.header > div.header__base > div.headerFull__actions > a#header-help-part header.header > div.header__base > div.headerFull__actions > a#header-help-part |
Le Seigneur des Anneaux Monnaie de 250€ Or Le drapeau du Rohan article#productCard-mp-600513316 > section.lp-card__medias > div.productCard__medias > a.productCard__imageWrapper |
Le Seigneur des Anneaux Monnaie de 10€ Argent La fiole de Galadriel article#productCard-mp-600513321 > section.lp-card__medias > div.productCard__medias > a.productCard__imageWrapper |
Collection des régions - Île de France Monnaie de 10€ Argent hexagonale article#productCard-mp-600513305 > section.lp-card__medias > div.productCard__medias > a.productCard__imageWrapper |
Collection des régions - Occitanie Monnaie de 10€ Argent hexagonale article#productCard-mp-600513306 > section.lp-card__medias > div.productCard__medias > a.productCard__imageWrapper |
Collection des régions - Grand Est Monnaie de 10€ Argent hexagonale article#productCard-mp-600513307 > section.lp-card__medias > div.productCard__medias > a.productCard__imageWrapper |
Collection des régions - Grand Est Monnaie de 5€ Or 1/2g article#productCard-mp-600513309 > section.lp-card__medias > div.productCard__medias > a.productCard__imageWrapper |
Collection des régions - Île de France Monnaie de 500€ Or hexagonale article#productCard-mp-600512288 > section.lp-card__medias > div.productCard__medias > a.productCard__imageWrapper |
Collection des régions - Occitanie Monnaie de 500€ Or hexagonale article#productCard-mp-600512287 > section.lp-card__medias > div.productCard__medias > a.productCard__imageWrapper |
Collection des régions - Grand Est Monnaie de 500€ Or hexagonale article#productCard-mp-600512289 > section.lp-card__medias > div.productCard__medias > a.productCard__imageWrapper |
Le Génie Français - Génie de la Liberté Monnaie de 100€ Argent article#productCard-mp-600511213 > section.lp-card__medias > div.productCard__medias > a.productCard__imageWrapper |
Le Petit Prince - Le désert Monnaie de 2€ commémorative article#productCard-mp-600447305 > section.lp-card__medias > div.productCard__medias > a.productCard__imageWrapper |
div.informationBanner > div.informationBanner__container > div.informationBanner__header > a.informationBanner__link div.informationBanner > div.informationBanner__container > div.informationBanner__header > a.informationBanner__link |
div.component > div.row > div.app > a.app__link div.component > div.row > div.app > a.app__link |
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.
Navigation
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 |
|---|
Chic, un colis plus élégant ! div.articleCards__container > div.articleCard > div.articleCard__text > h4.articleCard__title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Personnaliser div#tc-privacy-wrapper > div#popin_tc_privacy > div#popin_tc_privacy_container_button > button#popin_tc_privacy_button |
Ne pas accepter et fermer div#tc-privacy-wrapper > div#popin_tc_privacy > div#popin_tc_privacy_container_button > button#popin_tc_privacy_button_2 |
Accepter et fermer div#tc-privacy-wrapper > div#popin_tc_privacy > div#popin_tc_privacy_container_button > button#popin_tc_privacy_button_3 |
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Les applications La Poste div.smartBanner > div.smartBanner__media > picture.smartBanner__media__content > img.lp-picture__full-width | /ecom/occ/smartedit/medias/sys_master/cms/h7d/h7d/1271429... | 64 x 64 | 72 x 72 | 96 x 96 |
General
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Description |
|---|
A bad HTTP response code (403) was received when fetching the script. |
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.
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#popin_tc_privacy_container_text > div#popin_tc_privacy_text > div#tc_test > img#tc_banner_logo div#popin_tc_privacy_container_text > div#popin_tc_privacy_text > div#tc_test > img#tc_banner_logo |
div.animco > div.animco__wrapper > picture.animco__image > img.lp-picture__full-width |
div.informationBanner__content > a.informationBanner__item > picture.informationBannerItem__image > img.lazyload |
Format your HTML in a way that enables crawlers to better understand your app’s content.