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.
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 | |
|---|---|---|---|
Microcredencials universitàries div.row > div.col-xs-12 > a.btn-banner > img.image-inline | /ca/media/destacats-home/microcredencials_upcschool.png/@... | 151.5 KiB | 138.4 KiB |
Luiz Inácio Lula da Silva amb representants del BSC i la UPC, entre d'altres, v… div.area4 > div.card > picture > img | /ca/sala-de-premsa/noticies/els-presidents-del-brasil-uru... | 137.1 KiB | 98.0 KiB |
div.container > div.promo-img > picture > img div.container > div.promo-img > picture > img | /ca/continguts-home/promocio/sessions-de-masters-universi... | 113.3 KiB | 91.0 KiB |
div.area5 > div.card > picture > img div.area5 > div.card > picture > img | /ca/sala-de-premsa/noticies/creen-teixits-vius-capacos-ca... | 129.0 KiB | 89.9 KiB |
La presentació de l'Espai de Dades Agroalimentari, a l'Auditori del Vèrtex div.area3 > div.card > picture > img | /ca/sala-de-premsa/noticies/upc-presenta-espai-dades-agro... | 123.3 KiB | 84.3 KiB |
Alumnes a l'edició del CanSat 2024-25 div.area2 > div.card > picture > img | /ca/sala-de-premsa/noticies/arriba-gran-final-catalana-co... | 117.2 KiB | 78.2 KiB |
div.area1 > div.card > picture > img div.area1 > div.card > picture > img | /ca/sala-de-premsa/noticies/es-presenta-leia-upc-programa... | 114.3 KiB | 75.3 KiB |
Blau 3005. Càpsules d'aprenentatge div.row > div.col-xs-12 > a.btn-banner > img.image-inline | /ca/media/r-d-i/foment-i-suport-a-la-recerca/7-beques-doc... | 132.9 KiB | 74.5 KiB |
Cartell de la campanya de promoció dels estudis: UPC, la millor decisió de la t… div.mosaic-tile-content > section#hero > picture > img | /ca/continguts-home/foto-portada/jornades-portes-obertes-... | 88.6 KiB | 51.3 KiB |
Portal futurs estudiants div.row > div.col-xs-12 > a.btn-banner > img.image-inline | /ca/media/destacats-home/franja-grisa-ca.jpg/@@images/12d... | 40.3 KiB | 25.6 KiB |
Sessions informatives de màster div.row > div.col-xs-12 > a.btn-banner > img.image-inline | /ca/per-que-estudiar-un-master-a-la-upc/src/masters-si-we... | 29.5 KiB | 14.8 KiB |
Màster i postgraus de formació contínua div.row > div.col-xs-12 > a.btn-banner > img.image-inline | /ca/media/empresa/noia-horitzontal-prestigi-2018.jpg/@@im... | 20.2 KiB | 7.2 KiB |
div.area-gran > div.card > picture > img.card-img-top div.area-gran > div.card > picture > img.card-img-top | /ca/sala-de-premsa/noticies/la-universitat-politecnica-de... | 8.7 KiB | 6.6 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.upc.edu/++plone++production/++unique++2026-01-26T16:39:10.719273/default.js | 176.9 KiB | 2.7 s |
| www.upc.edu/++plone++production/++unique++2026-01-26T16:39:10.719273/default.css | 152.4 KiB | 2.5 s |
| /++theme++homeupc/assets/css/upc.css?version=2026-01-26%2... | 17.9 KiB | 858 ms |
| /++theme++homeupc/assets/css/homeupc-compiled.css?version... | 28.1 KiB | 1.2 s |
| /++theme++homeupc/assets/javascripts/homeupc-compiled.js?... | 11.7 KiB | 858 ms |
| /++theme++homeupc/assets/javascripts/upc.min.js?version=2... | 3.0 KiB | 552 ms |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| upc.edu/ | 1.1 s |
| www.upc.edu/ | 1.0 s |
| www.upc.edu/ca | 0.0 ms |
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.
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.upc.edu/++plone++production/++unique++2026-01-26T16:39:10.719273/default.js | 175.3 KiB | 19.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.upc.edu/++plone++production/++unique++2026-01-26T16:39:10.719273/default.css | 150.7 KiB | 150.1 KiB |
| /++theme++homeupc/assets/css/homeupc-compiled.css?version... | 26.4 KiB | 25.3 KiB |
| /++theme++homeupc/assets/css/upc.css?version=2026-01-26%2... | 16.2 KiB | 12.4 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.upc.edu/++plone++production/++unique++2026-01-26T16:39:10.719273/default.js | 169.2 KiB | 91.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-SR6Z9ZZ2SJ&cx=c>m=4e64k0 | 157.2 KiB | 67.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-P80Z250TEZ | 154.6 KiB | 61.8 KiB |
| app.usercentrics.eu/browser-ui/3.99.0/index.module.js | 120.6 KiB | 53.1 KiB |
| app.usercentrics.eu/browser-ui/3.99.0/VirtualServiceItem-e4cab338.js | 48.6 KiB | 24.7 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 |
|---|---|---|---|
| www.upc.edu/ca | 1.3 s | 13 ms | 3.8 ms |
| app.usercentrics.eu/browser-ui/3.99.0/index.module.js | 949 ms | 768 ms | 2.7 ms |
| Unattributable | 719 ms | 90 ms | 0.0 ms |
| www.upc.edu/++plone++production/++unique++2026-01-26T16:39:10.719273/default.js | 447 ms | 286 ms | 89 ms |
| www.googletagmanager.com/gtag/js?id=G-SR6Z9ZZ2SJ&cx=c>m=4e64k0 | 362 ms | 302 ms | 58 ms |
| www.googletagmanager.com/gtag/js?id=G-P80Z250TEZ | 295 ms | 231 ms | 60 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 290 ms | 248 ms | 13 ms |
| privacy-proxy.usercentrics.eu/latest/uc-block.bundle.js | 54 ms | 40 ms | 13 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.3 s |
| Style & Layout | 1.2 s |
| Other | 804 ms |
| Script Parsing & Compilation | 257 ms |
| Rendering | 133 ms |
| Parse HTML & CSS | 121 ms |
| Garbage Collection | 43 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.col-lg-4 > a.a-multimedia > div.news-video > img div.col-lg-4 > a.a-multimedia > div.news-video > img | /ca/continguts-home/espai-multimedia/upc-la-millor-decisi... |
div.col-lg-4 > a.a-multimedia > div.news-video > img div.col-lg-4 > a.a-multimedia > div.news-video > img | /ca/continguts-home/espai-multimedia/durbec-aero-start-up... |
div.col-lg-4 > a.a-multimedia > div.news-video > img div.col-lg-4 > a.a-multimedia > div.news-video > img | /ca/continguts-home/espai-multimedia/descobreix-el-labora... |
div.container > div.promo-img > picture > img div.container > div.promo-img > picture > img | /ca/continguts-home/promocio/sessions-de-masters-universi... |
La UPC, a la CapitalitatMundial de l'Arquitectura 2026 div.container > div.promo-img > picture > img | /ca/continguts-home/promocio/la-upc-a-la-capitalitat-mund... |
Universitat Politècnica de Catalunya BarcelonaTech a > h1 > span.icona-upc > img | www.upc.edu/++theme++homeupc/assets/images/Logo.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.
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 |
|---|
PRODUCTIVA
la UPC, entre les universitats liders de l'Estat pel que fa al seu r… div > div.container > div#carousel-example-generic > div.carousel-inner |
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 |
|---|
Accepta-ho tot div.sc-koXPp > div.sc-iHGNWf > div.sc-bmzYkS > button.sc-gsFSXq |
Rebutja-ho tot div.sc-koXPp > div.sc-iHGNWf > div.sc-bmzYkS > button.sc-gsFSXq |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li.col-md-3 > a.event-img > picture > img li.col-md-3 > a.event-img > picture > img |
li.col-md-3 > a.event-img > picture > img li.col-md-3 > a.event-img > picture > img |
li.col-md-3 > a.event-img > picture > img li.col-md-3 > a.event-img > picture > img |
li.col-md-3 > a.event-img > picture > img li.col-md-3 > a.event-img > picture > img |
div.col-lg-4 > a.a-multimedia > div.news-video > img div.col-lg-4 > a.a-multimedia > div.news-video > img |
div.col-lg-4 > a.a-multimedia > div.news-video > img div.col-lg-4 > a.a-multimedia > div.news-video > img |
div.col-lg-4 > a.a-multimedia > div.news-video > img div.col-lg-4 > a.a-multimedia > div.news-video > img |
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 |
|---|
section > div.row > div.col-lg-4 > a.a-multimedia section > div.row > div.col-lg-4 > a.a-multimedia |
section > div.row > div.col-lg-4 > a.a-multimedia section > div.row > div.col-lg-4 > a.a-multimedia |
section > div.row > div.col-lg-4 > a.a-multimedia section > div.row > div.col-lg-4 > a.a-multimedia |
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.
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 |
|---|
Mapa del web nav#complimentary-footer-nav > ul#footer-menu-complementari > li > a |
Accessibilitat nav#complimentary-footer-nav > ul#footer-menu-complementari > li > 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 |
|---|---|
www.upc.edu/ca line 26, col 8 | ReferenceError: uc is not defined
at https://www.upc.edu/ca:27:9 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li.col-md-3 > a.event-img > picture > img li.col-md-3 > a.event-img > picture > img |
li.col-md-3 > a.event-img > picture > img li.col-md-3 > a.event-img > picture > img |
li.col-md-3 > a.event-img > picture > img li.col-md-3 > a.event-img > picture > img |
li.col-md-3 > a.event-img > picture > img li.col-md-3 > a.event-img > picture > img |
div.col-lg-4 > a.a-multimedia > div.news-video > img div.col-lg-4 > a.a-multimedia > div.news-video > img |
div.col-lg-4 > a.a-multimedia > div.news-video > img div.col-lg-4 > a.a-multimedia > div.news-video > img |
div.col-lg-4 > a.a-multimedia > div.news-video > img div.col-lg-4 > a.a-multimedia > div.news-video > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.