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.
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.
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.
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 |
|---|---|---|
| use.typekit.net/wyp4ngq.css | 1.1 KiB | 757 ms |
| fonts.googleapis.com/css2?family=Bebas+Neue&display=swap | 870 B | 820 ms |
| /p.css?s=1&k=wyp4ngq&ht=tk&f=13464.13465.13472.13473.2707... | 172 B | 753 ms |
| /sites/default/files/css/css_UsMnB5lHjnE18rZnzPj8nu_rwMmZ... | 32.1 KiB | 900 ms |
| /sites/default/files/css/css_FxDenlMnolUkGP_E-HJcsc1FGG2h... | 13.0 KiB | |
| /sites/default/files/css/css_iHcRXP1QKADLemsQY9beOlJyXqp1... | 1.7 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.
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 | |
|---|---|---|---|
Ken Cook Is Having Another Episode div.field__items > div.field__item > a.linked-image > img.image-style-standard-xl | /sites/default/files/styles/standard_xl/public/2024-03/EW... | 65.6 KiB | 53.3 KiB |
See which produce has the highest and lowest pesticide residues.
By submitting… body.page-node--6657 > div#liteboxFormat22 > div#poptinDraggableContainer | /client_16f9efd0362a4/e2eb552d5cbf5710464d7ba1cd26b882.jpg | 278.1 KiB | 51.9 KiB |
Solar panel installation div.field__items > div.field__item > a.linked-image > img.image-style-standard-sm | /sites/default/files/styles/standard_sm/public/2021-04/EW... | 44.7 KiB | 16.2 KiB |
Mother applying sunscreen to child div.field__items > div.field__item > a.linked-image > img.image-style-standard-sm | /sites/default/files/styles/standard_sm/public/2023-05/Su... | 41.6 KiB | 15.1 KiB |
Child holding blueberries div.field__items > div.field__item > a.linked-image > img.image-style-standard-sm | /sites/default/files/styles/standard_sm/public/2023-02/20... | 38.4 KiB | 13.9 KiB |
Water with lemon div.field__items > div.field__item > a.linked-image > img.image-style-standard-sm | /sites/default/files/styles/standard_sm/public/2021-02/ch... | 36.4 KiB | 13.2 KiB |
div.field__items > div.field__item > a.linked-image > img.image-style-standard-sm div.field__items > div.field__item > a.linked-image > img.image-style-standard-sm | /sites/default/files/styles/standard_sm/public/blog/Clean... | 36.1 KiB | 13.1 KiB |
Woman putting on face cream div.field__items > div.field__item > a.linked-image > img.image-style-standard-sm | /sites/default/files/styles/standard_sm/public/2021-02/St... | 29.7 KiB | 10.8 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.
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 |
|---|---|
| ewg.org/ | 996 ms |
| www.ewg.org/ | 0.0 ms |
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 |
|---|---|---|
| /sites/default/files/css/css_UsMnB5lHjnE18rZnzPj8nu_rwMmZ... | 31.9 KiB | 24.5 KiB |
| d3rse9xjbp8270.cloudfront.net/extra.min.css | 13.9 KiB | 13.8 KiB |
| /sites/default/files/css/css_FxDenlMnolUkGP_E-HJcsc1FGG2h... | 13.0 KiB | 12.2 KiB |
| d3rse9xjbp8270.cloudfront.net/at.min.css | 11.8 KiB | 11.7 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.
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 | 4.6 s |
| Script Parsing & Compilation | 990 ms |
| Other | 948 ms |
| Parse HTML & CSS | 817 ms |
| Style & Layout | 669 ms |
| Garbage Collection | 175 ms |
| Rendering | 150 ms |
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
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 |
|---|
Dialog popup start body.page-node--6657 > div#liteboxFormat22 > span.poptin-tabindex-start |
Dialog popup end body.page-node--6657 > div#liteboxFormat22 > span.poptin-tabindex-end |
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.
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 |
|---|
APRIL 13, 2026 div.field > div.field__items > div.field__item > time.datetime |
MARCH 24, 2026 div.field > div.field__items > div.field__item > time.datetime |
MARCH 20, 2026 div.field > div.field__items > div.field__item > time.datetime |
MARCH 19, 2026 div.field > div.field__items > div.field__item > time.datetime |
GET MY FREE GUIDE div.froala-editor-button > p > span > span |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
See which produce has the highest and lowest pesticide residues. div#liteboxFormat22 > div#poptinDraggableContainer > form#poptinFormSubmita709016f30cc6 > div.draggable |
By submitting, you'll receive updates from EWG.
Unsubscribe any time or refer … div#liteboxFormat22 > div#poptinDraggableContainer > form#poptinFormSubmita709016f30cc6 > div.draggable |
Continue to site div#liteboxFormat22 > div#poptinDraggableContainer > form#poptinFormSubmita709016f30cc6 > div#poptinFormCloseText |
GET MY FREE GUIDE div#poptinDraggableContainer > form#poptinFormSubmita709016f30cc6 > div#poptinFormSubmitText > input#poptinFormSubmitButton |
JUST RELEASED div#liteboxFormat22 > div#poptinDraggableContainer > form#poptinFormSubmita709016f30cc6 > div.draggable |
2026 Dirty Dozen™
& Clean Fifteen™ div#liteboxFormat22 > div#poptinDraggableContainer > form#poptinFormSubmita709016f30cc6 > div.draggable |
EMAIL* div.inputs-container > div.froala-editor-input > div#poptinDesignInputTextFieldEmail > input#poptinDesignInputTextFieldEmail |
ZIP CODE* div.inputs-container > div.froala-editor-input > div#poptinDesignInputCustomField-CUSTOM_ZIPCODE > input#poptinDesignInputCustomField-CUSTOM_ZIPCODE |
CELL (OPTIONAL) div.inputs-container > div.froala-editor-input > div#poptinDesignInputTextFieldPhone > input#poptinDesignInputTextFieldPhone |
Dialog popup start body.page-node--6657 > div#liteboxFormat22 > span.poptin-tabindex-start |
Dialog popup end body.page-node--6657 > div#liteboxFormat22 > span.poptin-tabindex-end |
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 |
|---|
Tap Water Database div#tns1-item0 > article.node > div.node__content > h3.node-title |
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.field__items > div.field__item > p > a.search-toggle div.field__items > div.field__item > p > a.search-toggle |
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
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 |
|---|
Privacy Policy nav#block-system-menu-block-footer-utility-menu > ul.menu > li.menu-item > a |
Legal Disclaimer nav#block-system-menu-block-footer-utility-menu > ul.menu > li.menu-item > a |
Reprint Permission Information nav#block-system-menu-block-footer-utility-menu > ul.menu > li.menu-item > a |
These items highlight common accessibility best practices.
Best Practices
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| AttributionReporting |
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.ewg.org/ line 1773, col 0 | Access to XMLHttpRequest at 'https://secure.everyaction.com/v1/Forms/_jKOzsF3OE-CRm7cJ3j3Tw2' from origin 'https://www.ewg.org' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
www.ewg.org/ line 1775, col 0 | Access to XMLHttpRequest at 'https://secure.everyaction.com/v1/Forms/_jKOzsF3OE-CRm7cJ3j3Tw2' from origin 'https://www.ewg.org' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
d3rse9xjbp8270.cloudfront.net/at.js line 669, col 16611 | fetching error [object Object] |
static.everyaction.com/ea-actiontag/at.js line 671, col 20804 | Uncaught NVTag was already initialized. The NVTag JS is likely included more than once on this page. |
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.