Mobile 375 × 812

Desktop 1440 × 900

Score: 79 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
51 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Soft 404: server returns HTTP 200 for non-existent pages
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
113 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
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/5f3538a9-41d4-44ae-8a27-614f7d1d45ca)<a href="https://beavercheck.com/results/5f3538a9-41d4-44ae-8a27-614f7d1d45ca"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.gov.pl" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.gov.plThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 7.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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.
4 barrier(s) likely increasing bounce by ~21%.
Page takes 7.3s to load
+12% bounceUsers abandon at ~3s — you're 4.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
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.
PLN 900 investment → PLN 10,220/month returns + EUR 120,500,000 risk avoided
PLN 900
6h · 5 findings
PLN 10,220 /mo
~PLN 122,639 / year
EUR 120,500,000
if kept compliant
PLN 150 — 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.
6.0 developer hours at zł150/hr
Based on Poland rates (zł150/hr)
Start here for the best return on investment
PLN 10,041,668 / month at risk
~PLN 120,500,012 / year if left unfixed
€120,500,000
+7 more
PLN 1.03 /mo
3210.1 MB/mo × 0.320 PLN/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 4 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.
4.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
68 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.24 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.
7.41 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| matomo.www.gov.pl/analytics/js/container_68lYTZ79.js | 0.0 ms | 40.3 KiB |
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.gov.pl/scripts/bundle-15738b93375.js | 32.2 KiB | |
| www.gov.pl/scripts/vendors/jquery-ui-1.13.2.min.js | 76.2 KiB | 484 ms |
| www.gov.pl/scripts/utils.js | 581 B | |
| www.gov.pl/scripts/govpl.js | 1.6 KiB | 242 ms |
| www.gov.pl/scripts/polyfills/modernizr-custom.js | 85.2 KiB | 484 ms |
| www.gov.pl/css/main-31410bf7b3f.css | 32.8 KiB | |
| www.gov.pl/scripts/vendors/jquery-3.7.1.min.js | 35.7 KiB | 242 ms |
| www.gov.pl/scripts/gov_context.js?locale=pl_PL | 2.4 KiB | |
| www.gov.pl/scripts/vendors/validate.min.js | 4.9 KiB | |
| www.gov.pl/scripts/vendors/b_util.js | 2.4 KiB | |
| www.gov.pl/scripts/accordion.js | 781 B | |
| www.gov.pl/scripts/vendors/b_tab_orginal.js | 3.2 KiB | |
| www.gov.pl/scripts/vendors/modaal.min.js | 6.3 KiB | |
| www.gov.pl/css/govpl_template.css | 5.5 KiB | 242 ms |
| www.gov.pl/scripts/polyfills/polyfills.js | 1.4 KiB | |
| www.gov.pl/css/vendors/vue-select-3.20.4.css | 2.2 KiB | |
| www.gov.pl/css/vendors/modaal.min.css | 2.7 KiB | |
| www.gov.pl/css/vendors/jquery-ui-1.13.2-smoothness.min.css | 7.9 KiB | |
| www.gov.pl/fonts/font-awesome.min.css | 7.2 KiB | 242 ms |
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 > div > picture > img | www.gov.pl/photo/format/808797fb-a8bc-4fec-b539-5c852134221e/resolution/700x295 | 42.8 KiB | 32.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| www.gov.pl/scripts/polyfills/modernizr-custom.js | 84.8 KiB | 30.8 KiB |
| www.gov.pl/scripts/vendors/jquery-ui-1.13.2.min.js | 75.8 KiB | 18.4 KiB |
| www.gov.pl/scripts/vendors/jquery-3.7.1.min.js | 35.4 KiB | 11.7 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.gov.pl/css/main-31410bf7b3f.css | 32.4 KiB | 31.1 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 |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-TZ2N3NZ | 114.2 KiB | 73.8 KiB |
| www.gov.pl/scripts/vendors/jquery-ui-1.13.2.min.js | 75.8 KiB | 67.4 KiB |
| www.gov.pl/scripts/bundle-15738b93375.js | 31.8 KiB | 21.4 KiB |
| www.gov.pl/scripts/vendors/jquery-3.7.1.min.js | 35.4 KiB | 21.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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 1.2 s |
| Script Evaluation | 769 ms |
| Style & Layout | 459 ms |
| Script Parsing & Compilation | 205 ms |
| Parse HTML & CSS | 113 ms |
| Rendering | 53 ms |
| Garbage Collection | 9.9 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 | |
|---|---|
Godło Polski div.main-container > div#footer-links > a.logo > img | www.gov.pl/img/icons/godlo-12.svg |
- li > div > picture > img | www.gov.pl/photo/format/808797fb-a8bc-4fec-b539-5c852134221e/resolution/700x295 |
Logo Funduszy Europejskich footer.footer > div.main-container > div.eu-logotypes > img.eu-funds-logo | www.gov.pl/img/icons/eu/fe-pc-left-pl.svg |
Logo Unii Europejskiej body#body > header.govpl > nav#top-bar-nav > img.govpl__eu-logo | www.gov.pl/img/icons/eu/eu-center-pl.svg |
Flaga Polski z napisem Rzeczypospolita Polska footer.footer > div.main-container > div.eu-logotypes > img.rp-logo | www.gov.pl/img/icons/eu/rp-left-pl.svg |
Logo Unii Europejskiej footer.footer > div.main-container > div.eu-logotypes > img.eu-logo-left | www.gov.pl/img/icons/eu/eu-efrp-left-pl.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.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Gdy domena nadawcy jest inna niż gov.pl div.main-container > div#services-citizens > div.alert > li |
Dzwonić pod wskazany numer telefonu div.main-container > div#services-citizens > div.alert > li |
Klikać w linki div.main-container > div#services-citizens > div.alert > li |
Otwierać załączników div.main-container > div#services-citizens > div.alert > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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) | |
|---|---|---|---|
ul > li > a > img ul > li > a > img | www.gov.pl/logo/98095230-8d69-4e20-88eb-b8898d4aef11 | 70 x 150 (0.47) | 190 x 150 (1.27) |
ul > li > a > img ul > li > a > img | www.gov.pl/logo/b41e841f-0ba1-42df-a7a8-7a4c424182f0 | 70 x 150 (0.47) | 150 x 150 (1.00) |
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 |
|---|---|
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | www.gov.pl/scripts/polyfills/modernizr-custom.js line 1679, col 18 |
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.
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.23 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.186
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.
1.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.
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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|---|
| matomo.www.gov.pl/analytics/js/container_68lYTZ79.js | 0.0 ms | 40.3 KiB |
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 | |
|---|---|---|---|
Wizyta Premiera Donalda Tuska w Japonii li > div > picture > img | www.gov.pl/photo/format/ff9a850d-9a4c-4e56-bfea-549ca9969683/resolution/525x221 | 25.6 KiB | 18.4 KiB |
Ilustracja przedstawiająca makietę miasta z zaznaczonymi punktami li > div > picture > img | www.gov.pl/photo/format/bd8ec6d3-6495-4af9-ac66-799edb7e7578/resolution/525x221 | 19.8 KiB | 12.6 KiB |
- li > div > picture > img | www.gov.pl/photo/format/808797fb-a8bc-4fec-b539-5c852134221e/resolution/700x295 | 42.8 KiB | 9.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| www.gov.pl/scripts/polyfills/modernizr-custom.js | 84.8 KiB | 30.8 KiB |
| www.gov.pl/scripts/vendors/jquery-ui-1.13.2.min.js | 75.8 KiB | 18.4 KiB |
| www.gov.pl/scripts/vendors/jquery-3.7.1.min.js | 35.4 KiB | 11.7 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 |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-TZ2N3NZ | 114.2 KiB | 73.8 KiB |
| www.gov.pl/scripts/vendors/jquery-ui-1.13.2.min.js | 75.8 KiB | 67.4 KiB |
| www.gov.pl/scripts/bundle-15738b93375.js | 31.8 KiB | 21.4 KiB |
| www.gov.pl/scripts/vendors/jquery-3.7.1.min.js | 35.4 KiB | 21.3 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.gov.pl/css/main-31410bf7b3f.css | 32.4 KiB | 30.6 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 | |
|---|---|
Godło Polski div.main-container > div#footer-links > a.logo > img | www.gov.pl/img/icons/godlo-12.svg |
- li > div > picture > img | www.gov.pl/photo/format/808797fb-a8bc-4fec-b539-5c852134221e/resolution/700x295 |
Logo Funduszy Europejskich footer.footer > div.main-container > div.eu-logotypes > img.eu-funds-logo | www.gov.pl/img/icons/eu/fe-pc-left-pl.svg |
Wizyta Premiera Donalda Tuska w Japonii li > div > picture > img | www.gov.pl/photo/format/ff9a850d-9a4c-4e56-bfea-549ca9969683/resolution/525x221 |
Wizyta Premiera Donalda Tuska w Korei Południowej. li > div > picture > img | www.gov.pl/photo/format/b6f14e59-8868-4a2a-a3ca-6b3dcd91695d/resolution/525x221 |
Zdjęcie z konferencji pt. „KPO w zdrowiu – inwestujemy dziś – zmieniamy system … li > div > picture > img | www.gov.pl/photo/format/bf90bf80-9d93-4165-8ea2-2baf6088d25b/resolution/525x221 |
Paszport dla dziecka w mObywatelu li > div > picture > img | www.gov.pl/photo/format/1e22b99d-dcc2-43e4-949b-a978fc4a3108/resolution/525x221 |
Ilustracja przedstawiająca makietę miasta z zaznaczonymi punktami li > div > picture > img | www.gov.pl/photo/format/bd8ec6d3-6495-4af9-ac66-799edb7e7578/resolution/525x221 |
W Łodzi powstanie Wojskowa Akademia Medyczna. Rada Ministrów przyjęła projekt u… li > div > picture > img | www.gov.pl/photo/format/d8304fa9-6236-4e31-9418-5a50d7bd8f33/resolution/525x221 |
Logo Unii Europejskiej body#body > header.govpl > nav#top-bar-nav > img.govpl__eu-logo | www.gov.pl/img/icons/eu/eu-center-pl.svg |
Flaga Polski z napisem Rzeczypospolita Polska footer.footer > div.main-container > div.eu-logotypes > img.rp-logo | www.gov.pl/img/icons/eu/rp-left-pl.svg |
Logo Unii Europejskiej footer.footer > div.main-container > div.eu-logotypes > img.eu-logo-right | www.gov.pl/img/icons/eu/eu-efrp-right-pl.svg |
li.announcements__element > a > div.announcement__pic > img li.announcements__element > a > div.announcement__pic > img | www.gov.pl/photo/77c195f7-8ae4-4b88-bdb2-82a92de99eb5 |
li.announcements__element > a > div.announcement__pic > img li.announcements__element > a > div.announcement__pic > img | www.gov.pl/photo/ac2e5ae5-7e95-4640-bd66-643d19fb7e61 |
li.announcements__element > a > div.announcement__pic > img li.announcements__element > a > div.announcement__pic > img | www.gov.pl/logo/5797fcb7-405c-4180-b090-3290a040008c |
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 |
|---|---|
Załatwiaj sprawy urzędowe
przez internet, bezpiecznie i wygodnie!
Wyszukaj
Podp… body#body > main | 0.185 |
Logowanie do panelu
mObywatel body#body > header.govpl > nav#top-bar-nav > a.govpl__panel-login | 0.001 |
ul.announcements__list > li.announcements__element > a > ::after ul.announcements__list > li.announcements__element > a > ::after | 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.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Gdy domena nadawcy jest inna niż gov.pl div.main-container > div#services-citizens > div.alert > li |
Dzwonić pod wskazany numer telefonu div.main-container > div#services-citizens > div.alert > li |
Klikać w linki div.main-container > div#services-citizens > div.alert > li |
Otwierać załączników div.main-container > div#services-citizens > div.alert > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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) | |
|---|---|---|---|
ul > li > a > img ul > li > a > img | www.gov.pl/logo/98095230-8d69-4e20-88eb-b8898d4aef11 | 70 x 64 (1.09) | 190 x 150 (1.27) |
ul > li > a > img ul > li > a > img | www.gov.pl/logo/b41e841f-0ba1-42df-a7a8-7a4c424182f0 | 70 x 64 (1.09) | 150 x 150 (1.00) |
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 |
|---|---|
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | www.gov.pl/scripts/polyfills/modernizr-custom.js line 1679, col 18 |
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback