Skip to content
https://unizar.es

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
5
REVIEW
3
PASS
5
INFO
2

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

72
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
83
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.
85
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.

1.22 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

3.15 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

0 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.142

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

1.59 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.

3.16 s

Page Load Progression

396 ms
792 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.8 s
3.2 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
2.6 MB transferred, 250 requests
FIX
2.6 MB transferred, 250 requests
Warning::
Page weighs 3.6 MB (2.6 MB transferred)
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Warning::
JavaScript is 921 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 921 KB
Info::
CSS is 380 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 380 KB
Warning::
250 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.55 g CO2 per page load
2.6 MB / 2.4 MB budget
2.6 MB transferred
250 requests
0.55 g CO2 per page load
Images 1.2 MiB 47%
JavaScript 921.0 KiB 34%
CSS 380.2 KiB 14%
Fonts 63.5 KiB 2%
HTML 37.0 KiB 1%
Other 15.5 KiB 1%
Other 811 B 0%
Other 548 B 0%
Other 192 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.6 MiB of 2.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
93 scripts, 283 KB unused
FIX
93 scripts, 283 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-D7CJ...: 64 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://code.jquery.com/ui/1.14.0/jquery-ui.min.js: 57 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.jsdelivr.net/npm/swiper@11/swiper-bund...: 42 KB unused (97%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.unizar.es/core/misc/ajax.js?v=10.6.5: 40 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.unizar.es/core/misc/ajax.js?v=10.6.5: unminified — 46 KB could be saved
Warning::
https://staweb.unizar.es/matomo.js: 36 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 283 KB
283 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-D7CJD782L0158 KB64 KB (41%)3rd
https://code.jquery.com/ui/1.14.0/jquery-ui.min.js66 KB57 KB (87%)3rd
https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js43 KB42 KB (97%)3rd
https://www.unizar.es/core/misc/ajax.js?v=10.6.565 KB40 KB (62%)3rd
https://staweb.unizar.es/matomo.js66 KB36 KB (55%)3rd
https://www.unizar.es/core/assets/vendor/jquery/jquery.min.js?v=3.7.186 KB23 KB (27%)3rd
https://www.unizar.es/modules/contrib/eu_cookie_compliance/js/eu_cookie_compliance.min.js?tdwaij33 KB21 KB (62%)3rd
https://www.unizar.es/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.6.51 KB3rd
https://www.unizar.es/modules/contrib/google_tag/js/gtag.ajax.js?tdwaij1 KB3rd
https://cdn.jsdelivr.net/npm/slick-lightbox@0.2.12/dist/slick-lightbox.min.js2 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

D
Page Weight Inventory
Action
250 resources · 2.6 MB · 283 KB savings available
FIX
250 resources · 2.6 MB · 283 KB savings available
Warning::
Page weight 1.6 MB over 1MB target
Got: 2.6 MB Expected: ≤ 1 MB
Info::
~283 KB of savings available
Warning::
249 third-party resources (100% of weight)
Info::
1 resources over 200KB
250 resources · 2.6 MiB · 249 third-party 1.6 MiB over 1MB target
Image 48% · 1.2 MiB
JavaScript 34% · 921.0 KiB
CSS 14% · 380.2 KiB
Font 2% · 63.5 KiB
Document 1% · 37.4 KiB
Other 0% · 1.3 KiB

~283.1 KiB of savings available

Remove unused JavaScript: 283.1 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.

C
Image Optimization
Action
52 images, 0 KB saveable
REVIEW
52 images, 0 KB saveable
Warning::
https://cdn.gtranslate.net/flags/svg/es.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.unizar.es/sites/www/files/logo_uz_1474... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.unizar.es/themes/custom/unizar_unizar/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
52 images 1.2 MB
0 oversized -0 KB
50 legacy format
3 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Execution Cost
835ms total JS execution
REVIEW
835ms total JS execution
Warning::
https://www.unizar.es/: 373ms CPU time
Info::
Unattributable: 209ms CPU time
Info::
https://www.unizar.es/core/assets/vendor/jquery/jq...: 95ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-D7CJ...: 84ms CPU time
Info::
https://www.unizar.es/core/misc/drupal.init.js?v=1...: 74ms CPU time
Warning::
Third-party scripts: 835ms (100% of total)

Main Thread Breakdown

