Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Your load time meets Google's 'Good' threshold — fine-tuning can still help.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
10 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 image-only link(s) without alt 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/92ac4322-ab1d-4190-8c90-6104b49eb107)<a href="https://beavercheck.com/results/92ac4322-ab1d-4190-8c90-6104b49eb107"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fourworldindata.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fourworldindata.orgThis 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.
7 barrier(s) likely increasing bounce by ~17%.
Page feels frozen for 1.3s
+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
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
8 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
1 broken link(s) on the page
+2% 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.
€468 investment → €0.67/month returns + EUR 500,000 risk avoided
€468
6h · 5 findings
€0.67 /mo
~€8.03 / year
EUR 500,000
if kept compliant
€85 — 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.
5.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€41,667 / month at risk
~€500,008 / year if left unfixed
€500,000
+4 more
€0.67 /mo
9033.9 MB/mo × 0.074 EUR/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.
1.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.75 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.25 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.039
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.87 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.
10.75 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.
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.
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.
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 | |
|---|---|---|---|
Line chart of the share of total electricity generation from nuclear power wher… a.latest-data-insights__card__data-insight > div.image > picture > img | /cdn-cgi/imagedelivery/qLq-8BTgXU8yG0N6HnOy8g/817073af-ee... | 89.9 KiB | 56.1 KiB |
Line chart of estimated annual suicide deaths per 100,000 people from 1980 to 2… a.latest-data-insights__card__data-insight > div.image > picture > img | /cdn-cgi/imagedelivery/qLq-8BTgXU8yG0N6HnOy8g/8a2c84fa-1d... | 79.7 KiB | 49.7 KiB |
Slope chart of the share of the population that is undernourished where regiona… a.latest-data-insights__card__data-insight > div.image > picture > img | /cdn-cgi/imagedelivery/qLq-8BTgXU8yG0N6HnOy8g/92713fbe-c3... | 75.8 KiB | 47.3 KiB |
Line chart of reported cervical cancer deaths per 100,000 women in the United K… a.latest-data-insights__card__data-insight > div.image > picture > img | /cdn-cgi/imagedelivery/qLq-8BTgXU8yG0N6HnOy8g/2b579c45-b1... | 67.2 KiB | 41.9 KiB |
Small multiple line charts of mobile and landline phone subscriptions per 100 p… a.latest-data-insights__card__data-insight > div.image > picture > img | /cdn-cgi/imagedelivery/qLq-8BTgXU8yG0N6HnOy8g/23d16973-25... | 65.7 KiB | 41.0 KiB |
Stacked area chart of annual premature deaths from household indoor air polluti… a.latest-data-insights__card__data-insight > div.image > picture > img | /cdn-cgi/imagedelivery/qLq-8BTgXU8yG0N6HnOy8g/e3b40748-b3... | 55.9 KiB | 34.9 KiB |
div.GrapherWithFallback > figure.grapherPreview > picture > img.GrapherImage div.GrapherWithFallback > figure.grapherPreview > picture > img.GrapherImage | ourworldindata.org/grapher/child-mortality.png?time=earliest..latest&imWidth=850 | 83.4 KiB | 28.8 KiB |
featured image a.homepage-intro__featured-tile > div.image > picture > img | /cdn-cgi/imagedelivery/qLq-8BTgXU8yG0N6HnOy8g/014e8530-1d... | 35.4 KiB | 24.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|---|---|
| Unattributable | 1.5 s | 576 ms | 0.0 ms |
| ourworldindata.org/assets/owid.mjs | 932 ms | 708 ms | 12 ms |
| ourworldindata.org/ | 687 ms | 15 ms | 19 ms |
| www.googletagmanager.com/gtm.js?id=GTM-N2D4V8S | 215 ms | 174 ms | 39 ms |
| www.googletagmanager.com/gtag/js?id=G-RSY8NMC3MT&cx=c>m=4e64h1 | 175 ms | 143 ms | 31 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.6 s |
| Other | 1.0 s |
| Style & Layout | 517 ms |
| Rendering | 125 ms |
| Script Parsing & Compilation | 104 ms |
| Garbage Collection | 102 ms |
| Parse HTML & CSS | 57 ms |
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 |
|---|---|---|
| ourworldindata.org/assets/owid.mjs | 986.6 KiB | 585.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-RSY8NMC3MT&cx=c>m=4e64h1 | 152.1 KiB | 64.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-N2D4V8S | 130.1 KiB | 60.2 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.
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 |
|---|
Try “Life expectancy”, “Poverty Nigeria Vietnam”, “CO2 France”… div#autocomplete > div.aa-Autocomplete > button#autocomplete-1-label > div.aa-DetachedSearchButtonPlaceholder |
NEW div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile > span.h6-black-caps > span.homepage-intro__new-tag |
TODAY li.latest-data-insights__card > a.latest-data-insights__card__data-insight > div.latest-data-insights__card-right > p.data-insight-dateline |
APRIL 18 li.latest-data-insights__card > a.latest-data-insights__card__data-insight > div.latest-data-insights__card-right > p.data-insight-dateline |
Death rates for cervical cancer in the United Kingdom have fallen by 80% since … li.latest-data-insights__card > a.latest-data-insights__card__data-insight > div.latest-data-insights__card-right > h3#latest-data-insights__card-title-1 |
FOLLOW US footer.site-footer > div.footer-base > div.footer-base__socials > h5.h5-black-caps |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Global Change Data Lab footer.site-footer > div.footer-left > p.body-3-medium > a |
CC BY footer.site-footer > div.footer-left > p.body-3-medium > a |
MIT license footer.site-footer > div.footer-left > p.body-3-medium > a |
FAQs footer.site-footer > div.footer-left > p.body-3-medium > a |
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 |
|---|
What share of children die before their fifth birthday? div > div.key-indicator > div.left > h4.narrative-title |
Our World in Data is free and accessible for everyone. section.donate-footer > div.donate-footer-inner > div > 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 |
|---|
a.homepage-intro__featured-tile > div.image > picture > img a.homepage-intro__featured-tile > div.image > picture > img |
div.GrapherWithFallback > figure.grapherPreview > picture > img.GrapherImage div.GrapherWithFallback > figure.grapherPreview > picture > img.GrapherImage |
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 |
|---|
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > 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.
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.js-enabled html.js-enabled |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NEW ARTICLE · 6 MIN READ
Most people care about farm animals — our food system … section.homepage-intro > div.homepage-intro__featured-work > div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile |
FROM OUR CLASSICS
How many species are there?
How many species do we share our… section.homepage-intro > div.homepage-intro__featured-work > div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile |
ANNOUNCEMENT
We’re looking for a writer
We’re hiring a writer who can make the… section.homepage-intro > div.homepage-intro__featured-work > div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile |
ARTICLE · 6 MIN READ
What do people die from in different countries?
Explore c… section.homepage-intro > div.homepage-intro__featured-work > div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile |
DATA UPDATE - YESTERDAY
NVIDIA's data center & AI revenue has grown nearly 15-f… div.homepage-intro__announcements > ul.homepage-intro__announcements-list > li.homepage-intro__announcement > a.homepage-intro__announcement-link |
DATA UPDATE - THIS WEEK
Billions of people depend on synthetic fertilizers. Tra… div.homepage-intro__announcements > ul.homepage-intro__announcements-list > li.homepage-intro__announcement > a.homepage-intro__announcement-link |
TODAY
Indoor air pollution causes almost three million premature deaths every … div.latest-data-insights__viewport > ul.latest-data-insights__card-container > li.latest-data-insights__card > a.latest-data-insights__card__data-insight |
APRIL 18
Death rates for cervical cancer in the United Kingdom have fallen by … div.latest-data-insights__viewport > ul.latest-data-insights__card-container > li.latest-data-insights__card > a.latest-data-insights__card__data-insight |
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 |
|---|---|
ourworldindata.org/assets/owid.mjs line 33, col 31234 | Error: Minified React error #418; visit https://react.dev/errors/418?args[]=HTML&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at vi (https://ourworldindata.org/assets/owid.mjs:34:31235)
at dc (https://ourworldindata.org/assets/owid.mjs:34:82026)
at du (https://ourworldindata.org/assets/owid.mjs:34:116124)
at jee (https://ourworldindata.org/assets/owid.mjs:34:115169)
at lu (https://ourworldindata.org/assets/owid.mjs:34:115000)
at Ql (https://ourworldindata.org/assets/owid.mjs:34:111476)
at Vu (https://ourworldindata.org/assets/owid.mjs:34:123493)
at MessagePort.D (https://ourworldindata.org/assets/owid.mjs:27:8867) |
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.
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 |
|---|
a.homepage-intro__featured-tile > div.image > picture > img a.homepage-intro__featured-tile > div.image > picture > img |
div.GrapherWithFallback > figure.grapherPreview > picture > img.GrapherImage div.GrapherWithFallback > figure.grapherPreview > picture > img.GrapherImage |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
439 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
771 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
70 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.17 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.
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.
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.
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 | |
|---|---|---|---|
Line chart of the share of total electricity generation from nuclear power wher… a.latest-data-insights__card__data-insight > div.image > picture > img | /cdn-cgi/imagedelivery/qLq-8BTgXU8yG0N6HnOy8g/817073af-ee... | 89.9 KiB | 79.5 KiB |
Slope chart of the share of the population that is undernourished where regiona… a.latest-data-insights__card__data-insight > div.image > picture > img | /cdn-cgi/imagedelivery/qLq-8BTgXU8yG0N6HnOy8g/92713fbe-c3... | 75.8 KiB | 67.0 KiB |
Line chart of reported cervical cancer deaths per 100,000 women in the United K… a.latest-data-insights__card__data-insight > div.image > picture > img | /cdn-cgi/imagedelivery/qLq-8BTgXU8yG0N6HnOy8g/2b579c45-b1... | 67.2 KiB | 59.4 KiB |
Stacked area chart of annual premature deaths from household indoor air polluti… a.latest-data-insights__card__data-insight > div.image > picture > img | /cdn-cgi/imagedelivery/qLq-8BTgXU8yG0N6HnOy8g/e3b40748-b3... | 55.9 KiB | 49.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| ourworldindata.org/assets/owid.mjs | 986.2 KiB | 591.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-RSY8NMC3MT&cx=c>m=4e64h1 | 152.1 KiB | 63.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-N2D4V8S | 130.1 KiB | 58.3 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.
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 |
|---|
NEW div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile > span.h6-black-caps > span.homepage-intro__new-tag |
TODAY li.latest-data-insights__card > a.latest-data-insights__card__data-insight > div.latest-data-insights__card-right > p.data-insight-dateline |
APRIL 18 li.latest-data-insights__card > a.latest-data-insights__card__data-insight > div.latest-data-insights__card-right > p.data-insight-dateline |
Continue reading a.latest-data-insights__card__data-insight > div.latest-data-insights__card-right > div.latest-data-insights__card-continue > span.body-3-medium-underlined |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Global Change Data Lab footer.site-footer > div.footer-left > p.body-3-medium > a |
CC BY footer.site-footer > div.footer-left > p.body-3-medium > a |
MIT license footer.site-footer > div.footer-left > p.body-3-medium > a |
FAQs footer.site-footer > div.footer-left > p.body-3-medium > a |
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 |
|---|
Our World in Data is free and accessible for everyone. section.donate-footer > div.donate-footer-inner > div > 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 |
|---|
a.homepage-intro__featured-tile > div.image > picture > img a.homepage-intro__featured-tile > div.image > picture > img |
div.GrapherWithFallback > figure.grapherPreview > picture > img.GrapherImage div.GrapherWithFallback > figure.grapherPreview > picture > img.GrapherImage |
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 |
|---|
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > a |
footer.site-footer > div.footer-base > div.footer-base__socials > a footer.site-footer > div.footer-base > div.footer-base__socials > 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.
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.js-enabled html.js-enabled |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Browse by topic ul > li > div.SiteNavigationToggle > button.SiteNavigationToggle__button |
NEW ARTICLE · 6 MIN READ
Most people care about farm animals — our food system … section.homepage-intro > div.homepage-intro__featured-work > div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile |
ANNOUNCEMENT
We’re looking for a writer
Hannah Ritchie section.homepage-intro > div.homepage-intro__featured-work > div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile |
FROM OUR CLASSICS
How many species are there?
How many species do we share our… section.homepage-intro > div.homepage-intro__featured-work > div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile |
ARTICLE · 6 MIN READ
What do people die from in different countries?
Hannah Ri… section.homepage-intro > div.homepage-intro__featured-work > div.homepage-intro__featured-work-column > a.homepage-intro__featured-tile |
DATA UPDATE - YESTERDAY
NVIDIA's data center & AI revenue has grown nearly 15-f… div.homepage-intro__announcements > ul.homepage-intro__announcements-list > li.homepage-intro__announcement > a.homepage-intro__announcement-link |
DATA UPDATE - THIS WEEK
Billions of people depend on synthetic fertilizers. Tra… div.homepage-intro__announcements > ul.homepage-intro__announcements-list > li.homepage-intro__announcement > a.homepage-intro__announcement-link |
DATA UPDATE - 6 DAYS AGO
How much do governments spend, and what do they spend … div.homepage-intro__announcements > ul.homepage-intro__announcements-list > li.homepage-intro__announcement > a.homepage-intro__announcement-link |
TODAY
Indoor air pollution causes almost three million premature deaths every … div.latest-data-insights__viewport > ul.latest-data-insights__card-container > li.latest-data-insights__card > a.latest-data-insights__card__data-insight |
APRIL 18
Death rates for cervical cancer in the United Kingdom have fallen by … div.latest-data-insights__viewport > ul.latest-data-insights__card-container > li.latest-data-insights__card > a.latest-data-insights__card__data-insight |
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) | |
|---|---|---|---|
featured image a.homepage-intro__featured-tile > div.image > picture > img | /cdn-cgi/imagedelivery/qLq-8BTgXU8yG0N6HnOy8g/014e8530-1d... | 2400 x 1260 (1.90) | 350 x 183 (1.91) |
Featured image a.homepage-intro__featured-tile > div.image > picture > img | /cdn-cgi/imagedelivery/qLq-8BTgXU8yG0N6HnOy8g/b18a3db6-93... | 2400 x 1260 (1.90) | 350 x 183 (1.91) |
Featured image a.homepage-intro__featured-tile > div.image > picture > img | /cdn-cgi/imagedelivery/qLq-8BTgXU8yG0N6HnOy8g/e8c1792e-59... | 1200 x 630 (1.90) | 350 x 183 (1.91) |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|
a.homepage-intro__featured-tile > div.image > picture > img a.homepage-intro__featured-tile > div.image > picture > img |
div.GrapherWithFallback > figure.grapherPreview > picture > img.GrapherImage div.GrapherWithFallback > figure.grapherPreview > picture > img.GrapherImage |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback