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.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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 9.1 MB (7.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
48 third-party resources (100% of weight)
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/e28c58eb-467e-423e-8bd3-7524915a9cba)<a href="https://beavercheck.com/results/e28c58eb-467e-423e-8bd3-7524915a9cba"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fuab.cat" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fuab.catThis 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 26.9s 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 26.9s to load
+12% bounceUsers abandon at ~3s — you're 24.4s 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 498ms 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
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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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
1 broken link(s) on the page
+2% 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 → €1.75/month returns + EUR 120,500,000 risk avoided
€358
6h · 5 findings
€1.75 /mo
~€21 / 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,668 / month at risk
~€120,500,021 / year if left unfixed
€120,500,000
+4 more
€1.75 /mo
23634.8 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 4 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.
4.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
26.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
498 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.325
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.75 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.
27.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.
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 | |
|---|---|---|---|
UAB, un campus ple d'experiències
Saber-ne més
sobre "... i un campus de pel·lí… div.owl-stage-outer > div.owl-stage > div.owl-item > div.slide | www.uab.cat/Imatge/857/117/25fotocampus.jpg | 1.9 MiB | 1.5 MiB |
Fotografia de la II Jornada de Transferència de Coneixement en Ciències Socials… div.slide > a > div.imatge > img | www.uab.cat/Imatge/788/485/IIJornadaTransferenciaCSiH.png | 720.8 KiB | 682.5 KiB |
XVI edició de la Setmana Saludable i Sostenible
Saber-ne més
sobre "Del 16 al 2… div.owl-stage-outer > div.owl-stage > div.owl-item > div.slide | www.uab.cat/Imatge/359/47/SetmanaSiS.jpg | 818.0 KiB | 613.6 KiB |
Serveis ul > li.targeta > div.imatge > img | www.uab.cat/Imatge/236/470/serveis,10.jpg | 424.6 KiB | 373.8 KiB |
Imatge de la zona d'Òdena incendiada el 2015 div.slide > a > div.imatge > img | www.uab.cat/Imatge/927/888/IncendiOdena_LidarTeam_2016_webUAB.jpg | 328.3 KiB | 290.0 KiB |
Reunió del projecte FRIDA div.slide > a > div.imatge > img | www.uab.cat/Imatge/381/231/2026_Frida-38_web.jpg | 273.4 KiB | 232.3 KiB |
Recerca ul > li.targeta > div.imatge > img | www.uab.cat/Imatge/654/779/RecercaUAB.jpg | 268.9 KiB | 214.5 KiB |
La Vanguardia div.targeta-wrap > a > div.imatge > img | www.uab.cat/Imatge/104/593/vang15IV.jpg | 155.3 KiB | 112.0 KiB |
Noies jugant a un joc de taula div.slide > a > div.imatge > img | www.uab.cat/Imatge/944/99/jugato1_web.jpeg | 136.8 KiB | 95.9 KiB |
El lloro kea discapacitat Bruce lluitant amb un altre kea. foto Ximena Nelson div.slide > a > div.imatge > img | www.uab.cat/Imatge/129/950/LLORO-KEA-DISCAPACITAT_XimenaNelsonUC-ok.jpg | 131.0 KiB | 91.9 KiB |
Taules de pícnic a l'Espai Saludable i Sostenible (Espai SiS) div.slide > a > div.imatge > img | www.uab.cat/Imatge/270/56/TaulaPicnic,1.jpg | 106.7 KiB | 75.3 KiB |
Estudiants ul > li.targeta > div.imatge > img | www.uab.cat/Imatge/993/829/estudis-estudiants.jpg | 96.8 KiB | 58.5 KiB |
Eldiario.es div.targeta-wrap > a > div.imatge > img | www.uab.cat/Imatge/269/988/eldiaries.jpg | 96.5 KiB | 52.0 KiB |
Aliança 4 Universitats ul.row > li > a > img | www.uab.cat/Imatge/699/912/logo-A4U,0.png | 47.1 KiB | 44.1 KiB |
InfoK div.slide > a > div.imatge > img | www.uab.cat/Imatge/1008/171/infok.jpg | 73.8 KiB | 34.7 KiB |
UAB, un campus ple d'experiències
Saber-ne més
sobre "4.500 intercanvis interna… div.owl-stage-outer > div.owl-stage > div.owl-item > div.slide | www.uab.cat/Imatge/299/982/imatge03.jpg | 372.9 KiB | 30.1 KiB |
Gràfic div.slide > a > div.imatge > img | www.uab.cat/Imatge/820/399/PDCOGs_Graphical_Abstract.jpg | 63.8 KiB | 28.3 KiB |
3Cat div.targeta-wrap > a > div.imatge > img | www.uab.cat/Imatge/151/373/grasa,1.jpg | 72.1 KiB | 27.5 KiB |
Logo Xarxa Vives ul.row > li > a > img | www.uab.cat/Imatge/688/150/logo-XVU,0.png | 14.0 KiB | 13.2 KiB |
TVE div.targeta-wrap > a > div.imatge > img | www.uab.cat/Imatge/228/670/rtve,2.jpg | 53.4 KiB | 9.2 KiB |
Logotip HR Excellence in Research ul.row > li > a > img | www.uab.cat/Imatge/423/772/logo-hr,0.png | 8.6 KiB | 7.4 KiB |
Logo ECIU University ul.row > li > a > img | www.uab.cat/Imatge/615/621/logo-ECIU,0.png | 7.6 KiB | 6.9 KiB |
Logo Xarxa EUA ul.row > li > a > img | www.uab.cat/Imatge/554/849/logo-EUA,0.png | 6.1 KiB | 5.8 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 |
|---|---|---|
| www.uab.cat/Xcelerate/WAI/css/sites/portal.css | 23.0 KiB | 323 ms |
| www.uab.cat/Xcelerate/WAI/css/vendor/owl/owl.carousel.min.css | 1.4 KiB | 483 ms |
| code.jquery.com/jquery-3.4.1.slim.min.js | 24.1 KiB | 931 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| uab.cat/ | 788 ms |
| www.uab.cat/ | 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 |
|---|---|
Enllaços directes
Estudis
Graus
Màsters i Postgraus
Doctorats
Aliança europea E… body > main#contingut > section#conj-targetes-menu-1 | 0.325 |
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 |
|---|---|---|
| www.uab.cat/Xcelerate/WAI/css/sites/portal.css | 22.6 KiB | 18.9 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/gtag/js?id=G-2CH1808E6F&cx=c>m=4e64k1h2 | 172.7 KiB | 66.1 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1032775476&cx=c>m=4e64k1h2 | 136.3 KiB | 64.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PW3QBZ4 | 155.7 KiB | 63.5 KiB |
| /e3f09dda-a690-4207-be93-92a2217eddc0/cc.js?renew=false&r... | 71.7 KiB | 27.5 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 |
|---|---|
| Script Evaluation | 917 ms |
| Other | 543 ms |
| Style & Layout | 241 ms |
| Script Parsing & Compilation | 170 ms |
| Parse HTML & CSS | 133 ms |
| Rendering | 68 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Logotip HR Excellence in Research ul.row > li > a > img | www.uab.cat/Imatge/423/772/logo-hr,0.png |
Logo ECIU University ul.row > li > a > img | www.uab.cat/Imatge/615/621/logo-ECIU,0.png |
Logo Xarxa Vives ul.row > li > a > img | www.uab.cat/Imatge/688/150/logo-XVU,0.png |
Logo Xarxa EUA ul.row > li > a > img | www.uab.cat/Imatge/554/849/logo-EUA,0.png |
Aliança 4 Universitats ul.row > li > a > img | www.uab.cat/Imatge/699/912/logo-A4U,0.png |
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ABR.
23
10è Congrés Internacional sobre el Control de la Fertilitat de la Fauna… main#contingut > section#conj-agenda-carousel-1 > div.container > div#agenda-carousel-1 |
La UAB acull la primera reunió internacional del projecte europeu FRIDA
La UAB … main#contingut > section#conj-noticies-carousel-1 > div.container > div#noticies-carousel-1 |
UAB, un campus ple d'experiències
Saber-ne més
sobre "Una universitat pública i… body > main#contingut > section#conj-promocio-carousel-2 > div#promocio-carousel-2 |
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.
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.
758 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.58 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
11 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.316
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.24 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.
4.68 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.
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 | |
|---|---|---|---|
... i un campus de pel·lícula!
UAB, un campus ple d'experiències
Saber-ne més
… div.owl-stage-outer > div.owl-stage > div.owl-item > div.slide | www.uab.cat/Imatge/857/117/25fotocampus.jpg | 1.9 MiB | 1.5 MiB |
Fotografia de la II Jornada de Transferència de Coneixement en Ciències Socials… div.slide > a > div.imatge > img | www.uab.cat/Imatge/788/485/IIJornadaTransferenciaCSiH.png | 720.8 KiB | 713.0 KiB |
Del 16 al 24 d'abril
XVI edició de la Setmana Saludable i Sostenible
Saber-ne … div.owl-stage-outer > div.owl-stage > div.owl-item > div.slide | www.uab.cat/Imatge/359/47/SetmanaSiS.jpg | 818.0 KiB | 613.6 KiB |
Serveis ul > li.targeta > div.imatge > img | www.uab.cat/Imatge/236/470/serveis,10.jpg | 424.6 KiB | 398.8 KiB |
Imatge de la zona d'Òdena incendiada el 2015 div.slide > a > div.imatge > img | www.uab.cat/Imatge/927/888/IncendiOdena_LidarTeam_2016_webUAB.jpg | 328.3 KiB | 320.5 KiB |
Reunió del projecte FRIDA div.slide > a > div.imatge > img | www.uab.cat/Imatge/381/231/2026_Frida-38_web.jpg | 273.4 KiB | 262.8 KiB |
Recerca ul > li.targeta > div.imatge > img | www.uab.cat/Imatge/654/779/RecercaUAB.jpg | 268.9 KiB | 239.6 KiB |
La Vanguardia div.targeta-wrap > a > div.imatge > img | www.uab.cat/Imatge/104/593/vang15IV.jpg | 155.3 KiB | 135.9 KiB |
Noies jugant a un joc de taula div.slide > a > div.imatge > img | www.uab.cat/Imatge/944/99/jugato1_web.jpeg | 136.8 KiB | 126.4 KiB |
El lloro kea discapacitat Bruce lluitant amb un altre kea. foto Ximena Nelson div.slide > a > div.imatge > img | www.uab.cat/Imatge/129/950/LLORO-KEA-DISCAPACITAT_XimenaNelsonUC-ok.jpg | 131.0 KiB | 122.5 KiB |
Taules de pícnic a l'Espai Saludable i Sostenible (Espai SiS) div.slide > a > div.imatge > img | www.uab.cat/Imatge/270/56/TaulaPicnic,1.jpg | 106.7 KiB | 88.6 KiB |
Estudiants ul > li.targeta > div.imatge > img | www.uab.cat/Imatge/993/829/estudis-estudiants.jpg | 96.8 KiB | 83.6 KiB |
Eldiario.es div.targeta-wrap > a > div.imatge > img | www.uab.cat/Imatge/269/988/eldiaries.jpg | 96.5 KiB | 75.9 KiB |
InfoK div.slide > a > div.imatge > img | www.uab.cat/Imatge/1008/171/infok.jpg | 73.8 KiB | 64.2 KiB |
Gràfic div.slide > a > div.imatge > img | www.uab.cat/Imatge/820/399/PDCOGs_Graphical_Abstract.jpg | 63.8 KiB | 52.3 KiB |
3Cat div.targeta-wrap > a > div.imatge > img | www.uab.cat/Imatge/151/373/grasa,1.jpg | 72.1 KiB | 51.4 KiB |
Aliança 4 Universitats ul.row > li > a > img | www.uab.cat/Imatge/699/912/logo-A4U,0.png | 47.1 KiB | 45.1 KiB |
TVE div.targeta-wrap > a > div.imatge > img | www.uab.cat/Imatge/228/670/rtve,2.jpg | 53.4 KiB | 33.3 KiB |
4.500 intercanvis internacionals, 10.500 pràctiques professionals...
UAB, un c… div.owl-stage-outer > div.owl-stage > div.owl-item > div.slide | www.uab.cat/Imatge/299/982/imatge03.jpg | 372.9 KiB | 30.1 KiB |
Logo Xarxa Vives ul.row > li > a > img | www.uab.cat/Imatge/688/150/logo-XVU,0.png | 14.0 KiB | 13.5 KiB |
Logotip HR Excellence in Research ul.row > li > a > img | www.uab.cat/Imatge/423/772/logo-hr,0.png | 8.6 KiB | 7.7 KiB |
Logo ECIU University ul.row > li > a > img | www.uab.cat/Imatge/615/621/logo-ECIU,0.png | 7.6 KiB | 7.0 KiB |
Logo Xarxa EUA ul.row > li > a > img | www.uab.cat/Imatge/554/849/logo-EUA,0.png | 6.1 KiB | 5.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.
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 |
|---|---|---|
| www.uab.cat/Xcelerate/WAI/css/sites/portal.css | 23.0 KiB | 102 ms |
| www.uab.cat/Xcelerate/WAI/css/vendor/owl/owl.carousel.min.css | 1.4 KiB | 152 ms |
| code.jquery.com/jquery-3.4.1.slim.min.js | 24.1 KiB | 240 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 |
|---|---|
| uab.cat/ | 236 ms |
| www.uab.cat/ | 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 |
|---|---|
Enllaços directes
Estudis
Graus
Màsters i Postgraus
Doctorats
Aliança europea E… body > main#contingut > section#conj-targetes-menu-1 | 0.316 |
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.
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/gtag/js?id=G-2CH1808E6F&cx=c>m=4e64k0 | 172.7 KiB | 65.9 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1032775476&cx=c>m=4e64k0 | 136.3 KiB | 63.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PW3QBZ4 | 155.7 KiB | 63.5 KiB |
| /e3f09dda-a690-4207-be93-92a2217eddc0/cc.js?renew=false&r... | 92.2 KiB | 35.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 |
|---|---|---|
| www.uab.cat/Xcelerate/WAI/css/sites/portal.css | 22.6 KiB | 17.1 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 | |
|---|---|
Logotip HR Excellence in Research ul.row > li > a > img | www.uab.cat/Imatge/423/772/logo-hr,0.png |
Logo ECIU University ul.row > li > a > img | www.uab.cat/Imatge/615/621/logo-ECIU,0.png |
Logo Xarxa Vives ul.row > li > a > img | www.uab.cat/Imatge/688/150/logo-XVU,0.png |
Logo Xarxa EUA ul.row > li > a > img | www.uab.cat/Imatge/554/849/logo-EUA,0.png |
Aliança 4 Universitats ul.row > li > a > img | www.uab.cat/Imatge/699/912/logo-A4U,0.png |
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ABR.
23
10è Congrés Internacional sobre el Control de la Fertilitat de la Fauna… main#contingut > section#conj-agenda-carousel-1 > div.container > div#agenda-carousel-1 |
La UAB acull la primera reunió internacional del projecte europeu FRIDA
La UAB … main#contingut > section#conj-noticies-carousel-1 > div.container > div#noticies-carousel-1 |
Una universitat pública i capdavantera en els rànquings internacionals
UAB, un… body > main#contingut > section#conj-promocio-carousel-2 > div#promocio-carousel-2 |
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.
Send Feedback