Other 35% Style & Layout 29% Script Evaluation 21% Rendering 6% Script Parsing & Compilation 4% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.unizar.es/373ms6ms1ms3rd
Unattributable209ms8ms0ms3rd
https://www.unizar.es/core/assets/vendor/jquery/jquery.min.js?v=3.7.195ms27ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=G-D7CJD782L084ms62ms10ms3rd
https://www.unizar.es/core/misc/drupal.init.js?v=10.6.574ms43ms0ms3rd
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
3 fonts (63 KB)
PASS
3 fonts (63 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

63 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 3.2 shttps://fonts.gstatic.com/s/redhattext/v19/RrQXbohi_ic6B3yVSzGBrMxQaKctMc-JPQ.woff2RrQXbohi_ic6B3yVSzGBrMx... https://fonts.gstatic.com/s/redhattext/v19/RrQXbohi_ic6B3yVSzGBrMxQaKctMc-JPQ.woff2 — 29.5 KiB — 40 ms — font-display: swaphttps://www.unizar.es/themes/custom/unizar_base_10/css/fonts/icomoon.woff?405jqyicomoon.woff https://www.unizar.es/themes/custom/unizar_base_10/css/fonts/icomoon.woff?405jqy — 18.4 KiB — 42 ms — font-display: swaphttps://fonts.gstatic.com/s/varelaround/v21/w8gdH283Tvk__Lua32TysjIfp8uPLdshZg.woff2w8gdH283Tvk__Lua32TysjI... https://fonts.gstatic.com/s/varelaround/v21/w8gdH283Tvk__Lua32TysjIfp8uPLdshZg.woff2 — 15.5 KiB — 32 ms — font-display: swap
RrQXbohi_ic6B3yVSzGBrMx... woff2 swap
Size 29 KB
Load time 40 ms
Start 683 ms
Risk FOUT — text flashes from fallback to web font
icomoon.woff woff swap
Size 18 KB
Load time 42 ms
Start 683 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
w8gdH283Tvk__Lua32TysjI... woff2 swap
Size 16 KB
Load time 32 ms
Start 793 ms
Risk FOUT — text flashes from fallback to web font
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 ~6 KB and ~12 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
250 requests over 1197ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 3.2 shttps://unizar.es// https://unizar.es/ — 301 — 166 B — 38 ms — h2https://www.unizar.es/www.unizar.es/ https://www.unizar.es/ — 200 — 36.0 KiB — 330 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/core.css?tdwaijwww.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/core.css?tdwaij — 200 — 1.9 KiB — 17 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/controlgroup.css?tdwaijwww.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/controlgroup.css?tdwaij — 200 — 1.8 KiB — 17 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css?tdwaijwww.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css?tdwaij — 200 — 1.1 KiB — 18 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/resizable.css?tdwaijwww.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/resizable.css?tdwaij — 200 — 1.5 KiB — 16 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/button.css?tdwaijwww.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/button.css?tdwaij — 200 — 1.7 KiB — 18 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/dialog.css?tdwaijwww.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/dialog.css?tdwaij — 200 — 2.1 KiB — 96 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/align.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/align.module.css?tdwaij — 200 — 857 B — 133 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/fieldgroup.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/fieldgroup.module.css?tdwaij — 200 — 466 B — 84 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/container-inline.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/container-inline.module.css?tdwaij — 200 — 600 B — 95 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/clearfix.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/clearfix.module.css?tdwaij — 200 — 680 B — 93 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/details.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/details.module.css?tdwaij — 200 — 499 B — 98 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/hidden.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/hidden.module.css?tdwaij — 200 — 1.7 KiB — 87 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/item-list.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/item-list.module.css?tdwaij — 200 — 660 B — 133 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/js.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/js.module.css?tdwaij — 200 — 775 B — 113 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/nowrap.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/nowrap.module.css?tdwaij — 200 — 467 B — 122 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/position-container.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/position-container.module.css?tdwaij — 200 — 466 B — 134 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/reset-appearance.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/reset-appearance.module.css?tdwaij — 200 — 621 B — 89 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/resize.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/resize.module.css?tdwaij — 200 — 643 B — 120 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/system-status-counter.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/system-status-counter.css?tdwaij — 200 — 1.1 KiB — 110 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/system-status-report-counters.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/system-status-report-counters.css?tdwaij — 200 — 930 B — 117 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/system-status-report-general-info.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/system-status-report-general-info.css?tdwaij — 200 — 627 B — 88 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/tablesort.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/tablesort.module.css?tdwaij — 200 — 744 B — 99 ms — h2https://www.unizar.es/core/themes/stable9/css/core/components/progress.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/core/components/progress.module.css?tdwaij — 200 — 1.2 KiB — 132 ms — h2https://www.unizar.es/core/themes/stable9/css/core/components/ajax-progress.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/core/components/ajax-progress.module.css?tdwaij — 200 — 1.4 KiB — 91 ms — h2https://www.unizar.es/modules/contrib/blazy/css/blazy.css?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/css/blazy.css?tdwaij — 200 — 4.2 KiB — 93 ms — h2https://www.unizar.es/modules/contrib/blazy/css/components/blazy.loading.css?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/css/components/blazy.loading.css?tdwaij — 200 — 1.8 KiB — 97 ms — h2https://www.unizar.es/core/modules/ckeditor5/css/ckeditor5.dialog.fix.css?tdwaijwww.unizar.es/core/modules/ckeditor... https://www.unizar.es/core/modules/ckeditor5/css/ckeditor5.dialog.fix.css?tdwaij — 200 — 427 B — 128 ms — h2https://www.unizar.es/core/themes/stable9/css/views/views.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/views/views.module.css?tdwaij — 200 — 807 B — 93 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 3.2 shttps://unizar.es// https://unizar.es/ — 301 — 166 B — 38 ms — h2https://www.unizar.es/www.unizar.es/ https://www.unizar.es/ — 200 — 36.0 KiB — 330 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/core.css?tdwaijwww.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/core.css?tdwaij — 200 — 1.9 KiB — 17 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/controlgroup.css?tdwaijwww.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/controlgroup.css?tdwaij — 200 — 1.8 KiB — 17 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css?tdwaijwww.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/checkboxradio.css?tdwaij — 200 — 1.1 KiB — 18 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/resizable.css?tdwaijwww.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/resizable.css?tdwaij — 200 — 1.5 KiB — 16 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/button.css?tdwaijwww.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/button.css?tdwaij — 200 — 1.7 KiB — 18 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/dialog.css?tdwaijwww.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/dialog.css?tdwaij — 200 — 2.1 KiB — 96 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/align.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/align.module.css?tdwaij — 200 — 857 B — 133 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/fieldgroup.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/fieldgroup.module.css?tdwaij — 200 — 466 B — 84 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/container-inline.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/container-inline.module.css?tdwaij — 200 — 600 B — 95 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/clearfix.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/clearfix.module.css?tdwaij — 200 — 680 B — 93 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/details.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/details.module.css?tdwaij — 200 — 499 B — 98 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/hidden.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/hidden.module.css?tdwaij — 200 — 1.7 KiB — 87 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/item-list.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/item-list.module.css?tdwaij — 200 — 660 B — 133 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/js.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/js.module.css?tdwaij — 200 — 775 B — 113 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/nowrap.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/nowrap.module.css?tdwaij — 200 — 467 B — 122 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/position-container.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/position-container.module.css?tdwaij — 200 — 466 B — 134 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/reset-appearance.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/reset-appearance.module.css?tdwaij — 200 — 621 B — 89 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/resize.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/resize.module.css?tdwaij — 200 — 643 B — 120 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/system-status-counter.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/system-status-counter.css?tdwaij — 200 — 1.1 KiB — 110 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/system-status-report-counters.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/system-status-report-counters.css?tdwaij — 200 — 930 B — 117 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/system-status-report-general-info.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/system-status-report-general-info.css?tdwaij — 200 — 627 B — 88 ms — h2https://www.unizar.es/core/themes/stable9/css/system/components/tablesort.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/system/components/tablesort.module.css?tdwaij — 200 — 744 B — 99 ms — h2https://www.unizar.es/core/themes/stable9/css/core/components/progress.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/core/components/progress.module.css?tdwaij — 200 — 1.2 KiB — 132 ms — h2https://www.unizar.es/core/themes/stable9/css/core/components/ajax-progress.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/core/components/ajax-progress.module.css?tdwaij — 200 — 1.4 KiB — 91 ms — h2https://www.unizar.es/modules/contrib/blazy/css/blazy.css?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/css/blazy.css?tdwaij — 200 — 4.2 KiB — 93 ms — h2https://www.unizar.es/modules/contrib/blazy/css/components/blazy.loading.css?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/css/components/blazy.loading.css?tdwaij — 200 — 1.8 KiB — 97 ms — h2https://www.unizar.es/core/modules/ckeditor5/css/ckeditor5.dialog.fix.css?tdwaijwww.unizar.es/core/modules/ckeditor... https://www.unizar.es/core/modules/ckeditor5/css/ckeditor5.dialog.fix.css?tdwaij — 200 — 427 B — 128 ms — h2https://www.unizar.es/core/themes/stable9/css/views/views.module.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/views/views.module.css?tdwaij — 200 — 807 B — 93 ms — h2https://www.unizar.es/modules/contrib/eu_cookie_compliance/css/eu_cookie_compliance.css?tdwaijwww.unizar.es/modules/contrib/eu_co... https://www.unizar.es/modules/contrib/eu_cookie_compliance/css/eu_cookie_compliance.css?tdwaij — 200 — 6.6 KiB — 129 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/theme.css?tdwaijwww.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/themes/base/theme.css?tdwaij — 200 — 17.7 KiB — 128 ms — h2https://www.unizar.es/modules/contrib/addtoany/css/addtoany.css?tdwaijwww.unizar.es/modules/contrib/addto... https://www.unizar.es/modules/contrib/addtoany/css/addtoany.css?tdwaij — 200 — 1.3 KiB — 121 ms — h2https://www.unizar.es/modules/contrib/back_to_top/css/back_to_top.css?tdwaijwww.unizar.es/modules/contrib/back_... https://www.unizar.es/modules/contrib/back_to_top/css/back_to_top.css?tdwaij — 200 — 902 B — 111 ms — h2https://www.unizar.es/modules/contrib/cheeseburger_menu/css/cheeseburger_menu.css?tdwaijwww.unizar.es/modules/contrib/chees... https://www.unizar.es/modules/contrib/cheeseburger_menu/css/cheeseburger_menu.css?tdwaij — 200 — 7.0 KiB — 116 ms — h2https://www.unizar.es/modules/contrib/ckeditor5_plugin_pack/modules/ckeditor5_plugin_pack_indent_block/css/indent-block.css?tdwaijwww.unizar.es/modules/contrib/ckedi... https://www.unizar.es/modules/contrib/ckeditor5_plugin_pack/modules/ckeditor5_plugin_pack_indent_block/css/indent-block.css?tdwaij — 200 — 1.6 KiB — 109 ms — h2https://www.unizar.es/modules/contrib/tb_megamenu/dist/base.css?tdwaijwww.unizar.es/modules/contrib/tb_me... https://www.unizar.es/modules/contrib/tb_megamenu/dist/base.css?tdwaij — 200 — 7.8 KiB — 108 ms — h2https://www.unizar.es/modules/contrib/tb_megamenu/dist/styles.css?tdwaijwww.unizar.es/modules/contrib/tb_me... https://www.unizar.es/modules/contrib/tb_megamenu/dist/styles.css?tdwaij — 200 — 2.8 KiB — 101 ms — h2https://www.unizar.es/modules/custom/unizar_shortcode/css/accordion.css?tdwaijwww.unizar.es/modules/custom/unizar... https://www.unizar.es/modules/custom/unizar_shortcode/css/accordion.css?tdwaij — 200 — 5.3 KiB — 104 ms — h2https://www.unizar.es/modules/custom/unizar_tipos_contenidos_basicos/css/bloque_advertencia.css?tdwaijwww.unizar.es/modules/custom/unizar... https://www.unizar.es/modules/custom/unizar_tipos_contenidos_basicos/css/bloque_advertencia.css?tdwaij — 200 — 633 B — 134 ms — h2https://www.unizar.es/core/themes/stable9/css/core/assets/vendor/normalize-css/normalize.css?tdwaijwww.unizar.es/core/themes/stable9/c... https://www.unizar.es/core/themes/stable9/css/core/assets/vendor/normalize-css/normalize.css?tdwaij — 200 — 6.4 KiB — 149 ms — h2https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900&display=swapfonts.googleapis.com/css2?family=Re... https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900&display=swap — 200 — 933 B — 220 ms — h2https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swapfonts.googleapis.com/css2?family=Re... https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap — 200 — 530 B — 223 ms — h2https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swapfonts.googleapis.com/css2?family=La... https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap — 200 — 568 B — 221 ms — h2https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;600;700;800&display=swapfonts.googleapis.com/css2?family=Ka... https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;600;700;800&display=swap — 200 — 533 B — 225 ms — h2https://fonts.googleapis.com/css2?family=Varela+Round&display=swapfonts.googleapis.com/css2?family=Va... https://fonts.googleapis.com/css2?family=Varela+Round&display=swap — 200 — 625 B — 223 ms — h2https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Varela+Round&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Varela+Round&display=swap — 200 — 2.7 KiB — 247 ms — h2https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Varela+Round&display=swapfonts.googleapis.com/css2?family=Re... https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Varela+Round&display=swap — 200 — 2.8 KiB — 225 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/action-links.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/action-links.css?tdwaij — 200 — 1.2 KiB — 131 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/breadcrumb.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/breadcrumb.css?tdwaij — 200 — 866 B — 179 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/button.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/button.css?tdwaij — 200 — 576 B — 153 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/container-inline.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/container-inline.css?tdwaij — 200 — 854 B — 155 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/details.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/details.css?tdwaij — 200 — 691 B — 178 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/exposed-filters.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/exposed-filters.css?tdwaij — 200 — 1.2 KiB — 158 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/field.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/field.css?tdwaij — 200 — 899 B — 173 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/form.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/form.css?tdwaij — 200 — 2.5 KiB — 126 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/icons.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/icons.css?tdwaij — 200 — 798 B — 140 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/inline-form.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/inline-form.css?tdwaij — 200 — 1.1 KiB — 129 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/item-list.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/item-list.css?tdwaij — 200 — 919 B — 145 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/link.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/link.css?tdwaij — 200 — 589 B — 131 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/links.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/links.css?tdwaij — 200 — 716 B — 133 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/menu.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/menu.css?tdwaij — 200 — 1.0 KiB — 171 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/more-link.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/more-link.css?tdwaij — 200 — 543 B — 169 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/pager.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/pager.css?tdwaij — 200 — 575 B — 148 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/tabledrag.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/tabledrag.css?tdwaij — 200 — 574 B — 169 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/tableselect.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/tableselect.css?tdwaij — 200 — 675 B — 169 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/tablesort.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/tablesort.css?tdwaij — 200 — 498 B — 167 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/tabs.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/tabs.css?tdwaij — 200 — 843 B — 171 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/textarea.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/textarea.css?tdwaij — 200 — 541 B — 129 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/ui-dialog.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/ui-dialog.css?tdwaij — 200 — 571 B — 139 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/messages.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/messages.css?tdwaij — 200 — 2.1 KiB — 169 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/progress.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/progress.css?tdwaij — 200 — 1.7 KiB — 169 ms — h2https://www.unizar.es/core/themes/starterkit_theme/css/components/dialog.css?tdwaijwww.unizar.es/core/themes/starterki... https://www.unizar.es/core/themes/starterkit_theme/css/components/dialog.css?tdwaij — 200 — 1.9 KiB — 185 ms — h2https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.csscdn.jsdelivr.net/bxslider/4.2.12/jq... https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css — 200 — 1.2 KiB — 55 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/css/normalize.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/css/normalize.css?tdwaij — 200 — 7.8 KiB — 171 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/css/fonts.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/css/fonts.css?tdwaij — 200 — 2.3 KiB — 169 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/css/globals.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/css/globals.css?tdwaij — 200 — 1.8 KiB — 169 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/css/default.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/css/default.css?tdwaij — 200 — 64.9 KiB — 196 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/css/formulario.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/css/formulario.css?tdwaij — 200 — 9.0 KiB — 178 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/css/ckeditor.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/css/ckeditor.css?tdwaij — 200 — 5.0 KiB — 194 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/css/componentes/botones.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/css/componentes/botones.css?tdwaij — 200 — 8.9 KiB — 189 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/css/componentes/mensajes.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/css/componentes/mensajes.css?tdwaij — 200 — 3.2 KiB — 168 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/css/componentes/tablas.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/css/componentes/tablas.css?tdwaij — 200 — 12.1 KiB — 192 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/css/componentes/acordeon.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/css/componentes/acordeon.css?tdwaij — 200 — 4.4 KiB — 126 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/css/print.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/css/print.css?tdwaij — 200 — 711 B — 175 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/css/unizar_tipos_contenidos.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/css/unizar_tipos_contenidos.css?tdwaij — 200 — 41.5 KiB — 136 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/css/tarjetas.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/css/tarjetas.css?tdwaij — 200 — 22.8 KiB — 170 ms — h2https://www.unizar.es/themes/custom/unizar_unizar/css/custom.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_unizar/css/custom.css?tdwaij — 200 — 1.2 KiB — 193 ms — h2https://www.unizar.es/themes/custom/unizar_unizar/css/www.css?tdwaijwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_unizar/css/www.css?tdwaij — 200 — 37.9 KiB — 171 ms — h2https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.csscdn.jsdelivr.net/npm/swiper@11/swip... https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css — 200 — 5.1 KiB — 50 ms — h2https://www.unizar.es/sites/www/files/asset_injector/css/fade_home-afd0f531578ca0f3669d5c97d14dba12.css?tdwaijwww.unizar.es/sites/www/files/asset... https://www.unizar.es/sites/www/files/asset_injector/css/fade_home-afd0f531578ca0f3669d5c97d14dba12.css?tdwaij — 200 — 1.8 KiB — 167 ms — h2https://www.unizar.es/sites/www/files/asset_injector/css/hero-6f85f76a901a8ce604df808fdbf62d4d.css?tdwaijwww.unizar.es/sites/www/files/asset... https://www.unizar.es/sites/www/files/asset_injector/css/hero-6f85f76a901a8ce604df808fdbf62d4d.css?tdwaij — 200 — 2.5 KiB — 149 ms — h2https://www.unizar.es/sites/www/files/asset_injector/css/menu_cheeseburguer-ec378a49fabc0917c6c02082f47a3c12.css?tdwaijwww.unizar.es/sites/www/files/asset... https://www.unizar.es/sites/www/files/asset_injector/css/menu_cheeseburguer-ec378a49fabc0917c6c02082f47a3c12.css?tdwaij — 200 — 3.3 KiB — 154 ms — h2https://www.unizar.es/sites/www/files/asset_injector/css/noticias_home-40c96e021a46ec3e0e6a30b17a093e0e.css?tdwaijwww.unizar.es/sites/www/files/asset... https://www.unizar.es/sites/www/files/asset_injector/css/noticias_home-40c96e021a46ec3e0e6a30b17a093e0e.css?tdwaij — 200 — 8.8 KiB — 133 ms — h2https://www.unizar.es/sites/www/files/asset_injector/css/novedades-cfab8c747968021bf0820d01c29db1dc.css?tdwaijwww.unizar.es/sites/www/files/asset... https://www.unizar.es/sites/www/files/asset_injector/css/novedades-cfab8c747968021bf0820d01c29db1dc.css?tdwaij — 200 — 3.0 KiB — 152 ms — h2https://www.unizar.es/sites/www/files/asset_injector/css/www_inyeccion_css-530d6f056d277993f0fa90cdf9039ef8.css?tdwaijwww.unizar.es/sites/www/files/asset... https://www.unizar.es/sites/www/files/asset_injector/css/www_inyeccion_css-530d6f056d277993f0fa90cdf9039ef8.css?tdwaij — 200 — 8.5 KiB — 156 ms — h2https://www.unizar.es/core/misc/drupalSettingsLoader.js?v=10.6.5www.unizar.es/core/misc/drupalSetti... https://www.unizar.es/core/misc/drupalSettingsLoader.js?v=10.6.5 — 200 — 1.1 KiB — 104 ms — h2https://www.unizar.es/modules/contrib/google_tag/js/gtag.js?tdwaijwww.unizar.es/modules/contrib/googl... https://www.unizar.es/modules/contrib/google_tag/js/gtag.js?tdwaij — 200 — 1.7 KiB — 97 ms — h2https://www.unizar.es/sites/www/files/logo_uz_1474_0.pngwww.unizar.es/sites/www/files/logo_... https://www.unizar.es/sites/www/files/logo_uz_1474_0.png — 200 — 46.7 KiB — 19 ms — h2https://www.unizar.es/sites/www/files/imagenes/megamenu/paraninfo.jpgwww.unizar.es/sites/www/files/image... https://www.unizar.es/sites/www/files/imagenes/megamenu/paraninfo.jpg — 200 — 31.2 KiB — 20 ms — h2https://www.unizar.es/sites/www/files/imagenes/megamenu/estudiantes.jpgwww.unizar.es/sites/www/files/image... https://www.unizar.es/sites/www/files/imagenes/megamenu/estudiantes.jpg — 200 — 20.1 KiB — 18 ms — h2https://www.unizar.es/sites/www/files/imagenes/megamenu/investiga.jpgwww.unizar.es/sites/www/files/image... https://www.unizar.es/sites/www/files/imagenes/megamenu/investiga.jpg — 200 — 13.2 KiB — 17 ms — h2https://www.unizar.es/sites/www/files/imagenes/megamenu/img6148_0%20(1).jpgwww.unizar.es/sites/www/files/image... https://www.unizar.es/sites/www/files/imagenes/megamenu/img6148_0%20(1).jpg — 200 — 17.0 KiB — 15 ms — h2https://www.unizar.es/modules/contrib/blazy/js/polyfill/blazy.polyfill.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/polyfill/blazy.polyfill.min.js?tdwaij — 200 — 1.7 KiB — 36 ms — h2https://www.unizar.es/core/assets/vendor/jquery/jquery.min.js?v=3.7.1www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 86.0 KiB — 45 ms — h2https://www.unizar.es/modules/contrib/blazy/js/polyfill/blazy.classlist.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/polyfill/blazy.classlist.min.js?tdwaij — 200 — 2.7 KiB — 36 ms — h2https://www.unizar.es/modules/contrib/blazy/js/polyfill/blazy.promise.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/polyfill/blazy.promise.min.js?tdwaij — 200 — 4.3 KiB — 35 ms — h2https://www.unizar.es/modules/contrib/blazy/js/polyfill/blazy.raf.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/polyfill/blazy.raf.min.js?tdwaij — 200 — 1.1 KiB — 35 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%… — 200 — 0 B — 0 ms — datahttps://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.jscdn.jsdelivr.net/bxslider/4.2.12/jq... https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js — 200 — 6.2 KiB — 19 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.jscdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js — 200 — 10.8 KiB — 15 ms — h2https://cdn.jsdelivr.net/npm/slick-lightbox@0.2.12/dist/slick-lightbox.min.jscdn.jsdelivr.net/npm/slick-lightbox... https://cdn.jsdelivr.net/npm/slick-lightbox@0.2.12/dist/slick-lightbox.min.js — 200 — 2.3 KiB — 15 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery.scrollex/0.2.1/jquery.scrollex.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery.scrollex/0.2.1/jquery.scrollex.min.js — 200 — 1.4 KiB — 55 ms — h3https://code.jquery.com/ui/1.14.0/jquery-ui.min.jscode.jquery.com/ui/1.14.0/jquery-ui... https://code.jquery.com/ui/1.14.0/jquery-ui.min.js — 200 — 65.5 KiB — 57 ms — h2https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.jscdn.jsdelivr.net/npm/swiper@11/swip... https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js — 200 — 43.4 KiB — 26 ms — h3https://staweb.unizar.es/matomo.jsstaweb.unizar.es/matomo.js https://staweb.unizar.es/matomo.js — 200 — 66.3 KiB — 123 ms — h2https://www.unizar.es/core/assets/vendor/once/once.min.js?v=1.0.1www.unizar.es/core/assets/vendor/on... https://www.unizar.es/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 1.7 KiB — 21 ms — h2https://static.addtoany.com/menu/page.jsstatic.addtoany.com/menu/page.js https://static.addtoany.com/menu/page.js — 200 — 2.2 KiB — 49 ms — h3https://www.googletagmanager.com/gtag/js?id=G-D7CJD782L0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-D7CJD782L0 — 200 — 158.0 KiB — 192 ms — h2https://www.unizar.es/sites/www/files/languages/es_l6gphY7B0PYS6HAiwLOF7c9yQcW9hDn2zKmR8EUxNaQ.js?tdwaijwww.unizar.es/sites/www/files/langu... https://www.unizar.es/sites/www/files/languages/es_l6gphY7B0PYS6HAiwLOF7c9yQcW9hDn2zKmR8EUxNaQ.js?tdwaij — 200 — 7.7 KiB — 20 ms — h2https://www.unizar.es/core/misc/drupal.js?v=10.6.5www.unizar.es/core/misc/drupal.js?v... https://www.unizar.es/core/misc/drupal.js?v=10.6.5 — 200 — 21.0 KiB — 22 ms — h2https://www.unizar.es/core/misc/drupal.init.js?v=10.6.5www.unizar.es/core/misc/drupal.init... https://www.unizar.es/core/misc/drupal.init.js?v=10.6.5 — 200 — 1.3 KiB — 20 ms — h2https://www.unizar.es/libraries/DOMPurify/dist/purify.min.js?v=10.6.5www.unizar.es/libraries/DOMPurify/d... https://www.unizar.es/libraries/DOMPurify/dist/purify.min.js?v=10.6.5 — 200 — 21.8 KiB — 21 ms — h2https://www.unizar.es/core/misc/debounce.js?v=10.6.5www.unizar.es/core/misc/debounce.js... https://www.unizar.es/core/misc/debounce.js?v=10.6.5 — 200 — 1.8 KiB — 19 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/version-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/version-min.js?v=10.6.5 — 200 — 592 B — 17 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/data-min.js?v=10.6.5 — 200 — 852 B — 17 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/disable-selection-min.js?v=10.6.5 — 200 — 1.0 KiB — 19 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/jquery-patch-min.js?v=10.6.5 — 200 — 1008 B — 18 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/scroll-parent-min.js?v=10.6.5 — 200 — 1.1 KiB — 17 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/unique-id-min.js?v=10.6.5 — 200 — 977 B — 14 ms — h2https://cdn.gtranslate.net/widgets/latest/float.jscdn.gtranslate.net/widgets/latest/f... https://cdn.gtranslate.net/widgets/latest/float.js — 200 — 7.1 KiB — 73 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/focusable-min.js?v=10.6.5 — 200 — 1.3 KiB — 21 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/keycode-min.js?v=10.6.5 — 200 — 913 B — 20 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/plugin-min.js?v=10.6.5 — 200 — 887 B — 23 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widget-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widget-min.js?v=10.6.5 — 200 — 8.9 KiB — 22 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/labels-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/labels-min.js?v=10.6.5 — 200 — 1.1 KiB — 19 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widgets/controlgroup-min.js?v=10.6.5 — 200 — 4.8 KiB — 21 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/form-reset-mixin-min.js?v=10.6.5 — 200 — 1.4 KiB — 23 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widgets/mouse-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widgets/mouse-min.js?v=10.6.5 — 200 — 3.7 KiB — 24 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widgets/checkboxradio-min.js?v=10.6.5 — 200 — 4.7 KiB — 42 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widgets/draggable-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widgets/draggable-min.js?v=10.6.5 — 200 — 18.4 KiB — 31 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js?v=10.6.5 — 200 — 19.5 KiB — 41 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widgets/button-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widgets/button-min.js?v=10.6.5 — 200 — 6.5 KiB — 40 ms — h2https://www.unizar.es/sites/www/files/archivos/home/logos-sup/hr-excellence2.pngwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/logos-sup/hr-excellence2.png — 200 — 13.1 KiB — 49 ms — h2https://www.unizar.es/sites/www/files/archivos/home/logos-sup/unita.pngwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/logos-sup/unita.png — 200 — 16.9 KiB — 49 ms — h2https://www.unizar.es/sites/www/files/archivos/home/logos-sup/CampusIberus.svgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/logos-sup/CampusIberus.svg — 200 — 4.6 KiB — 44 ms — h2https://www.unizar.es/sites/www/files/archivos/home/logos-sup/ods-mini.svgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/logos-sup/ods-mini.svg — 200 — 5.2 KiB — 45 ms — h2https://fonts.gstatic.com/s/redhattext/v19/RrQXbohi_ic6B3yVSzGBrMxQaKctMc-JPQ.woff2fonts.gstatic.com/s/redhattext/v19/... https://fonts.gstatic.com/s/redhattext/v19/RrQXbohi_ic6B3yVSzGBrMxQaKctMc-JPQ.woff2 — 200 — 29.5 KiB — 40 ms — h3https://www.unizar.es/themes/custom/unizar_base_10/css/fonts/icomoon.woff?405jqywww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/css/fonts/icomoon.woff?405jqy — 200 — 18.4 KiB — 42 ms — h2https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widgets/dialog-min.js?v=10.6.5www.unizar.es/core/assets/vendor/jq... https://www.unizar.es/core/assets/vendor/jquery.ui/ui/widgets/dialog-min.js?v=10.6.5 — 200 — 13.4 KiB — 24 ms — h2https://www.unizar.es/modules/contrib/blazy/js/dblazy.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/dblazy.min.js?tdwaij — 200 — 11.9 KiB — 24 ms — h2https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.once.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.once.min.js?tdwaij — 200 — 1.4 KiB — 18 ms — h2https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.sanitizer.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.sanitizer.min.js?tdwaij — 200 — 1.3 KiB — 18 ms — h2https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.dom.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.dom.min.js?tdwaij — 200 — 3.6 KiB — 20 ms — h2https://www.unizar.es/modules/contrib/blazy/js/base/blazy.base.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/base/blazy.base.min.js?tdwaij — 200 — 1.4 KiB — 19 ms — h2https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.dataset.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.dataset.min.js?tdwaij — 200 — 979 B — 18 ms — h2https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.viewport.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.viewport.min.js?tdwaij — 200 — 1.7 KiB — 22 ms — h2https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.xlazy.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.xlazy.min.js?tdwaij — 200 — 1.5 KiB — 19 ms — h2https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.observer.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.observer.min.js?tdwaij — 200 — 1.7 KiB — 19 ms — h2https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.loading.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/plugin/blazy.loading.min.js?tdwaij — 200 — 823 B — 22 ms — h2https://www.unizar.es/modules/contrib/blazy/js/polyfill/blazy.webp.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/polyfill/blazy.webp.min.js?tdwaij — 200 — 1.4 KiB — 19 ms — h2https://www.unizar.es/modules/contrib/blazy/js/base/blazy.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/base/blazy.min.js?tdwaij — 200 — 3.5 KiB — 17 ms — h2https://www.unizar.es/modules/contrib/blazy/js/base/io/bio.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/base/io/bio.min.js?tdwaij — 200 — 3.5 KiB — 18 ms — h2https://www.unizar.es/modules/contrib/blazy/js/base/io/bio.media.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/base/io/bio.media.min.js?tdwaij — 200 — 2.6 KiB — 15 ms — h2https://www.unizar.es/modules/contrib/blazy/js/base/blazy.drupal.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/base/blazy.drupal.min.js?tdwaij — 200 — 2.9 KiB — 20 ms — h2https://www.unizar.es/modules/contrib/blazy/js/blazy.load.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/blazy.load.min.js?tdwaij — 200 — 1.9 KiB — 19 ms — h2https://www.unizar.es/modules/contrib/blazy/js/blazy.compat.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/blazy.compat.min.js?tdwaij — 200 — 1.7 KiB — 19 ms — h2https://www.unizar.es/sites/www/files/styles/imagen_banner/public/imagenes-banner/2026-04/uvteruel2026.png?itok=1qFqb1zowww.unizar.es/sites/www/files/style... https://www.unizar.es/sites/www/files/styles/imagen_banner/public/imagenes-banner/2026-04/uvteruel2026.png?itok=1qFqb1zo — 200 — 55.9 KiB — 32 ms — h2https://www.unizar.es/sites/www/files/styles/imagen_banner/public/imagenes-banner/2026-04/banner_una-imagen.jpg?itok=IjJnRqQIwww.unizar.es/sites/www/files/style... https://www.unizar.es/sites/www/files/styles/imagen_banner/public/imagenes-banner/2026-04/banner_una-imagen.jpg?itok=IjJnRqQI — 200 — 7.1 KiB — 27 ms — h2https://www.unizar.es/sites/www/files/styles/imagen_banner/public/imagenes-banner/2026-04/banner-web-unizar.jpg?itok=TFgyrQwwwww.unizar.es/sites/www/files/style... https://www.unizar.es/sites/www/files/styles/imagen_banner/public/imagenes-banner/2026-04/banner-web-unizar.jpg?itok=TFgyrQww — 200 — 10.1 KiB — 29 ms — h2https://www.unizar.es/sites/www/files/styles/imagen_banner/public/imagenes-banner/2026-03/banner_columna-01.jpg?itok=RuKS_-rZwww.unizar.es/sites/www/files/style... https://www.unizar.es/sites/www/files/styles/imagen_banner/public/imagenes-banner/2026-03/banner_columna-01.jpg?itok=RuKS_-rZ — 200 — 7.3 KiB — 31 ms — h2https://www.unizar.es/sites/www/files/styles/imagen_banner/public/imagenes-banner/2026-03/banner_satsifaccion_2526.png?itok=wgT8wN2Vwww.unizar.es/sites/www/files/style... https://www.unizar.es/sites/www/files/styles/imagen_banner/public/imagenes-banner/2026-03/banner_satsifaccion_2526.png?itok=wgT8wN2V — 200 — 49.0 KiB — 33 ms — h2https://fonts.gstatic.com/s/varelaround/v21/w8gdH283Tvk__Lua32TysjIfp8uPLdshZg.woff2fonts.gstatic.com/s/varelaround/v21... https://fonts.gstatic.com/s/varelaround/v21/w8gdH283Tvk__Lua32TysjIfp8uPLdshZg.woff2 — 200 — 15.5 KiB — 32 ms — h3https://staweb.unizar.es/matomo.php?action_name=Universidad%20de%20Zaragoza%20%7C%20Universidad%20de%20Zaragoza&idsite=3&rec=1&r=759369&h=23&m=7&s=12&url=https%3A%2F%2Fwww.unizar.es%2F&_id=a272e6e149e851bf&_idn=1&send_image=0&_refts=0&pv_id=dkObOm&pf_net=0&pf_srv=252&pf_tfr=77&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600staweb.unizar.es/matomo.php?action_... https://staweb.unizar.es/matomo.php?action_name=Universidad%20de%20Zaragoza%20%7C%20Universidad%20de%20Zaragoza&idsite=3&rec=1&r=759369&h=23&m=7&s=12&url=https%3A%2F%2Fwww.unizar.es%2F&_id=a272e6e149e851bf&_idn=1&send_image=0&_refts=0&pv_id=dkObOm&pf_net=0&pf_srv=252&pf_tfr=77&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600 — 204 — 254 B — 196 ms — h2https://www.unizar.es/core/assets/vendor/tabbable/index.umd.min.js?v=6.3.0www.unizar.es/core/assets/vendor/ta... https://www.unizar.es/core/assets/vendor/tabbable/index.umd.min.js?v=6.3.0 — 200 — 6.4 KiB — 25 ms — h2https://www.unizar.es/core/assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js?v=10.6.5www.unizar.es/core/assets/vendor/tu... https://www.unizar.es/core/assets/vendor/tua-body-scroll-lock/tua-bsl.umd.min.js?v=10.6.5 — 200 — 4.8 KiB — 25 ms — h2https://www.unizar.es/modules/contrib/addtoany/js/addtoany.js?v=10.6.5www.unizar.es/modules/contrib/addto... https://www.unizar.es/modules/contrib/addtoany/js/addtoany.js?v=10.6.5 — 200 — 741 B — 23 ms — h2https://www.unizar.es/sites/www/files/asset_injector/js/menu-5b5f884d230f40bd3179af1b6cae88b0.js?tdwaijwww.unizar.es/sites/www/files/asset... https://www.unizar.es/sites/www/files/asset_injector/js/menu-5b5f884d230f40bd3179af1b6cae88b0.js?tdwaij — 200 — 11.2 KiB — 28 ms — h2https://www.unizar.es/modules/contrib/back_to_top/js/back_to_top.js?v=10.6.5www.unizar.es/modules/contrib/back_... https://www.unizar.es/modules/contrib/back_to_top/js/back_to_top.js?v=10.6.5 — 200 — 2.7 KiB — 25 ms — h2https://www.unizar.es/core/misc/progress.js?v=10.6.5www.unizar.es/core/misc/progress.js... https://www.unizar.es/core/misc/progress.js?v=10.6.5 — 200 — 5.5 KiB — 21 ms — h2https://www.unizar.es/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0www.unizar.es/core/assets/vendor/lo... https://www.unizar.es/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0 — 200 — 2.2 KiB — 19 ms — h2https://www.unizar.es/core/misc/announce.js?v=10.6.5www.unizar.es/core/misc/announce.js... https://www.unizar.es/core/misc/announce.js?v=10.6.5 — 200 — 4.6 KiB — 24 ms — h2https://www.unizar.es/core/misc/message.js?v=10.6.5www.unizar.es/core/misc/message.js?... https://www.unizar.es/core/misc/message.js?v=10.6.5 — 200 — 8.6 KiB — 27 ms — h2https://www.unizar.es/core/misc/ajax.js?v=10.6.5www.unizar.es/core/misc/ajax.js?v=1... https://www.unizar.es/core/misc/ajax.js?v=10.6.5 — 200 — 65.4 KiB — 55 ms — h2https://www.unizar.es/modules/contrib/blazy/js/base/io/bio.ajax.min.js?tdwaijwww.unizar.es/modules/contrib/blazy... https://www.unizar.es/modules/contrib/blazy/js/base/io/bio.ajax.min.js?tdwaij — 200 — 814 B — 22 ms — h2https://www.unizar.es/modules/contrib/eu_cookie_compliance/js/eu_cookie_compliance.min.js?tdwaijwww.unizar.es/modules/contrib/eu_co... https://www.unizar.es/modules/contrib/eu_cookie_compliance/js/eu_cookie_compliance.min.js?tdwaij — 200 — 33.4 KiB — 25 ms — h2https://www.unizar.es/modules/contrib/google_tag/js/gtag.ajax.js?tdwaijwww.unizar.es/modules/contrib/googl... https://www.unizar.es/modules/contrib/google_tag/js/gtag.ajax.js?tdwaij — 200 — 923 B — 23 ms — h2https://cdn.gtranslate.net/flags/svg/es.svgcdn.gtranslate.net/flags/svg/es.svg https://cdn.gtranslate.net/flags/svg/es.svg — 200 — 8.2 KiB — 38 ms — h2https://www.unizar.es/modules/contrib/matomo/js/matomo.js?tdwaijwww.unizar.es/modules/contrib/matom... https://www.unizar.es/modules/contrib/matomo/js/matomo.js?tdwaij — 200 — 1.8 KiB — 17 ms — h2https://www.unizar.es/modules/contrib/statistics/statistics.js?v=10.6.5www.unizar.es/modules/contrib/stati... https://www.unizar.es/modules/contrib/statistics/statistics.js?v=10.6.5 — 200 — 669 B — 19 ms — h2https://www.unizar.es/modules/contrib/tb_megamenu/dist/js/frontend.js?v=1.xwww.unizar.es/modules/contrib/tb_me... https://www.unizar.es/modules/contrib/tb_megamenu/dist/js/frontend.js?v=1.x — 200 — 8.9 KiB — 27 ms — h2https://www.unizar.es/core/misc/displace.js?v=10.6.5www.unizar.es/core/misc/displace.js... https://www.unizar.es/core/misc/displace.js?v=10.6.5 — 200 — 8.3 KiB — 27 ms — h2https://www.unizar.es/core/misc/jquery.tabbable.shim.js?v=10.6.5www.unizar.es/core/misc/jquery.tabb... https://www.unizar.es/core/misc/jquery.tabbable.shim.js?v=10.6.5 — 200 — 893 B — 21 ms — h2https://www.unizar.es/core/misc/position.js?v=10.6.5www.unizar.es/core/misc/position.js... https://www.unizar.es/core/misc/position.js?v=10.6.5 — 200 — 22.4 KiB — 23 ms — h2data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0…www.w3.org/2000/svg' width='16' hei... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0… — 200 — 0 B — 0 ms — datahttps://www.unizar.es/core/misc/dialog/dialog-deprecation.js?v=10.6.5www.unizar.es/core/misc/dialog/dial... https://www.unizar.es/core/misc/dialog/dialog-deprecation.js?v=10.6.5 — 200 — 1.7 KiB — 19 ms — h2https://www.unizar.es/core/misc/dialog/dialog.js?v=10.6.5www.unizar.es/core/misc/dialog/dial... https://www.unizar.es/core/misc/dialog/dialog.js?v=10.6.5 — 200 — 3.8 KiB — 20 ms — h2https://www.unizar.es/core/misc/dialog/dialog.position.js?v=10.6.5www.unizar.es/core/misc/dialog/dial... https://www.unizar.es/core/misc/dialog/dialog.position.js?v=10.6.5 — 200 — 4.6 KiB — 23 ms — h2https://www.unizar.es/core/misc/dialog/dialog.jquery-ui.js?v=10.6.5www.unizar.es/core/misc/dialog/dial... https://www.unizar.es/core/misc/dialog/dialog.jquery-ui.js?v=10.6.5 — 200 — 2.7 KiB — 22 ms — h2https://www.unizar.es/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js?v=10.6.5www.unizar.es/core/modules/ckeditor... https://www.unizar.es/core/modules/ckeditor5/js/ckeditor5.dialog.fix.js?v=10.6.5 — 200 — 1.2 KiB — 20 ms — h2https://www.unizar.es/core/misc/dialog/dialog.ajax.js?v=10.6.5www.unizar.es/core/misc/dialog/dial... https://www.unizar.es/core/misc/dialog/dialog.ajax.js?v=10.6.5 — 200 — 10.5 KiB — 20 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/js/base.js?v=1.xwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/js/base.js?v=1.x — 200 — 8.2 KiB — 20 ms — h2https://www.unizar.es/libraries/jquery.hover-intent/jquery.hoverIntent.js?v=1.10.2www.unizar.es/libraries/jquery.hove... https://www.unizar.es/libraries/jquery.hover-intent/jquery.hoverIntent.js?v=1.10.2 — 200 — 7.4 KiB — 18 ms — h2https://www.unizar.es/modules/custom/unizar_shortcode/js/accordion.js?v=1.xwww.unizar.es/modules/custom/unizar... https://www.unizar.es/modules/custom/unizar_shortcode/js/accordion.js?v=1.x — 200 — 4.2 KiB — 25 ms — h2https://www.unizar.es/themes/custom/unizar_unizar/js/www.js?v=1.xwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_unizar/js/www.js?v=1.x — 200 — 2.8 KiB — 20 ms — h2https://www.unizar.es/themes/custom/unizar_unizar/js/jquery.scrollex.min.js?v=1.xwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_unizar/js/jquery.scrollex.min.js?v=1.x — 200 — 2.6 KiB — 20 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-D7CJD782L0&gtm=45je64k1v9204617165za200zd9204617165&_p=1776899232222&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&ecid=1792314078&_eu=AAAAAGA&are=1&cid=957752659.1776899233&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117512543~118463262&sid=1776899232&sct=1&seg=0&dl=https%3A%2F%2Fwww.unizar.es%2F&dt=Universidad%20de%20Zaragoza%20%7C%20Universidad%20de%20Zaragoza&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=932region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-D7CJD782L0&gtm=45je64k1v9204617165za200zd9204617165&_p=1776899232222&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&ecid=1792314078&_eu=AAAAAGA&are=1&cid=957752659.1776899233&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117512543~118463262&sid=1776899232&sct=1&seg=0&dl=https%3A%2F%2Fwww.unizar.es%2F&dt=Universidad%20de%20Zaragoza%20%7C%20Universidad%20de%20Zaragoza&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=932 — 204 — 548 B — 211 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-D7CJD782L0&cid=957752659.1776899233&gtm=45je64k1v9204617165za200zd9204617165&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117512543~118463262stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-D7CJD782L0&cid=957752659.1776899233&gtm=45je64k1v9204617165za200zd9204617165&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117512543~118463262 — 204 — 557 B — 95 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-D7CJD782L0&cid=957752659.1776899233&gtm=45je64k1v9204617165za200zd9204617165&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117512543~118463262&z=962183152www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-D7CJD782L0&cid=957752659.1776899233&gtm=45je64k1v9204617165za200zd9204617165&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117512543~118463262&z=962183152 — 200 — 408 B — 96 ms — h2https://www.unizar.es/themes/custom/unizar_unizar/js/jquery.scrolly.min.js?v=1.xwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_unizar/js/jquery.scrolly.min.js?v=1.x — 200 — 1.2 KiB — 25 ms — h2https://www.unizar.es/sites/www/files/archivos/home/estudios/graduacion.pngwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/estudios/graduacion.png — 200 — 13.4 KiB — 34 ms — h2https://www.unizar.es/sites/www/files/archivos/home/estudios/books.pngwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/estudios/books.png — 200 — 14.0 KiB — 29 ms — h2https://www.unizar.es/sites/www/files/archivos/home/estudios/book-open-cover.pngwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/estudios/book-open-cover.png — 200 — 8.0 KiB — 32 ms — h2https://www.unizar.es/sites/www/files/archivos/home/estudios/arrows-repeat-1.pngwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/estudios/arrows-repeat-1.png — 200 — 9.9 KiB — 25 ms — h2https://www.unizar.es/sites/www/files/archivos/home/rrss/fb-wt.svgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/rrss/fb-wt.svg — 200 — 1.4 KiB — 27 ms — h2https://www.unizar.es/modules/contrib/statistics/statistics.phpwww.unizar.es/modules/contrib/stati... https://www.unizar.es/modules/contrib/statistics/statistics.php — 200 — 192 B — 36 ms — h2https://www.unizar.es/sites/www/files/archivos/home/rrss/in-wt.svgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/rrss/in-wt.svg — 200 — 1.8 KiB — 21 ms — h2https://www.unizar.es/sites/www/files/archivos/home/rrss/yt-wt.svgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/rrss/yt-wt.svg — 200 — 1.4 KiB — 16 ms — h2https://www.unizar.es/sites/www/files/archivos/home/rrss/lk-wt.svgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/rrss/lk-wt.svg — 200 — 1.6 KiB — 19 ms — h2https://www.unizar.es/sites/www/files/archivos/home/rrss/bk-wt.svgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/rrss/bk-wt.svg — 200 — 1.3 KiB — 21 ms — h2https://www.unizar.es/sites/www/files/imagenes/home/rrss/c23c8fad-16c7-4ab3-bd3c-99fead5d8dd0.jpgwww.unizar.es/sites/www/files/image... https://www.unizar.es/sites/www/files/imagenes/home/rrss/c23c8fad-16c7-4ab3-bd3c-99fead5d8dd0.jpg — 200 — 105.3 KiB — 22 ms — h2https://www.unizar.es/sites/www/files/archivos/home/campus/hueca.jpgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/campus/hueca.jpg — 200 — 15.4 KiB — 25 ms — h2https://www.unizar.es/sites/www/files/archivos/home/campus/fachada_cmu002.jpgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/campus/fachada_cmu002.jpg — 200 — 12.6 KiB — 22 ms — h2https://www.unizar.es/sites/www/files/archivos/home/icono-te-interesa/analyse-alt.svgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/icono-te-interesa/analyse-alt.svg — 200 — 1012 B — 17 ms — h2https://www.unizar.es/sites/www/files/archivos/home/icono-te-interesa/badge.svgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/icono-te-interesa/badge.svg — 200 — 826 B — 19 ms — h2https://www.unizar.es/sites/www/files/archivos/home/icono-te-interesa/trust-alt.svgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/icono-te-interesa/trust-alt.svg — 200 — 1.9 KiB — 20 ms — h2https://static.addtoany.com/menu/modules/core.ydpp7jcu.jsstatic.addtoany.com/menu/modules/co... https://static.addtoany.com/menu/modules/core.ydpp7jcu.js — 200 — 26.4 KiB — 100 ms — h3https://www.unizar.es/sites/www/files/archivos/home/icono-te-interesa/bombilla.svgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/icono-te-interesa/bombilla.svg — 200 — 3.1 KiB — 21 ms — h2https://www.unizar.es/sites/www/files/archivos/home/icono-te-interesa/comment-info.svgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/icono-te-interesa/comment-info.svg — 200 — 882 B — 23 ms — h2https://www.unizar.es/sites/www/files/archivos/home/icono-te-interesa/fingerprint.svgwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/icono-te-interesa/fingerprint.svg — 200 — 1.5 KiB — 23 ms — h2https://www.unizar.es/sites/www/files/archivos/home/logos-footer/crue.pngwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/logos-footer/crue.png — 200 — 6.9 KiB — 20 ms — h2https://www.unizar.es/sites/www/files/archivos/home/logos-footer/g9.pngwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/logos-footer/g9.png — 200 — 5.6 KiB — 24 ms — h2https://www.unizar.es/sites/www/files/archivos/home/logos-footer/universia.pngwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/logos-footer/universia.png — 200 — 4.0 KiB — 25 ms — h2https://static.addtoany.com/menu/sm.25.htmlstatic.addtoany.com/menu/sm.25.html https://static.addtoany.com/menu/sm.25.html — 200 — 1002 B — 51 ms — h3https://www.unizar.es/sites/www/files/archivos/home/logos-footer/erasmus%2B.pngwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/logos-footer/erasmus%2B.png — 200 — 8.7 KiB — 19 ms — h2https://www.unizar.es/sites/www/files/archivos/home/logos-footer/pactodigital.pngwww.unizar.es/sites/www/files/archi... https://www.unizar.es/sites/www/files/archivos/home/logos-footer/pactodigital.png — 200 — 3.6 KiB — 17 ms — h2https://www.unizar.es/themes/custom/unizar_unizar/img/unizar_es.svgwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_unizar/img/unizar_es.svg — 200 — 2.5 KiB — 17 ms — h2https://www.unizar.es/themes/custom/unizar_base_10/img/bg-centros-uz-gray.svgwww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_base_10/img/bg-centros-uz-gray.svg — 200 — 3.2 KiB — 19 ms — h2https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/_mg_5498.JPG?itok=ClTCyFTGwww.unizar.es/sites/www/files/style... https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/_mg_5498.JPG?itok=ClTCyFTG — 200 — 39.0 KiB — 23 ms — h2https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/expo1_0.jpg?itok=9iPXpubcwww.unizar.es/sites/www/files/style... https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/expo1_0.jpg?itok=9iPXpubc — 200 — 18.3 KiB — 23 ms — h2https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/campushu_aecc2.jpg?itok=UgAI0_HLwww.unizar.es/sites/www/files/style... https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/campushu_aecc2.jpg?itok=UgAI0_HL — 200 — 26.4 KiB — 28 ms — h2https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/img_20260414_122032.jpg?itok=hR7O_L64www.unizar.es/sites/www/files/style... https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/img_20260414_122032.jpg?itok=hR7O_L64 — 200 — 35.9 KiB — 36 ms — h2https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/entrega_de_premios_nanomedicine_spain.JPG?itok=YS2RlT10www.unizar.es/sites/www/files/style... https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/entrega_de_premios_nanomedicine_spain.JPG?itok=YS2RlT10 — 200 — 31.1 KiB — 31 ms — h2https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/cartel_proyecto.png?itok=s5AdZWVswww.unizar.es/sites/www/files/style... https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/cartel_proyecto.png?itok=s5AdZWVs — 200 — 302.2 KiB — 48 ms — h2https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/campushu1.jpg?itok=_S9sNBCkwww.unizar.es/sites/www/files/style... https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/campushu1.jpg?itok=_S9sNBCk — 200 — 49.1 KiB — 33 ms — h2https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/1_ovejaspastorclim.jpg?itok=4quKfOCRwww.unizar.es/sites/www/files/style... https://www.unizar.es/sites/www/files/styles/imag_noticia_vista/public/imagenes-noticias/2026-04/1_ovejaspastorclim.jpg?itok=4quKfOCR — 200 — 29.7 KiB — 31 ms — h2https://www.unizar.es/sites/www/files/styles/imagen_cabecera_www/public/2024-10/p1120259revmg%2520%25284%2529.jpg?itok=oAzgfHBlwww.unizar.es/sites/www/files/style... https://www.unizar.es/sites/www/files/styles/imagen_cabecera_www/public/2024-10/p1120259revmg%2520%25284%2529.jpg?itok=oAzgfHBl — 200 — 192.3 KiB — 26 ms — h2https://static.addtoany.com/menu/svg/icons/facebook.jsstatic.addtoany.com/menu/svg/icons/... https://static.addtoany.com/menu/svg/icons/facebook.js — 200 — 862 B — 24 ms — h3https://static.addtoany.com/menu/svg/icons/linkedin.jsstatic.addtoany.com/menu/svg/icons/... https://static.addtoany.com/menu/svg/icons/linkedin.js — 200 — 838 B — 26 ms — h3https://www.unizar.es/themes/custom/unizar_unizar/favicon.icowww.unizar.es/themes/custom/unizar_... https://www.unizar.es/themes/custom/unizar_unizar/favicon.ico — 200 — 15.4 KiB — 18 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 835ms · 281KB · €9/mo
www.unizar.es
Other
Costly
Execution 373ms
Transfer 36 KB
Monthly Cost €4/mo
Unattributable
Other
Costly
Execution 209ms
Transfer 0 KB
Monthly Cost €2/mo
www.unizar.es
Other
Optional
Execution 95ms
Transfer 86 KB
Unused 27%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 84ms
Transfer 158 KB
Unused 41%
Monthly Cost €1/mo
www.unizar.es
Other
Optional
Execution 74ms
Transfer 1 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.unizar.es adds 373ms and costs ~€4/month
  • Unattributable adds 209ms and costs ~€2/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.unizar.es takes 373ms 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

Unattributable takes 209ms 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