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.
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.
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.
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 | |
|---|---|---|---|
Foto de grupo del encuentro a.um-sticky-news__link > div.um-sticky-news__item-image > picture > img.um-lr-gtm-principal-panel-portada-3-img | /o/adaptive-media/image/64793932/Preview-1000x0/EUGANOM_m... | 119.4 KiB | 112.2 KiB |
David Martínez, Jefe del Área de Relaciones Internacionales, y Carmen Escribano… a.um-sticky-news__link > div.um-sticky-news__item-image > picture > img.um-lr-gtm-principal-panel-portada-3-img | /o/adaptive-media/image/64787032/Preview-1000x0/crue_lasp... | 90.7 KiB | 83.6 KiB |
Foto de grupo div.um-noticias-7030__content > div.um-noticias-7030__imagen > picture > img | /o/adaptive-media/image/64655752/Preview-1000x0/pdi_11032... | 95.2 KiB | 79.2 KiB |
Alicia Rubio y Samuel Baixauli a.um-sticky-news__link > div.um-sticky-news__item-image > picture > img.um-lr-gtm-principal-panel-portada-3-img | /o/adaptive-media/image/64795319/Preview-1000x0/2vuelta.j... | 76.8 KiB | 70.6 KiB |
Cartel del ciclo de conferencias a.um-sticky-news__link > div.um-sticky-news__item-image > picture > img.um-lr-gtm-principal-panel-portada-3-img | /o/adaptive-media/image/64777700/Preview-1000x0/fiumers_p... | 47.9 KiB | 40.1 KiB |
Elecciones en la UMU div.um-home-cover > div.um-home-cover__image-wrapper > picture > img.um-lr-gtm-principal-panel-portada-3-img | /o/adaptive-media/image/64720749/Preview-1000x0/eleccione... | 77.9 KiB | 31.1 KiB |
Tomando apuntes en archivador a.um-sticky-news__link > div.um-sticky-news__item-image > picture > img.um-lr-gtm-principal-panel-portada-3-img | /o/adaptive-media/image/64781787/Preview-1000x0/foto_exam... | 21.1 KiB | 15.1 KiB |
Web Campus Mare Nostrum a.Web > picture > picture > img | /documents/2192611/37956441/logo-cmn+2.png/adaab738-6e43-... | 9.6 KiB | 7.9 KiB |
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 |
|---|---|
| um.es/ | 816 ms |
| www.um.es/ | 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 CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /o/um-lr-74-principal-theme/css/clay.css?browserId=chrome... | 70.1 KiB | 13.0 KiB |
| /o/um-lr-74-principal-theme/css/main.css?browserId=chrome... | 61.2 KiB | 9.9 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 |
|---|---|---|
| /combo?browserId=chrome&minifierType=js&languageId=es_ES&... | 77.1 KiB | 10.4 KiB |
| /o/um-lr-74-principal-theme/js/components/um-agenda-siu.j... | 9.1 KiB | 4.1 KiB |
| /o/um-lr-74-principal-theme/js/um_header.js?browserId=chr... | 4.9 KiB | 2.5 KiB |
| /o/um-lr-74-principal-theme/js/um-plugins/um-miweb-relaci... | 5.5 KiB | 2.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 |
|---|---|---|
| /o/um-lr-74-principal-theme/css/clay.css?browserId=chrome... | 70.0 KiB | 69.2 KiB |
| /o/um-lr-74-principal-theme/css/main.css?browserId=chrome... | 61.2 KiB | 56.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-TWBMMX | 139.5 KiB | 69.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-C35G871LG6&cx=c>m=4e64k1 | 157.0 KiB | 66.4 KiB |
| /combo?browserId=chrome&minifierType=js&languageId=es_ES&... | 77.1 KiB | 56.2 KiB |
| /combo?browserId=chrome&minifierType=js&languageId=es_ES&... | 109.4 KiB | 53.2 KiB |
| cdnjs.cloudflare.com/ajax/libs/lottie-web/5.12.2/lottie.min.js | 62.2 KiB | 36.6 KiB |
| www.um.es/o/frontend-taglib-clay/__liferay__/exports/@clayui$core.js | 39.3 KiB | 30.9 KiB |
| /1.10.11/js/jquery.dataTables.min.js?browserId=chrome&min... | 26.2 KiB | 21.9 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.um.es/ | 4.4 s | 36 ms | 14 ms |
| Unattributable | 855 ms | 194 ms | 0.0 ms |
| /combo?browserId=chrome&minifierType=js&languageId=es_ES&... | 753 ms | 609 ms | 34 ms |
| www.googletagmanager.com/gtag/js?id=G-C35G871LG6&cx=c>m=4e64k1 | 384 ms | 202 ms | 38 ms |
| cdnjs.cloudflare.com/ajax/libs/lottie-web/5.12.2/lottie.min.js | 257 ms | 185 ms | 20 ms |
| www.googletagmanager.com/gtm.js?id=GTM-TWBMMX | 193 ms | 145 ms | 38 ms |
| /combo?browserId=chrome&minifierType=js&languageId=es_ES&... | 135 ms | 93 ms | 27 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 |
|---|---|
| Other | 2.6 s |
| Style & Layout | 1.8 s |
| Script Evaluation | 1.5 s |
| Rendering | 873 ms |
| Script Parsing & Compilation | 215 ms |
| Parse HTML & CSS | 114 ms |
| Garbage Collection | 26 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
Logo Universidad de Murcia div.um-footer > div.row > div.col-12 > img | www.um.es/o/um-lr-74-principal-theme/images/um-logo-light.svg |
Web European University for Well-Being a.Web > picture > picture > img | /documents/2192611/37956441/EUNIWELL+2.png/f7c41235-e85f-... |
Logo campaña Ucrania div.col-4 > picture > picture > img | /documents/2192611/37956441/crueconucrania_version_bn+2.p... |
Web Human Resources Strategy for Researchers a.Web > picture > picture > img | /documents/2192611/37956441/hr_b_n+2.png/caa05305-ea1e-ee... |
Web Fondos Europeos de la Universidad de Murcia a.Web > picture > picture > img | /documents/2192611/37956441/logo-union-europea+2.png/f815... |
Web Campus Mare Nostrum a.Web > picture > picture > img | /documents/2192611/37956441/logo-cmn+2.png/adaab738-6e43-... |
Escudo Universidad de Murcia nav#mobile-header > div.mobile-header__top > a.mobile-header__logo-link > img.mobile-header__logo | www.um.es/o/um-lr-74-principal-theme/images/um-logo-dark-centered.svg |
Universidad de Murcia div#wrapper > nav#mobile-header > div.mobile-header__top > img.mobile-header__brand | www.um.es/o/um-lr-74-principal-theme/images/logo-redondo-rojo-claro-simple.svg |
Abrir menú div.mobile-header__top > div.mobile-header__menus > button#mobile-menu-toggle-button > img#mobile-menu-icon | www.um.es/o/um-lr-74-principal-theme/images/icons/mobile-menu-closed.svg |
flecha div#eventos_agenda_div > div.um-home-events__item > div.um-home-events__item-footer > img | www.um.es/o/um-lr-74-principal-theme/images/icons/arrow--up-right.svg |
flecha div#eventos_agenda_div > div.um-home-events__item > div.um-home-events__item-footer > img | www.um.es/o/um-lr-74-principal-theme/images/icons/arrow--up-right.svg |
flecha div#eventos_agenda_div > div.um-home-events__item > div.um-home-events__item-footer > img | www.um.es/o/um-lr-74-principal-theme/images/icons/arrow--up-right.svg |
flecha div#eventos_agenda_div > div.um-home-events__item > div.um-home-events__item-footer > img | www.um.es/o/um-lr-74-principal-theme/images/icons/arrow--up-right.svg |
flecha div#eventos_agenda_div > div.um-home-events__item > div.um-home-events__item-footer > img | www.um.es/o/um-lr-74-principal-theme/images/icons/arrow--up-right.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.
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 |
|---|
Servicio de Información Universitario div.col-12 > ul.list-unstyled > li.um-footer-links__item > a.um-footer-links__contacto |
Información - 868 88 88 88 div.col-12 > ul.list-unstyled > li.um-footer-links__item > a.um-footer-links__contacto |
Centralita - 868 88 30 00 div.col-12 > ul.list-unstyled > li.um-footer-links__item > a.um-footer-links__contacto |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ELECCIONES A RECTOR/A Y CLAUSTRO UNIVERSITARIO: CONSULTA DE RESULTADOS · ELECCI… div > div.journal-content-article > div#Marquesina-61997176 > a.um-news-marquee__link |
Alicia Rubio y Samuel Baixauli disputarán la segunda vuelta de las elecciones a… div.um-horizontal-scroll__wrapper > div.col-md-6 > div.um-sticky-news__item > a.um-sticky-news__link |
Encuentro en la UMU de especialistas europeos en gestión de proyectos de la UE … div.row > div.col-12 > div.um-sticky-news__item > a.um-sticky-news__link |
Best Practices
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.