Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 27.3s load time is above Google's 2.5s 'Good' threshold.
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.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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.
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.
Page weighs 26.5 MB (8.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
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/1e116653-b4b9-4bce-8398-406d1e141ef0)<a href="https://beavercheck.com/results/1e116653-b4b9-4bce-8398-406d1e141ef0"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fworldpopulationreview.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fworldpopulationreview.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 27.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. The 3 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~26%.
Page takes 27.3s to load
+12% bounceUsers abandon at ~3s — you're 24.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 16.4s
+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
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
£375 investment → £1.67/month returns + GBP 18,050,000 risk avoided
£375
5h · 5 findings
£1.67 /mo
~£20 / year
GBP 18,050,000
if kept compliant
£113 — 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.0 developer hours at £75/hr
Based on United Kingdom rates (£75/hr)
Start here for the best return on investment
£1,504,168 / month at risk
~£18,050,020 / year if left unfixed
£18,050,000
+7 more
£1.67 /mo
26508.2 MB/mo × 0.063 GBP/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.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
27.27 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
16.43 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.012
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.39 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.
49.95 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 long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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 | |
|---|---|---|---|
div#adthrive-auto-injected-container > div.raptive-player-position > div.adthrive-player-without-wrapper-text > video.raptive-player-video div#adthrive-auto-injected-container > div.raptive-player-position > div.adthrive-player-without-wrapper-text > video.raptive-player-video | assets-jpcust.jwpsrv.com/thumbnails/k6tm97er-720.jpg | 74.7 KiB | 39.5 KiB |
Current World Population div.flex > div.order-1 > div.mb-6 > h1#title | secure.flashtalking.com/oba/icon/consumer-privacy-logo-16.png | 7.1 KiB | 7.1 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|
| worldpopulationreview.com/_astro/base.Blm3Hn35.css | 23.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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.
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
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 42.0 s |
| Script Evaluation | 33.3 s |
| Style & Layout | 4.6 s |
| Rendering | 2.7 s |
| Script Parsing & Compilation | 1.6 s |
| Garbage Collection | 1.3 s |
| Parse HTML & CSS | 486 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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 |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.raptive-player-position > div.adthrive-player-without-wrapper-text > div.adthrive-player-ad-controls > button.adthrive-player-icon div.raptive-player-position > div.adthrive-player-without-wrapper-text > div.adthrive-player-ad-controls > button.adthrive-player-icon |
div.flex > div.order-1 > div.control > button.pl-2 div.flex > div.order-1 > div.control > button.pl-2 |
div.order-1 > div > div.flex > button#53291fa6-8a43-4d81-a142-3c9ffdfdb714-download-btn div.order-1 > div > div.flex > button#53291fa6-8a43-4d81-a142-3c9ffdfdb714-download-btn |
div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn |
div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn |
div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn |
div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn |
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 |
|---|
Agriculture div.carousel-container > div.carousel-item > div.group > a.z-0 |
Crime/Safety div.carousel-container > div.carousel-item > div.group > a.z-0 |
Culture div.carousel-container > div.carousel-item > div.group > a.z-0 |
Economics div.carousel-container > div.carousel-item > div.group > a.z-0 |
Education div.carousel-container > div.carousel-item > div.group > a.z-0 |
Environment div.carousel-container > div.carousel-item > div.group > a.z-0 |
Facts/Trivia div.carousel-container > div.carousel-item > div.group > a.z-0 |
Flags div.carousel-container > div.carousel-item > div.group > a.z-0 |
Geography div.carousel-container > div.carousel-item > div.group > a.z-0 |
Health div.carousel-container > div.carousel-item > div.group > a.z-0 |
History div.carousel-container > div.carousel-item > div.group > a.z-0 |
Infrastructure/Energy div.carousel-container > div.carousel-item > div.group > a.z-0 |
Law div.carousel-container > div.carousel-item > div.group > a.z-0 |
Manufacturing/Mining div.carousel-container > div.carousel-item > div.group > a.z-0 |
Military div.carousel-container > div.carousel-item > div.group > a.z-0 |
Politics/Government div.carousel-container > div.carousel-item > div.group > a.z-0 |
Population div.carousel-container > div.carousel-item > div.group > a.z-0 |
Sports div.carousel-container > div.carousel-item > div.group > a.z-0 |
Tech/Business div.carousel-container > div.carousel-item > div.group > a.z-0 |
Travel div.carousel-container > div.carousel-item > div.group > a.z-0 |
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.
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 |
|---|
Hong Kong div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
China div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Puerto Rico div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
USA div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Greenland div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Denmark div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Taiwan div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
China div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Western Sahara div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Morocco div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Kosovo div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Macau div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
China div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Gibraltar div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
UK div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Monaco div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
San Marino div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Andorra div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Isle of Man div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
UK div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
India div.p-6 > div.mb-8 > p > a |
China div.p-6 > div.mb-8 > p > a |
Russia div.p-6 > div.mb-8 > p > a |
Japan div.p-6 > div.mb-8 > p > a |
DR Congo div.p-6 > div.mb-8 > p > a |
Vietnam div.p-6 > div.mb-8 > p > a |
2024 World Population Prospects report div#countries-by-size > div.p-6 > p > a |
fertility rates div#countries-by-size > div.p-6 > p > a |
birth rates div#countries-by-size > div.p-6 > p > a |
infant mortality div#countries-by-size > div.p-6 > p > a |
malnutrition div#countries-by-size > div.p-6 > p > a |
death rate div#countries-by-size > div.p-6 > p > a |
deliberately low div#countries-by-size > div.p-6 > p > a |
population decline div#countries-by-size > div.p-6 > p > a |
World Population Clock div#countries-by-size > div.p-6 > p > a |
still developing div > div.content > p > a |
least-developed div > div.content > p > a |
developed countries div > div.content > p > a |
quality of life div > div.content > p > a |
human development index div > div.content > p > a |
level of education div > div.content > p > a |
per-capita health expenditure div > div.content > p > a |
life expectancy div > div.content > p > a |
infant mortality rates div > div.content > p > a |
All div.flex > div.not-prose > div#worldHistoryGraph-buttons > button.timebtn |
World Population Prospects (2024 Revision) div.border-wpr-table_border > ol.m-0 > li.text-sm > a |
Historical Estimates of World Population div.border-wpr-table_border > ol.m-0 > li.text-sm > a |
Privacy Policy footer.px-5 > div.flex > div.flex > a |
Terms footer.px-5 > div.flex > div.flex > a |
Contact footer.px-5 > div.flex > div.flex > a |
About footer.px-5 > div.flex > div.flex > a |
Methodology footer.px-5 > div.flex > div.flex > a |
Cite div.ml-2 > div#cite-page-button > button.btn > span |
Information from your device can be used to personalize your ad experience.
Do… body.adthrive-device-phone > div.adthrive-comscore > div#adthrive-ccpa-link |
Do not sell or share my personal information. body.adthrive-device-phone > div.adthrive-comscore > div#adthrive-ccpa-link > a#ccpaTag |
Terms of Content Use body.adthrive-device-phone > div.adthrive-comscore > div.raptive-content-terms-footer > a.raptive-content-terms-footer-link |
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 |
|---|
Hong Kong div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
China div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Puerto Rico div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
USA div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Greenland div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Denmark div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Taiwan div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
China div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Western Sahara div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Morocco div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Kosovo div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Macau div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
China div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Gibraltar div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
UK div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Monaco div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
San Marino div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Andorra div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Isle of Man div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
UK div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
India div.p-6 > div.mb-8 > p > a |
China div.p-6 > div.mb-8 > p > a |
Russia div.p-6 > div.mb-8 > p > a |
Japan div.p-6 > div.mb-8 > p > a |
DR Congo div.p-6 > div.mb-8 > p > a |
Vietnam div.p-6 > div.mb-8 > p > a |
fertility rates div#countries-by-size > div.p-6 > p > a |
birth rates div#countries-by-size > div.p-6 > p > a |
infant mortality div#countries-by-size > div.p-6 > p > a |
malnutrition div#countries-by-size > div.p-6 > p > a |
death rate div#countries-by-size > div.p-6 > p > a |
deliberately low div#countries-by-size > div.p-6 > p > a |
population decline div#countries-by-size > div.p-6 > p > a |
still developing div > div.content > p > a |
least-developed div > div.content > p > a |
developed countries div > div.content > p > a |
quality of life div > div.content > p > a |
human development index div > div.content > p > a |
level of education div > div.content > p > a |
life expectancy div > div.content > p > a |
infant mortality rates div > div.content > p > a |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Do not sell or share my personal information. body.adthrive-device-phone > div.adthrive-comscore > div#adthrive-ccpa-link > a#ccpaTag |
Terms of Content Use body.adthrive-device-phone > div.adthrive-comscore > div.raptive-content-terms-footer > a.raptive-content-terms-footer-link |
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 html |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
COUNTRY
2026 POP.
↓
RANK
AREA (KM²)
DENSITY
ANNUAL CHANGE
% GLOBA… div.relative > div.border-wpr-table_border > div#53291fa6-8a43-4d81-a142-3c9ffdfdb714-scroll-container > table#53291fa6-8a43-4d81-a142-3c9ffdfdb714 |
COUNTRY
2026 POP.
2050 POP.
GROWTH
↓
India 1,476,630,000 1,679,590,0… div.relative > div.border-wpr-table_border > div#b9be73eb-8405-41ab-b406-fa1aa1c8476b-scroll-container > table#b9be73eb-8405-41ab-b406-fa1aa1c8476b |
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| Topics | /builds/core/7000dbd/es2018/js/adthrive.min.js?deployment... line 46, col 239877 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| Unload event listeners are deprecated and will be removed. | vpaid.doubleverify.com/js/vpaid-transformer/1.1.6/vpaid-transformer-no-csw.js line 16, col 126556 |
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 400 () |
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.
588 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.92 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.31 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.
15.43 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 long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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 | |
|---|---|---|---|
div#adthrive-auto-injected-container > div.raptive-player-position > div.adthrive-player-without-wrapper-text > video.raptive-player-video div#adthrive-auto-injected-container > div.raptive-player-position > div.adthrive-player-without-wrapper-text > video.raptive-player-video | assets-jpcust.jwpsrv.com/thumbnails/k6tm97er-720.jpg | 74.7 KiB | 43.0 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|
| worldpopulationreview.com/_astro/base.Blm3Hn35.css | 23.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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.
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
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 8.7 s |
| Other | 7.4 s |
| Style & Layout | 1.1 s |
| Rendering | 362 ms |
| Script Parsing & Compilation | 322 ms |
| Garbage Collection | 226 ms |
| Parse HTML & CSS | 96 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.navbar-item > form#searchbox > div.control > button.px-2 div.navbar-item > form#searchbox > div.control > button.px-2 |
div.raptive-player-position > div.adthrive-player-without-wrapper-text > div.adthrive-player-ad-controls > button.adthrive-player-icon div.raptive-player-position > div.adthrive-player-without-wrapper-text > div.adthrive-player-ad-controls > button.adthrive-player-icon |
div.flex > div.order-1 > div.control > button.pl-2 div.flex > div.order-1 > div.control > button.pl-2 |
div.order-1 > div > div.flex > button#53291fa6-8a43-4d81-a142-3c9ffdfdb714-download-btn div.order-1 > div > div.flex > button#53291fa6-8a43-4d81-a142-3c9ffdfdb714-download-btn |
div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn |
div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn |
div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn |
div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn div.flex > div.outer > div.bg-wpr-ui_bg > button.display-btn |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.adthrive-player-ad-controls-volume-container > div.adthrive-player-ad-controls-volume > div#adthrive-auto-injected-volume-control > input div.adthrive-player-ad-controls-volume-container > div.adthrive-player-ad-controls-volume > div#adthrive-auto-injected-volume-control > input |
div.adthrive-player-ad-controls-volume-container > div.adthrive-player-ad-controls-volume > div#adthrive-stickyoutstream-volume-control > input div.adthrive-player-ad-controls-volume-container > div.adthrive-player-ad-controls-volume > div#adthrive-stickyoutstream-volume-control > input |
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 |
|---|
Agriculture div.carousel-container > div.carousel-item > div.group > a.z-0 |
Crime/Safety div.carousel-container > div.carousel-item > div.group > a.z-0 |
Culture div.carousel-container > div.carousel-item > div.group > a.z-0 |
Economics div.carousel-container > div.carousel-item > div.group > a.z-0 |
Education div.carousel-container > div.carousel-item > div.group > a.z-0 |
Environment div.carousel-container > div.carousel-item > div.group > a.z-0 |
Facts/Trivia div.carousel-container > div.carousel-item > div.group > a.z-0 |
Flags div.carousel-container > div.carousel-item > div.group > a.z-0 |
Geography div.carousel-container > div.carousel-item > div.group > a.z-0 |
Health div.carousel-container > div.carousel-item > div.group > a.z-0 |
History div.carousel-container > div.carousel-item > div.group > a.z-0 |
Infrastructure/Energy div.carousel-container > div.carousel-item > div.group > a.z-0 |
Law div.carousel-container > div.carousel-item > div.group > a.z-0 |
Manufacturing/Mining div.carousel-container > div.carousel-item > div.group > a.z-0 |
Military div.carousel-container > div.carousel-item > div.group > a.z-0 |
Politics/Government div.carousel-container > div.carousel-item > div.group > a.z-0 |
Population div.carousel-container > div.carousel-item > div.group > a.z-0 |
Sports div.carousel-container > div.carousel-item > div.group > a.z-0 |
Tech/Business div.carousel-container > div.carousel-item > div.group > a.z-0 |
Travel div.carousel-container > div.carousel-item > div.group > a.z-0 |
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.
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 |
|---|
0.87% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
-0.23% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
0.51% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
0.76% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
1.6% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
2.06% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
0.35% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
1.21% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
-0.42% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
2.53% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
0.8% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
-0.55% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
1.47% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
0.8% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
3.21% tbody > tr.table-row > td.border-wpr-table_border > span.mx-auto |
Hong Kong div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
China div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Puerto Rico div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
USA div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Greenland div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Denmark div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Taiwan div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
China div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Western Sahara div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Morocco div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Kosovo div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Macau div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
China div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Gibraltar div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
UK div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Monaco div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
San Marino div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Andorra div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Isle of Man div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
UK div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
India div.p-6 > div.mb-8 > p > a |
China div.p-6 > div.mb-8 > p > a |
Russia div.p-6 > div.mb-8 > p > a |
Japan div.p-6 > div.mb-8 > p > a |
DR Congo div.p-6 > div.mb-8 > p > a |
Vietnam div.p-6 > div.mb-8 > p > a |
2024 World Population Prospects report div#countries-by-size > div.p-6 > p > a |
fertility rates div#countries-by-size > div.p-6 > p > a |
birth rates div#countries-by-size > div.p-6 > p > a |
infant mortality div#countries-by-size > div.p-6 > p > a |
malnutrition div#countries-by-size > div.p-6 > p > a |
death rate div#countries-by-size > div.p-6 > p > a |
deliberately low div#countries-by-size > div.p-6 > p > a |
population decline div#countries-by-size > div.p-6 > p > a |
World Population Clock div#countries-by-size > div.p-6 > p > a |
still developing div > div.content > p > a |
least-developed div > div.content > p > a |
developed countries div > div.content > p > a |
quality of life div > div.content > p > a |
human development index div > div.content > p > a |
level of education div > div.content > p > a |
per-capita health expenditure div > div.content > p > a |
life expectancy div > div.content > p > a |
infant mortality rates div > div.content > p > a |
All div.flex > div.not-prose > div#worldHistoryGraph-buttons > button.timebtn |
World Population Prospects (2024 Revision) div.border-wpr-table_border > ol.m-0 > li.text-sm > a |
Historical Estimates of World Population div.border-wpr-table_border > ol.m-0 > li.text-sm > a |
Privacy Policy footer.px-5 > div.flex > div.flex > a |
Terms footer.px-5 > div.flex > div.flex > a |
Contact footer.px-5 > div.flex > div.flex > a |
About footer.px-5 > div.flex > div.flex > a |
Methodology footer.px-5 > div.flex > div.flex > a |
Cite div.ml-2 > div#cite-page-button > button.btn > span |
Information from your device can be used to personalize your ad experience.
Do… body.adthrive-device-desktop > div.adthrive-comscore > div#adthrive-ccpa-link |
Do not sell or share my personal information. body.adthrive-device-desktop > div.adthrive-comscore > div#adthrive-ccpa-link > a#ccpaTag |
Terms of Content Use body.adthrive-device-desktop > div.adthrive-comscore > div.raptive-content-terms-footer > a.raptive-content-terms-footer-link |
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 |
|---|
Hong Kong div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
China div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Puerto Rico div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
USA div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Greenland div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Denmark div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Taiwan div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
China div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Western Sahara div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Morocco div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Kosovo div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Macau div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
China div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Gibraltar div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
UK div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Monaco div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
San Marino div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Andorra div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
Isle of Man div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
UK div.text-wpr-body_text > ul.ml-5 > li.mb-1.5 > a |
India div.p-6 > div.mb-8 > p > a |
China div.p-6 > div.mb-8 > p > a |
Russia div.p-6 > div.mb-8 > p > a |
Japan div.p-6 > div.mb-8 > p > a |
DR Congo div.p-6 > div.mb-8 > p > a |
Vietnam div.p-6 > div.mb-8 > p > a |
fertility rates div#countries-by-size > div.p-6 > p > a |
birth rates div#countries-by-size > div.p-6 > p > a |
infant mortality div#countries-by-size > div.p-6 > p > a |
malnutrition div#countries-by-size > div.p-6 > p > a |
death rate div#countries-by-size > div.p-6 > p > a |
deliberately low div#countries-by-size > div.p-6 > p > a |
population decline div#countries-by-size > div.p-6 > p > a |
still developing div > div.content > p > a |
least-developed div > div.content > p > a |
developed countries div > div.content > p > a |
quality of life div > div.content > p > a |
human development index div > div.content > p > a |
level of education div > div.content > p > a |
life expectancy div > div.content > p > a |
infant mortality rates div > div.content > p > a |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Do not sell or share my personal information. body.adthrive-device-desktop > div.adthrive-comscore > div#adthrive-ccpa-link > a#ccpaTag |
Terms of Content Use body.adthrive-device-desktop > div.adthrive-comscore > div.raptive-content-terms-footer > a.raptive-content-terms-footer-link |
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 html |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
COUNTRY
2026 POP.
↓
RANK
AREA (KM²)
DENSITY
ANNUAL CHANGE
% GLOBA… div.relative > div.border-wpr-table_border > div#53291fa6-8a43-4d81-a142-3c9ffdfdb714-scroll-container > table#53291fa6-8a43-4d81-a142-3c9ffdfdb714 |
COUNTRY
2026 POP.
2050 POP.
GROWTH
↓
India 1,476,630,000 1,679,590,0… div.relative > div.border-wpr-table_border > div#b9be73eb-8405-41ab-b406-fa1aa1c8476b-scroll-container > table#b9be73eb-8405-41ab-b406-fa1aa1c8476b |
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| Topics | ads.adthrive.com/builds/core/2ec0db9/vendor/prebid/es2018/prebid.min.js line 62, col 236510 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
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 400 () |
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.
Send Feedback