Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Lean and efficient — low environmental impact per visit.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
10 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/e3145f1a-e8ea-4a41-9120-54cfa4d24c69)<a href="https://beavercheck.com/results/e3145f1a-e8ea-4a41-9120-54cfa4d24c69"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmongabay.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmongabay.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 7.3s to load
+12% bounceUsers abandon at ~3s — you're 4.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 788ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
12 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
9 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$450 investment → $5,463/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$5,463 /mo
~$65,560 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,503 / year if left unfixed
$157,500
+27 more
$0.28 /mo
3526.0 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.91 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
788 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.28 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
8.59 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 |
|---|---|---|
| app.mongabay.com/_next/static/chunks/cd28f6e0c537cd32.css | 6.9 KiB | 192 ms |
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 |
|---|---|---|
| /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 432000.0 s | 56.6 KiB |
| /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 432000.0 s | 31.8 KiB |
| /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 432000.0 s | 26.5 KiB |
| /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 432000.0 s | 25.9 KiB |
| /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 432000.0 s | 25.2 KiB |
| /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 432000.0 s | 21.1 KiB |
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 | |
|---|---|---|---|
Black rhinos are critically endangered. section.mt-6 > div.grid > a.relative > img.w-full | /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 56.4 KiB | 46.4 KiB |
Just as the resilient redwoods have evolved to survive repeated fires, the cons… section.mt-6 > div.grid > a.relative > img.w-full | /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 90.2 KiB | 44.2 KiB |
A solar power plant installation for a mosque. Image by Jaka Hendra Baittri/Mon… section.mt-6 > div.grid > a.relative > img.w-full | /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 48.6 KiB | 40.0 KiB |
Kakapo Strigops habroptila "Sirocco" amongst renga renga lillies. Maud Island, … main.mx-auto > section.mt-6 > a.relative > img.h-full | /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 60.0 KiB | 37.1 KiB |
section.mt-6 > div.grid > a.relative > img.h-full section.mt-6 > div.grid > a.relative > img.h-full | /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 56.3 KiB | 33.4 KiB |
Rangers at Gashaka Gumti National Park, Nigeria section.mt-6 > div.grid > a.relative > img.w-full | /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 57.9 KiB | 23.0 KiB |
Casper octopus section.mt-6 > div.grid > a.relative > img.h-full | /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 45.7 KiB | 22.8 KiB |
George Schaller in Alaska. Photo courtesy of the George B. Schaller Archive. section.mt-6 > div.grid > a.relative > img.w-full | /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 24.9 KiB | 20.5 KiB |
A coyote in Chicago. Image courtesy of Cook County Coyote Project. section.mt-6 > div.grid > a.relative > img.w-full | /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 25.6 KiB | 18.7 KiB |
Jannes Landschoff diving in the Great African Seaforest. Image courtesy of Jann… section.mt-6 > div.grid > a.relative > img.w-full | /_next/image?url=https%3A%2F%2Fimgs.mongabay.com%2Fwp-con... | 20.8 KiB | 17.2 KiB |
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/ | 815 ms |
| news.mongabay.com/ | 1.3 s |
| app.mongabay.com/ | 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.
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-MYFV07YNRG | 155.9 KiB | 63.6 KiB |
| app.mongabay.com/_next/static/chunks/04ddbc0f56dd5560.js | 48.8 KiB | 24.0 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 |
|---|---|---|---|
| app.mongabay.com/_next/static/chunks/32b4d63e10d31351.js | 1.5 s | 1.4 s | 19 ms |
| app.mongabay.com/ | 676 ms | 18 ms | 6.7 ms |
| www.googletagmanager.com/gtag/js?id=G-MYFV07YNRG | 440 ms | 296 ms | 140 ms |
| Unattributable | 395 ms | 20 ms | 0.0 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 | 1.8 s |
| Other | 733 ms |
| Style & Layout | 355 ms |
| Script Parsing & Compilation | 302 ms |
| Rendering | 98 ms |
| Garbage Collection | 25 ms |
| Parse HTML & CSS | 18 ms |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
Latest short video main.mx-auto > section.mt-6 > header.mb-4 > h2.text-body |
Featured main.mx-auto > section.mt-6 > header.mb-4 > h2.text-body |
Aimee Gabay div.grid > a.relative > p.space-x-1 > span |
1 hour ago div.grid > a.relative > p.space-x-1 > span |
Joseph Lee div.grid > a.relative > p.space-x-1 > span |
1 hour ago div.grid > a.relative > p.space-x-1 > span |
Spoorthy Raman div.grid > a.relative > p.space-x-1 > span |
3 hours ago div.grid > a.relative > p.space-x-1 > span |
Jen Miller div.grid > a.relative > p.space-x-1 > span |
9 hours ago div.grid > a.relative > p.space-x-1 > span |
Alexandra Talty div.grid > a.relative > p.space-x-1 > span |
10 hours ago div.grid > a.relative > p.space-x-1 > span |
Luh De Suriyani div.grid > a.relative > p.space-x-1 > span |
11 hours ago div.grid > a.relative > p.space-x-1 > span |
Malaka Rodrigo div.grid > a.relative > p.space-x-1 > span |
13 hours ago div.grid > a.relative > p.space-x-1 > span |
Rhett Ayers Butler div.grid > a.relative > p.space-x-1 > span |
17 hours ago div.grid > a.relative > p.space-x-1 > span |
Mike DiGirolamo div.grid > a.relative > p.space-x-1 > span |
1 week ago div.grid > a.relative > p.space-x-1 > span |
Leo Plunkett div.grid > a.relative > p.space-x-1 > span |
1 week ago div.grid > a.relative > p.space-x-1 > span |
Mike DiGirolamo div.grid > a.relative > p.space-x-1 > span |
2 weeks ago div.grid > a.relative > p.space-x-1 > span |
Mike DiGirolamo div.grid > a.relative > p.space-x-1 > span |
3 weeks ago div.grid > a.relative > p.space-x-1 > span |
Gustavo Fonseca div.grid > a.relative > p.space-x-1 > span |
3 weeks ago div.grid > a.relative > p.space-x-1 > span |
Mike DiGirolamo div.grid > a.relative > p.space-x-1 > span |
4 weeks ago div.grid > a.relative > p.space-x-1 > span |
Mike DiGirolamo div.grid > a.relative > p.space-x-1 > span |
1 month ago div.grid > a.relative > p.space-x-1 > span |
Felipe Rosa div.grid > a.relative > p.space-x-1 > span |
1 month ago div.grid > a.relative > p.space-x-1 > span |
Mike DiGirolamo div.grid > a.relative > p.space-x-1 > span |
1 month ago div.grid > a.relative > p.space-x-1 > span |
Mike DiGirolamo div.grid > a.relative > p.space-x-1 > span |
1 month ago div.grid > a.relative > p.space-x-1 > span |
Romi Castagnino div.grid > a.relative > p.space-x-1 > span |
1 month ago div.grid > a.relative > p.space-x-1 > span |
Mike DiGirolamo div.grid > a.relative > p.space-x-1 > span |
1 month ago div.grid > a.relative > p.space-x-1 > span |
Rizky Maulana Yanuar div.grid > a.relative > p.space-x-1 > span |
2 months ago div.grid > a.relative > p.space-x-1 > span |
Sandy Watt div.grid > a.relative > p.space-x-1 > span |
2 months ago div.grid > a.relative > p.space-x-1 > span |
Romi Castagnino div.grid > a.relative > p.space-x-1 > span |
2 months ago div.grid > a.relative > p.space-x-1 > span |
Sam Lee div.grid > a.relative > p.space-x-1 > span |
3 months ago div.grid > a.relative > p.space-x-1 > span |
You Might Like main.mx-auto > section.mt-6 > header.mb-4 > h2.text-body |
World News main.mx-auto > section.mt-6 > header.mb-4 > h2.text-body |
12 November 2025 a.block > div.space-y-4 > div.flex > p.whitespace-nowrap |
29 October 2025 a.block > div.space-y-4 > div.flex > p.whitespace-nowrap |
28 October 2025 a.block > div.space-y-4 > div.flex > p.whitespace-nowrap |
These are opportunities to improve the legibility of your content.
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 |
|---|
body.rowan_65d8a8fa-module__ZluQfW__variable > div.relative > header#site-header > a body.rowan_65d8a8fa-module__ZluQfW__variable > div.relative > header#site-header > a |
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.
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 403 () |
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
12 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.011
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.07 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.91 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| 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.
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.
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.
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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
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 |
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.
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.
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.
Send Feedback