Lighthouse Desktop
· 0 checks — Desktop 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.
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.
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 | |
|---|---|---|---|
In Java, communities help reconnect fragmented forests to help save the endange… div.article--slide > a > div.featured-image > img.attachment-large | /wp-content/uploads/sites/20/2025/06/18075520/Featured_In... | 276.6 KiB | 258.9 KiB |
What singing lemurs can tell us about the origin of music div.article--slide > a > div.featured-image > img.attachment-large | /wp-content/uploads/sites/20/2025/01/08142549/MongabayExp... | 156.4 KiB | 142.0 KiB |
Emmanuel de Merode at an airstrip near Salonga National Park in DRC in March 20… div.article--container > a > div.featured-image > img.attachment-large | /wp-content/uploads/sites/20/2026/04/10225923/drc_260324_... | 219.3 KiB | 110.5 KiB |
Izzy Sasada and orangutan div.article--slide > a > div.featured-image > img.attachment-large | /wp-content/uploads/sites/20/2025/12/17132732/6_jungleSch... | 86.9 KiB | 72.5 KiB |
Rangers at Gashaka Gumti National Park, Nigeria div.article--slide > a > div.featured-image > img.attachment-large | /wp-content/uploads/sites/20/2026/04/13183809/Mongabay_Fe... | 151.7 KiB | 69.5 KiB |
div.article--container > a > div.featured-image > img.attachment-large div.article--container > a > div.featured-image > img.attachment-large | /wp-content/uploads/sites/20/2026/04/14211159/Caixa-d_agu... | 165.1 KiB | 56.3 KiB |
Black rhinos are critically endangered. div.article--container > a > div.featured-image > img.attachment-medium | /wp-content/uploads/sites/20/2026/04/21162400/black-rhino... | 99.8 KiB | 45.8 KiB |
Schaller with a peccary. Courtesy of the George B. Schaller Archive. div.article--container > a > div.featured-image > img.attachment-large | /wp-content/uploads/sites/20/2026/04/13210433/Art31_52830... | 131.2 KiB | 22.4 KiB |
Ivonne Kienast at Dzanga Bai div.article--container > a > div.featured-image > img.attachment-thumbnail-medium | /wp-content/uploads/sites/20/2026/04/19152433/ivonne-kien... | 20.2 KiB | 8.9 KiB |
The King River enters Macquarie Harbour, where decades of mining have contribut… div.article--container > a > div.featured-image > img.attachment-thumbnail-medium | /wp-content/uploads/sites/20/2026/04/16164414/4-King-Rive... | 18.1 KiB | 6.9 KiB |
Rangers at Gashaka Gumti National Park, Nigeria div.column--60 > div.item-container > a > img.attachment-thumbnail-medium | /wp-content/uploads/sites/20/2026/04/13183809/Mongabay_Fe... | 18.1 KiB | 4.9 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.
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.
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 |
|---|---|
| mongabay.com/ | 259 ms |
| news.mongabay.com/ | 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.
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 |
|---|---|---|
| news.mongabay.com/wp-includes/css/dist/block-editor/style.min.css | 16.6 KiB | 16.6 KiB |
| news.mongabay.com/wp-includes/css/dist/components/style.min.css | 14.6 KiB | 14.6 KiB |
| news.mongabay.com/wp-includes/css/dist/editor/style.min.css | 10.2 KiB | 10.1 KiB |
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 |
|---|---|---|
| news.mongabay.com/wp-content/themes/mongabay_v2/css/style.css | 12.3 KiB | 2.4 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 |
|---|---|---|
| news.mongabay.com/wp-content/themes/mongabay_v2/js/lib/dialog-polyfill.js | 8.4 KiB | 3.9 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.googletagmanager.com/gtag/js?id=G-ZHFVHJ3CMZ&cx=c>m=4e64k0h2 | 154.5 KiB | 108.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-C5E5Q186GT&cx=c>m=4e64k0h2 | 158.6 KiB | 66.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-ZHFVHJ3CMZ | 154.7 KiB | 63.4 KiB |
| www.googletagmanager.com/gtag/js?id=UA-12973256-1 | 116.3 KiB | 62.8 KiB |
| cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 | 68.2 KiB | 43.8 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 | |
|---|---|
Rangers at Gashaka Gumti National Park, Nigeria div.column--60 > div.item-container > a > img.attachment-thumbnail-medium | /wp-content/uploads/sites/20/2026/04/13183809/Mongabay_Fe... |
div.column--40 > div.item-container > a > img.attachment-thumbnail-medium div.column--40 > div.item-container > a > img.attachment-thumbnail-medium | /wp-content/uploads/sites/20/2026/04/21211556/IMG_3726-35... |
A coyote in Chicago. Image courtesy of Cook County Coyote Project. div.container > div.item-container > a > img.attachment-thumbnail-medium | /wp-content/uploads/sites/20/2024/07/24194057/City-coyote... |
div.container > div.branding > a.theme-light > img div.container > div.branding > a.theme-light > img | /wp-content/themes/mongabay_v2/img/logo/mongabay_logo_new... |
div.container > div.branding > a.theme-light > img div.container > div.branding > a.theme-light > img | /wp-content/themes/mongabay_v2/img/logo/mongabay_logo_new... |
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 |
|---|
Videos div.container > ul.main-menu > li > a |
Podcasts div.container > ul.main-menu > li > a |
Articles div.container > ul.main-menu > li > a |
Short News div.container > ul.main-menu > li > a |
Feature Stories div.container > ul.main-menu > li > a |
The Latest div.container > ul.main-menu > li > a |
Explore All div.container > ul.main-menu > li > a |
About div.footer > ul.footer-links > li > a |
Team div.footer > ul.footer-links > li > a |
Contact div.footer > ul.footer-links > li > a |
Donate div.footer > ul.footer-links > li > a |
Subscribe page div.footer > ul.footer-links > li > a |
Submissions div.footer > ul.footer-links > li > a |
Privacy Policy div.footer > ul.footer-links > li > a |
Terms of Use div.footer > ul.footer-links > li > a |
Advertising div.footer > ul.footer-links > li > a |
Wild Madagascar div.footer > ul.footer-links > li > a |
For Kids div.footer > ul.footer-links > li > a |
Mongabay.org div.footer > ul.footer-links > li > a |
Reforestation App div.footer > ul.footer-links > li > a |
Planetary Health Check div.footer > ul.footer-links > li > a |
Conservation Effectiveness div.footer > ul.footer-links > li > a |
Mongabay Data Studio div.footer > ul.footer-links > li > a |
Latest div.container > div.column--20 > div.section-title > h4 |
Aimee Gabay div.article--container > a > div.post-meta > span.byline |
21 Apr 2026 div.article--container > a > div.post-meta > span.date |
Joseph Lee div.article--container > a > div.post-meta > span.byline |
21 Apr 2026 div.article--container > a > div.post-meta > span.date |
Spoorthy Raman div.article--container > a > div.post-meta > span.byline |
21 Apr 2026 div.article--container > a > div.post-meta > span.date |
Jen Miller, Kelly Guilbeau div.article--container > a > div.post-meta > span.byline |
21 Apr 2026 div.article--container > a > div.post-meta > span.date |
Alexandra Talty div.article--container > a > div.post-meta > span.byline |
21 Apr 2026 div.article--container > a > div.post-meta > span.date |
Luh De Suriyani div.article--container > a > div.post-meta > span.byline |
21 Apr 2026 div.article--container > a > div.post-meta > span.date |
Top stories div.container > div.column--60 > div.section-title > h4 |
Gerald Flynn div.article--container > a > div.post-meta > span.byline |
20 Apr 2026 div.article--container > a > div.post-meta > span.date |
Rhett Ayers Butler, David Akana div.article--container > a > div.post-meta > span.byline |
19 Apr 2026 div.article--container > a > div.post-meta > span.date |
Keith Anthony Fabro div.article--container > a > div.post-meta > span.byline |
17 Apr 2026 div.article--container > a > div.post-meta > span.date |
Stefan Lovgren div.article--container > a > div.post-meta > span.byline |
16 Apr 2026 div.article--container > a > div.post-meta > span.date |
More specials div.section--series-more > div.container > div.section-title > h4 |
Mike DiGirolamo div.article--container > div.title > div.post-meta > span.byline |
14 Apr 2026 div.article--container > div.title > div.post-meta > span.date |
Julia Lima, Gustavo Fonseca, Letícia Klein div.article--container > a > div.post-meta > span.byline |
30 Mar 2026 div.article--container > a > div.post-meta > span.date |
Thamys Trindade, Felipe Rosa, Julia Lima div.article--container > a > div.post-meta > span.byline |
14 Mar 2026 div.article--container > a > div.post-meta > span.date |
Romi Castagnino div.article--container > a > div.post-meta > span.byline |
25 Feb 2026 div.article--container > a > div.post-meta > span.date |
Rizky Maulana Yanuar, Sandy Watt div.article--container > a > div.post-meta > span.byline |
18 Feb 2026 div.article--container > a > div.post-meta > span.date |
News formats div.grid--4 > div > div.section-title > h4 |
About div.grid--4 > div > div.section-title > h4 |
External links div.grid--4 > div > div.section-title > h4 |
Social media div.grid--4 > div > div.section-title > h4 |
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 |
|---|
Asia’s longest free-flowing river contaminated by arsenic linked to Myanmar min… div.article--container > a > div.title > h3 |
Primate Planet div.section--highlight > div.container > div.in-column > h3 |
More specials div.section--series-more > div.container > div.section-title > h4 |
Coexisting with America’s growing urban coyote population is easier than you th… div.in-column > div.article--container > div.title > h3.text-center |
Lab-made jaguar: Is cloning a solution to extinction? div.article--container > a > div.title > h3 |
Feature story div.featured-image > div.article--container-headline > div.title > h5 |
Translucent microsnail discovered in Cambodia: Photo of the week div.shorts > div.article--container > div.title > h3 |
News formats div.grid--4 > div > div.section-title > h4 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.branding > a.theme-light > img div.container > div.branding > a.theme-light > img |
div.container > div.branding > a.theme-light > img div.container > div.branding > a.theme-light > img |
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 |
|---|
header.header > div.container > div.branding > a.theme-light header.header > div.container > div.branding > a.theme-light |
header.header > div.container > div.menu-container > a#site-search header.header > div.container > div.menu-container > a#site-search |
div.container > div.column--40 > div.item-container > a div.container > div.column--40 > div.item-container > a |
footer.footer > div.container > div.branding > a.theme-light footer.footer > div.container > div.branding > a.theme-light |
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
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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.no-js html.no-js |
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 |
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 |
|---|---|
| news.mongabay.com/about | Learn more |
| /2026/04/once-lost-now-found-five-missing-bird-species-re... | here |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.branding > a.theme-light > img div.container > div.branding > a.theme-light > img |
div.container > div.branding > a.theme-light > img div.container > div.branding > a.theme-light > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
dialog#shorts-dialog > div.dialog-content > div.dialog-header > a.back dialog#shorts-dialog > div.dialog-content > div.dialog-header > a.back |
dialog#shorts-dialog > div.dialog-content > div.dialog-header > a.close dialog#shorts-dialog > div.dialog-content > div.dialog-header > a.close |
Share Short div.dialog-content > div#shorts-overview > div.dialog-footer > a.theme--button |
Email div#shorts-share > div.container > div.grid--4 > a.email |
To appear in search results, crawlers need access to your app.