Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
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.
Missing metadata means poor previews on social media and search.
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.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image(s) missing alt attribute
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/e2625192-b15b-4aa4-af14-b441351d35d9)<a href="https://beavercheck.com/results/e2625192-b15b-4aa4-af14-b441351d35d9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnumbeo.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnumbeo.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.
10 barrier(s) likely increasing bounce by ~38%.
Page takes 13.1s to load
+12% bounceUsers abandon at ~3s — you're 10.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 574ms after first paint
Fix: Defer third-party scripts and split large bundles
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 viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
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
109 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.
€405 investment → €1,647/month returns + EUR 120,500,000 risk avoided
€405
4h · 5 findings
€1,647 /mo
~€19,760 / year
EUR 120,500,000
if kept compliant
€135 — 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 €90/hr
Based on Germany rates (€90/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,005 / year if left unfixed
€120,500,000
+10 more
€0.41 /mo
5572.7 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.
5.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
574 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.086
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.98 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.16 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.
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.
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 | |
|---|---|---|---|
Map Vew div#content_and_footer > div#content > a > img.image_map | www.numbeo.com/images/map-view-cost-of-living.png | 326.7 KiB | 287.9 KiB |
div#content > div > a > img div#content > div > a > img | www.numbeo.com/images/media/media-outline/montage.png | 127.3 KiB | 67.5 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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.numbeo.com/common/style_mobile.css | 11.1 KiB | 703 ms |
| www.numbeo.com/common/mmenu-light/mmenu-light.css | 1.9 KiB | 247 ms |
| /css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900... | 1.1 KiB | 775 ms |
| www.gstatic.com/charts/loader.js | 18.6 KiB | 1.1 s |
| cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.3/themes/redmond/jquery-ui.min.css | 5.1 KiB | 769 ms |
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.
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.
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 |
|---|---|
| numbeo.com/ | 1.0 s |
| www.numbeo.com/ | 930 ms |
| www.numbeo.com/cost-of-living/ | 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.
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
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 177.5 KiB | 132.1 KiB |
| www.gstatic.com/charts/51/js/jsapi_compiled_ui_module.js | 167.0 KiB | 108.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-HXEZG0C6Q2 | 144.6 KiB | 60.3 KiB |
| www.gstatic.com/charts/51/js/jsapi_compiled_default_module.js | 82.5 KiB | 46.7 KiB |
| cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js | 50.0 KiB | 44.0 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-8993465169534557 | 54.1 KiB | 24.7 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 |
|---|---|---|---|
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 618 ms | 496 ms | 70 ms |
| www.numbeo.com/cost-of-living/ | 515 ms | 264 ms | 5.4 ms |
| Unattributable | 486 ms | 10 ms | 0.0 ms |
| /pagead/js/adsbygoogle.js?client=ca-pub-8993465169534557 | 304 ms | 111 ms | 20 ms |
| www.googletagmanager.com/gtag/js?id=G-HXEZG0C6Q2 | 282 ms | 221 ms | 52 ms |
| www.gstatic.com/charts/51/js/jsapi_compiled_corechart_module.js | 212 ms | 210 ms | 1.3 ms |
| www.gstatic.com/charts/51/js/jsapi_compiled_ui_module.js | 117 ms | 18 ms | 64 ms |
| cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js | 80 ms | 39 ms | 12 ms |
| cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js | 69 ms | 36 ms | 30 ms |
| www.gstatic.com/charts/51/js/jsapi_compiled_default_module.js | 66 ms | 29 ms | 33 ms |
| ep2.adtrafficquality.google/sodar/sodar2.js | 56 ms | 44 ms | 3.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.5 s |
| Other | 584 ms |
| Style & Layout | 324 ms |
| Script Parsing & Compilation | 311 ms |
| Rendering | 83 ms |
| Parse HTML & CSS | 47 ms |
| Garbage Collection | 39 ms |
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 | |
|---|---|
Map Vew div#content_and_footer > div#content > a > img.image_map | www.numbeo.com/images/map-view-cost-of-living.png |
div#content > div > a > img div#content > div > a > img | www.numbeo.com/images/media/media-outline/montage.png |
numbeo tr > td#logo_td > a.a_no_decoration_top > img.logo_text | www.numbeo.com/images/numbeo_text_1B3B6F.svg |
tbody > tr > td > img.icon_for_country tbody > tr > td > img.icon_for_country | www.numbeo.com/images/flags/4x3/de.svg |
tbody > tr > td > img.icon_for_country tbody > tr > td > img.icon_for_country | www.numbeo.com/images/flags/4x3/pt.svg |
tbody > tr > td > img.icon_for_country tbody > tr > td > img.icon_for_country | www.numbeo.com/images/flags/4x3/it.svg |
tbody > tr > td > img.icon_for_country tbody > tr > td > img.icon_for_country | www.numbeo.com/images/flags/4x3/fr.svg |
tbody > tr > td > img.icon_for_country tbody > tr > td > img.icon_for_country | www.numbeo.com/images/flags/4x3/es.svg |
div.standard_margin > div.light_box > span.section_title_container > img div.standard_margin > div.light_box > span.section_title_container > img | www.numbeo.com/images/baseline-language.svg |
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.
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 |
|---|
Countries: body > div#content_and_footer > div#content > h3 |
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#content > div > a > img div#content > div > a > img |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
---Select Country---
Afghanistan
Aland Islands
Albania
Alderney
Algeria
America… div.select_location_form > div.standard_margin_inlineblock > form > select#country |
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 |
|---|
tbody > tr > td > a.menu_link3 tbody > tr > td > a.menu_link3 |
div#content_and_footer > div#content > div > a div#content_and_footer > div#content > div > 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.
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 |
|---|
sharing local price information div#content > div.standard_margin > p > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Afghanistan tbody > tr > td > a |
Aland Islands tbody > tr > td > a |
Albania tbody > tr > td > a |
Alderney tbody > tr > td > a |
Algeria tbody > tr > td > a |
Andorra tbody > tr > td > a |
Angola tbody > tr > td > a |
Anguilla tbody > tr > td > a |
Argentina tbody > tr > td > a |
Armenia tbody > tr > td > a |
Aruba tbody > tr > td > a |
Australia tbody > tr > td > a |
Austria tbody > tr > td > a |
Azerbaijan tbody > tr > td > a |
Bahamas tbody > tr > td > a |
Bahrain tbody > tr > td > a |
Bangladesh tbody > tr > td > a |
Barbados tbody > tr > td > a |
Belarus tbody > tr > td > a |
Belgium tbody > tr > td > a |
Belize tbody > tr > td > a |
Benin tbody > tr > td > a |
Bermuda tbody > tr > td > a |
Bhutan tbody > tr > td > a |
Bolivia tbody > tr > td > a |
Bonaire tbody > tr > td > a |
Botswana tbody > tr > td > a |
Brazil tbody > tr > td > a |
Brunei tbody > tr > td > a |
Bulgaria tbody > tr > td > a |
Burkina Faso tbody > tr > td > a |
Burundi tbody > tr > td > a |
Cambodia tbody > tr > td > a |
Cameroon tbody > tr > td > a |
Canada tbody > tr > td > a |
Cape Verde tbody > tr > td > a |
Cayman Islands tbody > tr > td > a |
Central African Republic tbody > tr > td > a |
Chad tbody > tr > td > a |
Chile tbody > tr > td > a |
China tbody > tr > td > a |
Colombia tbody > tr > td > a |
Comoros tbody > tr > td > a |
Cook Islands tbody > tr > td > a |
Costa Rica tbody > tr > td > a |
Croatia tbody > tr > td > a |
Cuba tbody > tr > td > a |
Curacao tbody > tr > td > a |
Cyprus tbody > tr > td > a |
Denmark tbody > tr > td > a |
Djibouti tbody > tr > td > a |
Dominica tbody > tr > td > a |
Ecuador tbody > tr > td > a |
Egypt tbody > tr > td > a |
El Salvador tbody > tr > td > a |
Equatorial Guinea tbody > tr > td > a |
Eritrea tbody > tr > td > a |
Estonia tbody > tr > td > a |
Eswatini tbody > tr > td > a |
Ethiopia tbody > tr > td > a |
Falkland Islands tbody > tr > td > a |
Faroe Islands tbody > tr > td > a |
Fiji tbody > tr > td > a |
Finland tbody > tr > td > a |
France tbody > tr > td > a |
French Guiana tbody > tr > td > a |
French Polynesia tbody > tr > td > a |
French Southern Territories tbody > tr > td > a |
Gabon tbody > tr > td > a |
Gambia tbody > tr > td > a |
Georgia tbody > tr > td > a |
Germany tbody > tr > td > a |
Ghana tbody > tr > td > a |
Gibraltar tbody > tr > td > a |
Greece tbody > tr > td > a |
Greenland tbody > tr > td > a |
Grenada tbody > tr > td > a |
Guadeloupe tbody > tr > td > a |
Guam tbody > tr > td > a |
Guatemala tbody > tr > td > a |
Guernsey tbody > tr > td > a |
Guinea tbody > tr > td > a |
Guinea-Bissau tbody > tr > td > a |
Guyana tbody > tr > td > a |
Haiti tbody > tr > td > a |
Honduras tbody > tr > td > a |
Hong Kong (China) tbody > tr > td > a |
Hungary tbody > tr > td > a |
Iceland tbody > tr > td > a |
India tbody > tr > td > a |
Indonesia tbody > tr > td > a |
Iran tbody > tr > td > a |
Iraq tbody > tr > td > a |
Ireland tbody > tr > td > a |
Isle Of Man tbody > tr > td > a |
Israel tbody > tr > td > a |
Italy tbody > tr > td > a |
Jamaica tbody > tr > td > a |
Japan tbody > tr > td > a |
Jersey tbody > tr > td > a |
Jordan tbody > tr > td > a |
Kazakhstan tbody > tr > td > a |
Kenya tbody > tr > td > a |
Kiribati tbody > tr > td > a |
Kuwait tbody > tr > td > a |
Kyrgyzstan tbody > tr > td > a |
Laos tbody > tr > td > a |
Latvia tbody > tr > td > a |
Lebanon tbody > tr > td > a |
Lesotho tbody > tr > td > a |
Liberia tbody > tr > td > a |
Libya tbody > tr > td > a |
Liechtenstein tbody > tr > td > a |
Lithuania tbody > tr > td > a |
Luxembourg tbody > tr > td > a |
Macao (China) tbody > tr > td > a |
Madagascar tbody > tr > td > a |
Malawi tbody > tr > td > a |
Malaysia tbody > tr > td > a |
Maldives tbody > tr > td > a |
Mali tbody > tr > td > a |
Malta tbody > tr > td > a |
Marshall Islands tbody > tr > td > a |
Martinique tbody > tr > td > a |
Mauritania tbody > tr > td > a |
Mauritius tbody > tr > td > a |
Mexico tbody > tr > td > a |
Micronesia tbody > tr > td > a |
Moldova tbody > tr > td > a |
Monaco tbody > tr > td > a |
Mongolia tbody > tr > td > a |
Montenegro tbody > tr > td > a |
Montserrat tbody > tr > td > a |
Morocco tbody > tr > td > a |
Mozambique tbody > tr > td > a |
Myanmar tbody > tr > td > a |
Namibia tbody > tr > td > a |
Nauru tbody > tr > td > a |
Nepal tbody > tr > td > a |
Netherlands tbody > tr > td > a |
New Caledonia tbody > tr > td > a |
New Zealand tbody > tr > td > a |
Nicaragua tbody > tr > td > a |
Niger tbody > tr > td > a |
Nigeria tbody > tr > td > a |
Niue tbody > tr > td > a |
North Korea tbody > tr > td > a |
North Macedonia tbody > tr > td > a |
Northern Mariana Islands tbody > tr > td > a |
Norway tbody > tr > td > a |
Pakistan tbody > tr > td > a |
Palau tbody > tr > td > a |
Palestine tbody > tr > td > a |
Panama tbody > tr > td > a |
Papua New Guinea tbody > tr > td > a |
Paraguay tbody > tr > td > a |
Peru tbody > tr > td > a |
Philippines tbody > tr > td > a |
Poland tbody > tr > td > a |
Portugal tbody > tr > td > a |
Puerto Rico tbody > tr > td > a |
Reunion tbody > tr > td > a |
Romania tbody > tr > td > a |
Russia tbody > tr > td > a |
Rwanda tbody > tr > td > a |
Saint Helena tbody > tr > td > a |
Saint Kitts And Nevis tbody > tr > td > a |
Saint Lucia tbody > tr > td > a |
Samoa tbody > tr > td > a |
San Marino tbody > tr > td > a |
Sao Tome And Principe tbody > tr > td > a |
Saudi Arabia tbody > tr > td > a |
Senegal tbody > tr > td > a |
Serbia tbody > tr > td > a |
Seychelles tbody > tr > td > a |
Sierra Leone tbody > tr > td > a |
Singapore tbody > tr > td > a |
Sint Maarten tbody > tr > td > a |
Slovakia tbody > tr > td > a |
Slovenia tbody > tr > td > a |
Solomon Islands tbody > tr > td > a |
Somalia tbody > tr > td > a |
South Africa tbody > tr > td > a |
South Korea tbody > tr > td > a |
South Sudan tbody > tr > td > a |
Spain tbody > tr > td > a |
Sri Lanka tbody > tr > td > a |
Sudan tbody > tr > td > a |
Suriname tbody > tr > td > a |
Sweden tbody > tr > td > a |
Switzerland tbody > tr > td > a |
Syria tbody > tr > td > a |
Taiwan tbody > tr > td > a |
Tajikistan tbody > tr > td > a |
Tanzania tbody > tr > td > a |
Thailand tbody > tr > td > a |
Timor-Leste tbody > tr > td > a |
Togo tbody > tr > td > a |
Tonga tbody > tr > td > a |
Tunisia tbody > tr > td > a |
Turkey tbody > tr > td > a |
Turkmenistan tbody > tr > td > a |
Turks And Caicos Islands tbody > tr > td > a |
Uganda tbody > tr > td > a |
Ukraine tbody > tr > td > a |
United Arab Emirates tbody > tr > td > a |
United Kingdom tbody > tr > td > a |
United States tbody > tr > td > a |
Uruguay tbody > tr > td > a |
Us Virgin Islands tbody > tr > td > a |
Uzbekistan tbody > tr > td > a |
Vanuatu tbody > tr > td > a |
Venezuela tbody > tr > td > a |
Vietnam tbody > tr > td > a |
Wallis And Futuna tbody > tr > td > a |
Western Sahara tbody > tr > td > a |
Zambia tbody > tr > td > a |
Zimbabwe tbody > tr > td > a |
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.
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 |
|---|---|
| Intl.v8BreakIterator is deprecated. Please use Intl.Segmenter instead. | www.gstatic.com/charts/51/js/jsapi_compiled_ui_module.js line 520, col 643 |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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#content > div > a > img div#content > div > a > img |
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.
1.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
24 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.135
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.93 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.90 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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 | |
|---|---|---|---|
Map Vew body > div.innerWidth > a > img.image_map | www.numbeo.com/images/map-view-cost-of-living.png | 326.7 KiB | 263.7 KiB |
body > div.innerWidth > a > img body > div.innerWidth > a > img | www.numbeo.com/images/media/media-outline/montage.png | 127.3 KiB | 67.5 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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.numbeo.com/common/style_desktop_b.css | 9.6 KiB | 140 ms |
| /css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900... | 1.1 KiB | 223 ms |
| cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.3/themes/redmond/jquery-ui.min.css | 5.1 KiB | 227 ms |
| www.gstatic.com/charts/loader.js | 18.6 KiB | 247 ms |
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.
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 |
|---|---|
| numbeo.com/ | 490 ms |
| www.numbeo.com/ | 386 ms |
| www.numbeo.com/cost-of-living/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Cost of Living Index (Current, By City)
New York,
NY
Prague
Sydney
London
Berli… body > div.innerWidth > div.standard_margin | 0.125 |
table > tbody > tr > td table > tbody > tr > td | 0.010 |
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 |
|---|---|---|
| /pagead/managed/js/adsense/m202604160101/show_ads_impl_fy... | 177.5 KiB | 134.4 KiB |
| www.gstatic.com/charts/51/js/jsapi_compiled_ui_module.js | 167.0 KiB | 108.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-HXEZG0C6Q2 | 144.6 KiB | 62.8 KiB |
| www.gstatic.com/charts/51/js/jsapi_compiled_default_module.js | 82.5 KiB | 46.7 KiB |
| cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js | 50.0 KiB | 44.0 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-8993465169534557 | 54.4 KiB | 26.4 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Map Vew body > div.innerWidth > a > img.image_map | www.numbeo.com/images/map-view-cost-of-living.png |
tr > td.container_around_logo_desktop > a > img tr > td.container_around_logo_desktop > a > img | www.numbeo.com/images/numbeo_1B3B6F.svg |
body > div.innerWidth > a > img body > div.innerWidth > a > img | www.numbeo.com/images/media/media-outline/montage.png |
tbody > tr > td > img.icon_for_country tbody > tr > td > img.icon_for_country | www.numbeo.com/images/flags/4x3/de.svg |
tbody > tr > td > img.icon_for_country tbody > tr > td > img.icon_for_country | www.numbeo.com/images/flags/4x3/pt.svg |
tbody > tr > td > img.icon_for_country tbody > tr > td > img.icon_for_country | www.numbeo.com/images/flags/4x3/it.svg |
tbody > tr > td > img.icon_for_country tbody > tr > td > img.icon_for_country | www.numbeo.com/images/flags/4x3/fr.svg |
tbody > tr > td > img.icon_for_country tbody > tr > td > img.icon_for_country | www.numbeo.com/images/flags/4x3/es.svg |
div.standard_margin > div.light_box > span.section_title_container > img div.standard_margin > div.light_box > span.section_title_container > img | www.numbeo.com/images/baseline-language.svg |
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.
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 |
|---|
Countries: body > div.innerWidth > h3 |
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 |
|---|
body > div.innerWidth > a > img body > div.innerWidth > a > img |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
---Select Country---
Afghanistan
Aland Islands
Albania
Alderney
Algeria
America… div.select_location_form > div.standard_margin_inlineblock > form > select#country |
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 |
|---|
tbody > tr > td.container_around_logo_desktop > a tbody > tr > td.container_around_logo_desktop > a |
body > div.innerWidth > nav.breadcrumb > a.discreet_link body > div.innerWidth > nav.breadcrumb > a.discreet_link |
body > div.innerWidth > a body > div.innerWidth > 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.
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 |
|---|
sharing local price information div.innerWidth > div.standard_margin > p > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
Afghanistan tbody > tr > td > a |
Aland Islands tbody > tr > td > a |
Albania tbody > tr > td > a |
Alderney tbody > tr > td > a |
Algeria tbody > tr > td > a |
Andorra tbody > tr > td > a |
Angola tbody > tr > td > a |
Anguilla tbody > tr > td > a |
Argentina tbody > tr > td > a |
Armenia tbody > tr > td > a |
Aruba tbody > tr > td > a |
Australia tbody > tr > td > a |
Austria tbody > tr > td > a |
Bahamas tbody > tr > td > a |
Bahrain tbody > tr > td > a |
Bangladesh tbody > tr > td > a |
Barbados tbody > tr > td > a |
Belarus tbody > tr > td > a |
Belgium tbody > tr > td > a |
Belize tbody > tr > td > a |
Benin tbody > tr > td > a |
Bermuda tbody > tr > td > a |
Bhutan tbody > tr > td > a |
Bolivia tbody > tr > td > a |
Bonaire tbody > tr > td > a |
Brunei tbody > tr > td > a |
Bulgaria tbody > tr > td > a |
Cambodia tbody > tr > td > a |
Cameroon tbody > tr > td > a |
Canada tbody > tr > td > a |
Chad tbody > tr > td > a |
Chile tbody > tr > td > a |
China tbody > tr > td > a |
Colombia tbody > tr > td > a |
Comoros tbody > tr > td > a |
Cook Islands tbody > tr > td > a |
Costa Rica tbody > tr > td > a |
Croatia tbody > tr > td > a |
Cuba tbody > tr > td > a |
Curacao tbody > tr > td > a |
Cyprus tbody > tr > td > a |
Denmark tbody > tr > td > a |
Djibouti tbody > tr > td > a |
Dominica tbody > tr > td > a |
Ecuador tbody > tr > td > a |
Egypt tbody > tr > td > a |
Eritrea tbody > tr > td > a |
Estonia tbody > tr > td > a |
Eswatini tbody > tr > td > a |
Ethiopia tbody > tr > td > a |
Falkland Islands tbody > tr > td > a |
Faroe Islands tbody > tr > td > a |
Finland tbody > tr > td > a |
France tbody > tr > td > a |
French Guiana tbody > tr > td > a |
French Polynesia tbody > tr > td > a |
Gabon tbody > tr > td > a |
Gambia tbody > tr > td > a |
Georgia tbody > tr > td > a |
Germany tbody > tr > td > a |
Ghana tbody > tr > td > a |
Gibraltar tbody > tr > td > a |
Greece tbody > tr > td > a |
Greenland tbody > tr > td > a |
Grenada tbody > tr > td > a |
Guatemala tbody > tr > td > a |
Guernsey tbody > tr > td > a |
Guinea tbody > tr > td > a |
Iceland tbody > tr > td > a |
India tbody > tr > td > a |
Iran tbody > tr > td > a |
Iraq tbody > tr > td > a |
Ireland tbody > tr > td > a |
Israel tbody > tr > td > a |
Italy tbody > tr > td > a |
Jamaica tbody > tr > td > a |
Japan tbody > tr > td > a |
Jersey tbody > tr > td > a |
Jordan tbody > tr > td > a |
Kenya tbody > tr > td > a |
Kiribati tbody > tr > td > a |
Laos tbody > tr > td > a |
Latvia tbody > tr > td > a |
Lebanon tbody > tr > td > a |
Lesotho tbody > tr > td > a |
Liberia tbody > tr > td > a |
Libya tbody > tr > td > a |
Macao (China) tbody > tr > td > a |
Madagascar tbody > tr > td > a |
Malawi tbody > tr > td > a |
Malaysia tbody > tr > td > a |
Maldives tbody > tr > td > a |
Mali tbody > tr > td > a |
Malta tbody > tr > td > a |
Martinique tbody > tr > td > a |
Mauritania tbody > tr > td > a |
Mauritius tbody > tr > td > a |
Mexico tbody > tr > td > a |
Micronesia tbody > tr > td > a |
Moldova tbody > tr > td > a |
Monaco tbody > tr > td > a |
Mongolia tbody > tr > td > a |
Montenegro tbody > tr > td > a |
Montserrat tbody > tr > td > a |
Morocco tbody > tr > td > a |
Namibia tbody > tr > td > a |
Nauru tbody > tr > td > a |
Nepal tbody > tr > td > a |
Netherlands tbody > tr > td > a |
New Caledonia tbody > tr > td > a |
New Zealand tbody > tr > td > a |
Nicaragua tbody > tr > td > a |
Niger tbody > tr > td > a |
Nigeria tbody > tr > td > a |
Niue tbody > tr > td > a |
Pakistan tbody > tr > td > a |
Palau tbody > tr > td > a |
Palestine tbody > tr > td > a |
Panama tbody > tr > td > a |
Poland tbody > tr > td > a |
Portugal tbody > tr > td > a |
Reunion tbody > tr > td > a |
Romania tbody > tr > td > a |
Russia tbody > tr > td > a |
Rwanda tbody > tr > td > a |
Senegal tbody > tr > td > a |
Serbia tbody > tr > td > a |
Seychelles tbody > tr > td > a |
Sierra Leone tbody > tr > td > a |
Singapore tbody > tr > td > a |
Sint Maarten tbody > tr > td > a |
Slovakia tbody > tr > td > a |
Slovenia tbody > tr > td > a |
South Africa tbody > tr > td > a |
South Korea tbody > tr > td > a |
South Sudan tbody > tr > td > a |
Sri Lanka tbody > tr > td > a |
Sudan tbody > tr > td > a |
Suriname tbody > tr > td > a |
Sweden tbody > tr > td > a |
Taiwan tbody > tr > td > a |
Tajikistan tbody > tr > td > a |
Tanzania tbody > tr > td > a |
Thailand tbody > tr > td > a |
Togo tbody > tr > td > a |
Tonga tbody > tr > td > a |
Tunisia tbody > tr > td > a |
Turkey tbody > tr > td > a |
Uganda tbody > tr > td > a |
Ukraine tbody > tr > td > a |
United Kingdom tbody > tr > td > a |
United States tbody > tr > td > a |
Vanuatu tbody > tr > td > a |
Venezuela tbody > tr > td > a |
Vietnam tbody > tr > td > a |
Wallis And Futuna tbody > tr > td > a |
Western Sahara tbody > tr > td > a |
Zambia tbody > tr > td > a |
Zimbabwe tbody > tr > td > a |
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.
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 |
|---|---|
| Intl.v8BreakIterator is deprecated. Please use Intl.Segmenter instead. | www.gstatic.com/charts/51/js/jsapi_compiled_ui_module.js line 520, col 643 |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
body > div.innerWidth > a > img body > div.innerWidth > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback