Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
Accessibility
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.
Tables and lists
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.
Best Practices
User Experience
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) |
General
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 |
SEO
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.
Content Best Practices
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.