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.
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.
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 | |
|---|---|---|---|
Bird's-eye view of a coastal marsh in Oregon figure.issues-card-img-container > div > picture > img | /sites/default/files/styles/2_1_1400_700_focal_point/publ... | 245.4 KiB | 236.1 KiB |
A fishing boat at the dock. div.visual-holder > div > picture > img | /sites/default/files/styles/3_2_1400x933_focal_point/publ... | 153.5 KiB | 140.2 KiB |
Earth from space div.visual-holder > div > picture > img | /sites/default/files/styles/3_2_1400x933_focal_point/publ... | 138.9 KiB | 126.9 KiB |
Person in lab preparing instrument for MethaneSAT methane-tracking satellite figure.issues-card-img-container > div > picture > img | /sites/default/files/styles/2_1_1400_700_focal_point/publ... | 127.9 KiB | 120.5 KiB |
Blue hydrogen tank with "H2 Hydrogen" on it figure.issues-card-img-container > div > picture > img | /sites/default/files/styles/2_1_1400_700_focal_point/publ... | 127.3 KiB | 119.8 KiB |
Close up of hands holding wheat in a field figure.issues-card-img-container > div > picture > img | /sites/default/files/styles/2_1_1400_700_focal_point/publ... | 102.2 KiB | 96.2 KiB |
A cover crop's green leaves emerge among dry wheat stems after the harvest, wit… article > div > picture > img | /sites/default/files/styles/4_3_1400_1050_focal_point/pub... | 100.9 KiB | 94.4 KiB |
Blue sky over a reflective river figure.issues-card-img-container > div > picture > img | /sites/default/files/styles/2_1_1400_700_focal_point/publ... | 97.7 KiB | 92.0 KiB |
Aerial view of a harbor in Galveston, Texas, in the United States. article > div > picture > img | /sites/default/files/styles/4_3_1400_1050_focal_point/pub... | 96.8 KiB | 90.5 KiB |
Two divers swimming in a submerged net cage. article > div > picture > img | /sites/default/files/styles/4_3_1400_1050_focal_point/pub... | 85.8 KiB | 80.2 KiB |
article > div > picture > img article > div > picture > img | /sites/default/files/styles/4_3_1400_1050_focal_point/pub... | 85.0 KiB | 79.5 KiB |
Fisherman on fishing boat figure.issues-card-img-container > div > picture > img | /sites/default/files/styles/2_1_1400_700_focal_point/publ... | 79.6 KiB | 74.9 KiB |
smokestacks billowing pollution into a blue sky dotted with white clouds div.visual-holder > div > picture > img | /sites/default/files/styles/3_2_1400x933_focal_point/publ... | 73.9 KiB | 67.5 KiB |
Methane pump figure.issues-card-img-container > div > picture > img | /sites/default/files/styles/2_1_1400_700_focal_point/publ... | 54.5 KiB | 51.3 KiB |
A person looking at the back of a package in a grocery store figure.issues-card-img-container > div > picture > img | /sites/default/files/styles/2_1_1400_700_focal_point/publ... | 53.1 KiB | 50.0 KiB |
body.not-logged-in > div#modal > ::before body.not-logged-in > div#modal > ::before | /sites/default/files/overlay-mobile-images/homepage-takeo... | 40.7 KiB | 12.5 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 |
|---|---|---|
| assets.edfcdn.org/assets/global/dist/js/utilities.min.js?v=2026042207 | 85.3 KiB | 2.4 s |
| /sites/default/files/css/css_CEvqf4ZT1oBdc4-6iOOd6J192mD0... | 18.4 KiB | 601 ms |
| /sites/default/files/css/css_mIZjsccq_aPU1p6hZuB3pRH7D0tW... | 1.3 KiB | 150 ms |
| /sites/default/files/css/css_r3xo6xvgWFsxYqud2vo2O-P4yton... | 1.2 KiB |
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.
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 |
|---|---|
| edf.org/ | 752 ms |
| www.edf.org/ | 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.
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 |
|---|---|---|
| code,pre{font-family:Courier New,DejaVu Sans Mono,monospace} … | 38.0 KiB | 25.6 KiB |
| www.edf.org/themes/edf/css/standalone-css/overlays.css | 16.5 KiB | 15.5 KiB |
| /sites/default/files/css/css_CEvqf4ZT1oBdc4-6iOOd6J192mD0... | 18.3 KiB | 14.5 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 |
|---|---|---|
| static.fundraiseup.com/checkout.621abe447e62aa70.js | 410.8 KiB | 366.3 KiB |
| static.fundraiseup.com/checkout-sentry-vendor.dda4c7629502a974.js | 111.7 KiB | 111.6 KiB |
| static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js | 105.1 KiB | 87.3 KiB |
| www.googletagmanager.com/gtag/js?id=DC-4390944 | 130.6 KiB | 53.0 KiB |
| admin-pipeline.upsun-us-2.observability-pipeline.blackfire.io/js/probe.js | 96.3 KiB | 30.6 KiB |
| assets.edfcdn.org/assets/global/dist/js/utilities.min.js?v=2026042207 | 84.7 KiB | 28.5 KiB |
| /pages/versioned/common-scripts/d4db359b93044eca900e8363b... | 55.3 KiB | 26.2 KiB |
| static.fundraiseup.com/checkout-styles.fab72e48733dfd10.js | 22.3 KiB | 22.3 KiB |
| cdn.fundraiseup.com/widget/AQBHBSYR | 64.6 KiB | 21.1 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.3 s |
| Style & Layout | 1.2 s |
| Other | 1.2 s |
| Script Parsing & Compilation | 494 ms |
| Parse HTML & CSS | 120 ms |
| Garbage Collection | 98 ms |
| Rendering | 90 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| 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 |
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 |
|---|---|---|
| .fun-widget-backdrop-holder { inset: 0 !important; width: 100% !important; … } … | 4.0 KiB | 3.0 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| inline: (()=>{ function getAllData… | 4.2 KiB | 2.0 KiB |
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 | |
|---|---|
Environmental Defense Fund Logo header#block-topnav-edf2020 > div.logo-holder > a.site-logo__link > img.site-logo | www.edf.org/themes/edf2020/images/source/site-logo.svg |
Environmental Defense Fund Logo div.first-columns > div.column > a > img.site-logo | www.edf.org/themes/edf2020/images/source/site-logo.svg |
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
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
We use cookies to personalize content and ads, to provide social media features… body.not-logged-in > div#cc--main > div#cc_div > div#cm |
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.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Earth from space div.thumbnails-container > div.thumbnails > button.change-slide > img | /sites/default/files/styles/3_2_504_336_focal_point/publi... | 190 x 130 (1.46) | 504 x 336 (1.50) |
A fishing boat at the dock. div.thumbnails-container > div.thumbnails > button.change-slide > img | /sites/default/files/styles/3_2_504_336_focal_point/publi... | 190 x 130 (1.46) | 504 x 336 (1.50) |
smokestacks billowing pollution into a blue sky dotted with white clouds div.thumbnails-container > div.thumbnails > button.change-slide > img | /sites/default/files/styles/3_2_504_336_focal_point/publi... | 190 x 130 (1.46) | 504 x 336 (1.50) |
General
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | assets.edfcdn.org/assets/global/dist/js/utilities.min.js?v=2026042207 line 2, col 77474 |
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
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.edf.org/protect | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.