URL substituted: You submitted https://kharkov.ua but we scanned https://www.kharkov.ua instead — the HTTPS certificate on the submitted hostname didn't cover that name, so we retried on the www. variant
Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Lean and efficient — low environmental impact per visit.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'PHPSESSID' is missing the Secure flag
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.
13 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 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/0d7b6038-78c8-4a59-a895-25e3d554da7f)<a href="https://beavercheck.com/results/0d7b6038-78c8-4a59-a895-25e3d554da7f"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fkharkov.ua" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fkharkov.uaThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~23%.
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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
4 form field(s) without a label
+6% 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 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, …)
13 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₴5,400 investment → ₴4.93/month returns
₴5,400
4h · 5 findings
₴4.93 /mo
~₴59 / year
No applicable regulations in this jurisdiction
₴1,800 — 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 ₴1200/hr
Based on Ukraine rates (₴1200/hr)
Start here for the best return on investment
₴4.93 / month at risk
~₴59 / year if left unfixed
₴4.93 /mo
1479.4 MB/mo × 3.333 UAH/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.43 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.983
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.37 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.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.
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.
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 | |
|---|---|---|---|
Велодень в Харькове. li > noindex > a > img | www.kharkov.ua/cache/649.jpeg | 43.0 KiB | 38.8 KiB |
Новая полиция начала работу в Харькове li > noindex > a > img | www.kharkov.ua/cache/650.jpeg | 29.7 KiB | 25.6 KiB |
images/kharlogo.png body > div > div | www.kharkov.ua/images/gosprbkg.jpg | 51.7 KiB | 25.0 KiB |
Станция метро ?Победа? в Харькове официально открыта li > noindex > a > img | www.kharkov.ua/cache/651.jpeg | 22.6 KiB | 18.5 KiB |
images/kharlogo.png div.logo > div > a.nob > img | www.kharkov.ua/images/kharlogo.png | 15.8 KiB | 13.3 KiB |
div.siCity > div#siCont0 > div.siLeft > div#weatherIco0 div.siCity > div#siCont0 > div.siLeft > div#weatherIco0 | sinoptik.ua/resources/legacy/informers/s-informers-t2.png | 33.0 KiB | 12.6 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn10.png | 9.7 KiB | 8.8 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn3_.png | 9.6 KiB | 8.8 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn1_.png | 9.6 KiB | 8.7 KiB |
images/lira1.png div.thumb_wrapper > div.thumbd3 > div > img | www.kharkov.ua/images/lira1.png | 11.2 KiB | 8.7 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn4.png | 9.5 KiB | 8.6 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn2.png | 9.5 KiB | 8.6 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn2_.png | 9.4 KiB | 8.5 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn4_.png | 9.3 KiB | 8.5 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn1.png | 9.3 KiB | 8.5 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn8.png | 9.3 KiB | 8.4 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn3.png | 9.2 KiB | 8.4 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn5_.png | 9.0 KiB | 8.2 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn9_.png | 8.9 KiB | 8.0 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn10_.png | 8.8 KiB | 7.9 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn6_.png | 8.8 KiB | 7.9 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn8_.png | 8.7 KiB | 7.8 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn7_.png | 7.6 KiB | 6.8 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn9.png | 7.2 KiB | 6.3 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn5.png | 6.6 KiB | 5.7 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn6.png | 6.4 KiB | 5.5 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn7.png | 6.3 KiB | 5.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.
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.
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.kharkov.ua/date.js | 1.3 KiB | 194 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| finance.ua/cgi-bin/fip.cgi?currency=eur/uah&source=nbu&lang=ru | 0.0 ms | 974 B |
| finance.ua/cgi-bin/fip.cgi?currency=pln/uah&source=nbu&lang=ru | 0.0 ms | 932 B |
| finance.ua/cgi-bin/fip.cgi?currency=usd/uah&source=nbu&lang=ru | 0.0 ms | 926 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 | |
|---|---|
images/lira1.png div.thumb_wrapper > div.thumbd3 > div > img | www.kharkov.ua/images/lira1.png |
images/kharlogo.png div.logo > div > a.nob > img | www.kharkov.ua/images/kharlogo.png |
images/sq_small.png div > noindex > a > img | www.kharkov.ua/images/sq_small.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk1.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk2.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk3.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk4.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk5.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk6.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk7.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk8.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk9.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk10.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk11.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk12.png |
images/bls.gif div.thumb_wrapper > div.thumbd3 > div > img | www.kharkov.ua/images/bls.gif |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
body body | 0.892 |
Наш QR-Код
Медиа партнер
Погода
Четверг 23.04.26, ночь
Харьков
+3°
влажн.… body > div | 0.062 |
Харьков
+3°
влажн.: 68%
давл.: 743 мм
0 м/с a > div#SinoptikInformer > div.siBody > div.siCity | 0.014 |
Наш QR-Код
Медиа партнер
Погода
Четверг 23.04.26, ночь
Харьков
+3°
влажн.… body > div | 0.006 |
Наш QR-Код
Медиа партнер
Погода
Четверг 23.04.26, ночь
Харьков
+3°
влажн.… body > div | 0.003 |
Наш QR-Код
Медиа партнер
Погода
Четверг 23.04.26, ночь
Харьков
+3°
влажн.… body > div | 0.002 |
Наш QR-Код
Медиа партнер
Погода
Четверг 23.04.26, ночь
Харьков
+3°
влажн.… body > div | 0.002 |
Наш QR-Код
Медиа партнер
Погода
Четверг 23.04.26, ночь
Харьков
+3°
влажн.… body > div | 0.001 |
Наш QR-Код
Медиа партнер
Погода
Четверг 23.04.26, ночь
Харьков
+3°
влажн.… body > div | 0.001 |
Наш QR-Код
Медиа партнер
Погода
Четверг 23.04.26, ночь
Харьков
+3°
влажн.… body > div | 0.000 |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
49346018 div.thumb_wrapper > div.thumbd3 > div > font |
These are opportunities to improve the legibility of your content.
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 |
|---|
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016… div > form > div.numpd > select.navform |
Январь
Февраль
Март
Апрель
Май
Июнь
Июль
Август
Сентябрь
Октябрь
Ноябрь
Декабрь div > form > div.numpd > select.navform |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
3… div > form > div.numpd > select.navform |
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 |
|---|
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.thumb_wrapper > div.thumbd3 > div > a div.thumb_wrapper > div.thumbd3 > 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.
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
images/kharlogo.png div.logo > div > a.nob > img | www.kharkov.ua/images/kharlogo.png | 320 x 41 | 342 x 44 | 480 x 62 |
images/sq_small.png div > noindex > a > img | www.kharkov.ua/images/sq_small.png | 130 x 25 | 130 x 25 | 195 x 38 |
Курс EUR, НБУ div > noindex > a > img | finance.ua/cgi-bin/fip.cgi?currency=eur/uah&source=nbu&lang=ru | 88 x 31 | 88 x 31 | 132 x 47 |
Курс PLN, НБУ div > noindex > a > img | finance.ua/cgi-bin/fip.cgi?currency=pln/uah&source=nbu&lang=ru | 88 x 31 | 88 x 31 | 132 x 47 |
Курс USD, НБУ div > noindex > a > img | finance.ua/cgi-bin/fip.cgi?currency=usd/uah&source=nbu&lang=ru | 88 x 31 | 88 x 31 | 132 x 47 |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk1.png | 133 x 16 | 133 x 16 | 200 x 24 |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk10.png | 133 x 16 | 133 x 16 | 200 x 24 |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk11.png | 133 x 16 | 133 x 16 | 200 x 24 |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk12.png | 133 x 16 | 133 x 16 | 200 x 24 |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk2.png | 133 x 16 | 133 x 16 | 200 x 24 |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk3.png | 133 x 16 | 133 x 16 | 200 x 24 |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk4.png | 133 x 16 | 133 x 16 | 200 x 24 |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk5.png | 133 x 16 | 133 x 16 | 200 x 24 |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk6.png | 133 x 16 | 133 x 16 | 200 x 24 |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk7.png | 133 x 16 | 133 x 16 | 200 x 24 |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk8.png | 133 x 16 | 133 x 16 | 200 x 24 |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk9.png | 133 x 16 | 133 x 16 | 200 x 24 |
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.
411 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
793 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
1.073
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
613 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
793 ms
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.
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.
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 | |
|---|---|---|---|
Велодень в Харькове. li > noindex > a > img | www.kharkov.ua/cache/649.jpeg | 43.0 KiB | 38.8 KiB |
Новая полиция начала работу в Харькове li > noindex > a > img | www.kharkov.ua/cache/650.jpeg | 29.7 KiB | 25.6 KiB |
images/kharlogo.png body > div > div | www.kharkov.ua/images/gosprbkg.jpg | 51.7 KiB | 25.0 KiB |
Станция метро ?Победа? в Харькове официально открыта li > noindex > a > img | www.kharkov.ua/cache/651.jpeg | 22.6 KiB | 18.5 KiB |
images/kharlogo.png div.logo > div > a.nob > img | www.kharkov.ua/images/kharlogo.png | 15.8 KiB | 13.6 KiB |
div.siCity > div#siCont0 > div.siLeft > div#weatherIco0 div.siCity > div#siCont0 > div.siLeft > div#weatherIco0 | sinoptik.ua/resources/legacy/informers/s-informers-t2.png | 33.0 KiB | 12.6 KiB |
images/lira1.png div.thumb_wrapper > div.thumbd3 > div > img | www.kharkov.ua/images/lira1.png | 11.2 KiB | 10.2 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn10.png | 9.7 KiB | 8.8 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn3_.png | 9.6 KiB | 8.8 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn1_.png | 9.6 KiB | 8.7 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn4.png | 9.5 KiB | 8.6 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn2.png | 9.5 KiB | 8.6 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn2_.png | 9.4 KiB | 8.5 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn4_.png | 9.3 KiB | 8.5 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn1.png | 9.3 KiB | 8.5 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn8.png | 9.3 KiB | 8.4 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn3.png | 9.2 KiB | 8.4 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn5_.png | 9.0 KiB | 8.2 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn9_.png | 8.9 KiB | 8.0 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn10_.png | 8.8 KiB | 7.9 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn6_.png | 8.8 KiB | 7.9 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn8_.png | 8.7 KiB | 7.8 KiB |
body > div.wrap > div.sixt > div body > div.wrap > div.sixt > div | www.kharkov.ua/img/btn7_.png | 7.6 KiB | 6.8 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn9.png | 7.2 KiB | 6.3 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn5.png | 6.6 KiB | 5.7 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn6.png | 6.4 KiB | 5.5 KiB |
body > div.wrap > div.sixt body > div.wrap > div.sixt | www.kharkov.ua/img/btn7.png | 6.3 KiB | 5.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.
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.
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.kharkov.ua/date.js | 1.3 KiB | 82 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| finance.ua/cgi-bin/fip.cgi?currency=eur/uah&source=nbu&lang=ru | 0.0 ms | 976 B |
| finance.ua/cgi-bin/fip.cgi?currency=pln/uah&source=nbu&lang=ru | 0.0 ms | 927 B |
| finance.ua/cgi-bin/fip.cgi?currency=usd/uah&source=nbu&lang=ru | 0.0 ms | 924 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 | |
|---|---|
images/lira1.png div.thumb_wrapper > div.thumbd3 > div > img | www.kharkov.ua/images/lira1.png |
images/kharlogo.png div.logo > div > a.nob > img | www.kharkov.ua/images/kharlogo.png |
images/sq_small.png div > noindex > a > img | www.kharkov.ua/images/sq_small.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk1.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk2.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk3.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk4.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk5.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk6.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk7.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk8.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk9.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk10.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk11.png |
div.sixt > div > a.nob > img div.sixt > div > a.nob > img | www.kharkov.ua/img/lnk12.png |
images/bls.gif div.thumb_wrapper > div.thumbd3 > div > img | www.kharkov.ua/images/bls.gif |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
body body | 0.991 |
Наш QR-Код
Медиа партнер
Погода
Четверг 23.04.26, ночь
Харьков
+5°
влажн.… body > div | 0.073 |
Харьков
+5°
влажн.: 71%
давл.: 742 мм
3 м/с, a > div#SinoptikInformer > div.siBody > div.siCity | 0.002 |
Наш QR-Код
Медиа партнер
Погода
Четверг 23.04.26, ночь
Харьков
+5°
влажн.… body > div | 0.002 |
Наш QR-Код
Медиа партнер
Погода
Четверг 23.04.26, ночь
Харьков
+5°
влажн.… body > div | 0.002 |
body > div.wrap > div.sixt body > div.wrap > div.sixt | 0.001 |
Наш QR-Код
Медиа партнер
Погода
Четверг 23.04.26, ночь
Харьков
+5°
влажн.… body > div | 0.001 |
Наш QR-Код
Медиа партнер
Погода
Четверг 23.04.26, ночь
Харьков
+5°
влажн.… body > div | 0.000 |
Наш QR-Код
Медиа партнер
Погода
Четверг 23.04.26, ночь
Харьков
+5°
влажн.… body > div | 0.000 |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
49346019 div.thumb_wrapper > div.thumbd3 > div > font |
These are opportunities to improve the legibility of your content.
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 |
|---|
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016… div > form > div.numpd > select.navform |
Январь
Февраль
Март
Апрель
Май
Июнь
Июль
Август
Сентябрь
Октябрь
Ноябрь
Декабрь div > form > div.numpd > select.navform |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
3… div > form > div.numpd > select.navform |
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 |
|---|
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.wrap > div.sixt > div > a.nob div.wrap > div.sixt > div > a.nob |
div.thumb_wrapper > div.thumbd3 > div > a div.thumb_wrapper > div.thumbd3 > 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.
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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