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.
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 |
|---|---|---|
| odoocdn.com/web/assets/1/a617b1c/web.assets_frontend.min.css | 286.4 KiB | 3.7 s |
| /web/assets/1/1b5807e/social_push_notifications.assets_pu... | 843 B | 821 ms |
| fonts.googleapis.com/css?family=Inter:300,400,500,600&display=swap | 862 B | 819 ms |
| fonts.googleapis.com/css?family=Caveat:700&display=swap | 965 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.container > div.row > div.o_grid_item > img.w-100 div.container > div.row > div.o_grid_item > img.w-100 | odoocdn.com/openerp_website/static/src/img/apps/home/mobile_productivity.webp | 99.0 KiB | 90.5 KiB |
section.bg-200 > div.container > div.s_wd_persona > img.s_wd_persona_icon section.bg-200 > div.container > div.s_wd_persona > img.s_wd_persona_icon | odoocdn.com/openerp_website/static/src/img/snippets/s_wd_persona/bill.png | 29.5 KiB | 28.9 KiB |
Spain div.row > div.col-xl-9 > div.x_wd_notification_box > img.rounded-pill | odoocdn.com/base/static/img/country_flags/es.png | 7.4 KiB | 7.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| odoo.com/ | 811 ms |
| www.odoo.com/ | 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.
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 |
|---|---|---|
| odoocdn.com/web/assets/1/a617b1c/web.assets_frontend.min.css | 285.8 KiB | 271.7 KiB |
| www.odoo.com/im_livechat/assets_embed.css | 112.1 KiB | 110.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| odoocdn.com/web/assets/1/2ca246b/web.assets_frontend_lazy.min.js | 1.4 MiB | 817.5 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 |
|---|---|---|---|
| odoocdn.com/web/assets/1/2ca246b/web.assets_frontend_lazy.min.js | 1.8 s | 1.1 s | 574 ms |
| Unattributable | 705 ms | 17 ms | 0.0 ms |
| www.odoo.com/ | 347 ms | 35 ms | 3.5 ms |
| odoocdn.com/web/assets/1/a617b1c/web.assets_frontend.min.css | 160 ms | 0.0 ms | 0.0 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 | 1.2 s |
| Other | 751 ms |
| Script Parsing & Compilation | 582 ms |
| Style & Layout | 338 ms |
| Parse HTML & CSS | 180 ms |
| Rendering | 62 ms |
| Garbage Collection | 18 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| odoocdn.com/web/assets/1/a617b1c/web.assets_frontend.min.css | 286.4 KiB | 20.6 KiB |
| www.odoo.com/im_livechat/assets_embed.css | 112.5 KiB | 9.0 KiB |
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 | |
|---|---|
div.container > div.row > div.o_grid_item > img.w-100 div.container > div.row > div.o_grid_item > img.w-100 | odoocdn.com/openerp_website/static/src/img/apps/home/mobile_productivity.webp |
Spain div.row > div.col-xl-9 > div.x_wd_notification_box > img.rounded-pill | odoocdn.com/base/static/img/country_flags/es.png |
div.row > div.col-lg-6 > a > img.align-top div.row > div.col-lg-6 > a > img.align-top | odoocdn.com/openerp_website/static/src/img/arrows/secondary_arrow_sm_03.svg |
div.co-lg-6 > div.s_panel_video > a.btn_video_play > img.me-2 div.co-lg-6 > div.s_panel_video > a.btn_video_play > img.me-2 | odoocdn.com/openerp_website/static/src/img/graphics/youtube.svg |
Odoo Accounting icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/accountant/static/description/icon.svg |
Odoo Knowledge icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/knowledge/static/description/icon.svg |
Odoo Sign icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/sign/static/description/icon.svg |
Odoo CRM icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/crm/static/description/icon.svg |
Odoo Studio icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/web_studio/static/description/icon.svg |
Odoo Subscriptions icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/sale_subscription/static/description/icon.svg |
Odoo Unknown icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/ai_app/static/description/icon.svg |
Odoo Point of Sale icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/point_of_sale/static/description/icon.svg |
Odoo Discuss icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/mail/static/description/icon.svg |
Odoo Documents icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/documents/static/description/icon.svg |
Odoo Project icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/project/static/description/icon.svg |
Odoo Timesheet icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/hr_timesheet/static/description/icon.svg |
Odoo Field Service icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/industry_fsm/static/description/icon.svg |
Odoo Planning icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/planning/static/description/icon.svg |
Odoo Helpdesk icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/helpdesk/static/description/icon.svg |
Odoo eCommerce icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/website_sale/static/description/icon.svg |
Odoo Website icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/website/static/description/icon.svg |
Odoo Email Marketing icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/mass_mailing/static/description/icon.svg |
Odoo Purchase icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/purchase/static/description/icon.svg |
Odoo Inventory icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/stock/static/description/icon.svg |
Odoo Manufacturing icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/mrp/static/description/icon.svg |
Odoo Sales icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/sale/static/description/icon.svg |
Odoo Employees icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/hr/static/description/icon.svg |
Odoo Spreadsheet dashboard icon div.row > a.x_wd_app_entry > figure > img.img-thumbnail | download.odoocdn.com/icons/spreadsheet_dashboard/static/description/icon.svg |
div.container > div.row > div.co-lg-6 > img.rotate-40 div.container > div.row > div.co-lg-6 > img.rotate-40 | odoocdn.com/openerp_website/static/src/img/graphics/arrow_doodle_3.svg |
Odoo Sh AI div.row > div.col-lg-7 > div.s_wd_features_item > img.img-thumbnail | |
Unique value div.row > div.col-lg-5 > div.s_wd_features_item > img.w-100 | |
div.container > div.row > div.col-lg-4 > img.img-thumbnail div.container > div.row > div.col-lg-4 > img.img-thumbnail | |
div#wrap > section.s_wd_call_to_action > div.container > img.d-block div#wrap > section.s_wd_call_to_action > div.container > img.d-block |
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.
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 |
|---|
Open source div.row > div.col-lg-7 > div.s_wd_features_item > h4.s_wd_features_title |
Join 15 million users div.container > div.position-absolute > div.bg-white > h6.display-2 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div.col-12 > div.o_footer_social_media > a.me-3 div.row > div.col-12 > div.o_footer_social_media > a.me-3 |
div.row > div.col-12 > div.o_footer_social_media > a.me-3 div.row > div.col-12 > div.o_footer_social_media > a.me-3 |
div.row > div.col-12 > div.o_footer_social_media > a.me-3 div.row > div.col-12 > div.o_footer_social_media > a.me-3 |
div.row > div.col-12 > div.o_footer_social_media > a.me-3 div.row > div.col-12 > div.o_footer_social_media > a.me-3 |
div.row > div.col-12 > div.o_footer_social_media > a.me-3 div.row > div.col-12 > div.o_footer_social_media > a.me-3 |
div.row > div.col-12 > div.o_footer_social_media > a.me-3 div.row > div.col-12 > div.o_footer_social_media > a.me-3 |
div.row > div.col-12 > div.o_footer_social_media > a.me-3 div.row > div.col-12 > div.o_footer_social_media > a.me-3 |
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.
Best Practices
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
… div.col-lg-10 > div.mb-n5 > div.row > a.btn |
div.row > div.col-lg-10 > div.row > a.btn |
To appear in search results, crawlers need access to your app.