Skip to content
https://uchile.cl

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
4
REVIEW
4
PASS
7
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

5
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
86
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

Page Load Progression

571 ms
1.1 s
1.7 s
2.3 s
2.9 s
3.4 s
4.0 s
4.6 s
Checks
17
7 PASS 4 REVIEW 4 FIX
F
Page Weight Budget
Action
2.9 MB transferred, 110 requests
FIX
2.9 MB transferred, 110 requests
Warning::
Page weighs 7.8 MB (2.9 MB transferred)
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Warning::
Images are 1.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.0 MB
Info::
CSS is 272 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 272 KB
Warning::
110 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.60 g CO2 per page load
2.9 MB / 2.4 MB budget
2.9 MB transferred
110 requests
0.60 g CO2 per page load
JavaScript 1.3 MiB 46%
Images 1.0 MiB 36%
CSS 272.4 KiB 9%
Fonts 160.5 KiB 5%
HTML 76.1 KiB 3%
Other 16.9 KiB 1%
Other 8.3 KiB 0%
Other 1.2 KiB 0%
Other 544 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

F
JS Execution Cost
Action
6045ms total JS execution
FIX
6045ms total JS execution
Warning::
https://uchile.cl/: 1686ms CPU time
Warning::
Unattributable: 1005ms CPU time
Warning::
https://uchile.cl/.resources/portal-uchile/scripts...: 961ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-7H6G...: 906ms CPU time
Warning::
https://uchile.cl/.resources/uchile-recursos/no-ed...: 465ms CPU time
Info::
Third-party scripts: 2744ms (45% of total)

Main Thread Breakdown

Script Evaluation 40% Other 25% Style & Layout 20% Parse HTML & CSS 5% Script Parsing & Compilation 5% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://uchile.cl/1686ms12ms4ms1st
Unattributable1005ms19ms0ms3rd
https://uchile.cl/.resources/portal-uchile/scripts/vendor.js961ms733ms58ms1st
https://www.googletagmanager.com/gtag/js?id=G-7H6GPTHG93906ms584ms93ms3rd
https://uchile.cl/.resources/uchile-recursos/no-editor2.js465ms462ms1ms1st
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js320ms258ms56ms3rd
https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__nl.js?usqp=CAI%3D264ms156ms53ms3rd
https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js124ms94ms25ms3rd
https://uchile.cl/.resources/portal-uchile/scripts/main31.js118ms108ms6ms1st
https://uchile.cl/.resources/portal-uchile/styles/main11.css71ms0ms0ms1st

Showing top 10 of 12 scripts

D
Page Weight Inventory
Action
110 resources · 2.9 MB · 280 KB savings available
FIX
110 resources · 2.9 MB · 280 KB savings available
Warning::
Page weight 1.9 MB over 1MB target
Got: 2.9 MB Expected: ≤ 1 MB
Info::
~280 KB of savings available
Warning::
47 third-party resources (53% of weight)
Info::
1 resources over 200KB
110 resources · 2.9 MiB · 47 third-party 1.9 MiB over 1MB target
JavaScript 46% · 1.3 MiB
Image 37% · 1.1 MiB
CSS 9% · 272.4 KiB
Font 5% · 160.5 KiB
Document 3% · 76.1 KiB
Other 0% · 9.4 KiB

~279.9 KiB of savings available

