Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
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.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
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/552f47b3-fe3c-4470-b4ce-52bb4d434439)<a href="https://beavercheck.com/results/552f47b3-fe3c-4470-b4ce-52bb4d434439"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpresident.gov.ua" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpresident.gov.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.
11 barrier(s) likely increasing bounce by ~41%.
Page takes 10.6s to load
+12% bounceUsers abandon at ~3s — you're 8.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 882ms
+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
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
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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 → ₴200,525/month returns
₴5,400
4h · 5 findings
₴200,525 /mo
~₴2,406,306 / 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
₴19 / month at risk
~₴231 / year if left unfixed
₴19 /mo
5771.1 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.93 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
882 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.498
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
16.14 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
10.65 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.
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.row > div.col-xs-7 > a > img | /storage/j-image-storage/57/61/45/6b6aa900f6c2871d4d9f08c... | 355.7 KiB | 314.5 KiB |
Президент вручив відзнаку «Майбутнє України» 17-річному Роману Дегтярьову, який… div.row > div.col-xs-7 > a > img | /storage/j-image-storage/57/60/69/c73fad5db5553a091bbe2b0... | 73.7 KiB | 32.5 KiB |
div.banners_section > div.banners_list > a.banner_item > img div.banners_section > div.banners_list > a.banner_item > img | /storage/j-image-storage/25/28/01/2cf5cee5aee221bd027c910... | 25.6 KiB | 18.0 KiB |
Україна та Нідерланди домовилися про початок роботи над Drone Deal і спільне ви… div.row > div.col-xs-7 > a > img | /storage/j-image-storage/57/54/61/3771a9773bfba11487b4b2b... | 55.9 KiB | 14.7 KiB |
Підтримка України та співпраця заради посилення українського флоту бойових літа… div.row > div.col-xs-7 > a > img | /storage/j-image-storage/57/58/93/67a1af60a915e36b698227a... | 50.4 KiB | 9.2 KiB |
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.
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.president.gov.ua/css/menubar.css | 803 B | |
| www.president.gov.ua/css/style.min.css | 26.0 KiB | 988 ms |
| www.president.gov.ua/css/style_additional.css | 4.9 KiB | |
| president.gov.ua/js/plugins/jquery.min.js | 32.2 KiB | 450 ms |
| president.gov.ua/fonts/font-awesome-4.7.0/css/font-awesome.min.css | 6.9 KiB | |
| president.gov.ua/css/share-selected-text.min.css | 973 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| president.gov.ua/ | 6.9 s |
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 > div.all > div.main_section | 0.498 |
1 div.flexslider > ol.flex-control-nav > li > a | 0.000 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| president.gov.ua/js/menubar.js | 4.6 KiB | 2.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| president.gov.ua/js/all_scripts.min.js | 106.7 KiB | 85.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-P1HMN8Z0TY&cx=c&_slc=1 | 162.8 KiB | 64.9 KiB |
| s.go-mpulse.net/boomerang/YD2KP-D2EK2-5M9V5-A6FV5-KYTJ5 | 56.6 KiB | 31.7 KiB |
| /veRD5LRthiZUkd7vRPh8xnCjUBY/XN7EDwYpEL/KBUDbAE/d1oRYQgM/... | 154.9 KiB | 29.3 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 |
|---|---|---|---|
| /veRD5LRthiZUkd7vRPh8xnCjUBY/XN7EDwYpEL/KBUDbAE/d1oRYQgM/... | 1.3 s | 1.1 s | 65 ms |
| Unattributable | 873 ms | 301 ms | 0.0 ms |
| president.gov.ua/ | 483 ms | 18 ms | 3.8 ms |
| president.gov.ua/js/plugins/jquery.min.js | 397 ms | 246 ms | 12 ms |
| www.googletagmanager.com/gtag/js?id=G-P1HMN8Z0TY&cx=c&_slc=1 | 300 ms | 229 ms | 64 ms |
| president.gov.ua/js/all_scripts.min.js | 133 ms | 73 ms | 56 ms |
| s.go-mpulse.net/boomerang/YD2KP-D2EK2-5M9V5-A6FV5-KYTJ5 | 123 ms | 90 ms | 31 ms |
| president.gov.ua/veRD5LRthiZUkd7vRPh8xnCjUBY/XN7E/WTNRawE/GgZnQlgG/UVwp | 95 ms | 70 ms | 10 ms |
| www.google-analytics.com/analytics.js | 67 ms | 59 ms | 6.9 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 | 2.2 s |
| Other | 742 ms |
| Style & Layout | 311 ms |
| Script Parsing & Compilation | 263 ms |
| Garbage Collection | 155 ms |
| Rendering | 92 ms |
| Parse HTML & CSS | 70 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.president.gov.ua/css/style.min.css | 25.6 KiB | 21.9 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 | |
|---|---|
div.banners_section > div.banners_list > a.banner_item > img div.banners_section > div.banners_list > a.banner_item > img | /storage/j-image-storage/25/28/01/2cf5cee5aee221bd027c910... |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ГОЛОВНЕ
Україна та Нідерланди домовилися про початок роботи над Drone Deal і сп… div.flexslider > div.flex-viewport > ul.slides > li.clone |
ГОЛОВНЕ
Важливо, щоб відбулося розблокування європейського пакета підтримки для… div.flexslider > div.flex-viewport > ul.slides > li.clone |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Specifying a valid BCP 47 language helps screen readers announce text properly. Learn how to use 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.
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.row > div.col-xs-5 > div.mob_nav > a div.row > div.col-xs-5 > div.mob_nav > a |
div.left_part > div.banners_section > div.banners_list > a.banner_item div.left_part > div.banners_section > div.banners_list > a.banner_item |
body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn |
body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn |
body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn |
body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Важливо, щоб відбулося розблокування європейського пакета підтримки для України… div.col-xs-12 > div.item_img > a > img | /storage/j-image-storage/57/61/45/6b6aa900f6c2871d4d9f08c... | 360 x 240 (1.50) | 360 x 202 (1.78) |
div.col-xs-12 > div.item_img > a > img div.col-xs-12 > div.item_img > a > img | /storage/j-image-storage/25/28/01/2cf5cee5aee221bd027c910... | 360 x 240 (1.50) | 360 x 188 (1.91) |
Президент Володимир Зеленський вручив відзнаку «Майбутнє України» 17-річному ша… div.photo_box > div.photo_img > a > img | /storage/j-image-storage/57/60/69/c73fad5db5553a091bbe2b0... | 300 x 175 (1.71) | 300 x 200 (1.50) |
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.
653 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.49 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
59 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.273
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.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.49 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.
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.row > div.col-xs-7 > a > img | /storage/j-image-storage/57/61/45/6b6aa900f6c2871d4d9f08c... | 355.7 KiB | 314.5 KiB |
Важливо, щоб відбулося розблокування європейського пакета підтримки для України… div.col-xs-12 > div.item_img > a > img | /storage/j-image-storage/57/61/45/6b6aa900f6c2871d4d9f08c... | 132.7 KiB | 122.9 KiB |
Президент вручив відзнаку «Майбутнє України» 17-річному Роману Дегтярьову, який… div.row > div.col-xs-7 > a > img | /storage/j-image-storage/57/60/69/c73fad5db5553a091bbe2b0... | 73.7 KiB | 32.5 KiB |
div.col-xs-12 > div.item_img > a > img div.col-xs-12 > div.item_img > a > img | /storage/j-image-storage/25/28/01/2cf5cee5aee221bd027c910... | 35.4 KiB | 26.2 KiB |
Понад 2100 українських дітей, яких викрала Росія, вдалося повернути додому: Пре… div.col-md-6 > div.item_img > a > img | /storage/j-image-storage/57/61/53/706efa11fc35d81d30ae35e... | 35.7 KiB | 21.7 KiB |
Членство України у Євросоюзі та навчання українських пілотів на «гріпенах»: в О… div.col-md-6 > div.item_img > a > img | /storage/j-image-storage/57/63/25/8920d25fbccb72e851f24ab... | 32.4 KiB | 18.3 KiB |
Президент Володимир Зеленський вручив відзнаку «Майбутнє України» 17-річному ша… div.photo_box > div.photo_img > a > img | /storage/j-image-storage/57/60/69/c73fad5db5553a091bbe2b0... | 23.5 KiB | 15.6 KiB |
Володимир Зеленський і Фрідріх Мерц обговорили підготовку до зустрічей і перемо… div.col-md-6 > div.item_img > a > img | /storage/j-image-storage/57/61/49/816795dcc1b44435781be0e... | 29.6 KiB | 15.6 KiB |
Україна та Нідерланди домовилися про початок роботи над Drone Deal і спільне ви… div.row > div.col-xs-7 > a > img | /storage/j-image-storage/57/54/61/3771a9773bfba11487b4b2b... | 55.9 KiB | 14.7 KiB |
Олена Зеленська презентувала посібник «Підтримка всім, хто складає НМТ» div.col-md-6 > div.item_img > a > img | /storage/j-image-storage/57/62/77/eb72e41b9f51e52c668394e... | 27.5 KiB | 13.5 KiB |
Зараз з’вилося вікно можливостей для відкриття всіх переговорних кластерів і за… div.col-md-6 > div.item_img > a > img | /storage/j-image-storage/57/62/41/99dba22a2fa4f4a228f8517... | 26.0 KiB | 11.9 KiB |
Зустріч Президента України Володимира Зеленського і Короля Швеції Карла XVI Гус… div.col-xs-12 > div.item_img > a > img | /storage/j-image-storage/57/58/25/74f13ffce28b425514fa66c... | 22.1 KiB | 10.4 KiB |
Підтримка України та співпраця заради посилення українського флоту бойових літа… div.row > div.col-xs-7 > a > img | /storage/j-image-storage/57/58/93/67a1af60a915e36b698227a... | 50.4 KiB | 9.2 KiB |
Президент обговорив із міністеркою оборони Іспанії посилення ППО, постачання ра… div.col-md-6 > div.item_img > a > img | /storage/j-image-storage/57/61/65/b22f1c6520c078ba176cdf3... | 22.7 KiB | 8.6 KiB |
Ветеран має стати реальним моральним авторитетом українського суспільства – Кир… div.col-md-6 > div.item_img > a > img | /storage/j-image-storage/57/63/13/328378466b3a5be889f007e... | 19.1 KiB | 5.1 KiB |
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.
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.president.gov.ua/css/menubar.css | 802 B | |
| www.president.gov.ua/css/style.min.css | 26.0 KiB | 377 ms |
| www.president.gov.ua/css/style_additional.css | 4.9 KiB | |
| president.gov.ua/js/plugins/jquery.min.js | 32.2 KiB | 80 ms |
| president.gov.ua/css/share-selected-text.min.css | 971 B | |
| president.gov.ua/fonts/font-awesome-4.7.0/css/font-awesome.min.css | 6.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| president.gov.ua/ | 6.6 s |
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 > div.all > div.main_section | 0.242 |
вВІДЕО
Важливо, щоб відбулося розблокування європейського пакета підтримки для … body > div.all > div.main_section | 0.032 |
Важливо, щоб відбулося розблокування європейського пакета підтримки для України… div.video_box > div.item_stat > div.row > div.col-xs-12 | 0.002 |
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 |
|---|---|---|
| president.gov.ua/js/all_scripts.min.js | 106.7 KiB | 87.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-P1HMN8Z0TY&cx=c&_slc=1 | 162.8 KiB | 65.3 KiB |
| s.go-mpulse.net/boomerang/YD2KP-D2EK2-5M9V5-A6FV5-KYTJ5 | 56.6 KiB | 31.7 KiB |
| /rDiL/Dwbl/3SV/Voa/VLZw/QtY50Jah/dHE3Ag/Ugg3CmI/7MBwQAg?v... | 147.1 KiB | 27.4 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| president.gov.ua/js/menubar.js | 4.6 KiB | 2.8 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.president.gov.ua/css/style.min.css | 25.6 KiB | 22.2 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 | |
|---|---|
Головна div.logo_fixed > div.logo_fixed_img > a > img | president.gov.ua/images/emblem.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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
!ГОЛОВНЕ
Україна та Нідерланди домовилися про початок роботи над Drone Deal і с… div.flexslider > div.flex-viewport > ul.slides > li.clone |
!ГОЛОВНЕ
Важливо, щоб відбулося розблокування європейського пакета підтримки дл… div.flexslider > div.flex-viewport > ul.slides > li.clone |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.header_search > form > div.search_row > button.round_btn div.header_search > form > div.search_row > button.round_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 |
|---|
div.header_soc > div.soc_box > p.small_text > a div.header_soc > div.soc_box > p.small_text > a |
div.header_soc > div.soc_box > p.small_text > a div.header_soc > div.soc_box > p.small_text > a |
div.header_soc > div.soc_box > p.small_text > a div.header_soc > div.soc_box > p.small_text > a |
div.header_soc > div.soc_box > p.small_text > a div.header_soc > div.soc_box > p.small_text > a |
div.header_soc > div.soc_box > p.small_text > a div.header_soc > div.soc_box > p.small_text > a |
div.header_soc > div.soc_box > p.small_text > a div.header_soc > div.soc_box > p.small_text > a |
div.header_soc > div.soc_box > p.small_text > a div.header_soc > div.soc_box > p.small_text > a |
div.header_soc > div.soc_box > p.small_text > a div.header_soc > div.soc_box > p.small_text > a |
div.row > div.col-xs-4 > div.fixed_btn > a div.row > div.col-xs-4 > div.fixed_btn > a |
div.row > div.col-xs-4 > div.fixed_btn > a div.row > div.col-xs-4 > div.fixed_btn > a |
div.flexslider > ul.flex-direction-nav > li.flex-nav-prev > a.flex-prev div.flexslider > ul.flex-direction-nav > li.flex-nav-prev > a.flex-prev |
div.flexslider > ul.flex-direction-nav > li.flex-nav-next > a.flex-next div.flexslider > ul.flex-direction-nav > li.flex-nav-next > a.flex-next |
div.row > div.col-xs-12 > div.item_img > a div.row > div.col-xs-12 > div.item_img > a |
div.row > div.col-xs-12 > div.item_text > a div.row > div.col-xs-12 > div.item_text > a |
body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn |
body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn |
body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn |
body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn body > div.share-selected-text-main-container > div.share-selected-text-inner > a.share-selected-text-btn |
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.
Specifying a valid BCP 47 language helps screen readers announce text properly. Learn how to use 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 |
|---|
БІЛЬШЕ div.container > div#main_menu > ul#nav > li.menu-parent |
БІЛЬШЕ div#main_menu > ul#nav > li.menu-parent > a.main_menu_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.
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