Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
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.
No H1 heading found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
118 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
119 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
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/33f690a7-5309-41d3-9a97-226db7370fba)<a href="https://beavercheck.com/results/33f690a7-5309-41d3-9a97-226db7370fba"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fum.es" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fum.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 8.3s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~29%.
Page takes 8.3s to load
+12% bounceUsers abandon at ~3s — you're 5.8s 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 540ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
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
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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
20 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.
€358 investment → €4,871/month returns + EUR 120,500,000 risk avoided
€358
6h · 5 findings
€4,871 /mo
~€58,455 / 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.5 developer hours at €55/hr
Based on Spain rates (€55/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,005 / year if left unfixed
€120,500,000
+5 more
€0.45 /mo
6010.4 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 3 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.
5.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
540 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.12 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.
13.02 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.
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.
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.
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 |
|---|---|---|
| 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.
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.
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 |
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.
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.27 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.17 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
16 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.015
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.47 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.17 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.
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 | |
|---|---|---|---|
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 | /documents/2192611/61996997/EUGANOM_med.jpg/2e09dfe2-bd56... | 460.6 KiB | 441.9 KiB |
Foto de grupo div.um-noticias-7030__content > div.um-noticias-7030__imagen > picture > img | /documents/2192611/61996671/pdi_11032026_a.jpg/1c7898ce-e... | 462.9 KiB | 391.3 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 | /documents/2192611/61996997/crue_laspalmas_med.jpg/bbcb4a... | 358.7 KiB | 340.0 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 | /documents/2192611/60360899/elecciones01.jpg/433fadcd-c70... | 520.5 KiB | 322.5 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 | /documents/2192611/61997978/fiumers_p.jpg/6d8c6204-1395-4... | 265.9 KiB | 261.7 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 | /documents/2192611/61997978/foto_examen_p.jpg/9eba3442-f2... | 181.8 KiB | 177.5 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 | /documents/2192611/61997973/2vuelta.jpeg/acde21a7-9984-d7... | 163.6 KiB | 138.4 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 |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.0 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.0 KiB |
| /o/um-lr-74-principal-theme/css/main.css?browserId=chrome... | 61.2 KiB | 57.8 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 |
|---|---|---|
| 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.7 KiB |
| /combo?browserId=chrome&minifierType=js&languageId=es_ES&... | 77.0 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 |
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 |
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 | |
|---|---|
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 | /documents/2192611/61997973/2vuelta.jpeg/acde21a7-9984-d7... |
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 |
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 | /documents/2192611/61996997/EUGANOM_med.jpg/2e09dfe2-bd56... |
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 | /documents/2192611/61996997/crue_laspalmas_med.jpg/bbcb4a... |
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 | /documents/2192611/61997978/fiumers_p.jpg/6d8c6204-1395-4... |
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 | /documents/2192611/61997978/foto_examen_p.jpg/9eba3442-f2... |
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-... |
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.
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/ | 254 ms |
| www.um.es/ | 0.0 ms |
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.
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 |
|---|
Estudiantes div.col-12 > ul#collapse-Perfiles > li.um-footer-links__item > a.um-footer-links__perfiles |
PDI div.col-12 > ul#collapse-Perfiles > li.um-footer-links__item > a.um-footer-links__perfiles |
PTGAS div.col-12 > ul#collapse-Perfiles > li.um-footer-links__item > a.um-footer-links__perfiles |
PI div.col-12 > ul#collapse-Perfiles > li.um-footer-links__item > a.um-footer-links__perfiles |
ALUMNI div.col-12 > ul#collapse-Perfiles > li.um-footer-links__item > a.um-footer-links__perfiles |
Código Ético div.col-12 > ul#collapse-Etica > li.um-footer-links__item > a.um-footer-links__etica |
Buzón Universitario div.col-12 > ul#collapse-Etica > li.um-footer-links__item > a.um-footer-links__etica |
Buzón del Informante div.col-12 > ul#collapse-Etica > li.um-footer-links__item > a.um-footer-links__etica |
Buzón de Transparencia div.col-12 > ul#collapse-Etica > li.um-footer-links__item > a.um-footer-links__etica |
Lucha contra el fraude div.col-12 > ul#collapse-Etica > li.um-footer-links__item > a.um-footer-links__etica |
Accesibilidad div.col-12 > ul#collapse-Informacion > li.um-footer-links__item > a.um-footer-links__info |
Cómo llegar div.col-12 > ul#collapse-Informacion > li.um-footer-links__item > a.um-footer-links__info |
Emergencias div.col-12 > ul#collapse-Informacion > li.um-footer-links__item > a.um-footer-links__info |
Ayuda div.col-12 > ul#collapse-Informacion > li.um-footer-links__item > a.um-footer-links__info |
Cita previa div#collapse-Admin > ul.list-unstyled > li.um-footer-links__item > a.um-footer-links__admin |
Carpeta ciudadana div#collapse-Admin > ul.list-unstyled > li.um-footer-links__item > a.um-footer-links__admin |
Solicitudes de empleo público UMU div#collapse-Admin > ul.list-unstyled > li.um-footer-links__item > a.um-footer-links__admin |
Perfil del contratante div#collapse-Admin > ul.list-unstyled > li.um-footer-links__item > a.um-footer-links__admin |
Portafirmas div#collapse-Admin > ul.list-unstyled > li.um-footer-links__item > a.um-footer-links__admin |
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 |
La Facultad de Informática lanza «Fiumers in the wild»: un puente entre la form… div.row > div.col-12 > div.um-sticky-news__item > a.um-sticky-news__link |
La UMU participa en las XXIV Jornadas de Crue-Internacionalización y Cooperació… div.row > div.col-12 > div.um-sticky-news__item > a.um-sticky-news__link |
La UMU, pionera en implantar una nueva certificación de inglés para sus estudia… div.row > div.col-12 > div.um-sticky-news__item > a.um-sticky-news__link |
PDI div.col-12 > ul#collapse-Perfiles > li.um-footer-links__item > a.um-footer-links__perfiles |
PTGAS div.col-12 > ul#collapse-Perfiles > li.um-footer-links__item > a.um-footer-links__perfiles |
PI div.col-12 > ul#collapse-Perfiles > li.um-footer-links__item > a.um-footer-links__perfiles |
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.
Send Feedback