Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 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.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
21 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
110 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/b0316f87-f728-4d64-a5dc-1b843c61775e)<a href="https://beavercheck.com/results/b0316f87-f728-4d64-a5dc-1b843c61775e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fuchile.cl" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fuchile.clThis 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 19.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~34%.
Page takes 19.3s to load
+12% bounceUsers abandon at ~3s — you're 16.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.7s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
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, …)
21 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
4 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.
CLP 240,000 investment → CLP 689/month returns + CLP 50,000,000 risk avoided
CLP 240,000
6h · 5 findings
CLP 689 /mo
~CLP 8,273 / year
CLP 50,000,000
if kept compliant
CLP 40,000 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at CL$40000/hr
Based on Chile rates (CL$40000/hr)
Start here for the best return on investment
CLP 4,167,356 / month at risk
~CLP 50,008,273 / year if left unfixed
CLP 50,000,000
+1 more
CLP 689 /mo
9048.8 MB/mo × 76.190 CLP/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.
9.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.67 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
1.404
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.39 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.
19.27 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.
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.
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 | |
|---|---|---|---|
Candidatos y candidata inscribieron sus postulaciones a Rector o Rectora U. de … div.bxslider > div#tg-1-box-6 > figure > img.mod__src | /.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/... | 106.2 KiB | 67.9 KiB |
U. de Chile fortalece liderazgo mundial en sanidad acuícola mediante alianza es… div.bxslider > div#tg-1-box-1 > figure > img.mod__src | /.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/... | 93.3 KiB | 55.0 KiB |
Proyecto U. de Chile releva la labor de mujeres algueras frente al extractivism… div.bxslider > div#tg-1-box-5 > figure > img.mod__src | /.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/... | 79.7 KiB | 41.4 KiB |
Universidad de Chile celebra el Mes del Libro y la Lectura 2026 con múltiples a… div.bxslider > div#tg-1-box-7 > figure > img.mod__src | /.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/... | 77.9 KiB | 39.6 KiB |
https://uchile.cl/u238467 div.bxslider > div#tg-2-box-2 > figure > img.mod__src | /.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destaca... | 28.5 KiB | 26.8 KiB |
https://uchile.cl/u239269 div.bxslider > div#tg-2-box-1 > figure > img.mod__src | /.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destaca... | 26.6 KiB | 25.0 KiB |
Equipo U. de Chile presenta informativos descargables y de libre uso sobre inse… div.bxslider > div#tg-1-box-2 > figure > img.mod__src | /.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/... | 57.7 KiB | 22.6 KiB |
https://uchile.cl/u238305 div.bxslider > div#tg-2-box-5 > figure > img.mod__src | /.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destaca... | 23.1 KiB | 21.4 KiB |
https://uchile.cl/u238726 div.bxslider > div#tg-2-box-3 > figure > img.mod__src | /.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destaca... | 21.5 KiB | 19.9 KiB |
https://uchile.cl/eleccion-rectoria div.bxslider > div#tg-2-box-4 > figure > img.mod__src | /.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destaca... | 20.5 KiB | 18.8 KiB |
Cleber Cardoso, investigador de Escuelas Parque de Brasilia: "El territorio le … div.bxslider > div#tg-1-box-4 > figure > img.mod__src | /.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/... | 40.6 KiB | 15.9 KiB |
https://uchile.cl/u238726 div.bxslider > div#tg-2-box-3 > figure > img.mod__src | i.ytimg.com/vi/FEqBgUOd4Co/sddefault.jpg | 63.6 KiB | 13.6 KiB |
U. de Chile exhibirá histórico libro de Neruda creado durante la Guerra Civil E… div.bxslider > div#tg-1-box-3 > figure > img.mod__src | /.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/... | 34.1 KiB | 13.4 KiB |
https://uchile.cl/u238302 div.bxslider > div#tg-2-box-6 > figure > img.mod__src | /.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destaca... | 14.4 KiB | 12.7 KiB |
U. de Chile abre curso gratuito sobre género y etnicidad div.mod__item > figure.mod__img > a.mod__link > img.mod__src | /.imaging/stk/uchile/ancho360/dam/imagenes/Uchile/VEXCOM/... | 15.8 KiB | 10.2 KiB |
Diez años de la Ley Ricarte Soto: Una historia de logros con desafíos div.mod__item > figure.mod__img > a.mod__link > img.mod__src | /.imaging/stk/uchile/ancho360/dam/imagenes/Uchile/VEXCOM/... | 9.7 KiB | 4.3 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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
DESTACADOS
Elección de Rectora o Rector periodo 2026-2030
Concierto de la Cam… section#content > div.portada__slider > div.container > div.portada__slider-destacados | 0.840 |
DESTACADOS
Elección de Rectora o Rector periodo 2026-2030
Concierto de la Cam… section#content > div.portada__slider > div.container > div.portada__slider-destacados | 0.564 |
https://uchile.cl/u238302 div.bxslider > div#tg-2-box-6 > figure > img.mod__src | 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| uchile.cl/.resources/portal-uchile/styles/main11.css | 32.1 KiB | 28.8 KiB |
| uchile.cl/.resources/portal-uchile/styles/subportada-g8.css | 19.8 KiB | 19.8 KiB |
| uchile.cl/.resources/portal-uchile/styles/subportada-e19.css | 16.9 KiB | 16.8 KiB |
| uchile.cl/.resources/portal-uchile/styles/subportada-h07.css | 13.2 KiB | 13.1 KiB |
| uchile.cl/.resources/portal-uchile/styles/subportada-b4.css | 12.9 KiB | 12.9 KiB |
| uchile.cl/.resources/portal-uchile/styles/subportada-especiales09.css | 11.0 KiB | 10.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 |
|---|---|---|
| uchile.cl/.resources/portal-uchile/scripts/vendor.js | 103.0 KiB | 74.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-7H6GPTHG93 | 157.5 KiB | 65.2 KiB |
| /cse/static/element/b33cba5881f68fbf/cse_element__nl.js?u... | 98.6 KiB | 48.5 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 37.8 KiB |
| cse.google.com/adsense/search/async-ads.js | 43.3 KiB | 31.5 KiB |
| ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js | 30.3 KiB | 22.7 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 |
|---|---|---|---|
| uchile.cl/ | 1.7 s | 12 ms | 4.2 ms |
| Unattributable | 1.0 s | 19 ms | 0.0 ms |
| uchile.cl/.resources/portal-uchile/scripts/vendor.js | 961 ms | 733 ms | 58 ms |
| www.googletagmanager.com/gtag/js?id=G-7H6GPTHG93 | 906 ms | 584 ms | 93 ms |
| uchile.cl/.resources/uchile-recursos/no-editor2.js | 465 ms | 462 ms | 1.2 ms |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 320 ms | 258 ms | 56 ms |
| /cse/static/element/b33cba5881f68fbf/cse_element__nl.js?u... | 264 ms | 156 ms | 53 ms |
| ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js | 124 ms | 94 ms | 25 ms |
| uchile.cl/.resources/portal-uchile/scripts/main31.js | 118 ms | 108 ms | 6.2 ms |
| uchile.cl/.resources/portal-uchile/styles/main11.css | 71 ms | 0.0 ms | 0.0 ms |
| cse.google.com/adsense/search/async-ads.js | 69 ms | 42 ms | 20 ms |
| ep2.adtrafficquality.google/sodar/sodar2.js | 58 ms | 49 ms | 3.7 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 |
|---|---|
| Script Evaluation | 2.6 s |
| Other | 1.6 s |
| Style & Layout | 1.3 s |
| Parse HTML & CSS | 341 ms |
| Script Parsing & Compilation | 340 ms |
| Rendering | 237 ms |
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 |
|---|---|---|
| www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+nl.css | 9.7 KiB | 2.8 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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Universidad de Chile celebra el Mes del Libro y la Lectura 2026 con múltiples a… div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-7 |
U. de Chile fortalece liderazgo mundial en sanidad acuícola mediante alianza es… div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-1 |
U. de Chile exhibirá histórico libro de Neruda creado durante la Guerra Civil E… div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-3 |
Cleber Cardoso, investigador de Escuelas Parque de Brasilia: "El territorio le … div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-4 |
Proyecto U. de Chile releva la labor de mujeres algueras frente al extractivism… div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-5 |
Candidatos y candidata inscribieron sus postulaciones a Rector o Rectora U. de … div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-6 |
Universidad de Chile celebra el Mes del Libro y la Lectura 2026 con múltiples a… div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-7 |
U. de Chile fortalece liderazgo mundial en sanidad acuícola mediante alianza es… div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-1 |
Elección de Rectora o Rector periodo 2026-2030 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-4 |
Concierto de la Camerata Vocal "Misa Tango" div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-5 |
Obra "De una luz a otra" del Ballet Nacional Chileno div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-6 |
Elección de Rectora o Rector periodo 2026-2030 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-4 |
Concierto de la Camerata Vocal "Misa Tango" div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-5 |
Obra "De una luz a otra" del Ballet Nacional Chileno div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-6 |
Inauguración del Año Académico de la Universidad de Chile 2026 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-1 |
"Libros libres": Entrega gratuita de antología de Gabriela Mistral div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-2 |
Seminario "Tensiones y desafíos de la política y el derecho en la transición ec… div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-3 |
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.
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 |
|---|
Equipo U. de Chile presenta informativos descargables y de libre uso sobre inse… div.bxslider > div#tg-1-box-2 > div.carousel-caption > h3.mod__item-title |
These are opportunities to improve keyboard navigation in your application.
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Casa Central div.informacion > div.informacion-footer > address > a |
These are opportunities to improve the legibility of your content.
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#tg-1-box-2 > div.carousel-caption > div.extra > a div#tg-1-box-2 > div.carousel-caption > div.extra > a |
div#tg-2-box-1 > div.carousel-caption > div.extra > a div#tg-2-box-1 > div.carousel-caption > div.extra > a |
div#tg-2-box-2 > div.carousel-caption > div.extra > a div#tg-2-box-2 > div.carousel-caption > div.extra > a |
div#tg-2-box-3 > div.carousel-caption > div.extra > a div#tg-2-box-3 > div.carousel-caption > div.extra > 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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.no-js html.no-js |
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.
2.92 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.33 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
54 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.014
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.53 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.
5.34 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.
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.
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 | |
|---|---|---|---|
Candidatos y candidata inscribieron sus postulaciones a Rector o Rectora U. de … div.bxslider > div#tg-1-box-6 > figure > img.mod__src | /.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/... | 106.2 KiB | 49.0 KiB |
U. de Chile fortalece liderazgo mundial en sanidad acuícola mediante alianza es… div.bxslider > div#tg-1-box-1 > figure > img.mod__src | /.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/... | 93.3 KiB | 36.0 KiB |
https://uchile.cl/u238467 div.bxslider > div#tg-2-box-2 > figure > img.mod__src | /.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destaca... | 28.5 KiB | 27.6 KiB |
https://uchile.cl/u239269 div.bxslider > div#tg-2-box-1 > figure > img.mod__src | /.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destaca... | 26.6 KiB | 25.7 KiB |
Proyecto U. de Chile releva la labor de mujeres algueras frente al extractivism… div.bxslider > div#tg-1-box-5 > figure > img.mod__src | /.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/... | 79.7 KiB | 22.4 KiB |
https://uchile.cl/u238305 div.bxslider > div#tg-2-box-5 > figure > img.mod__src | /.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destaca... | 23.1 KiB | 22.2 KiB |
Universidad de Chile celebra el Mes del Libro y la Lectura 2026 con múltiples a… div.bxslider > div#tg-1-box-7 > figure > img.mod__src | /.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/... | 77.9 KiB | 20.7 KiB |
https://uchile.cl/u238726 div.bxslider > div#tg-2-box-3 > figure > img.mod__src | /.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destaca... | 21.5 KiB | 20.6 KiB |
https://uchile.cl/eleccion-rectoria div.bxslider > div#tg-2-box-4 > figure > img.mod__src | /.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destaca... | 20.5 KiB | 19.6 KiB |
https://uchile.cl/u238302 div.bxslider > div#tg-2-box-6 > figure > img.mod__src | i.ytimg.com/vi/FEqBgUOd4Co/sddefault.jpg | 63.6 KiB | 13.6 KiB |
https://uchile.cl/u238302 div.bxslider > div#tg-2-box-6 > figure > img.mod__src | /.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destaca... | 14.4 KiB | 13.5 KiB |
U. de Chile abre curso gratuito sobre género y etnicidad div.mod__item > figure.mod__img > a.mod__link > img.mod__src | /.imaging/stk/uchile/ancho360/dam/imagenes/Uchile/VEXCOM/... | 15.8 KiB | 12.6 KiB |
Equidad e Inclusión div.bxslider > div#tg-6-box-1 > figure > img.mod__src | uchile.cl/dam/jcr:bb71eacc-e3c5-4512-ad8d-e1fc43ada4a5/equidad.webp | 21.8 KiB | 8.0 KiB |
Sustentabilidad div.bxslider > div#tg-6-box-3 > figure > img.mod__src | uchile.cl/dam/jcr:91e09174-fae8-4cf9-ab17-19dd6a0a2636/sustentabilidad.webp | 21.4 KiB | 7.9 KiB |
Diez años de la Ley Ricarte Soto: Una historia de logros con desafíos div.mod__item > figure.mod__img > a.mod__link > img.mod__src | /.imaging/stk/uchile/ancho360/dam/imagenes/Uchile/VEXCOM/... | 9.7 KiB | 6.4 KiB |
Relaciones internacionales div.bxslider > div#tg-4-box-2 > figure > img.mod__src | uchile.cl/dam/jcr:ed3c7eb6-1a4e-4a6d-bf05-4055a9d13e6b/internacional.webp | 16.0 KiB | 5.6 KiB |
Equipo U. de Chile presenta informativos descargables y de libre uso sobre inse… div.bxslider > div#tg-1-box-2 > figure > img.mod__src | /.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/... | 57.7 KiB | 5.2 KiB |
Investigación, innovación y creación div.bxslider > div#tg-4-box-1 > figure > img.mod__src | uchile.cl/dam/jcr:e6c75e58-c127-491d-b702-c782488dc328/investigacion.webp | 14.8 KiB | 5.2 KiB |
Igualdad de Género div.bxslider > div#tg-6-box-2 > figure > img.mod__src | uchile.cl/dam/jcr:54055882-9a05-4040-9fcd-7dee4b4f2019/igualdad.webp | 14.1 KiB | 5.2 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.
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.
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.
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 |
|---|---|---|
| uchile.cl/.resources/portal-uchile/styles/main11.css | 32.1 KiB | 29.9 KiB |
| uchile.cl/.resources/portal-uchile/styles/subportada-g8.css | 19.8 KiB | 19.8 KiB |
| uchile.cl/.resources/portal-uchile/styles/subportada-e19.css | 16.9 KiB | 16.8 KiB |
| uchile.cl/.resources/portal-uchile/styles/subportada-h07.css | 13.2 KiB | 13.1 KiB |
| uchile.cl/.resources/portal-uchile/styles/subportada-b4.css | 12.9 KiB | 12.9 KiB |
| uchile.cl/.resources/portal-uchile/styles/subportada-especiales09.css | 11.1 KiB | 11.0 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 |
|---|---|---|
| uchile.cl/.resources/portal-uchile/scripts/vendor.js | 103.0 KiB | 75.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-7H6GPTHG93 | 157.5 KiB | 65.2 KiB |
| /cse/static/element/b33cba5881f68fbf/cse_element__nl.js?u... | 98.6 KiB | 48.6 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 37.8 KiB |
| cse.google.com/adsense/search/async-ads.js | 43.3 KiB | 31.5 KiB |
| ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js | 30.3 KiB | 22.7 KiB |
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 |
|---|---|---|
| www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+nl.css | 9.7 KiB | 2.8 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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Universidad de Chile celebra el Mes del Libro y la Lectura 2026 con múltiples a… div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-7 |
U. de Chile fortalece liderazgo mundial en sanidad acuícola mediante alianza es… div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-1 |
U. de Chile exhibirá histórico libro de Neruda creado durante la Guerra Civil E… div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-3 |
Cleber Cardoso, investigador de Escuelas Parque de Brasilia: "El territorio le … div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-4 |
Proyecto U. de Chile releva la labor de mujeres algueras frente al extractivism… div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-5 |
Candidatos y candidata inscribieron sus postulaciones a Rector o Rectora U. de … div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-6 |
Universidad de Chile celebra el Mes del Libro y la Lectura 2026 con múltiples a… div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-7 |
U. de Chile fortalece liderazgo mundial en sanidad acuícola mediante alianza es… div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-1-box-1 |
Elección de Rectora o Rector periodo 2026-2030 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-4 |
Concierto de la Camerata Vocal "Misa Tango" div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-5 |
Obra "De una luz a otra" del Ballet Nacional Chileno div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-6 |
Elección de Rectora o Rector periodo 2026-2030 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-4 |
Concierto de la Camerata Vocal "Misa Tango" div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-5 |
Obra "De una luz a otra" del Ballet Nacional Chileno div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-6 |
Inauguración del Año Académico de la Universidad de Chile 2026 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-1 |
"Libros libres": Entrega gratuita de antología de Gabriela Mistral div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-2 |
Seminario "Tensiones y desafíos de la política y el derecho en la transición ec… div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-2-box-3 |
postgrados y especializaciones
264 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-5-box-5 |
Presidentes de Chile ex estudiantes
21 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-5-box-6 |
del país en el ranking Shanghai
1 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-5-box-7 |
publicaciones indexadas desde 2020
21651 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-5-box-8 |
postgrados y especializaciones
264 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-5-box-5 |
Presidentes de Chile ex estudiantes
21 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-5-box-6 |
del país en el ranking Shanghai
1 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-5-box-7 |
publicaciones indexadas desde 2020
21651 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-5-box-8 |
años al servicio del país
183 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-5-box-1 |
de Chile en producción científica
1 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-5-box-2 |
Premios Nacionales y 2 Premios Nobel
215 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-5-box-3 |
estudiantes de pregrado y postgrado
46120 div.bx-wrapper > div.bx-viewport > div.bxslider > div#tg-5-box-4 |
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 |
|---|
INVESTIGACIÓN, INNOVACIÓN Y CREACIÓN div#tg-4-box-1 > div.carousel-caption > h3.mod__item-title > a.mod__item-link |
EXTENSIÓN Y VINCULACIÓN CON EL MEDIO div#tg-4-box-3 > div.carousel-caption > h3.mod__item-title > a.mod__item-link |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Casa Central div.informacion > div.informacion-footer > address > a |
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 |
|---|
Equipo U. de Chile presenta informativos descargables y de libre uso sobre inse… div.bxslider > div#tg-1-box-2 > div.carousel-caption > h3.mod__item-title |
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#tg-1-box-2 > div.carousel-caption > div.extra > a div#tg-1-box-2 > div.carousel-caption > div.extra > a |
div#tg-2-box-1 > div.carousel-caption > div.extra > a div#tg-2-box-1 > div.carousel-caption > div.extra > a |
div#tg-2-box-2 > div.carousel-caption > div.extra > a div#tg-2-box-2 > div.carousel-caption > div.extra > a |
div#tg-2-box-3 > div.carousel-caption > div.extra > a div#tg-2-box-3 > div.carousel-caption > div.extra > 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.
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 |
|---|
ADMISIÓN div.container > ul > li > a |
CARRERAS div.container > ul > li > a |
POSTGRADOS div.container > ul > li > a |
INVESTIGACIÓN div.container > ul > li > a |
EXTENSIÓN div.container > ul > li > a |
1 div.bx-controls > div.bx-pager > div.bx-pager-item > a.bx-pager-link |
2 div.bx-controls > div.bx-pager > div.bx-pager-item > a.bx-pager-link |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.no-js html.no-js |
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.
Send Feedback