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.
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.
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.
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.grid-news-item > div.block > a.block > div.image div.grid-news-item > div.block > a.block > div.image | /wp-content/uploads/2026/04/wiosna-z-hr-excellence-in-res... | 348.7 KiB | 308.5 KiB |
Logo Uniwersytet Warszawski - strona główna section.mid-bar > div.logo > a > img | www.uw.edu.pl/wp-content/uploads/2017/07/logo-2-11.png | 107.2 KiB | 97.0 KiB |
div.grid-news-item > div.block > a.block > div.image div.grid-news-item > div.block > a.block > div.image | /wp-content/uploads/2014/01/krakowskie-przedmiescie-dawna... | 128.3 KiB | 88.1 KiB |
div.items > div.slider-item > a > p.block div.items > div.slider-item > a > p.block | /wp-content/uploads/2026/04/wiosna-z-hr-excellence-in-res... | 130.7 KiB | 58.0 KiB |
div.grid-news-item > div.block > a.block > div.image div.grid-news-item > div.block > a.block > div.image | /wp-content/uploads/2026/04/nawa_spotkanie_z_ministrem_sz... | 93.3 KiB | 53.1 KiB |
div.items > div.slider-item > a > p.block div.items > div.slider-item > a > p.block | www.uw.edu.pl/wp-content/uploads/2025/05/czuwanie_18052025_043-960x465.jpg | 116.5 KiB | 43.8 KiB |
div.grid-news-item > div.block > a.block > div.image div.grid-news-item > div.block > a.block > div.image | /wp-content/uploads/2023/11/obiekty_uw_049_©uniwersytet_... | 80.7 KiB | 40.5 KiB |
div.grid-news-item > div.block > a.block > div.image div.grid-news-item > div.block > a.block > div.image | www.uw.edu.pl/wp-content/uploads/2019/10/uw_wrzesien_2019_final-2-610x405.jpg | 80.6 KiB | 40.4 KiB |
div.items > div.slider-item > a > p.block div.items > div.slider-item > a > p.block | www.uw.edu.pl/wp-content/uploads/2026/04/dzien_otwarty_18042026_147-960x465.jpg | 109.7 KiB | 37.1 KiB |
div.grid-news-item > div.block > a.block > div.image div.grid-news-item > div.block > a.block > div.image | www.uw.edu.pl/wp-content/uploads/2026/04/msd-polska-4-610x405.jpg | 75.4 KiB | 35.1 KiB |
div.grid-news-item > div.block > a.block > div.image div.grid-news-item > div.block > a.block > div.image | www.uw.edu.pl/wp-content/uploads/2023/04/zonkile-610x405.jpg | 75.0 KiB | 34.8 KiB |
Aktualności
Dzień rektorski 4 maja
Zgodnie z decyzją prof. Alojzego Z. Nowaka,… div.main-wrapper > main.body > section.body-content > section.uni-box | www.uw.edu.pl/wp-content/themes/uw/library/img/main_section_bg.png | 72.1 KiB | 34.0 KiB |
div.grid-news-item > div.block > a.block > div.image div.grid-news-item > div.block > a.block > div.image | /wp-content/uploads/2019/10/brama-uw-09.2019-fot.-m.-kazm... | 72.3 KiB | 32.1 KiB |
div.grid-news-item > div.block > a.block > div.image div.grid-news-item > div.block > a.block > div.image | /wp-content/uploads/2026/04/fake-busters.-fot.-krystian-s... | 51.0 KiB | 10.8 KiB |
div.grid-news-item > div.block > a.block > div.image div.grid-news-item > div.block > a.block > div.image | /wp-content/uploads/2026/04/konferencja_erasmus_koordynat... | 50.2 KiB | 10.0 KiB |
Program wieloletni Uniwersytetu Warszawskiego 2016-2027 section.top-bar > div.top-flags > span > img | www.uw.edu.pl/wp-content/themes/uw/library/img/flag_pl.png | 6.7 KiB | 5.8 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.
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.
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.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| uw.edu.pl/ | 1.2 s |
| www.uw.edu.pl/ | 0.0 ms |
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.
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.uw.edu.pl/wp-content/themes/uw/library/js/main.min.js?15032024 | 101.7 KiB | 31.0 KiB |
| www.uw.edu.pl/wp-content/themes/uw/library/js/scripts.js?15032024 | 24.6 KiB | 9.6 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.uw.edu.pl/wp-content/themes/uw/library/css/main.css?15032024 | 46.9 KiB | 40.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.uw.edu.pl/wp-content/themes/uw/library/js/main.min.js?15032024 | 101.7 KiB | 74.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-B37WHT4SG8&cx=c&_slc=1 | 147.5 KiB | 64.2 KiB |
| commerce-js.sovrn.co/commerce-js.iife.js | 49.1 KiB | 30.3 KiB |
| ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js | 28.6 KiB | 25.4 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 |
|---|---|---|---|
| Unattributable | 1.3 s | 89 ms | 0.0 ms |
| www.uw.edu.pl/ | 1.1 s | 156 ms | 11 ms |
| www.uw.edu.pl/wp-content/themes/uw/library/js/main.min.js?15032024 | 789 ms | 228 ms | 44 ms |
| www.uw.edu.pl/wp-content/themes/uw/library/js/jquery/jquery-1.10.2.min.js | 643 ms | 447 ms | 18 ms |
| cdn.viglink.com/api/vglnk.js | 434 ms | 358 ms | 15 ms |
| cdn.openshareweb.com/v2/71c6eb22/main.js | 358 ms | 318 ms | 16 ms |
| www.googletagmanager.com/gtag/js?id=G-B37WHT4SG8&cx=c&_slc=1 | 256 ms | 192 ms | 62 ms |
| commerce-js.sovrn.co/commerce-js.iife.js | 142 ms | 123 ms | 19 ms |
| cdn.shareaholic.net/assets/pub/shareaholic.js | 117 ms | 95 ms | 2.6 ms |
| www.google-analytics.com/analytics.js | 112 ms | 95 ms | 5.1 ms |
| www.uw.edu.pl/wp-content/themes/uw/library/js/libs/modernizr.custom.min.js | 109 ms | 45 ms | 1.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.4 s |
| Other | 1.9 s |
| Style & Layout | 873 ms |
| Script Parsing & Compilation | 246 ms |
| Rendering | 242 ms |
| Parse HTML & CSS | 124 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.inner > div.right-column-banner > a > img div.inner > div.right-column-banner > a > img | /wp-content/uploads/2025/11/4-glowy_twoja-glowa_twoja-sil... |
div.inner > div.right-column-banner > a > img div.inner > div.right-column-banner > a > img | www.uw.edu.pl/wp-content/uploads/2020/11/wsparcie-uw-kafelek-1-1024x760.jpg |
div.inner > div.right-column-banner > a > img div.inner > div.right-column-banner > a > img | www.uw.edu.pl/wp-content/uploads/2025/03/telefon-zaufania-uw-1024x724.png |
div.inner > div.right-column-banner > a > img div.inner > div.right-column-banner > a > img | www.uw.edu.pl/wp-content/uploads/2024/09/komunikaty-1024x576.jpg |
div.inner > div.right-column-banner > a > img div.inner > div.right-column-banner > a > img | www.uw.edu.pl/wp-content/uploads/2025/02/ikonka_alarm-1024x568.jpg |
div.inner > div.right-column-banner > a.no-link-icon > img div.inner > div.right-column-banner > a.no-link-icon > img | www.uw.edu.pl/wp-content/uploads/2026/04/zrzut-ekranu-2026-04-17-o-18.06.26.jpg |
div.inner > div.right-column-banner > a > img div.inner > div.right-column-banner > a > img | www.uw.edu.pl/wp-content/uploads/2023/06/idub_logo-1024x459.png |
div.inner > div.right-column-banner > a > img div.inner > div.right-column-banner > a > img | www.uw.edu.pl/wp-content/uploads/2026/02/topmarka2025_green-1024x359.jpg |
div.inner > div.right-column-banner > a > img div.inner > div.right-column-banner > a > img | www.uw.edu.pl/wp-content/uploads/2019/02/logo_4eu_rgb.png |
div.inner > div.right-column-banner > a > img div.inner > div.right-column-banner > a > img | www.uw.edu.pl/wp-content/uploads/2026/02/zdjecie_wyrozniajace_610x405_idub.jpg |
div.inner > div.right-column-banner > a > img div.inner > div.right-column-banner > a > img | www.uw.edu.pl/wp-content/uploads/2022/03/hr-excellence.jpg |
Logo Uniwersytet Warszawski - strona główna section.mid-bar > div.logo > a > img | www.uw.edu.pl/wp-content/uploads/2017/07/logo-2-11.png |
Program wieloletni Uniwersytetu Warszawskiego 2016-2027 section.top-bar > div.top-flags > span > img | www.uw.edu.pl/wp-content/themes/uw/library/img/flag_pl.png |
Fundusze europejskie - Programy ramowe Unii Europejskiej section.top-bar > div.top-flags > a > img | www.uw.edu.pl/wp-content/themes/uw/library/img/flaga_UE_pl_2024.png |
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.
ARIA
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
18
06
2026
Improwiz – kurs improwizacji teatralnej…
24
06
2026
Posiedzenie Sena… div.mCSB_container > div.events > div.slick-list > div.slick-track |
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.
Contrast
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 |
|---|
REKRUTACJA div.menu-column-right > ul#menu-stopka-prawa-kolumna > li#menu-item-41715 > a |
PRACA NA UW div.menu-column-right > ul#menu-stopka-prawa-kolumna > li#menu-item-52198 > a |
MUZEUM UW div.menu-column-right > ul#menu-stopka-prawa-kolumna > li#menu-item-85301 > a |
ZWIEDZANIE KAMPUSU div.menu-column-right > ul#menu-stopka-prawa-kolumna > li#menu-item-41684 > a |
PISMO UCZELNI div.menu-column-right > ul#menu-stopka-prawa-kolumna > li#menu-item-41685 > a |
DEKLARACJA DOSTĘPNOŚCI div.menu-column-right > ul#menu-stopka-prawa-kolumna > li#menu-item-83095 > a |
ZAPISZ SIĘ DO NEWSLETTERA div.inner > div.spacer > div.inner > a.newsletter-button |
Czytaj więcej o plikach „cookies” body.home > div#cookie-law-info-bar > span > a#CONSTANT_OPEN_URL |
Akceptuję body.home > div#cookie-law-info-bar > span > a#CONSTANT_OPEN_URL |
These are opportunities to improve the legibility of your content.
Names and labels
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.spacer > div.inner > div.right-column-banner > a div.spacer > div.inner > div.right-column-banner > a |
div.spacer > div.inner > div.right-column-banner > a div.spacer > div.inner > div.right-column-banner > a |
div.spacer > div.inner > div.right-column-banner > a div.spacer > div.inner > div.right-column-banner > a |
div.spacer > div.inner > div.right-column-banner > a div.spacer > div.inner > div.right-column-banner > a |
div.spacer > div.inner > div.right-column-banner > a div.spacer > div.inner > div.right-column-banner > a |
div.spacer > div.inner > div.right-column-banner > a div.spacer > div.inner > div.right-column-banner > a |
div.spacer > div.inner > div.right-column-banner > a div.spacer > div.inner > div.right-column-banner > a |
div.spacer > div.inner > div.right-column-banner > a div.spacer > div.inner > div.right-column-banner > a |
div.spacer > div.inner > div.right-column-banner > a.no-link-icon div.spacer > div.inner > div.right-column-banner > a.no-link-icon |
div.spacer > div.inner > div.right-column-banner > a div.spacer > div.inner > div.right-column-banner > a |
div.spacer > div.inner > div.right-column-banner > a div.spacer > div.inner > div.right-column-banner > 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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Na skróty
Uniwersytet
Kształcenie
Badania
Współpraca
Student
Doktorant
Pracowni… section.top-bar > div.menu-mobile > div#menu-mobile > ul.dl-menu |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
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 |
|---|
Pliki "cookies" div.copyright > div.copy > span.copy-item > a |
Mapa strony div.copyright > div.copy > span.copy-item > a |
Redakcja div.copyright > div.copy > span.copy-item > a |
These items highlight common accessibility best practices.
Best Practices
General
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 400 () |
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.cli-row > div.cli-col-12 > div.cli-privacy-overview > a.cli-privacy-readmore div.cli-row > div.cli-col-12 > div.cli-privacy-overview > a.cli-privacy-readmore |
To appear in search results, crawlers need access to your app.