Remove unused JavaScript: 279.9 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Third-Party Impact
53% third-party, 0 ms blocking
REVIEW
53% third-party, 0 ms blocking
Warning::
Third-party code accounts for 53% of page weight (1.5 MiB of 2.9 MiB)
Info::
Third-party blocking time is low (0 ms)
47%
53%
First-party Third-party
B
Image Optimization
44 images, 0 KB saveable
REVIEW
44 images, 0 KB saveable
Info::
All images are well-optimized
44 images 1.0 MB
0 oversized -0 KB
29 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
20 scripts, 280 KB unused
REVIEW
20 scripts, 280 KB unused
Warning::
https://uchile.cl/.resources/portal-uchile/scripts...: 74 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-7H6G...: 65 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.google.com/cse/static/element/b33cba58...: 49 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://script.hotjar.com/modules.6a0f3932cb1341a3...: 38 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cse.google.com/adsense/search/async-ads.js: 32 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 280 KB
280 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://uchile.cl/.resources/portal-uchile/scripts/vendor.js104 KB74 KB (72%)1st
https://www.googletagmanager.com/gtag/js?id=G-7H6GPTHG93158 KB65 KB (41%)3rd
https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__nl.js?usqp=CAI%3D99 KB49 KB (49%)3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js57 KB38 KB (67%)3rd
https://cse.google.com/adsense/search/async-ads.js44 KB32 KB (73%)3rd
https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js31 KB23 KB (75%)3rd
https://www.google.com/js/th/cN4AN9hxcU4NRvji1RMUfz3eri06TDMd9Q_fvSbDV9Q.js23 KB3rd
https://uchile.cl/.resources/portal-uchile/scripts/jquery.fancybox.min.js22 KB1st
https://static.doubleclick.net/instream/ad_status.js0 KB3rd
https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drb183 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
6 fonts (160 KB)
PASS
6 fonts (160 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

160 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 9.4 s LCP 19.3 shttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 27 ms — font-display: swaphttps://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff21Ptug8zYS_SKggPNyC0IT4t... https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2 — 42.1 KiB — 13 ms — font-display: swaphttps://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0KExcOPIDU.woff2jizaRExUiTo99u79D0KExcO... https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0KExcOPIDU.woff2 — 11.2 KiB — 19 ms — font-display: swaphttps://uchile.cl/.resources/portal-uchile/fonts/icomoon.ttf?bankv3icomoon.ttf https://uchile.cl/.resources/portal-uchile/fonts/icomoon.ttf?bankv3 — 33.1 KiB — 506 ms — font-display: swaphttps://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2jizfRExUiTo99u79B_mh0O6... https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2 — 11.4 KiB — 28 ms — font-display: swaphttps://uchile.cl/.resources/portal-uchile/fonts/icomoon.woff?bankv3icomoon.woff https://uchile.cl/.resources/portal-uchile/fonts/icomoon.woff?bankv3 — 28.7 KiB — 573 ms — font-display: swap
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 27 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
1Ptug8zYS_SKggPNyC0IT4t... woff2 swap
Size 42 KB
Load time 13 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
jizaRExUiTo99u79D0KExcO... woff2 swap
Size 11 KB
Load time 19 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
icomoon.ttf ttf swap
Size 33 KB
Load time 506 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
jizfRExUiTo99u79B_mh0O6... woff2 swap
Size 11 KB
Load time 28 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
icomoon.woff woff swap
Size 29 KB
Load time 573 ms
Start 3.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~19 KB and ~38 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
prefetch

2 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
110 requests over 5749ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 9.4 s LCP 19.3 shttps://uchile.cl// https://uchile.cl/ — 200 — 14.7 KiB — 1.2 s — http/1.1https://www.googletagmanager.com/gtag/js?id=G-7H6GPTHG93www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-7H6GPTHG93 — 200 — 157.8 KiB — 84 ms — h2https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swapfonts.googleapis.com/css2?family=PT... https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap — 200 — 1.3 KiB — 60 ms — h2https://uchile.cl/.resources/portal-uchile/styles/swiper-bundle.min.css/.resources/portal-uchile/styles/sw... https://uchile.cl/.resources/portal-uchile/styles/swiper-bundle.min.css — 200 — 5.0 KiB — 231 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/jquery.fancybox.min.css/.resources/portal-uchile/styles/jq... https://uchile.cl/.resources/portal-uchile/styles/jquery.fancybox.min.css — 200 — 3.7 KiB — 228 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/main11.css/.resources/portal-uchile/styles/ma... https://uchile.cl/.resources/portal-uchile/styles/main11.css — 200 — 32.6 KiB — 866 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-a.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-a.css — 200 — 7.4 KiB — 447 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-b4.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-b4.css — 200 — 13.5 KiB — 842 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-d.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-d.css — 200 — 3.2 KiB — 639 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-e19.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-e19.css — 200 — 17.4 KiB — 847 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-f32.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-f32.css — 200 — 3.2 KiB — 641 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-g8.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-g8.css — 200 — 20.3 KiB — 867 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-h07.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-h07.css — 200 — 13.7 KiB — 865 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-i16.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-i16.css — 200 — 6.1 KiB — 871 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-especiales09.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-especiales09.css — 200 — 11.5 KiB — 1.1 s — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-noticias5.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-noticias5.css — 200 — 3.3 KiB — 1.1 s — http/1.1https://uchile.cl/.resources/portal-uchile/styles/portada17.css/.resources/portal-uchile/styles/po... https://uchile.cl/.resources/portal-uchile/styles/portada17.css — 200 — 7.7 KiB — 1.1 s — http/1.1https://uchile.cl/.resources/uchile-recursos/addthis.css/.resources/uchile-recursos/addthis... https://uchile.cl/.resources/uchile-recursos/addthis.css — 200 — 1.3 KiB — 1.1 s — http/1.1https://uchile.cl/.resources/uchile-recursos/no-editor.css/.resources/uchile-recursos/no-edit... https://uchile.cl/.resources/uchile-recursos/no-editor.css — 200 — 1.1 KiB — 1.1 s — http/1.1https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js — 200 — 30.9 KiB — 55 ms — h2https://cse.google.com/cse.js?cx=7e34272bb3c2dfb1dcse.google.com/cse.js?cx=7e34272bb3... https://cse.google.com/cse.js?cx=7e34272bb3c2dfb1d — 200 — 3.1 KiB — 71 ms — h2https://static.hotjar.com/c/hotjar-6465138.js?sv=6static.hotjar.com/c/hotjar-6465138.... https://static.hotjar.com/c/hotjar-6465138.js?sv=6 — 200 — 6.2 KiB — 47 ms — h2https://www.youtube.com/embed/FEqBgUOd4Cowww.youtube.com/embed/FEqBgUOd4Co https://www.youtube.com/embed/FEqBgUOd4Co — 200 — 55.7 KiB — 125 ms — h2https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 55 ms — h2https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__nl.js?usqp=CAI%3Dwww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__nl.js?usqp=CAI%3D — 200 — 98.6 KiB — 52 ms — h3https://www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+nl.csswww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+nl.css — 200 — 9.7 KiB — 33 ms — h3https://www.google.com/cse/static/style/look/v6/default.csswww.google.com/cse/static/style/loo... https://www.google.com/cse/static/style/look/v6/default.css — 200 — 1.2 KiB — 20 ms — h3https://www.youtube.com/s/player/1bb6ee63/www-player.csswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-player.css — 200 — 58.0 KiB — 35 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQ — 200 — 45.3 KiB — 44 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,base — 200 — 140.1 KiB — 92 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 9.4 s LCP 19.3 shttps://uchile.cl// https://uchile.cl/ — 200 — 14.7 KiB — 1.2 s — http/1.1https://www.googletagmanager.com/gtag/js?id=G-7H6GPTHG93www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-7H6GPTHG93 — 200 — 157.8 KiB — 84 ms — h2https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swapfonts.googleapis.com/css2?family=PT... https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap — 200 — 1.3 KiB — 60 ms — h2https://uchile.cl/.resources/portal-uchile/styles/swiper-bundle.min.css/.resources/portal-uchile/styles/sw... https://uchile.cl/.resources/portal-uchile/styles/swiper-bundle.min.css — 200 — 5.0 KiB — 231 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/jquery.fancybox.min.css/.resources/portal-uchile/styles/jq... https://uchile.cl/.resources/portal-uchile/styles/jquery.fancybox.min.css — 200 — 3.7 KiB — 228 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/main11.css/.resources/portal-uchile/styles/ma... https://uchile.cl/.resources/portal-uchile/styles/main11.css — 200 — 32.6 KiB — 866 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-a.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-a.css — 200 — 7.4 KiB — 447 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-b4.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-b4.css — 200 — 13.5 KiB — 842 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-d.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-d.css — 200 — 3.2 KiB — 639 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-e19.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-e19.css — 200 — 17.4 KiB — 847 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-f32.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-f32.css — 200 — 3.2 KiB — 641 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-g8.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-g8.css — 200 — 20.3 KiB — 867 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-h07.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-h07.css — 200 — 13.7 KiB — 865 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-i16.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-i16.css — 200 — 6.1 KiB — 871 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-especiales09.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-especiales09.css — 200 — 11.5 KiB — 1.1 s — http/1.1https://uchile.cl/.resources/portal-uchile/styles/subportada-noticias5.css/.resources/portal-uchile/styles/su... https://uchile.cl/.resources/portal-uchile/styles/subportada-noticias5.css — 200 — 3.3 KiB — 1.1 s — http/1.1https://uchile.cl/.resources/portal-uchile/styles/portada17.css/.resources/portal-uchile/styles/po... https://uchile.cl/.resources/portal-uchile/styles/portada17.css — 200 — 7.7 KiB — 1.1 s — http/1.1https://uchile.cl/.resources/uchile-recursos/addthis.css/.resources/uchile-recursos/addthis... https://uchile.cl/.resources/uchile-recursos/addthis.css — 200 — 1.3 KiB — 1.1 s — http/1.1https://uchile.cl/.resources/uchile-recursos/no-editor.css/.resources/uchile-recursos/no-edit... https://uchile.cl/.resources/uchile-recursos/no-editor.css — 200 — 1.1 KiB — 1.1 s — http/1.1https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js — 200 — 30.9 KiB — 55 ms — h2https://cse.google.com/cse.js?cx=7e34272bb3c2dfb1dcse.google.com/cse.js?cx=7e34272bb3... https://cse.google.com/cse.js?cx=7e34272bb3c2dfb1d — 200 — 3.1 KiB — 71 ms — h2https://static.hotjar.com/c/hotjar-6465138.js?sv=6static.hotjar.com/c/hotjar-6465138.... https://static.hotjar.com/c/hotjar-6465138.js?sv=6 — 200 — 6.2 KiB — 47 ms — h2https://www.youtube.com/embed/FEqBgUOd4Cowww.youtube.com/embed/FEqBgUOd4Co https://www.youtube.com/embed/FEqBgUOd4Co — 200 — 55.7 KiB — 125 ms — h2https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 55 ms — h2https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__nl.js?usqp=CAI%3Dwww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__nl.js?usqp=CAI%3D — 200 — 98.6 KiB — 52 ms — h3https://www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+nl.csswww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+nl.css — 200 — 9.7 KiB — 33 ms — h3https://www.google.com/cse/static/style/look/v6/default.csswww.google.com/cse/static/style/loo... https://www.google.com/cse/static/style/look/v6/default.css — 200 — 1.2 KiB — 20 ms — h3https://www.youtube.com/s/player/1bb6ee63/www-player.csswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-player.css — 200 — 58.0 KiB — 35 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQ — 200 — 45.3 KiB — 44 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,base — 200 — 140.1 KiB — 92 ms — h2https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/1bb6ee63/p... https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.js — 200 — 436.0 KiB — 112 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 27 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-7H6GPTHG93&gtm=45je64k0v894766904za200zd894766904&_p=1776888199818&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=435084537.1776888200&frm=0&pscdl=noapi&rcb=12&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512543&sid=1776888200&sct=1&seg=0&dl=https%3A%2F%2Fuchile.cl%2F&dt=Universidad%20de%20Chile&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1512region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-7H6GPTHG93&gtm=45je64k0v894766904za200zd894766904&_p=1776888199818&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=435084537.1776888200&frm=0&pscdl=noapi&rcb=12&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512543&sid=1776888200&sct=1&seg=0&dl=https%3A%2F%2Fuchile.cl%2F&dt=Universidad%20de%20Chile&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1512 — 204 — 544 B — 81 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-7H6GPTHG93&cid=435084537.1776888200&gtm=45je64k0v894766904za200zd894766904&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266401~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-7H6GPTHG93&cid=435084537.1776888200&gtm=45je64k0v894766904za200zd894766904&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266401~117512543 — 204 — 544 B — 55 ms — h2https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-7H6GPTHG93&cid=435084537.1776888200&gtm=45je64k0v894766904za200zd894766904&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266401~117512543&z=1239879939www.google.nl/ads/ga-audiences?v=1&... https://www.google.nl/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-7H6GPTHG93&cid=435084537.1776888200&gtm=45je64k0v894766904za200zd894766904&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266401~117512543&z=1239879939 — 200 — 408 B — 72 ms — h2https://uchile.cl/.resources/portal-uchile/images/logo-universidad-de-chile.svg/.resources/portal-uchile/images/lo... https://uchile.cl/.resources/portal-uchile/images/logo-universidad-de-chile.svg — 200 — 23.2 KiB — 966 ms — http/1.1https://uchile.cl/.resources/portal-uchile/images/escudo-uchile-horizontal-color.jpg/.resources/portal-uchile/images/es... https://uchile.cl/.resources/portal-uchile/images/escudo-uchile-horizontal-color.jpg — 200 — 82.1 KiB — 1.6 s — http/1.1https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swapfonts.googleapis.com/css2?family=Ca... https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap — 200 — 535 B — 57 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap — 200 — 821 B — 12 ms — h2https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swapfonts.googleapis.com/css2?family=Cr... https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap — 200 — 765 B — 13 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 133 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 494 B — 13 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drb — 200 — 183.1 KiB — 17 ms — h3https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swapfonts.googleapis.com/css2?family=PT... https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap — 200 — 588 B — 25 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 10 ms — h3https://i.ytimg.com/vi/FEqBgUOd4Co/sddefault.jpgi.ytimg.com/vi/FEqBgUOd4Co/sddefaul... https://i.ytimg.com/vi/FEqBgUOd4Co/sddefault.jpg — 200 — 64.0 KiB — 39 ms — h2https://uchile.cl/.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/8-Favet%20convenio%20coreanos-20260421T200347Z-3-001.zip/8-Favet-convenio-coreanos/CARRUSEL-FAVET-CONVENIO.jpg/jcr:content/CARRUSEL-FAVET-CONVENIO.jpg.jpg/.imaging/stk/uchile/ancho880/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/8-Favet%20convenio%20coreanos-20260421T200347Z-3-001.zip/8-Favet-convenio-coreanos/CARRUSEL-FAVET-CONVENIO.jpg/jcr:content/CARRUSEL-FAVET-CONVENIO.jpg.jpg — 200 — 93.7 KiB — 845 ms — http/1.1https://uchile.cl/.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/2-%20Insecto%20Plagas%20Manual-20260421T143647Z-3-001.zip/2--Insecto-Plagas-Manual/CARRUSEL-Sitovion-avenae.jpg/jcr:content/CARRUSEL-Sitovion-avenae.jpg.jpg/.imaging/stk/uchile/ancho880/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/2-%20Insecto%20Plagas%20Manual-20260421T143647Z-3-001.zip/2--Insecto-Plagas-Manual/CARRUSEL-Sitovion-avenae.jpg/jcr:content/CARRUSEL-Sitovion-avenae.jpg.jpg — 200 — 58.1 KiB — 633 ms — http/1.1https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svgwww.gstatic.com/youtube/img/icons/m... https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svg — 200 — 725 B — 31 ms — h2https://uchile.cl/.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/1-Espana%20en%20el%20corazon-20260421T172257Z-3-001.zip/1-Espana-en-el-corazon/CARRUSEL-Espana-en-el-corazon.jpg/jcr:content/CARRUSEL-Espana-en-el-corazon.jpg.jpg/.imaging/stk/uchile/ancho880/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/1-Espana%20en%20el%20corazon-20260421T172257Z-3-001.zip/1-Espana-en-el-corazon/CARRUSEL-Espana-en-el-corazon.jpg/jcr:content/CARRUSEL-Espana-en-el-corazon.jpg.jpg — 200 — 34.5 KiB — 632 ms — http/1.1https://uchile.cl/.resources/portal-uchile/scripts/vendor.js/.resources/portal-uchile/scripts/v... https://uchile.cl/.resources/portal-uchile/scripts/vendor.js — 200 — 103.5 KiB — 1.1 s — http/1.1https://uchile.cl/.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/CARRUSELES-/CARRUSEL-Chiloe-y-mujeres-algueras.jpg/jcr:content/CARRUSEL-Chiloe-y-mujeres-algueras.jpg.jpg/.imaging/stk/uchile/ancho880/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/CARRUSELES-/CARRUSEL-Chiloe-y-mujeres-algueras.jpg/jcr:content/CARRUSEL-Chiloe-y-mujeres-algueras.jpg.jpg — 200 — 80.1 KiB — 1.1 s — http/1.1https://uchile.cl/.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/CARRUSELES-/CARRUSEL-Cleber-Cardoso.jpg/jcr:content/CARRUSEL-Cleber-Cardoso.jpg.jpg/.imaging/stk/uchile/ancho880/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/CARRUSELES-/CARRUSEL-Cleber-Cardoso.jpg/jcr:content/CARRUSEL-Cleber-Cardoso.jpg.jpg — 200 — 41.0 KiB — 929 ms — http/1.1https://uchile.cl/.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/5-Candidaturas%20a%20rectoria-20260416T162108Z-3-001.zip/5-Candidaturas-a-rectoria/CARRUSEL-Casa-Central.jpg/jcr:content/CARRUSEL-Casa-Central.jpg.jpg/.imaging/stk/uchile/ancho880/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/5-Candidaturas%20a%20rectoria-20260416T162108Z-3-001.zip/5-Candidaturas-a-rectoria/CARRUSEL-Casa-Central.jpg/jcr:content/CARRUSEL-Casa-Central.jpg.jpg — 200 — 106.7 KiB — 1.6 s — http/1.1https://uchile.cl/.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/CARRUSELES-/CARRUSEL-Libros-libres.jpg/jcr:content/CARRUSEL-Libros-libres.jpg.jpg/.imaging/stk/uchile/ancho880/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho880/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/CARRUSELES-/CARRUSEL-Libros-libres.jpg/jcr:content/CARRUSEL-Libros-libres.jpg.jpg — 200 — 78.4 KiB — 1.3 s — http/1.1https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2fonts.gstatic.com/s/raleway/v37/1Pt... https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2 — 200 — 42.1 KiB — 13 ms — h3https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0KExcOPIDU.woff2fonts.gstatic.com/s/ptsans/v18/jiza... https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0KExcOPIDU.woff2 — 200 — 11.2 KiB — 19 ms — h3https://uchile.cl/.resources/portal-uchile/fonts/icomoon.ttf?bankv3/.resources/portal-uchile/fonts/ico... https://uchile.cl/.resources/portal-uchile/fonts/icomoon.ttf?bankv3 — 200 — 33.1 KiB — 506 ms — http/1.1https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2fonts.gstatic.com/s/ptsans/v18/jizf... https://fonts.gstatic.com/s/ptsans/v18/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2 — 200 — 11.4 KiB — 28 ms — h3https://uchile.cl/.resources/portal-uchile/images/logo-universidad-de-chile-extendido.svg/.resources/portal-uchile/images/lo... https://uchile.cl/.resources/portal-uchile/images/logo-universidad-de-chile-extendido.svg — 200 — 26.0 KiB — 1.3 s — http/1.1https://uchile.cl/.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destacados/tensiones-y-desafios.png/jcr:content/tensiones-y-desafios.png.png/.imaging/stk/uchile/ancho100/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destacados/tensiones-y-desafios.png/jcr:content/tensiones-y-desafios.png.png — 200 — 21.9 KiB — 1.1 s — http/1.1https://uchile.cl/.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destacados/Copia-de-presentacion-universidad-de-chile-00.jpg.png/jcr:content/Copia%20de%20presentacion-universidad-de-chile-00.jpg.png.png/.imaging/stk/uchile/ancho100/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destacados/Copia-de-presentacion-universidad-de-chile-00.jpg.png/jcr:content/Copia%20de%20presentacion-universidad-de-chile-00.jpg.png.png — 200 — 27.0 KiB — 1.3 s — http/1.1https://uchile.cl/.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destacados/Libros-Libres.jpg.png/jcr:content/Libros%20Libres.jpg.png.png/.imaging/stk/uchile/ancho100/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destacados/Libros-Libres.jpg.png/jcr:content/Libros%20Libres.jpg.png.png — 200 — 28.9 KiB — 1.3 s — http/1.1https://uchile.cl/.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destacados/banner-100x100.png/jcr:content/banner-100x100.png.png/.imaging/stk/uchile/ancho100/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destacados/banner-100x100.png/jcr:content/banner-100x100.png.png — 200 — 20.9 KiB — 1.3 s — http/1.1https://www.google.com/js/th/cN4AN9hxcU4NRvji1RMUfz3eri06TDMd9Q_fvSbDV9Q.jswww.google.com/js/th/cN4AN9hxcU4NRv... https://www.google.com/js/th/cN4AN9hxcU4NRvji1RMUfz3eri06TDMd9Q_fvSbDV9Q.js — 200 — 23.1 KiB — 21 ms — h3https://www.youtube.com/generate_204?z2_nkgwww.youtube.com/generate_204?z2_nkg https://www.youtube.com/generate_204?z2_nkg — 204 — 10 B — 5 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 33 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 19 ms — h2https://uchile.cl/.resources/portal-uchile/fonts/icomoon.woff?bankv3/.resources/portal-uchile/fonts/ico... https://uchile.cl/.resources/portal-uchile/fonts/icomoon.woff?bankv3 — 200 — 28.7 KiB — 573 ms — http/1.1https://uchile.cl/.resources/portal-uchile/scripts/jquery.quicksearch.js/.resources/portal-uchile/scripts/j... https://uchile.cl/.resources/portal-uchile/scripts/jquery.quicksearch.js — 200 — 2.0 KiB — 541 ms — http/1.1https://uchile.cl/.resources/portal-uchile/scripts/jquery.fancybox.min.js/.resources/portal-uchile/scripts/j... https://uchile.cl/.resources/portal-uchile/scripts/jquery.fancybox.min.js — 200 — 22.0 KiB — 214 ms — http/1.1https://uchile.cl/.resources/portal-uchile/scripts/main31.js/.resources/portal-uchile/scripts/m... https://uchile.cl/.resources/portal-uchile/scripts/main31.js — 200 — 7.1 KiB — 215 ms — http/1.1https://uchile.cl/.resources/uchile-recursos/no-editor2.js/.resources/uchile-recursos/no-edit... https://uchile.cl/.resources/uchile-recursos/no-editor2.js — 200 — 2.2 KiB — 214 ms — http/1.1https://uchile.cl/.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destacados/2026_CAMERATA_CUADRADO_.jpg.png/jcr:content/2026_CAMERATA_CUADRADO_.jpg.png.png/.imaging/stk/uchile/ancho100/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destacados/2026_CAMERATA_CUADRADO_.jpg.png/jcr:content/2026_CAMERATA_CUADRADO_.jpg.png.png — 200 — 23.5 KiB — 214 ms — http/1.1https://uchile.cl/.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destacados/2026_BANCH_Ticketplus_CUADRADO_.jpg.png0/jcr:content/2026_BANCH_Ticketplus_CUADRADO_.jpg.png.png/.imaging/stk/uchile/ancho100/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho100/dam/imagenes/Uchile/destacados/2026_BANCH_Ticketplus_CUADRADO_.jpg.png0/jcr:content/2026_BANCH_Ticketplus_CUADRADO_.jpg.png.png — 200 — 14.8 KiB — 215 ms — http/1.1https://uchile.cl/.resources/portal-uchile/images/admision-portada.png/.resources/portal-uchile/images/ad... https://uchile.cl/.resources/portal-uchile/images/admision-portada.png — 200 — 4.9 KiB — 213 ms — http/1.1https://uchile.cl/.imaging/stk/uchile/ancho360/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/Uabierta-20260421T213924Z-3-001.zip/Uabierta/CARRUSEL-1-Uabierta.jpg/jcr:content/CARRUSEL-1-Uabierta.jpg.jpg/.imaging/stk/uchile/ancho360/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho360/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/Uabierta-20260421T213924Z-3-001.zip/Uabierta/CARRUSEL-1-Uabierta.jpg/jcr:content/CARRUSEL-1-Uabierta.jpg.jpg — 200 — 16.3 KiB — 214 ms — http/1.1https://uchile.cl/.resources/portal-uchile/scripts/main-portada7.js/.resources/portal-uchile/scripts/m... https://uchile.cl/.resources/portal-uchile/scripts/main-portada7.js — 200 — 2.9 KiB — 228 ms — http/1.1https://uchile.cl/.imaging/stk/uchile/ancho360/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/4-Ley%20Ricarte%20Soto-20260421T212829Z-3-001.zip/4-Ley-Ricarte-Soto/CARRUSEL-Ley-Ricarte-Soto.jpg/jcr:content/CARRUSEL-Ley-Ricarte-Soto.jpg.jpg/.imaging/stk/uchile/ancho360/dam/i... https://uchile.cl/.imaging/stk/uchile/ancho360/dam/imagenes/Uchile/VEXCOM/ABRIL-2026/4-Ley%20Ricarte%20Soto-20260421T212829Z-3-001.zip/4-Ley-Ricarte-Soto/CARRUSEL-Ley-Ricarte-Soto.jpg/jcr:content/CARRUSEL-Ley-Ricarte-Soto.jpg.jpg — 200 — 10.1 KiB — 216 ms — http/1.1https://uchile.cl/dam/jcr:e6c75e58-c127-491d-b702-c782488dc328/investigacion.webp/dam/jcr:e6c75e58-c127-491d-b702-c7... https://uchile.cl/dam/jcr:e6c75e58-c127-491d-b702-c782488dc328/investigacion.webp — 200 — 15.4 KiB — 214 ms — http/1.1https://uchile.cl/dam/jcr:ed3c7eb6-1a4e-4a6d-bf05-4055a9d13e6b/internacional.webp/dam/jcr:ed3c7eb6-1a4e-4a6d-bf05-40... https://uchile.cl/dam/jcr:ed3c7eb6-1a4e-4a6d-bf05-4055a9d13e6b/internacional.webp — 200 — 16.5 KiB — 214 ms — http/1.1https://uchile.cl/dam/jcr:c5fdb6a4-3ed4-4d34-bbdc-c787314b359d/extension.webp/dam/jcr:c5fdb6a4-3ed4-4d34-bbdc-c7... https://uchile.cl/dam/jcr:c5fdb6a4-3ed4-4d34-bbdc-c787314b359d/extension.webp — 200 — 11.0 KiB — 214 ms — http/1.1https://uchile.cl/dam/jcr:b8583fa0-764a-4716-a49d-c4a0b41a6e91/alumni.webp/dam/jcr:b8583fa0-764a-4716-a49d-c4... https://uchile.cl/dam/jcr:b8583fa0-764a-4716-a49d-c4a0b41a6e91/alumni.webp — 200 — 9.5 KiB — 215 ms — http/1.1https://uchile.cl/dam/jcr:bf2166fb-50c2-4560-8ce9-e5268f13cbca/servicio.webp/dam/jcr:bf2166fb-50c2-4560-8ce9-e5... https://uchile.cl/dam/jcr:bf2166fb-50c2-4560-8ce9-e5268f13cbca/servicio.webp — 200 — 8.9 KiB — 222 ms — http/1.1https://uchile.cl/dam/jcr:1c8d3a20-ab52-4f00-b384-56f8be385c79/produccion.webp/dam/jcr:1c8d3a20-ab52-4f00-b384-56... https://uchile.cl/dam/jcr:1c8d3a20-ab52-4f00-b384-56f8be385c79/produccion.webp — 200 — 7.4 KiB — 215 ms — http/1.1https://uchile.cl/dam/jcr:a9121b99-b861-4835-a66f-c013f9784daa/premios.webp/dam/jcr:a9121b99-b861-4835-a66f-c0... https://uchile.cl/dam/jcr:a9121b99-b861-4835-a66f-c013f9784daa/premios.webp — 200 — 5.4 KiB — 218 ms — http/1.1https://uchile.cl/dam/jcr:b0945b7f-4905-4115-bc20-2fe7ecd5f06b/estudiantes.webp/dam/jcr:b0945b7f-4905-4115-bc20-2f... https://uchile.cl/dam/jcr:b0945b7f-4905-4115-bc20-2fe7ecd5f06b/estudiantes.webp — 200 — 6.4 KiB — 214 ms — http/1.1https://uchile.cl/dam/jcr:0d8e7a48-a39b-4464-bdc0-307a0c88d77c/postgrados.webp/dam/jcr:0d8e7a48-a39b-4464-bdc0-30... https://uchile.cl/dam/jcr:0d8e7a48-a39b-4464-bdc0-307a0c88d77c/postgrados.webp — 200 — 8.5 KiB — 213 ms — http/1.1https://uchile.cl/dam/jcr:8824c05b-0501-4fd5-b73b-b2f07c961351/presidentes.webp/dam/jcr:8824c05b-0501-4fd5-b73b-b2... https://uchile.cl/dam/jcr:8824c05b-0501-4fd5-b73b-b2f07c961351/presidentes.webp — 200 — 9.1 KiB — 214 ms — http/1.1https://www.google.com/cse/static/element/b33cba5881f68fbf/mobile_v6+nl.csswww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/mobile_v6+nl.css — 200 — 1.5 KiB — 13 ms — h3https://cse.google.com/adsense/search/async-ads.jscse.google.com/adsense/search/async... https://cse.google.com/adsense/search/async-ads.js — 200 — 43.6 KiB — 34 ms — h2https://uchile.cl/dam/jcr:c741becd-357d-431c-b753-8fdff7f29664/ranking.webp/dam/jcr:c741becd-357d-431c-b753-8f... https://uchile.cl/dam/jcr:c741becd-357d-431c-b753-8fdff7f29664/ranking.webp — 200 — 11.0 KiB — 219 ms — http/1.1https://uchile.cl/dam/jcr:c9c5a8cf-7466-4ecc-a438-efdb45d1be8b/articulos.webp/dam/jcr:c9c5a8cf-7466-4ecc-a438-ef... https://uchile.cl/dam/jcr:c9c5a8cf-7466-4ecc-a438-efdb45d1be8b/articulos.webp — 200 — 7.6 KiB — 218 ms — http/1.1https://uchile.cl/dam/jcr:bb71eacc-e3c5-4512-ad8d-e1fc43ada4a5/equidad.webp/dam/jcr:bb71eacc-e3c5-4512-ad8d-e1... https://uchile.cl/dam/jcr:bb71eacc-e3c5-4512-ad8d-e1fc43ada4a5/equidad.webp — 200 — 22.3 KiB — 216 ms — http/1.1https://www.google.com/cse/static/css/v2/clear.pngwww.google.com/cse/static/css/v2/cl... https://www.google.com/cse/static/css/v2/clear.png — 200 — 1.0 KiB — 6 ms — h3https://www.google.com/cse/static/images/2x/nl/branding.pngwww.google.com/cse/static/images/2x... https://www.google.com/cse/static/images/2x/nl/branding.png — 200 — 4.1 KiB — 6 ms — h3https://clients1.google.com/generate_204clients1.google.com/generate_204 https://clients1.google.com/generate_204 — 204 — 117 B — 28 ms — h2https://uchile.cl/dam/jcr:54055882-9a05-4040-9fcd-7dee4b4f2019/igualdad.webp/dam/jcr:54055882-9a05-4040-9fcd-7d... https://uchile.cl/dam/jcr:54055882-9a05-4040-9fcd-7dee4b4f2019/igualdad.webp — 200 — 14.7 KiB — 214 ms — http/1.1https://uchile.cl/dam/jcr:91e09174-fae8-4cf9-ab17-19dd6a0a2636/sustentabilidad.webp/dam/jcr:91e09174-fae8-4cf9-ab17-19... https://uchile.cl/dam/jcr:91e09174-fae8-4cf9-ab17-19dd6a0a2636/sustentabilidad.webp — 200 — 21.9 KiB — 214 ms — http/1.1https://uchile.cl/.resources/portal-uchile/images/acreditacion_footer.svg/.resources/portal-uchile/images/ac... https://uchile.cl/.resources/portal-uchile/images/acreditacion_footer.svg — 200 — 21.6 KiB — 218 ms — http/1.1https://uchile.cl/.resources/portal-uchile/images/bg-trama-carreras.png/.resources/portal-uchile/images/bg... https://uchile.cl/.resources/portal-uchile/images/bg-trama-carreras.png — 200 — 1.4 KiB — 215 ms — http/1.1https://uchile.cl/.resources/portal-uchile/styles/print.css/.resources/portal-uchile/styles/pr... https://uchile.cl/.resources/portal-uchile/styles/print.css — 200 — 1.5 KiB — 214 ms — http/1.1https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=mg1t2iU0RFmO7Z4Q+xALyg==&sde=1ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=mg1t2iU0RFmO7Z4Q+xALyg==&sde=1 — 200 — 7.8 KiB — 35 ms — h3https://uchile.cl/.resources/portal-uchile/favicon.svg/.resources/portal-uchile/favicon.s... https://uchile.cl/.resources/portal-uchile/favicon.svg — 200 — 16.9 KiB — 219 ms — http/1.1https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 17 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 31 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 18 ms — h2https://pagead2.googlesyndication.com/bg/iEdN92eAUFJ_vm8PS_gkmx2SAtGdAOE33tjl0kZnL1g.jspagead2.googlesyndication.com/bg/iE... https://pagead2.googlesyndication.com/bg/iEdN92eAUFJ_vm8PS_gkmx2SAtGdAOE33tjl0kZnL1g.js — 200 — 21.9 KiB — 19 ms — h3https://ep2.adtrafficquality.google/generate_204?ls6TuQep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?ls6TuQ — 204 — 40 B — 5 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=mg1t2iU0RFmO7Z4Q%2BxALyg%3D%3D&bg=!zs2lza_NAAa1ilLUlYo7AEcBe5WfOC3cKAJELzFUNzDxQSvfGT26-dePwiRsHp3vTmqu8gAbreOhH5K8lhiFjY6CepD693urt9zshbQFH-ByJnB2eSDOWAIAAABkUgAAAAVoAQd-ABuw8mF7kLjmMrbd8l1cHgg9yVXdieXxQgLHRMWZAf3yaKlpcIt73iUOGZ6Hfra18TrtaNrkZvz1_oUyuiH6YlAIH5e-YkpYHVS5Z0pTNmCefc_L-oU_h_9iB2WKqrTj0rbnmx-Duk77nLVAGntQ19BbVE7xnZvzaAzKLJC3Y8sY6eCgxaZITfCCUTyf0ZtJkvDAE9khu5t6pcZyEZkCNdtD-GKtf9ZPT5t_-Pa06y8ZuiuKaCyvVckHyCw59CSW2ixf4lWr6VjWchyrlmJk222-XWw-Qit_mJiYKyuGRpOJMrKRBg29oZ4pOfihFbuzLkWUZQC75SoII1NmQALs9PeyGCvgQLS2GvZHnEDiun8JMlv8tJTa30Owd90It4oMxQehZJZ24GW210GaJvlOKBP9QvqxRiYoI7ypwjr29wHGnzsnbUfvNF2jqicnL4aNeiRRJT1C0FxNKwUluUUx5kDgKWvBE5qOHmtyaq0j8xo22dDrxo2jnhtIaIsHJQjzNfdwiDZAq1kIzEYlTBEUvH5F6-rjtRr6Psmt7RusWnKEBLVs0NquBLNL9bekBTw1nGyb9ETi2ODp4NMS4IoaU0E4Dj3i0gXTZCOby_8AluxfKahX55CvmxZB8UsZWa2dXOU3j1usZ7mCgJctH08SJb1q1nG2joMT5jyYqjdLqJggp6aedX7TrkooS6Z_lTGQMVLktDpOHtzrJ4ikDQep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=mg1t2iU0RFmO7Z4Q%2BxALyg%3D%3D&bg=!zs2lza_NAAa1ilLUlYo7AEcBe5WfOC3cKAJELzFUNzDxQSvfGT26-dePwiRsHp3vTmqu8gAbreOhH5K8lhiFjY6CepD693urt9zshbQFH-ByJnB2eSDOWAIAAABkUgAAAAVoAQd-ABuw8mF7kLjmMrbd8l1cHgg9yVXdieXxQgLHRMWZAf3yaKlpcIt73iUOGZ6Hfra18TrtaNrkZvz1_oUyuiH6YlAIH5e-YkpYHVS5Z0pTNmCefc_L-oU_h_9iB2WKqrTj0rbnmx-Duk77nLVAGntQ19BbVE7xnZvzaAzKLJC3Y8sY6eCgxaZITfCCUTyf0ZtJkvDAE9khu5t6pcZyEZkCNdtD-GKtf9ZPT5t_-Pa06y8ZuiuKaCyvVckHyCw59CSW2ixf4lWr6VjWchyrlmJk222-XWw-Qit_mJiYKyuGRpOJMrKRBg29oZ4pOfihFbuzLkWUZQC75SoII1NmQALs9PeyGCvgQLS2GvZHnEDiun8JMlv8tJTa30Owd90It4oMxQehZJZ24GW210GaJvlOKBP9QvqxRiYoI7ypwjr29wHGnzsnbUfvNF2jqicnL4aNeiRRJT1C0FxNKwUluUUx5kDgKWvBE5qOHmtyaq0j8xo22dDrxo2jnhtIaIsHJQjzNfdwiDZAq1kIzEYlTBEUvH5F6-rjtRr6Psmt7RusWnKEBLVs0NquBLNL9bekBTw1nGyb9ETi2ODp4NMS4IoaU0E4Dj3i0gXTZCOby_8AluxfKahX55CvmxZB8UsZWa2dXOU3j1usZ7mCgJctH08SJb1q1nG2joMT5jyYqjdLqJggp6aedX7TrkooS6Z_lTGQMVLktDpOHtzrJ4ikDQ — 204 — 17 B — 16 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
45% of JavaScript execution is third-party
First-party Third-party 2744ms · 395KB · CL$20313/mo
Unattributable
Other
Costly
Execution 1005ms
Transfer 0 KB
Monthly Cost CL$7437/mo
Google Tag Manager
Tag Manager
Costly
Execution 906ms
Transfer 158 KB
Unused 41%
Monthly Cost CL$6704/mo
Hotjar
Session Replay
Costly
Execution 320ms
Transfer 57 KB
Unused 67%
Monthly Cost CL$2365/mo
www.google.com
Other
Costly
Execution 264ms
Transfer 99 KB
Unused 49%
Monthly Cost CL$1953/mo
ajax.googleapis.com
Other
Costly
Execution 124ms
Transfer 31 KB
Unused 75%
Monthly Cost CL$917/mo
cse.google.com
Other
Costly
Execution 69ms
Transfer 44 KB
Unused 73%
Monthly Cost CL$508/mo
ep2.adtrafficquality.google
Other
Costly
Execution 58ms
Transfer 8 KB
Monthly Cost CL$427/mo

These scripts may cost more than they're worth

  • Unattributable adds 1005ms and costs ~CL$7437/month
  • Google Tag Manager adds 906ms and costs ~CL$6704/month
  • Hotjar adds 320ms and costs ~CL$2365/month
  • www.google.com adds 264ms and costs ~CL$1953/month
  • ajax.googleapis.com adds 124ms and costs ~CL$917/month
  • cse.google.com adds 69ms and costs ~CL$508/month
  • ep2.adtrafficquality.google adds 58ms and costs ~CL$427/month

45% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Unattributable takes 1005ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 906ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Hotjar takes 320ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

67% of Hotjar's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

www.google.com takes 264ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

ajax.googleapis.com takes 124ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

75% of ajax.googleapis.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

cse.google.com takes 69ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

73% of cse.google.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

ep2.adtrafficquality.google takes 58ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback