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.
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.ecosia.org/static/indexpage/assets/static/index.BP6OOPyK.css | 17.9 KiB | |
| www.ecosia.org/static/indexpage/assets/static/pages.B9FBRlzI.css | 11.8 KiB | 151 ms |
| www.ecosia.org/static/indexpage/assets/static/onRenderClient.C-DIm6IT.css | 3.0 KiB |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.ecosia.org/static/fonts/founders-grotesk/condensed-semibold.woff2 | 10 ms |
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.
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 |
|---|---|---|
| www.ecosia.org/static/indexpage/assets/static/index.BP6OOPyK.css | 17.7 KiB | 15.8 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 |
|---|---|---|
| /gtm.js?id=GTM-M33JXB44>m_auth=yQLXq56VlYmlCpsDKUq5-Q&g... | 144.9 KiB | 86.7 KiB |
| www.ecosia.org/static/indexpage/assets/chunks/chunk-6MlxZnMw.js | 55.6 KiB | 43.8 KiB |
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.1 s |
| Other | 943 ms |
| Style & Layout | 322 ms |
| Script Parsing & Compilation | 184 ms |
| Rendering | 61 ms |
| Garbage Collection | 41 ms |
| Parse HTML & CSS | 39 ms |
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.
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 |
|---|
+1
0
1 div.main-header__navigation > nav.main-nav > div > button.base-button |
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 |
|---|---|
/gtm.js?id=GTM-M33JXB44>m_auth=yQLXq56VlYmlCpsDKUq5-Q&g... line 810, col 428 | Executing inline script violates the following Content Security Policy directive 'script-src 'self' *.ecosia.org *.sentry.io *.privacy-center.org 'nonce-17dUOTslC8bUCJ0457+PVg==' www.googleadservices.com www.google.com www.googletagmanager.com *.mountain.com'. Either the 'unsafe-inline' keyword, a hash ('sha256-9YqxMv9QNheCcsZbii2wWS+LUnkAUla7vsZATIm7mNE='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.