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.
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 | |
|---|---|---|---|
article.card > a > figure.card__image > img article.card > a > figure.card__image > img | nutrition.org/wp-content/uploads/2025/12/n26-reg-open.jpg | 250.5 KiB | 234.7 KiB |
ASN’s Top Nutrition Research of 2024 article.card > a > figure.card__image > img | /wp-content/uploads/2025/01/Top-Nutrition-Research-of-202... | 149.2 KiB | 133.3 KiB |
Water insecurity: A barrier to healthy eating article.card > a > figure.card__image > img | /wp-content/uploads/2023/12/Water-insecurity_-A-barrier-t... | 103.4 KiB | 87.6 KiB |
15 Trending Nutrition Research Articles from 2021 article.card > a > figure.card__image > img | /wp-content/uploads/2022/01/DEC-2021-nutritino.org-Blog-P... | 77.4 KiB | 61.5 KiB |
A whey to mitigate muscle loss article.card > a > figure.card__image > img | /wp-content/uploads/2023/12/A-whey-to-mitigate-muscle-los... | 60.4 KiB | 44.6 KiB |
American Society for Nutrition Calls for Strong Science in National Nutrition G… article.card > a > figure.card__image > img | nutrition.org/wp-content/uploads/2020/09/asn-logo.jpg | 18.1 KiB | 16.0 KiB |
Iron-fortified infant cereal may help reduce dietary iron inadequacy during lat… article.card > a > figure.card__image > img | /wp-content/uploads/2023/12/Iron-fortified-infant-cereal-... | 28.8 KiB | 12.9 KiB |
Vitamin B-12 and folic acid supplements are associated with long term metabolic… article.card > a > figure.card__image > img | /wp-content/uploads/2023/06/Vitamin-B12-and-folic-acid-su... | 24.2 KiB | 12.0 KiB |
New ICD-11 Code for Adult Undernutrition: Important Advice for Clinicians article.card > a > figure.card__image > img | nutrition.org/wp-content/uploads/2020/09/asn-logo-600x320.jpg | 10.3 KiB | 5.6 KiB |
ASN Announces Program for NUTRITION 2026 in Washington, DC article.card > a > figure.card__image > img | nutrition.org/wp-content/uploads/2026/04/N26_HERO-600x400.png | 12.2 KiB | 5.2 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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| nutrition.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js | 2870.0 s | 725 B |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 2.3 KiB |
| www.gstatic.com/recaptcha/api2/info_2x.png | 604800.0 s | 689 B |
| www.gstatic.com/recaptcha/api2/refresh_2x.png | 604800.0 s | 624 B |
| www.gstatic.com/recaptcha/api2/audio_2x.png | 604800.0 s | 554 B |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 0 B |
| www.gstatic.com/recaptcha/api2/info_2x.png | 604800.0 s | 0 B |
| www.gstatic.com/recaptcha/api2/refresh_2x.png | 604800.0 s | 0 B |
| www.gstatic.com/recaptcha/api2/audio_2x.png | 604800.0 s | 0 B |
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.
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.
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 |
|---|---|---|
| /wp-content/themes/nutrition-custom-theme/css/app.min.css... | 31.8 KiB | 28.8 KiB |
| /wp-content/plugins/gravityforms/legacy/css/formsmain.min... | 14.4 KiB | 13.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 |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 162.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-7F1YGW6WZV | 159.8 KiB | 63.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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 3.1 s | 2.8 s | 141 ms |
| nutrition.org/ | 843 ms | 43 ms | 37 ms |
| Unattributable | 789 ms | 13 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-7F1YGW6WZV | 495 ms | 399 ms | 76 ms |
| /wp-content/themes/nutrition-custom-theme/js/jquery.min.j... | 340 ms | 239 ms | 15 ms |
| a.omappapi.com/app/js/api.min.js | 273 ms | 182 ms | 57 ms |
| a.omappapi.com/app/js/21.99522353.min.js | 105 ms | 100 ms | 0.5 ms |
| a.omappapi.com/app/js/32.0d845025.min.js | 97 ms | 90 ms | 6.2 ms |
| a.omappapi.com/app/js/5.e5885c40.min.js | 68 ms | 57 ms | 2.3 ms |
| a.omappapi.com/app/js/12.429229cc.min.js | 60 ms | 51 ms | 1.0 ms |
| a.omappapi.com/app/js/4.5e4ec97b.min.js | 60 ms | 50 ms | 7.9 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 | 4.6 s |
| Other | 932 ms |
| Style & Layout | 575 ms |
| Script Parsing & Compilation | 453 ms |
| Garbage Collection | 237 ms |
| Parse HTML & CSS | 233 ms |
| Rendering | 46 ms |
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 |
|---|---|---|
| nutrition.org/wp-content/uploads/229/857/assets/js/117.js?ver=3.0.9 | 14.5 KiB | 7.5 KiB |
| nutrition.org/wp-content/uploads/229/352/public/assets/js/995.js?ver=2.0.3 | 7.7 KiB | 3.2 KiB |
| /wp-content/plugins/webtoffee-gdpr-cookie-consent/public/... | 13.5 KiB | 3.1 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 | |
|---|---|
ASN logo div.wrapper > div.container > div.footer-logo > img.attachment-medium | nutrition.org/wp-content/uploads/2020/04/asn-logo-white.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.
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 |
|---|
Apr 09, 2026 article.card > a > span.card__excerpt > div.date |
Apr 07, 2026 article.card > a > span.card__excerpt > div.date |
div#gform_wrapper_1 > form#gform_1 > div.gform-footer > input#gform_submit_button_1 div#gform_wrapper_1 > form#gform_1 > div.gform-footer > input#gform_submit_button_1 |
Apr 02, 2026 article.card > a > span.card__excerpt > div.date |
Artificial intelligence, or AI, is changing how nutrition professionals work, w… article.card > a > span.card__excerpt > p |
Mar 24, 2026 article.card > a > span.card__excerpt > div.date |
Special Issue from Advances in Nutrition The CDC estimates that 73% of U.S. inf… article.card > a > span.card__excerpt > p |
Mar 23, 2026 article.card > a > span.card__excerpt > div.date |
A new study published in ASN’s The Journal of Nutrition suggests that levels of… article.card > a > span.card__excerpt > p |
Feb 10, 2026 article.card > a > span.card__excerpt > div.date |
A new paper describing a new International Classification of Diseases (ICD)-11 … article.card > a > span.card__excerpt > p |
Apr 09, 2026 article.card > a > span.card__excerpt > div.date |
Apr 07, 2026 article.card > a > span.card__excerpt > div.date |
Apr 07, 2026 article.card > a > span.card__excerpt > div.date |
Jan 27, 2026 article.card > a > span.card__excerpt > div.date |
Jan 09, 2026 article.card > a > span.card__excerpt > div.date |
Apply for Membership div.row > div.research-news__right > div.block-sign-up > a |
View Our Publications div#content > div.block-blue-cta > div.wrapper > a.button |
Jan 16, 2025 article.card > a > span.card__excerpt > div.date |
Staying at the forefront of nutrition science means not only publishing cutting… article.card > a > span.card__excerpt > p |
Jan 09, 2024 article.card > a > span.card__excerpt > div.date |
Jan 02, 2024 article.card > a > span.card__excerpt > div.date |
Dec 27, 2023 article.card > a > span.card__excerpt > div.date |
Sep 05, 2023 article.card > a > span.card__excerpt > div.date |
Jan 05, 2022 article.card > a > span.card__excerpt > div.date |
Feb 22, 2021 article.card > a > span.card__excerpt > div.date |
Get Involved Today div.row > div.card > div.block-sign-up > a |
div#gform_wrapper_2 > form#gform_2 > div.gform-footer > input#gform_submit_button_2 div#gform_wrapper_2 > form#gform_2 > div.gform-footer > input#gform_submit_button_2 |
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of … div.wrapper > div.container > div.footer-tos > p |
Privacy Policy div.container > div.footer-tos > p > a |
Terms of Service div.container > div.footer-tos > p > a |
American Society for Nutrition
2440 Research Boulevard, Suite 430
Rockville, MD… div.wrapper > div.container > div.footer-tos > p |
Telephone: 240-428-3650 div.wrapper > div.container > div.footer-tos > p |
© 2026 American Society for Nutrition. All Rights reserved. Privacy Policy footer.site-footer > div.wrapper > div.container > p |
Privacy Policy div.wrapper > div.container > p > a |
ACCEPT span#wt-cli-cookie-banner > div.cli-bar-container > div.cli-bar-btn_container > a#wt-cli-accept-btn |
These are opportunities to improve the legibility of your content.
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 |
|---|
ASN Announces Program for NUTRITION 2026 in Washington, DC article.card > a > span.card__excerpt > h3 |
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.container > div.share-widget > div.sticky-top > a.social-icon div.container > div.share-widget > div.sticky-top > a.social-icon |
div.container > div.share-widget > div.sticky-top > a.social-icon div.container > div.share-widget > div.sticky-top > a.social-icon |
div.container > div.share-widget > div.sticky-top > a.social-icon div.container > div.share-widget > div.sticky-top > a.social-icon |
div.container > div.share-widget > div.sticky-top > a.social-icon div.container > div.share-widget > div.sticky-top > a.social-icon |
div.container > div.share-widget > div.sticky-top > a.social-icon div.container > div.share-widget > div.sticky-top > a.social-icon |
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
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
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.