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 long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
Draw screenshot div.screenshots_container > div.sshot > div.sshot_img_container > img | www.libreoffice.org/media/screenshot_draw.png | 239.3 KiB | 214.1 KiB |
Writer screenshot div.screenshots_container > div.sshot > div.sshot_img_container > img | www.libreoffice.org/media/screenshot_writer.png | 113.0 KiB | 90.8 KiB |
Writer screenshot section#hero > div.hero-container > div.hero-screenshot-bg > img.hero-screenshot | www.libreoffice.org/media/screenshot_writer_hero.png | 96.7 KiB | 65.5 KiB |
Impress screenshot div.screenshots_container > div.sshot > div.sshot_img_container > img | www.libreoffice.org/media/screenshot_impress.png | 79.8 KiB | 64.1 KiB |
Base screenshot div.screenshots_container > div.sshot > div.sshot_img_container > img | www.libreoffice.org/media/screenshot_base.png | 69.8 KiB | 56.1 KiB |
Calc screenshot div.screenshots_container > div.sshot > div.sshot_img_container > img | www.libreoffice.org/media/screenshot_calc.png | 57.6 KiB | 46.3 KiB |
Math screenshot div.screenshots_container > div.sshot > div.sshot_img_container > img | www.libreoffice.org/media/screenshot_math.png | 39.1 KiB | 31.4 KiB |
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 | Duration |
|---|---|---|
| www.libreoffice.org/css/leaflet.css | 4.7 KiB | |
| www.libreoffice.org/css/default.css | 9.4 KiB | 150 ms |
| www.libreoffice.org/css/normalize.css | 2.5 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 |
|---|---|
| libreoffice.org/ | 1.2 s |
| www.libreoffice.org/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
LibreOffice is an open source office suite created by you, for you.
JOIN OUR C… body.html-ltr > section#dl-join | 0.210 |
body.html-ltr > section#hero > div.hero-container > div.hero-orbit-bg body.html-ltr > section#hero > div.hero-container > div.hero-orbit-bg | 0.034 |
body.html-ltr > section#hero > div.hero-container > div.hero-orbit-bg body.html-ltr > section#hero > div.hero-container > div.hero-orbit-bg | 0.018 |
body.html-ltr > section#hero > div.hero-container > div.hero-orbit-bg body.html-ltr > section#hero > div.hero-container > div.hero-orbit-bg | 0.017 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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 |
|---|---|
| Other | 749 ms |
| Script Evaluation | 712 ms |
| Style & Layout | 358 ms |
| Rendering | 210 ms |
| Script Parsing & Compilation | 37 ms |
| Garbage Collection | 32 ms |
| Parse HTML & CSS | 31 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 |
|---|---|---|
| www.libreoffice.org/css/default.css | 9.4 KiB | 3.0 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.libreoffice.org/js/leaflet.js | 50.6 KiB | 30.7 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 | |
|---|---|
Writer screenshot div.screenshots_container > div.sshot > div.sshot_img_container > img | www.libreoffice.org/media/screenshot_writer.png |
Calc screenshot div.screenshots_container > div.sshot > div.sshot_img_container > img | www.libreoffice.org/media/screenshot_calc.png |
Draw screenshot div.screenshots_container > div.sshot > div.sshot_img_container > img | www.libreoffice.org/media/screenshot_draw.png |
Base screenshot div.screenshots_container > div.sshot > div.sshot_img_container > img | www.libreoffice.org/media/screenshot_base.png |
Math screenshot div.screenshots_container > div.sshot > div.sshot_img_container > img | www.libreoffice.org/media/screenshot_math.png |
Impress screenshot div.screenshots_container > div.sshot > div.sshot_img_container > img | www.libreoffice.org/media/screenshot_impress.png |
Writer screenshot section#hero > div.hero-container > div.hero-screenshot-bg > img.hero-screenshot | www.libreoffice.org/media/screenshot_writer_hero.png |
Illustration for no cost argument body.html-ltr > section#why_choose > aside.no-cost-arg > img | www.libreoffice.org/media/illustration1.png |
Illustration for language argument body.html-ltr > section#why_choose > aside.language-arg > img | www.libreoffice.org/media/illustration2.png |
Illustration for community argument body.html-ltr > section#why_choose > aside.community-arg > img | www.libreoffice.org/media/illustration3.png |
LibreOffice nav.nav-main > h2 > a > img.logo | www.libreoffice.org/media/libreoffice-tdf-logo.svg |
LibreOffice div.fullWidth-center > h2 > a > img.logo | www.libreoffice.org/media/libreoffice-tdf-logo.svg |
Writer icon div.screenshots_container > div.sshot > div.shot-caption > img | www.libreoffice.org/media/libo-writer.svg |
Calc icon div.screenshots_container > div.sshot > div.shot-caption > img | www.libreoffice.org/media/libo-calc.svg |
Impress icon div.screenshots_container > div.sshot > div.shot-caption > img | www.libreoffice.org/media/libo-impress.svg |
Draw icon div.screenshots_container > div.sshot > div.shot-caption > img | www.libreoffice.org/media/libo-draw.svg |
Base icon div.screenshots_container > div.sshot > div.shot-caption > img | www.libreoffice.org/media/libo-base.svg |
Math icon div.screenshots_container > div.sshot > div.shot-caption > img | www.libreoffice.org/media/libo-math.svg |
Facebook div.ft-donate-lang-social > div.sm-container > a.sm-icon > img | |
Mastodon div.ft-donate-lang-social > div.sm-container > a.sm-icon > img | |
Reddit div.ft-donate-lang-social > div.sm-container > a.sm-icon > img | |
Youtube div.ft-donate-lang-social > div.sm-container > a.sm-icon > img | |
Twitter @tdforg div.ft-donate-lang-social > div.sm-container > a.sm-icon > img |
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.
Contrast
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 |
|---|
DONATE nav.nav-main > ul > li > a.button |
JOIN OUR COMMUNITY section#dl-join > div#dl-join-buttons > p > a.button |
Read the guide book. div.shot-caption > div.sshot-description > p > a |
Read the guide book. div.shot-caption > div.sshot-description > p > a |
Read the guide book. div.shot-caption > div.sshot-description > p > a |
Read the guide book. div.shot-caption > div.sshot-description > p > a |
Read the guide book. div.shot-caption > div.sshot-description > p > a |
Read the guide book. div.shot-caption > div.sshot-description > p > a |
Ilmari Lauhakangas section#join_our_community > div.opportunities > p > a |
DESIGN div.opportunities > ul > li > a |
LOCALISATION div.opportunities > ul > li > a |
MARKETING div.opportunities > ul > li > a |
DOCUMENTATION div.opportunities > ul > li > a |
DEVELOPMENT div.opportunities > ul > li > a |
INFRASTRUCTURE div.opportunities > ul > li > a |
QUALITY ASSURANCE div.opportunities > ul > li > a |
Join TDF section#join_our_community > div.opportunities > p > a |
ZDNET section#what_people_are_saying > ul.fullWidth-center > li > a |
TechRadar section#what_people_are_saying > ul.fullWidth-center > li > a |
DONATE div.fullWidth-center > div.ft-donate-lang-social > p > a.button |
These are opportunities to improve the legibility of your content.
Tables and lists
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 |
|---|
Download
About Us
Get Help
Community
Blog
DONATE body.html-ltr > div#nav-wrapper > nav.nav-main > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
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 |
|---|
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
Marker div#community_map > div.leaflet-pane > div.leaflet-pane > img.leaflet-marker-icon |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.x64 html.x64 |
These items highlight common accessibility best practices.
Best Practices
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.
| Source | Description |
|---|---|
www.libreoffice.org/js/libreoffice.js line 133, col 36 | TypeError: Cannot read properties of undefined (reading 'startsWith')
at https://www.libreoffice.org/js/libreoffice.js:134:37 |
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.