Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Mostly accessible, but some users still face barriers.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 12.1 MB (10.2 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/cd566fd7-5612-4d9a-8c88-3c92a131a2d3)<a href="https://beavercheck.com/results/cd566fd7-5612-4d9a-8c88-3c92a131a2d3"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fugr.es" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fugr.esThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 21.2s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~33%.
Page takes 21.2s to load
+12% bounceUsers abandon at ~3s — you're 18.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 223ms after first paint
Fix: Defer third-party scripts and split large bundles
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
5 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€330 investment → €2.37/month returns + EUR 120,500,000 risk avoided
€330
6h · 5 findings
€2.37 /mo
~€28 / year
EUR 120,500,000
if kept compliant
€55 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at €55/hr
Based on Spain rates (€55/hr)
Start here for the best return on investment
€10,041,669 / month at risk
~€120,500,028 / year if left unfixed
€120,500,000
+5 more
€2.37 /mo
32037.1 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
9.81 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.17 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
223 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.410
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.81 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
21.60 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| 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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
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.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.70 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.282
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.85 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.38 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 |
|---|---|---|
| /sites/default/files/js/js_WTVW5OyrPr8NSr1yuCI7nQh-zkpryU... | 85.0 KiB | 478 ms |
| /sites/default/files/css/css_RjiBtTpe3ER9je1oX0RA9qCeaJn-... | 79.6 KiB | 478 ms |
| fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,900|Montserrat | 1.2 KiB | 270 ms |
| www.ugr.es/core/assets/vendor/modernizr/modernizr.min.js?v=3.3.1 | 2.7 KiB | 313 ms |
| /sites/default/files/css/css_2BvQTYfQffFmuBrtS6ELHOqxjRnE... | 7.1 KiB | 204 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 | |
|---|---|---|---|
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 |
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 | 63.6 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 | 34.3 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 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 | 19.4 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 |
Estudiantes por los paseillos universitarios en el campus de Fuentenueva article.media > div.field > picture > img | /sites/default/files/styles/home_destacado_1dpr_896/publi... | 18.4 KiB | 7.9 KiB |
MOOCs: oferta de formación abierta on line de la UGR div.views-row > div.views-field > div.field-content > img | www.ugr.es/sites/default/files/comunicados-oficiales/banner-moocs-ugr.jpg | 8.2 KiB | 5.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 | 65.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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| chat.1millionbot.com/app.js | 146.3 KiB | 66.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-1VP321ZLLY&cx=c>m=4e64h1 | 155.6 KiB | 66.4 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 | 39.4 KiB |
| analiticasweb.ugr.es/matomo.js | 66.4 KiB | 37.4 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 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 |
|---|---|---|
| /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 |
Elaboración de la Estrategia Impronta UGR div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_1dpr_896_/public/... |
#FacultadTour div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_1dpr_896_/public/... |
Convocatoria General de Becas MEC 2026-2027 div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_1dpr_896_/public/... |
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_1dpr_896_/public/... |
Elaboración de la Estrategia Impronta UGR div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_1dpr_896_/public/... |
#FacultadTour div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_1dpr_896_/public/... |
Convocatoria General de Becas MEC 2026-2027 div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_1dpr_896_/public/... |
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_1dpr_896_/public/... |
Elaboración de la Estrategia Impronta UGR div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_slider_1dpr_896_/public/... |
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 |
La UGR imparte un seminario sobre Gemini div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_1dpr_896_/public... |
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_1dpr_896_/public... |
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_1dpr_896_/public... |
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_1dpr_896_/public... |
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_1dpr_896_/public... |
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_1dpr_896_/public... |
La UGR imparte un seminario sobre Gemini div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_1dpr_896_/public... |
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_1dpr_896_/public... |
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_1dpr_896_/public... |
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_1dpr_896_/public... |
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_1dpr_896_/public... |
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_1dpr_896_/public... |
La UGR imparte un seminario sobre Gemini div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_noticia_1dpr_896_/public... |
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_1dpr_896_/public... |
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_1dpr_896_/public... |
Composición con texto e imagen div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_1dpr_896/publi... |
Investigadora div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_1dpr_896/publi... |
Un grupo de estudiantes div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_1dpr_896/publi... |
Texto junto a un arco div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_1dpr_896/publi... |
Grupo de niños div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_1dpr_896/publi... |
Grupo de personas y el texto ODS UGR div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_destacado_1dpr_896/publi... |
Estudiantes por los paseillos universitarios en el campus de Fuentenueva article.media > div.field > picture > img | /sites/default/files/styles/home_destacado_1dpr_896/publi... |
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_1dpr_896/publi... |
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 |
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 |
perros de paja div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_banners_1dpr_896_/public... |
logo presupuestos div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_banners_1dpr_896_/public... |
bioética logo div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_banners_1dpr_896_/public... |
semana eslovena logo div.views-field > div.field-content > picture > img | /sites/default/files/styles/home_banners_1dpr_896_/public... |
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.
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/ | 244 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
La UGR imparte un seminario sobre Gemini
21 Abr
El proyecto Menoar… div.full-layout > div#second > div.block-region-second > div.views-element-container | 0.281 |
Convocatoria General de Becas MEC 2026-2027
Solicitudes: desde el 7 de abril ha… div > div.views-row > div.views-field > div.field-content | 0.001 |
Buscar div.region > div#block-ugr-search > form#search-block-form > div.js-form-item | 0.001 |
Este portal web únicamente utiliza cookies con finalidad técnica, no recaba ni … body.layout-no-sidebars > div#sliding-popup | 0.000 |
Este portal web únicamente utiliza cookies con finalidad técnica, no recaba ni … body.layout-no-sidebars > div#sliding-popup | 0.000 |
Este portal web únicamente utiliza cookies con finalidad técnica, no recaba ni … body.layout-no-sidebars > div#sliding-popup | 0.000 |
Buscar div.region > div#block-ugr-search > form#search-block-form > div.js-form-item | 0.000 |
Este portal web únicamente utiliza cookies con finalidad técnica, no recaba ni … body.layout-no-sidebars > div#sliding-popup | 0.000 |
Pause div > div.banda-derecha > div.view-content > button.slick-autoplay-toggle-button | 0.000 |
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.
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.
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.
Send Feedback