Mobile 375 × 812

Desktop 1440 × 900

Score: 66 / 100
Based on 6 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
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.
Cookie 'XSRF-TOKEN' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'laravel_session' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
HSTS 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.
High impact, low effort — start here.
High impact, requires investment.
Nothing in this quadrant — good news.
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/b09fede8-3a08-4cec-aa9e-a480dd703da9)<a href="https://beavercheck.com/results/b09fede8-3a08-4cec-aa9e-a480dd703da9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fuba.ar" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fuba.arThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Addressing the critical issues below would have the most immediate impact on your user trust.
4 barrier(s) likely increasing bounce by ~31%.
Page takes 23.3s to load
+12% bounceUsers abandon at ~3s — you're 20.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
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 viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
ARS 100,000 investment → ARS 607/month returns + ARS 5,000,000 risk avoided
ARS 100,000
2h · 5 findings
ARS 607 /mo
~ARS 7,278 / year
ARS 5,000,000
if kept compliant
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.
2.5 developer hours at AR$40000/hr
Based on Argentina rates (AR$40000/hr)
Start here for the best return on investment
ARS 417,273 / month at risk
~ARS 5,007,278 / year if left unfixed
ARS 5,000,000
ARS 607 /mo
8339.8 MB/mo × 72.727 ARS/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.
23.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.31 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.011
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
44.78 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.
23.31 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.
| URL | Est Savings |
|---|---|
| uba.ar/fonts/bitter-bold-webfont.woff2 | 3.0 s |
| uba.ar/fonts/bitter-regular-webfont.woff2 | 3.0 s |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.uba.ar/css/noticias.css | 2.6 KiB | |
| www.uba.ar/css/style.css | 5.7 KiB | 255 ms |
| www.uba.ar/css/animate.css | 5.3 KiB | 10.7 s |
| cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css | 31.6 KiB | 1.1 s |
| cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js | 16.6 KiB | 150 ms |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css | 13.1 KiB | 150 ms |
| cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js | 7.1 KiB | |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css | 11.8 KiB |
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 | |
|---|---|---|---|
div#sliderFotos > div.carousel-inner > div.carousel-item > img.d-block div#sliderFotos > div.carousel-inner > div.carousel-item > img.d-block | uba.ar/storage/dKgViUZh5ILVIAFi4tniGlfm93oXAngCvqoL2kpI.jpg | 276.2 KiB | 239.0 KiB |
UBA Universidad de Buenos Aires header#inicio > nav.navbar > a.navbar-brand > img | uba.ar/imgs/logoheader40anios.png | 6.5 KiB | 5.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| uba.ar/ | 13.0 s |
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 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 |
|---|---|---|
| cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css | 31.1 KiB | 28.8 KiB |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css | 12.6 KiB | 12.6 KiB |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css | 11.7 KiB | 11.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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-0ST2QP5PEG | 161.2 KiB | 68.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 | |
|---|---|
div#sliderFotos > div.carousel-inner > div.carousel-item > img.d-block div#sliderFotos > div.carousel-inner > div.carousel-item > img.d-block | uba.ar/storage/dKgViUZh5ILVIAFi4tniGlfm93oXAngCvqoL2kpI.jpg |
VER MÁS div.container-fluid > div.row > div.col-12 > img.img-fluid | www.uba.ar/storage/vWqLuWCXvO8kGxbp30TJtsxYTJ6ymqKumIg06H4s.jpg |
UBA Universidad de Buenos Aires header#inicio > nav.navbar > a.navbar-brand > img | uba.ar/imgs/logoheader40anios.png |
UBA Universidad de Buenos Aires div.row > div.col-12 > a.mb-2 > img.img-fluid | uba.ar/imgs/logofooter.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.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
183
DÍAS
00
HORAS
35
MINUTOS
56
SEGUNDOS
SIN APLICAR LA LEY DE FINANCIAMIENTO … body.modal-open > div#popupContador182 |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
FACULTADES Y CARRERAS
div.row > div.col-12 > a.stretched-link > h2 |
COLEGIOS div.row > div.col-12 > a.stretched-link > h2 |
POSGRADOS div.row > div.col-12 > a.stretched-link > h2 |
INVESTIGACIÓN div.row > div.col-12 > a.stretched-link > h2 |
COMUNIDAD UBA div.col-md-6 > a.stretched-link > div.f-blanco > h1 |
UNIVERSIDAD Y SOCIEDAD div.col-md-6 > a.stretched-link > div.f-blanco > h1 |
UBA NOTICIAS div.container-fluid > div.d-flex > div.me-auto > h2 |
JORNADA DE VISIBILIZACIÓN div.col > div.card > div.card-body > h5 |
EVITAR LA PROGRESIÓN div.col > div.card > div.card-body > h5 |
CREANDO CONCIENCIA div.col > div.card > div.card-body > h5 |
UBA CIENCIA div.container-fluid > div.d-flex > div.me-auto > h2 |
VER MÁS div.row > div.col-12 > div.position-absolute > a.btn-uba |
Por más graduad@s div.col-12 > a.stretched-link > div.f-blanco > h1.f-blanco |
Donar aquí
Para las Becas Sarmiento a.stretched-link > div.f-blanco > h6.f-blanco > p |
00 div.modal-body > div.contador-tiempo-grid > div.contador-tiempo-item > div#contadorHoras |
HORAS div.modal-body > div.contador-tiempo-grid > div.contador-tiempo-item > div.contador-tiempo-label |
35 div.modal-body > div.contador-tiempo-grid > div.contador-tiempo-item > div#contadorMinutos |
MINUTOS div.modal-body > div.contador-tiempo-grid > div.contador-tiempo-item > div.contador-tiempo-label |
56 div.modal-body > div.contador-tiempo-grid > div.contador-tiempo-item > div#contadorSegundos |
SEGUNDOS div.modal-body > div.contador-tiempo-grid > div.contador-tiempo-item > div.contador-tiempo-label |
LEY DE FINANCIAMIENTO UNIVERSITARIO. div.modal-body > div.contador-texto > p.mb-4 > span.texto-amarillo |
CUIDEMOS LO QUE FUNCIONA. div.modal-content > div.modal-body > div.contador-texto > p.texto-amarillo-2 |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Derechos Humanos div.carousel-item > div.caja > div > h4.mt-4 |
JORNADA DE VISIBILIZACIÓN div.col > div.card > div.card-body > h5 |
EVITAR LA PROGRESIÓN div.col > div.card > div.card-body > h5 |
CREANDO CONCIENCIA div.col > div.card > div.card-body > h5 |
Donar aquí
Para las Becas Sarmiento
div.col-12 > a.stretched-link > div.f-blanco > h6.f-blanco |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.modal-open > header#inicio > nav.navbar > a.navbar-toggler body.modal-open > header#inicio > nav.navbar > a.navbar-toggler |
div.container-fluid > div.d-flex > div.ms-auto > a.f-blanco div.container-fluid > div.d-flex > div.ms-auto > a.f-blanco |
div.container-fluid > div.d-flex > div.ms-auto > a.f-blanco div.container-fluid > div.d-flex > div.ms-auto > a.f-blanco |
div.row > ul.nav > li > a div.row > ul.nav > li > a |
div.row > ul.nav > li.ms-2 > a div.row > ul.nav > li.ms-2 > a |
div.row > ul.nav > li.ms-2 > a div.row > ul.nav > li.ms-2 > a |
div.row > ul.nav > li.ms-2 > a div.row > ul.nav > li.ms-2 > a |
div.row > ul.nav > li.ms-2 > a div.row > ul.nav > li.ms-2 > a |
div.row > ul.nav > li.ms-2 > a div.row > ul.nav > li.ms-2 > a |
div.row > ul.nav > li.ms-2 > a div.row > ul.nav > li.ms-2 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
seguinos!!!! footer.px-md-3 > div.col-12 > div.row > ul.nav |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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.
16.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.84 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.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
25.95 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.
18.84 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 | |
|---|---|---|---|
div.row > div.col > div.card > img.card-img-top div.row > div.col > div.card > img.card-img-top | uba.ar/storage/Vay0PyQmz0QM4FfFldiTSOYvlEjca339XJsfZy45.jpg | 509.4 KiB | 498.3 KiB |
div.row > div.col > div.card > img.card-img-top div.row > div.col > div.card > img.card-img-top | uba.ar/storage/WqKOPBKn5jt9GAzGfwrbdWlsQWUsM1hmoupRaMHd.jpg | 270.7 KiB | 259.6 KiB |
div.col-12 > div.row > div.col-12 > div.col-md-6 div.col-12 > div.row > div.col-12 > div.col-md-6 | www.uba.ar/storage/WinpAOvN6NMBPT8tHiFltrvz8NmHyktV4ngNu59S.jpg | 263.1 KiB | 238.0 KiB |
div#sliderFotos > div.carousel-inner > div.carousel-item > img.d-block div#sliderFotos > div.carousel-inner > div.carousel-item > img.d-block | uba.ar/storage/dKgViUZh5ILVIAFi4tniGlfm93oXAngCvqoL2kpI.jpg | 276.2 KiB | 145.9 KiB |
div.col-12 > div.row > div.col-12 > div.col-md-6 div.col-12 > div.row > div.col-12 > div.col-md-6 | www.uba.ar/storage/7EZzjiWzkwloNnXTmlPqunMGpyq3ouPta9jc6ecK.jpg | 171.0 KiB | 145.9 KiB |
VER MÁS div.container-fluid > div.row > div.col-12 > img.img-fluid | www.uba.ar/storage/vWqLuWCXvO8kGxbp30TJtsxYTJ6ymqKumIg06H4s.jpg | 215.8 KiB | 109.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| uba.ar/ | 15.9 s |
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 |
|---|---|---|
| cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css | 31.1 KiB | 28.1 KiB |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css | 12.6 KiB | 12.6 KiB |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css | 11.7 KiB | 11.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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-0ST2QP5PEG | 161.2 KiB | 68.3 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 | |
|---|---|
div#sliderFotos > div.carousel-inner > div.carousel-item > img.d-block div#sliderFotos > div.carousel-inner > div.carousel-item > img.d-block | uba.ar/storage/dKgViUZh5ILVIAFi4tniGlfm93oXAngCvqoL2kpI.jpg |
div.row > div.col > div.card > img.card-img-top div.row > div.col > div.card > img.card-img-top | uba.ar/storage/Vay0PyQmz0QM4FfFldiTSOYvlEjca339XJsfZy45.jpg |
div.row > div.col > div.card > img.card-img-top div.row > div.col > div.card > img.card-img-top | uba.ar/storage/WqKOPBKn5jt9GAzGfwrbdWlsQWUsM1hmoupRaMHd.jpg |
div.row > div.col > div.card > img.card-img-top div.row > div.col > div.card > img.card-img-top | uba.ar/storage/uNfrxusKCC50Bom0LbeIoCTvzAczgOTXbX9Cblss.jpg |
VER MÁS div.container-fluid > div.row > div.col-12 > img.img-fluid | www.uba.ar/storage/vWqLuWCXvO8kGxbp30TJtsxYTJ6ymqKumIg06H4s.jpg |
UBA Universidad de Buenos Aires header#inicio > nav.navbar > a.navbar-brand > img | uba.ar/imgs/logoheader40anios.png |
UBA Universidad de Buenos Aires div.row > div.col-12 > a.mb-2 > img.img-fluid | uba.ar/imgs/logofooter.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.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
183
DÍAS
00
HORAS
36
MINUTOS
57
SEGUNDOS
SIN APLICAR LA LEY DE FINANCIAMIENTO … body.modal-open > div#popupContador182 |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
FACULTADES Y CARRERAS
div.row > div.col-12 > a.stretched-link > h2 |
COLEGIOS div.row > div.col-12 > a.stretched-link > h2 |
POSGRADOS div.row > div.col-12 > a.stretched-link > h2 |
INVESTIGACIÓN div.row > div.col-12 > a.stretched-link > h2 |
COMUNIDAD UBA div.col-md-6 > a.stretched-link > div.f-blanco > h1 |
UNIVERSIDAD Y SOCIEDAD div.col-md-6 > a.stretched-link > div.f-blanco > h1 |
UBA NOTICIAS div.container-fluid > div.d-flex > div.me-auto > h2 |
VISITÁ EL PORTAL div.d-flex > div.ms-auto > a.f-blanco > span.d-none |
JORNADA DE VISIBILIZACIÓN div.col > div.card > div.card-body > h5 |
EVITAR LA PROGRESIÓN div.col > div.card > div.card-body > h5 |
CREANDO CONCIENCIA div.col > div.card > div.card-body > h5 |
UBA CIENCIA div.container-fluid > div.d-flex > div.me-auto > h2 |
VISITÁ EL PORTAL div.d-flex > div.ms-auto > a.f-blanco > span.d-none |
VER MÁS div.row > div.col-12 > div.position-absolute > a.btn-uba |
Por más graduad@s div.col-12 > a.stretched-link > div.f-blanco > h1.f-blanco |
Donar aquí
Para las Becas Sarmiento a.stretched-link > div.f-blanco > h6.f-blanco > p |
00 div.modal-body > div.contador-tiempo-grid > div.contador-tiempo-item > div#contadorHoras |
HORAS div.modal-body > div.contador-tiempo-grid > div.contador-tiempo-item > div.contador-tiempo-label |
36 div.modal-body > div.contador-tiempo-grid > div.contador-tiempo-item > div#contadorMinutos |
MINUTOS div.modal-body > div.contador-tiempo-grid > div.contador-tiempo-item > div.contador-tiempo-label |
57 div.modal-body > div.contador-tiempo-grid > div.contador-tiempo-item > div#contadorSegundos |
SEGUNDOS div.modal-body > div.contador-tiempo-grid > div.contador-tiempo-item > div.contador-tiempo-label |
LEY DE FINANCIAMIENTO UNIVERSITARIO. div.modal-body > div.contador-texto > p.mb-4 > span.texto-amarillo |
CUIDEMOS LO QUE FUNCIONA. div.modal-content > div.modal-body > div.contador-texto > p.texto-amarillo-2 |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Derechos Humanos div.carousel-item > div.caja > div > h4.mt-4 |
JORNADA DE VISIBILIZACIÓN div.col > div.card > div.card-body > h5 |
EVITAR LA PROGRESIÓN div.col > div.card > div.card-body > h5 |
CREANDO CONCIENCIA div.col > div.card > div.card-body > h5 |
Donar aquí
Para las Becas Sarmiento
div.col-12 > a.stretched-link > div.f-blanco > h6.f-blanco |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#navbarNav > ul.navbar-nav > li.nav-item > a.nav-link div#navbarNav > ul.navbar-nav > li.nav-item > a.nav-link |
div.row > ul.nav > li > a div.row > ul.nav > li > a |
div.row > ul.nav > li.ms-2 > a div.row > ul.nav > li.ms-2 > a |
div.row > ul.nav > li.ms-2 > a div.row > ul.nav > li.ms-2 > a |
div.row > ul.nav > li.ms-2 > a div.row > ul.nav > li.ms-2 > a |
div.row > ul.nav > li.ms-2 > a div.row > ul.nav > li.ms-2 > a |
div.row > ul.nav > li.ms-2 > a div.row > ul.nav > li.ms-2 > a |
div.row > ul.nav > li.ms-2 > a div.row > ul.nav > li.ms-2 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
seguinos!!!! footer.px-md-3 > div.col-12 > div.row > ul.nav |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
Send Feedback