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.
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.
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.
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 | |
|---|---|---|---|
Banner infougr div.views-row > div.views-field > div.field-content > img | www.ugr.es/sites/default/files/comunicados-oficiales/banner-infougr.png | 7.2 MiB | 7.2 MiB |
Estudiantes por los paseillos universitarios en el campus de Fuentenueva article.media > div.field > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... | 169.8 KiB | 151.6 KiB |
Patio del Hospital Real con fuente en el centro y puerta al fondo, a modo de rá… article.media > div.field > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... | 156.7 KiB | 138.5 KiB |
Composición con texto e imagen div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... | 78.6 KiB | 66.6 KiB |
varios iconos de redes sociales div.views-row > div.views-field > div.field-content > img | www.ugr.es/sites/default/files/comunicados-oficiales/Banner%20rrss%202.png | 66.9 KiB | 60.9 KiB |
#FacultadTour div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_2dpr_0_479_/publi... | 60.0 KiB | 48.9 KiB |
Un grupo de estudiantes div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... | 55.6 KiB | 47.1 KiB |
Convocatoria General de Becas MEC 2026-2027 div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_2dpr_0_479_/publi... | 57.6 KiB | 46.9 KiB |
Grupo de niños div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... | 50.1 KiB | 42.5 KiB |
‘Ciencia de repente’, serie de divulgación que lleva la investigación y el cono… div.views-row > div.views-field > div.field-content > img | www.ugr.es/sites/default/files/comunicados-oficiales/banner-sevidencia_0.jpg | 37.5 KiB | 31.6 KiB |
Avatar chatbot div.app-omb-avatar-main > button.app-omb-avatar-display > div.app-omb-avatar-container > img.app-omb-avatar-image | /1mb-images/62c53a978a2ea8f366347673/bots-avatar/16843124... | 31.6 KiB | 30.2 KiB |
La UGR convoca los IV Premios a la Iniciativa en la Gestión del PTGAS div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_2dpr_0_479_/publi... | 32.2 KiB | 26.3 KiB |
Grupo de personas y el texto ODS UGR div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... | 29.7 KiB | 25.2 KiB |
Investigadora div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... | 26.8 KiB | 22.7 KiB |
Elaboración de la Estrategia Impronta UGR div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_2dpr_0_479_/publi... | 24.2 KiB | 19.7 KiB |
Acuerdos adoptados en Consejo de Gobierno ordinario del 10/04/2026 div.views-row > div.views-field > div.field-content > img | /sites/default/files/comunicados-oficiales/banner-acuerdo... | 20.1 KiB | 17.8 KiB |
‘La evidencia la da la ciencia div.views-row > div.views-field > div.field-content > img | www.ugr.es/sites/default/files/comunicados-oficiales/banner-sevidencia.jpg | 22.6 KiB | 16.7 KiB |
La Facultad de Traducción e Interpretación celebra la festividad de su patrón, … div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... | 40.4 KiB | 15.9 KiB |
Texto junto a un arco div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... | 18.6 KiB | 15.7 KiB |
Identifican una variante genética asociada a la evolución del cáncer renal div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... | 31.2 KiB | 12.3 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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,900|Montserrat | 1.2 KiB | 824 ms |
| /sites/default/files/js/js_WTVW5OyrPr8NSr1yuCI7nQh-zkpryU... | 85.0 KiB | 1.8 s |
| /sites/default/files/css/css_RjiBtTpe3ER9je1oX0RA9qCeaJn-... | 79.6 KiB | 1.5 s |
| www.ugr.es/core/assets/vendor/modernizr/modernizr.min.js?v=3.3.1 | 2.7 KiB | 644 ms |
| /sites/default/files/css/css_2BvQTYfQffFmuBrtS6ELHOqxjRnE... | 7.1 KiB | 315 ms |
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 |
|---|---|
| ugr.es/ | 795 ms |
| www.ugr.es/ | 0.0 ms |
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 |
|---|---|
Pause
21 Abr
El proyecto Menoara gana la cuarta edición del Premio Nacional Tal… div.region > div#block-ugr-content > div.full-layout > div#second | 0.403 |
Chatbot:
¿En qué puedo ayudarte? div.app-omb-app > div.app-omb-avatar-main | 0.013 |
Este portal web únicamente utiliza cookies con finalidad técnica, no recaba ni … body.layout-no-sidebars > div#sliding-popup | 0.003 |
Este portal web únicamente utiliza cookies con finalidad técnica, no recaba ni … body.layout-no-sidebars > div#sliding-popup | 0.001 |
Este portal web únicamente utiliza cookies con finalidad técnica, no recaba ni … body.layout-no-sidebars > div#sliding-popup | 0.001 |
Este portal web únicamente utiliza cookies con finalidad técnica, no recaba ni … body.layout-no-sidebars > div#sliding-popup | 0.001 |
Este portal web únicamente utiliza cookies con finalidad técnica, no recaba ni … body.layout-no-sidebars > div#sliding-popup | 0.001 |
Este portal web únicamente utiliza cookies con finalidad técnica, no recaba ni … body.layout-no-sidebars > div#sliding-popup | 0.001 |
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
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 |
|---|---|---|
| /sites/default/files/css/css_RjiBtTpe3ER9je1oX0RA9qCeaJn-... | 78.9 KiB | 68.6 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 |
|---|---|---|
| chat.1millionbot.com/app.js | 146.3 KiB | 66.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-1VP321ZLLY&cx=c>m=4e64h1 | 155.6 KiB | 66.7 KiB |
| www.googletagmanager.com/gtag/js?id=UA-4060598-1 | 115.7 KiB | 62.9 KiB |
| /sites/default/files/js/js_WTVW5OyrPr8NSr1yuCI7nQh-zkpryU... | 84.4 KiB | 37.7 KiB |
| analiticasweb.ugr.es/matomo.js | 66.4 KiB | 36.1 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 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.4 s |
| Script Evaluation | 1.0 s |
| Style & Layout | 593 ms |
| Script Parsing & Compilation | 177 ms |
| Rendering | 108 ms |
| Parse HTML & CSS | 87 ms |
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 |
|---|---|---|
| /sites/default/files/js/js_7_96lEBAlquQIzl41OND0qeJKncV5j... | 17.9 KiB | 4.0 KiB |
| www.ugr.es/modules/contrib/eu_cookie_compliance/js/eu_cookie_compliance.js?v=1.9 | 8.1 KiB | 2.4 KiB |
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 | |
|---|---|
Logo Arqus alliance div.clearfix > p > a.arqus-logo > img | www.ugr.es/themes/custom/ugr/arqus-alliance.svg |
Universidad de Granada div#block-marcadelsitio > div.site-name > a.site-logo > img | www.ugr.es/themes/custom/ugr/logo-footer.svg |
Universidad de Granada div#block-subsite-branding > div.site-name > a.site-logo > img | www.ugr.es/themes/custom/ugr/ugr-horizontal-color.svg |
Composición con texto e imagen div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... |
Investigadora div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... |
Estudiantes por los paseillos universitarios en el campus de Fuentenueva article.media > div.field > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... |
Un grupo de estudiantes div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... |
Texto junto a un arco div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... |
Grupo de niños div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... |
Patio del Hospital Real con fuente en el centro y puerta al fondo, a modo de rá… article.media > div.field > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... |
Grupo de personas y el texto ODS UGR div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_2dpr_0_479_/pu... |
Elaboración de la Estrategia Impronta UGR div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_2dpr_0_479_/publi... |
#FacultadTour div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_2dpr_0_479_/publi... |
Convocatoria General de Becas MEC 2026-2027 div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_2dpr_0_479_/publi... |
La UGR convoca los IV Premios a la Iniciativa en la Gestión del PTGAS div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_2dpr_0_479_/publi... |
Elaboración de la Estrategia Impronta UGR div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_2dpr_0_479_/publi... |
#FacultadTour div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_2dpr_0_479_/publi... |
Convocatoria General de Becas MEC 2026-2027 div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_2dpr_0_479_/publi... |
La UGR convoca los IV Premios a la Iniciativa en la Gestión del PTGAS div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_2dpr_0_479_/publi... |
Elaboración de la Estrategia Impronta UGR div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_2dpr_0_479_/publi... |
El proyecto Menoara gana la cuarta edición del Premio Nacional TaleS div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... |
Identifican una variante genética asociada a la evolución del cáncer renal div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... |
La Facultad de Traducción e Interpretación celebra la festividad de su patrón, … div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... |
Ana Gallego Cuiñas, miembro del jurado del Premio Cervantes 2025 div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... |
Misión Técnica Internacional’ de la Unión Iberoamericana de Municipalistas div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... |
La UGR imparte un seminario sobre Gemini div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... |
El proyecto Menoara gana la cuarta edición del Premio Nacional TaleS div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... |
Identifican una variante genética asociada a la evolución del cáncer renal div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... |
La Facultad de Traducción e Interpretación celebra la festividad de su patrón, … div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... |
Ana Gallego Cuiñas, miembro del jurado del Premio Cervantes 2025 div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... |
Misión Técnica Internacional’ de la Unión Iberoamericana de Municipalistas div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... |
La UGR imparte un seminario sobre Gemini div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... |
El proyecto Menoara gana la cuarta edición del Premio Nacional TaleS div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... |
Identifican una variante genética asociada a la evolución del cáncer renal div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_2dpr_0_479_/publ... |
Logo Pacto Digital para la Protección de Las Personas div.logos-footer-block > div.logos-footer > a.pactodigital > img | www.ugr.es/themes/custom/ugr/pactodigital.svg |
perros de paja div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_banners_2dpr_0_479_/publ... |
logo presupuestos div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_banners_2dpr_0_479_/publ... |
bioética logo div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_banners_2dpr_0_479_/publ... |
semana eslovena logo div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_banners_2dpr_0_479_/publ... |
Estrategia de RRHH para los investigadores div.logos-footer-block > div.logos-footer > a.excelencia-logo > img | www.ugr.es/themes/custom/ugr/excelencia.svg |
Logo Universidades Públicas de Andalucía div.logos-footer-block > div.logos-footer > a.aupa-logo > img | www.ugr.es/themes/custom/ugr/aupa.svg |
Logo Sello de Transparencia Universidades 2024 div.logos-footer-block > div.logos-footer > a.transparencia-logo > img | www.ugr.es/themes/custom/ugr/transparencia-universidades.svg |
Logo Universia div.logos-footer-block > div.logos-footer > a.excelencia-logo > img | www.ugr.es/themes/custom/ugr/universia.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
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
21 Abr
La Facultad de Traducción e Interpretación celebra la festividad de su p… div.view-content > div.slick-list > div.slick-track > div.slick-slide |
21 Abr
Ana Gallego Cuiñas, miembro del jurado del Premio Cervantes 2025 div.view-content > div.slick-list > div.slick-track > div.slick-slide |
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.
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.ugr.es/condiciones-legales | Más información |
Format your HTML in a way that enables crawlers to better understand your app’s content.