Skip to content
https://cuni.cz

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
5
REVIEW
2
PASS
8
INFO
2

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

53
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
81
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
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.

17.07 s

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

47.14 s

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

147 ms

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

0.041

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

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

48.13 s

Page Load Progression

4.7 s
9.5 s
14.2 s
19.0 s
23.7 s
28.5 s
33.2 s
37.9 s
Checks
17
8 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
7.9 MB transferred, 102 requests
FIX
7.9 MB transferred, 102 requests
Critical::
Page weighs 13.8 MB (7.9 MB transferred)
Warning::
Images are 5.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.3 MB
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Info::
CSS is 201 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 201 KB
Warning::
102 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.7 g CO2 per page load
7.9 MB / 2.4 MB budget
7.9 MB transferred
102 requests
1.7 g CO2 per page load
Images 5.3 MiB 67%
JavaScript 2.1 MiB 26%
CSS 201.0 KiB 2%
Fonts 180.2 KiB 2%
HTML 128.7 KiB 2%
Other 2.4 KiB 0%
Other 849 B 0%
Other 478 B 0%
Other 0 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
JS Execution Cost
Action
3454ms total JS execution
FIX
3454ms total JS execution
Warning::
https://cuni.cz/: 1812ms CPU time
Warning::
Unattributable: 1126ms CPU time
Info::
https://cuni.cz/sablona/dist/js/jquery-3.7.1.min.j...: 213ms CPU time
Info::
https://atlas.is.cuni.cz/matomo/js/container_CPOJR...: 167ms CPU time
Info::
https://cuni.cz/sablona/dist/js/jquery-ui.min.js: 82ms CPU time
Info::
Third-party scripts: 1293ms (37% of total)

Main Thread Breakdown

Other 48% Style & Layout 18% Rendering 14% Script Evaluation 12% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://cuni.cz/1812ms48ms2ms1st
Unattributable1126ms31ms0ms3rd
https://cuni.cz/sablona/dist/js/jquery-3.7.1.min.js213ms164ms12ms1st
https://atlas.is.cuni.cz/matomo/js/container_CPOJRu6k.js167ms113ms40ms3rd
https://cuni.cz/sablona/dist/js/jquery-ui.min.js82ms45ms35ms1st
https://cuni.cz/sablona/dist/js/cookie-consent.js54ms25ms26ms1st
D
JS Bundles
Action
20 scripts, 470 KB unused
FIX
20 scripts, 470 KB unused
Warning::
https://cuni.cz/sablona/dist/js/jquery-ui.min.js: 223 KB unused (89%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://atlas.is.cuni.cz/matomo/js/container_CPOJR...: 99 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cuni.cz/sablona/dist/js/jquery-3.7.1.min.j...: 58 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cuni.cz/sablona/dist/js/altcha.min.js: 49 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cuni.cz/sablona/dist/js/bundle.js?v=2026.0...: 41 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 470 KB
470 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cuni.cz/sablona/dist/js/jquery-ui.min.js250 KB223 KB (89%)1st
https://atlas.is.cuni.cz/matomo/js/container_CPOJRu6k.js253 KB99 KB (39%)3rd
https://cuni.cz/sablona/dist/js/jquery-3.7.1.min.js86 KB58 KB (68%)1st
https://cuni.cz/sablona/dist/js/altcha.min.js66 KB49 KB (75%)1st
https://cuni.cz/sablona/dist/js/bundle.js?v=2026.04.16.1771 KB41 KB (58%)1st
https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.js436 KB3rd
https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb146 KB3rd
https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base193 KB3rd
https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js436 KB3rd
https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base0 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
102 resources · 7.9 MB · 470 KB savings available
FIX
102 resources · 7.9 MB · 470 KB savings available
Warning::
Page weight 6.9 MB over 1MB target
Got: 7.9 MB Expected: ≤ 1 MB
Info::
~470 KB of savings available
Info::
42 third-party resources (24% of weight)
Info::
11 resources over 200KB
102 resources · 7.9 MiB · 42 third-party 6.9 MiB over 1MB target
Image 67% · 5.3 MiB
JavaScript 26% · 2.1 MiB
CSS 2% · 201.0 KiB
Font 2% · 180.2 KiB
Document 2% · 128.8 KiB
Other 0% · 1.3 KiB

~469.9 KiB of savings available

Remove unused JavaScript: 469.9 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
C
Image Optimization
Action
50 images, 0 KB saveable
REVIEW
50 images, 0 KB saveable
Warning::
https://cuni.cz/AKTUALITY-29275-version1-afoto_new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/AKTUALITY-29217-version1-afoto_new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/UK-15738-version1-afoto_new.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/UK-15646-version1-afoto_new.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/AKTUALITY-29252-version1-afoto_new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/AKTUALITY-29196-version1-afoto_new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/AKTUALITY-29166-version1-afoto_new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/UK-1-version1-afoto2.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/AKTUALITY-29306-version1-afoto_new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/UK-8990-version1-_vzdelavani21_316... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/UK-15752-version1-afoto_new.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/AKTUALITY-29318-version1-afoto_new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/AKTUALITY-29305-version1-afoto_new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/AKTUALITY-29242-version1-afoto_new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/UK-15772-version1-afoto_new.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/UK-15745-version1-afoto_new.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/UK-15643-version1-afoto_new.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/UK-8990-version1-_logo_strategy_hr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/UK-15737-version1-afoto_new.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/AKTUALITY-29339-version1-afoto_new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/UK-8990-version1-_4eulogo_1_282_75... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/AKTUALITY-29297-version1-afoto_new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cuni.cz/AKTUALITY-29208-version1-afoto_new... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
50 images 5.3 MB
0 oversized -0 KB
50 legacy format
23 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

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

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

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

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

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

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

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

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

Green Hosting

No green hosting detected

A
Third-Party Impact
24% third-party, 0 ms blocking
PASS
24% third-party, 0 ms blocking
Info::
Third-party code accounts for 24% of page weight (1.9 MiB of 7.9 MiB)
Info::
Third-party blocking time is low (0 ms)
76%
24%
First-party Third-party
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
9 fonts (180 KB)
PASS
9 fonts (180 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

180 KB total

Render-blocking

0

of 9

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 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s 48.0 s FCP 17.1 s LCP 47.1 shttps://cuni.cz/sablona/dist/fonts/silka-regular-webfont.woff2silka-regular-webfont.w... https://cuni.cz/sablona/dist/fonts/silka-regular-webfont.woff2 — 26.1 KiB — 830 ms — font-display: swaphttps://cuni.cz/sablona/dist/fonts/silka-light-webfont.woff2silka-light-webfont.woff2 https://cuni.cz/sablona/dist/fonts/silka-light-webfont.woff2 — 26.7 KiB — 1.7 s — font-display: swaphttps://cuni.cz/sablona/dist/fonts/silka-bold-webfont.woff2silka-bold-webfont.woff2 https://cuni.cz/sablona/dist/fonts/silka-bold-webfont.woff2 — 27.8 KiB — 2.3 s — font-display: swaphttps://cuni.cz/sablona/dist/fonts/silka-black-webfont.woff2silka-black-webfont.woff2 https://cuni.cz/sablona/dist/fonts/silka-black-webfont.woff2 — 26.9 KiB — 26.4 s — font-display: swaphttps://cuni.cz/sablona/dist/fonts/glyphicons-halflings-regular.woff2glyphicons-halflings-re... https://cuni.cz/sablona/dist/fonts/glyphicons-halflings-regular.woff2 — 17.8 KiB — 31.7 s — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 41 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 15 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2 — 21.0 KiB — 6 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2 — 0 B — 2 ms — font-display: swap
silka-regular-webfont.w... woff2 swap
Size 26 KB
Load time 830 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
silka-light-webfont.woff2 woff2 swap
Size 27 KB
Load time 1.7 s
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
silka-bold-webfont.woff2 woff2 swap
Size 28 KB
Load time 2.3 s
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
silka-black-webfont.woff2 woff2 swap
Size 27 KB
Load time 26.4 s
Start 7.3 s
Risk FOUT — text flashes from fallback to web font
glyphicons-halflings-re... woff2 swap
Size 18 KB
Load time 31.7 s
Start 7.3 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 41 ms
Start 7.4 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 15 ms
Start 7.4 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 21 KB
Load time 6 ms
Start 8.4 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 2 ms
Start 8.5 s
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)
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
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
preload
3
dns-prefetch
prefetch

3 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
102 requests over 40858ms
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 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s 48.0 s FCP 17.1 s LCP 47.1 shttps://cuni.cz// https://cuni.cz/ — 200 — 18.0 KiB — 1.3 s — h2https://cuni.cz/sablona/dist/fonts/silka-regular-webfont.woff2/sablona/dist/fonts/silka-regular-w... https://cuni.cz/sablona/dist/fonts/silka-regular-webfont.woff2 — 200 — 26.1 KiB — 830 ms — h2https://cuni.cz/sablona/dist/fonts/silka-light-webfont.woff2/sablona/dist/fonts/silka-light-web... https://cuni.cz/sablona/dist/fonts/silka-light-webfont.woff2 — 200 — 26.7 KiB — 1.7 s — h2https://cuni.cz/sablona/dist/fonts/silka-bold-webfont.woff2/sablona/dist/fonts/silka-bold-webf... https://cuni.cz/sablona/dist/fonts/silka-bold-webfont.woff2 — 200 — 27.8 KiB — 2.3 s — h2https://cuni.cz/sablona/dist/js/jquery-3.7.1.min.js/sablona/dist/js/jquery-3.7.1.min.j... https://cuni.cz/sablona/dist/js/jquery-3.7.1.min.js — 200 — 85.8 KiB — 3.1 s — h2https://cuni.cz/sablona/dist/js/jquery-ui.min.js/sablona/dist/js/jquery-ui.min.js https://cuni.cz/sablona/dist/js/jquery-ui.min.js — 200 — 249.6 KiB — 3.7 s — h2https://cuni.cz/sablona/dist/js/altcha.min.js/sablona/dist/js/altcha.min.js https://cuni.cz/sablona/dist/js/altcha.min.js — 200 — 65.5 KiB — 4.2 s — h2https://cuni.cz/sablona/dist/js/altcha.lang.cs.min.js/sablona/dist/js/altcha.lang.cs.min... https://cuni.cz/sablona/dist/js/altcha.lang.cs.min.js — 200 — 2.3 KiB — 4.8 s — h2https://cuni.cz/sablona/dist/js/cookie-consent.js/sablona/dist/js/cookie-consent.js https://cuni.cz/sablona/dist/js/cookie-consent.js — 200 — 176.8 KiB — 5.8 s — h2https://cuni.cz/sablona/dist/js/bundle.js?v=2026.04.16.17/sablona/dist/js/bundle.js?v=2026.0... https://cuni.cz/sablona/dist/js/bundle.js?v=2026.04.16.17 — 200 — 70.7 KiB — 6.2 s — h2https://cuni.cz/sablona/dist/css/style.min.css?v=2026.04.16.17/sablona/dist/css/style.min.css?v=2... https://cuni.cz/sablona/dist/css/style.min.css?v=2026.04.16.17 — 200 — 39.8 KiB — 317 ms — h2https://cuni.cz/UK-1-version1-afoto2.png/UK-1-version1-afoto2.png https://cuni.cz/UK-1-version1-afoto2.png — 200 — 35.0 KiB — 6.8 s — h2https://cuni.cz/UK-1-version1-afoto2small.png/UK-1-version1-afoto2small.png https://cuni.cz/UK-1-version1-afoto2small.png — 200 — 20.7 KiB — 7.5 s — h2https://cuni.cz/UK-15752-version1-afoto_new.jpg/UK-15752-version1-afoto_new.jpg https://cuni.cz/UK-15752-version1-afoto_new.jpg — 200 — 191.2 KiB — 2.6 s — h2https://cuni.cz/UK-15737-version1-afoto_new.jpg/UK-15737-version1-afoto_new.jpg https://cuni.cz/UK-15737-version1-afoto_new.jpg — 200 — 169.2 KiB — 3.0 s — h2https://cuni.cz/UK-15772-version1-afoto_new.jpg/UK-15772-version1-afoto_new.jpg https://cuni.cz/UK-15772-version1-afoto_new.jpg — 200 — 220.5 KiB — 3.8 s — h2https://cuni.cz/UK-15745-version1-afoto_new.jpg/UK-15745-version1-afoto_new.jpg https://cuni.cz/UK-15745-version1-afoto_new.jpg — 200 — 22.9 KiB — 4.3 s — h2https://cuni.cz/UK-15738-version1-afoto_new.jpg/UK-15738-version1-afoto_new.jpg https://cuni.cz/UK-15738-version1-afoto_new.jpg — 200 — 142.1 KiB — 5.2 s — h2https://cuni.cz/UK-15646-version1-afoto_new.jpg/UK-15646-version1-afoto_new.jpg https://cuni.cz/UK-15646-version1-afoto_new.jpg — 200 — 36.3 KiB — 5.7 s — h2https://cuni.cz/UK-15643-version1-afoto_new.jpg/UK-15643-version1-afoto_new.jpg https://cuni.cz/UK-15643-version1-afoto_new.jpg — 200 — 199.8 KiB — 6.8 s — h2https://cuni.cz/AKTUALITY-29339-version1-afoto_newlayout.jpg/AKTUALITY-29339-version1-afoto_new... https://cuni.cz/AKTUALITY-29339-version1-afoto_newlayout.jpg — 200 — 119.3 KiB — 7.0 s — h2https://cuni.cz/AKTUALITY-29318-version1-afoto_newlayout.jpg/AKTUALITY-29318-version1-afoto_new... https://cuni.cz/AKTUALITY-29318-version1-afoto_newlayout.jpg — 200 — 103.0 KiB — 7.8 s — h2https://cuni.cz/AKTUALITY-29305-version1-afoto_newlayout.jpg/AKTUALITY-29305-version1-afoto_new... https://cuni.cz/AKTUALITY-29305-version1-afoto_newlayout.jpg — 200 — 128.2 KiB — 8.5 s — h2https://cuni.cz/AKTUALITY-29306-version1-afoto_newlayout.jpg/AKTUALITY-29306-version1-afoto_new... https://cuni.cz/AKTUALITY-29306-version1-afoto_newlayout.jpg — 200 — 213.4 KiB — 9.2 s — h2https://cuni.cz/AKTUALITY-29297-version1-afoto_newlayout.jpg/AKTUALITY-29297-version1-afoto_new... https://cuni.cz/AKTUALITY-29297-version1-afoto_newlayout.jpg — 200 — 43.8 KiB — 9.7 s — h2https://cuni.cz/AKTUALITY-29275-version1-afoto_newlayout.jpg/AKTUALITY-29275-version1-afoto_new... https://cuni.cz/AKTUALITY-29275-version1-afoto_newlayout.jpg — 200 — 110.6 KiB — 10.5 s — h2https://cuni.cz/AKTUALITY-29252-version1-afoto_newlayout.jpg/AKTUALITY-29252-version1-afoto_new... https://cuni.cz/AKTUALITY-29252-version1-afoto_newlayout.jpg — 200 — 118.2 KiB — 11.1 s — h2https://cuni.cz/AKTUALITY-29242-version1-afoto_newlayout.jpg/AKTUALITY-29242-version1-afoto_new... https://cuni.cz/AKTUALITY-29242-version1-afoto_newlayout.jpg — 200 — 140.8 KiB — 11.8 s — h2https://cuni.cz/AKTUALITY-29208-version1-afoto_newlayout.jpg/AKTUALITY-29208-version1-afoto_new... https://cuni.cz/AKTUALITY-29208-version1-afoto_newlayout.jpg — 200 — 163.6 KiB — 12.5 s — h2https://cuni.cz/AKTUALITY-29217-version1-afoto_newlayout.jpg/AKTUALITY-29217-version1-afoto_new... https://cuni.cz/AKTUALITY-29217-version1-afoto_newlayout.jpg — 200 — 95.6 KiB — 13.1 s — 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 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s 48.0 s FCP 17.1 s LCP 47.1 shttps://cuni.cz// https://cuni.cz/ — 200 — 18.0 KiB — 1.3 s — h2https://cuni.cz/sablona/dist/fonts/silka-regular-webfont.woff2/sablona/dist/fonts/silka-regular-w... https://cuni.cz/sablona/dist/fonts/silka-regular-webfont.woff2 — 200 — 26.1 KiB — 830 ms — h2https://cuni.cz/sablona/dist/fonts/silka-light-webfont.woff2/sablona/dist/fonts/silka-light-web... https://cuni.cz/sablona/dist/fonts/silka-light-webfont.woff2 — 200 — 26.7 KiB — 1.7 s — h2https://cuni.cz/sablona/dist/fonts/silka-bold-webfont.woff2/sablona/dist/fonts/silka-bold-webf... https://cuni.cz/sablona/dist/fonts/silka-bold-webfont.woff2 — 200 — 27.8 KiB — 2.3 s — h2https://cuni.cz/sablona/dist/js/jquery-3.7.1.min.js/sablona/dist/js/jquery-3.7.1.min.j... https://cuni.cz/sablona/dist/js/jquery-3.7.1.min.js — 200 — 85.8 KiB — 3.1 s — h2https://cuni.cz/sablona/dist/js/jquery-ui.min.js/sablona/dist/js/jquery-ui.min.js https://cuni.cz/sablona/dist/js/jquery-ui.min.js — 200 — 249.6 KiB — 3.7 s — h2https://cuni.cz/sablona/dist/js/altcha.min.js/sablona/dist/js/altcha.min.js https://cuni.cz/sablona/dist/js/altcha.min.js — 200 — 65.5 KiB — 4.2 s — h2https://cuni.cz/sablona/dist/js/altcha.lang.cs.min.js/sablona/dist/js/altcha.lang.cs.min... https://cuni.cz/sablona/dist/js/altcha.lang.cs.min.js — 200 — 2.3 KiB — 4.8 s — h2https://cuni.cz/sablona/dist/js/cookie-consent.js/sablona/dist/js/cookie-consent.js https://cuni.cz/sablona/dist/js/cookie-consent.js — 200 — 176.8 KiB — 5.8 s — h2https://cuni.cz/sablona/dist/js/bundle.js?v=2026.04.16.17/sablona/dist/js/bundle.js?v=2026.0... https://cuni.cz/sablona/dist/js/bundle.js?v=2026.04.16.17 — 200 — 70.7 KiB — 6.2 s — h2https://cuni.cz/sablona/dist/css/style.min.css?v=2026.04.16.17/sablona/dist/css/style.min.css?v=2... https://cuni.cz/sablona/dist/css/style.min.css?v=2026.04.16.17 — 200 — 39.8 KiB — 317 ms — h2https://cuni.cz/UK-1-version1-afoto2.png/UK-1-version1-afoto2.png https://cuni.cz/UK-1-version1-afoto2.png — 200 — 35.0 KiB — 6.8 s — h2https://cuni.cz/UK-1-version1-afoto2small.png/UK-1-version1-afoto2small.png https://cuni.cz/UK-1-version1-afoto2small.png — 200 — 20.7 KiB — 7.5 s — h2https://cuni.cz/UK-15752-version1-afoto_new.jpg/UK-15752-version1-afoto_new.jpg https://cuni.cz/UK-15752-version1-afoto_new.jpg — 200 — 191.2 KiB — 2.6 s — h2https://cuni.cz/UK-15737-version1-afoto_new.jpg/UK-15737-version1-afoto_new.jpg https://cuni.cz/UK-15737-version1-afoto_new.jpg — 200 — 169.2 KiB — 3.0 s — h2https://cuni.cz/UK-15772-version1-afoto_new.jpg/UK-15772-version1-afoto_new.jpg https://cuni.cz/UK-15772-version1-afoto_new.jpg — 200 — 220.5 KiB — 3.8 s — h2https://cuni.cz/UK-15745-version1-afoto_new.jpg/UK-15745-version1-afoto_new.jpg https://cuni.cz/UK-15745-version1-afoto_new.jpg — 200 — 22.9 KiB — 4.3 s — h2https://cuni.cz/UK-15738-version1-afoto_new.jpg/UK-15738-version1-afoto_new.jpg https://cuni.cz/UK-15738-version1-afoto_new.jpg — 200 — 142.1 KiB — 5.2 s — h2https://cuni.cz/UK-15646-version1-afoto_new.jpg/UK-15646-version1-afoto_new.jpg https://cuni.cz/UK-15646-version1-afoto_new.jpg — 200 — 36.3 KiB — 5.7 s — h2https://cuni.cz/UK-15643-version1-afoto_new.jpg/UK-15643-version1-afoto_new.jpg https://cuni.cz/UK-15643-version1-afoto_new.jpg — 200 — 199.8 KiB — 6.8 s — h2https://cuni.cz/AKTUALITY-29339-version1-afoto_newlayout.jpg/AKTUALITY-29339-version1-afoto_new... https://cuni.cz/AKTUALITY-29339-version1-afoto_newlayout.jpg — 200 — 119.3 KiB — 7.0 s — h2https://cuni.cz/AKTUALITY-29318-version1-afoto_newlayout.jpg/AKTUALITY-29318-version1-afoto_new... https://cuni.cz/AKTUALITY-29318-version1-afoto_newlayout.jpg — 200 — 103.0 KiB — 7.8 s — h2https://cuni.cz/AKTUALITY-29305-version1-afoto_newlayout.jpg/AKTUALITY-29305-version1-afoto_new... https://cuni.cz/AKTUALITY-29305-version1-afoto_newlayout.jpg — 200 — 128.2 KiB — 8.5 s — h2https://cuni.cz/AKTUALITY-29306-version1-afoto_newlayout.jpg/AKTUALITY-29306-version1-afoto_new... https://cuni.cz/AKTUALITY-29306-version1-afoto_newlayout.jpg — 200 — 213.4 KiB — 9.2 s — h2https://cuni.cz/AKTUALITY-29297-version1-afoto_newlayout.jpg/AKTUALITY-29297-version1-afoto_new... https://cuni.cz/AKTUALITY-29297-version1-afoto_newlayout.jpg — 200 — 43.8 KiB — 9.7 s — h2https://cuni.cz/AKTUALITY-29275-version1-afoto_newlayout.jpg/AKTUALITY-29275-version1-afoto_new... https://cuni.cz/AKTUALITY-29275-version1-afoto_newlayout.jpg — 200 — 110.6 KiB — 10.5 s — h2https://cuni.cz/AKTUALITY-29252-version1-afoto_newlayout.jpg/AKTUALITY-29252-version1-afoto_new... https://cuni.cz/AKTUALITY-29252-version1-afoto_newlayout.jpg — 200 — 118.2 KiB — 11.1 s — h2https://cuni.cz/AKTUALITY-29242-version1-afoto_newlayout.jpg/AKTUALITY-29242-version1-afoto_new... https://cuni.cz/AKTUALITY-29242-version1-afoto_newlayout.jpg — 200 — 140.8 KiB — 11.8 s — h2https://cuni.cz/AKTUALITY-29208-version1-afoto_newlayout.jpg/AKTUALITY-29208-version1-afoto_new... https://cuni.cz/AKTUALITY-29208-version1-afoto_newlayout.jpg — 200 — 163.6 KiB — 12.5 s — h2https://cuni.cz/AKTUALITY-29217-version1-afoto_newlayout.jpg/AKTUALITY-29217-version1-afoto_new... https://cuni.cz/AKTUALITY-29217-version1-afoto_newlayout.jpg — 200 — 95.6 KiB — 13.1 s — h2https://cuni.cz/AKTUALITY-29196-version1-afoto_newlayout.jpg/AKTUALITY-29196-version1-afoto_new... https://cuni.cz/AKTUALITY-29196-version1-afoto_newlayout.jpg — 200 — 209.8 KiB — 13.8 s — h2https://cuni.cz/AKTUALITY-29166-version1-afoto_newlayout.jpg/AKTUALITY-29166-version1-afoto_new... https://cuni.cz/AKTUALITY-29166-version1-afoto_newlayout.jpg — 200 — 196.5 KiB — 14.5 s — h2https://img.youtube.com/vi/OaWpKOpXW9U?si=tf957r84fF0G6Cgv/0.jpgimg.youtube.com/vi/OaWpKOpXW9U?si=t... https://img.youtube.com/vi/OaWpKOpXW9U?si=tf957r84fF0G6Cgv/0.jpg — 404 — 1.3 KiB — 43 ms — h2https://img.youtube.com/vi/oD_OSOzMA0c?si=_BLzEttfFsqi5eSQ%22%20title/0.jpgimg.youtube.com/vi/oD_OSOzMA0c?si=_... https://img.youtube.com/vi/oD_OSOzMA0c?si=_BLzEttfFsqi5eSQ%22%20title/0.jpg — 404 — 1.1 KiB — 45 ms — h2https://cuni.cz/UK-15093-version1-albertov_hp.jpg/UK-15093-version1-albertov_hp.jpg https://cuni.cz/UK-15093-version1-albertov_hp.jpg — 200 — 435.6 KiB — 15.5 s — h2https://cuni.cz/UK-15093-version1-mephared2.jpg/UK-15093-version1-mephared2.jpg https://cuni.cz/UK-15093-version1-mephared2.jpg — 200 — 682.0 KiB — 16.1 s — h2https://cuni.cz/UK-15093-version1-motol_hp_1.jpg/UK-15093-version1-motol_hp_1.jpg https://cuni.cz/UK-15093-version1-motol_hp_1.jpg — 200 — 279.9 KiB — 16.5 s — h2https://cuni.cz/UDALOSTI-31953-version1-afoto_newlayout.jpg/UDALOSTI-31953-version1-afoto_newl... https://cuni.cz/UDALOSTI-31953-version1-afoto_newlayout.jpg — 200 — 103.4 KiB — 17.1 s — h2https://cuni.cz/UDALOSTI-31756-version1-afoto_newlayout.jpg/UDALOSTI-31756-version1-afoto_newl... https://cuni.cz/UDALOSTI-31756-version1-afoto_newlayout.jpg — 200 — 174.7 KiB — 17.8 s — h2https://cuni.cz/UDALOSTI-31910-version1-afoto.jpg/UDALOSTI-31910-version1-afoto.jpg https://cuni.cz/UDALOSTI-31910-version1-afoto.jpg — 200 — 17.3 KiB — 18.3 s — h2https://cuni.cz/UDALOSTI-31544-version1-afoto_newlayout.jpg/UDALOSTI-31544-version1-afoto_newl... https://cuni.cz/UDALOSTI-31544-version1-afoto_newlayout.jpg — 200 — 163.1 KiB — 19.3 s — h2https://cuni.cz/UK-8990-version1-_4eulogo_1_282_75_bwfilter.jpg/UK-8990-version1-_4eulogo_1_282_75... https://cuni.cz/UK-8990-version1-_4eulogo_1_282_75_bwfilter.jpg — 200 — 17.4 KiB — 19.7 s — h2https://cuni.cz/UK-8990-version1-_vzdelavani21_316_75_bwfilter.png/UK-8990-version1-_vzdelavani21_316... https://cuni.cz/UK-8990-version1-_vzdelavani21_316_75_bwfilter.png — 200 — 9.8 KiB — 20.3 s — h2https://cuni.cz/UK-8990-version1-_logo_strategy_hr_1_144_100_bwfilter.jpg/UK-8990-version1-_logo_strategy_hr... https://cuni.cz/UK-8990-version1-_logo_strategy_hr_1_144_100_bwfilter.jpg — 200 — 8.3 KiB — 21.0 s — h2https://atlas.is.cuni.cz/matomo/js/container_CPOJRu6k.jsatlas.is.cuni.cz/matomo/js/containe... https://atlas.is.cuni.cz/matomo/js/container_CPOJRu6k.js — 200 — 253.2 KiB — 1.1 s — h2https://cuni.cz/sablona/dist/css/print.css?v=2026.04.16.17/sablona/dist/css/print.css?v=2026.... https://cuni.cz/sablona/dist/css/print.css?v=2026.04.16.17 — 200 — 1.1 KiB — 24.3 s — h2https://cuni.cz/sablona/dist/img/btn_mainmenu_open.svg/sablona/dist/img/btn_mainmenu_open... https://cuni.cz/sablona/dist/img/btn_mainmenu_open.svg — 200 — 745 B — 21.6 s — h2https://cuni.cz/sablona/dist/img/rastr-white-transparent.svg/sablona/dist/img/rastr-white-trans... https://cuni.cz/sablona/dist/img/rastr-white-transparent.svg — 200 — 118.8 KiB — 22.8 s — h2https://cuni.cz/sablona/dg/tile_bg_home_01_karel4.jpg/sablona/dg/tile_bg_home_01_karel4.... https://cuni.cz/sablona/dg/tile_bg_home_01_karel4.jpg — 200 — 578.9 KiB — 23.5 s — h2https://cuni.cz/sablona/dist/img/arrow_simple_white_down.svg/sablona/dist/img/arrow_simple_whit... https://cuni.cz/sablona/dist/img/arrow_simple_white_down.svg — 200 — 513 B — 23.7 s — h2https://www.youtube.com/embed/OaWpKOpXW9U?si=tf957r84fF0G6Cgvwww.youtube.com/embed/OaWpKOpXW9U?s... https://www.youtube.com/embed/OaWpKOpXW9U?si=tf957r84fF0G6Cgv — 200 — 56.6 KiB — 93 ms — h2https://cuni.cz/sablona/dist/img/btn_rnd_arrow_left.svg/sablona/dist/img/btn_rnd_arrow_lef... https://cuni.cz/sablona/dist/img/btn_rnd_arrow_left.svg — 200 — 713 B — 25.0 s — h2https://cuni.cz/sablona/dist/img/btn_rnd_arrow_right.svg/sablona/dist/img/btn_rnd_arrow_rig... https://cuni.cz/sablona/dist/img/btn_rnd_arrow_right.svg — 200 — 711 B — 25.6 s — h2https://www.youtube.com/embed/oD_OSOzMA0c?si=_BLzEttfFsqi5eSQ%22%20titlewww.youtube.com/embed/oD_OSOzMA0c?s... https://www.youtube.com/embed/oD_OSOzMA0c?si=_BLzEttfFsqi5eSQ%22%20title — 200 — 54.1 KiB — 104 ms — h2https://cuni.cz/sablona/dist/fonts/silka-black-webfont.woff2/sablona/dist/fonts/silka-black-web... https://cuni.cz/sablona/dist/fonts/silka-black-webfont.woff2 — 200 — 26.9 KiB — 26.4 s — h2https://cuni.cz/sablona/dist/img/rastr-blue-transparent.svg/sablona/dist/img/rastr-blue-transp... https://cuni.cz/sablona/dist/img/rastr-blue-transparent.svg — 200 — 49.2 KiB — 27.1 s — h2https://cuni.cz/sablona/dist/img/btn_rnd_arrow_up.svg/sablona/dist/img/btn_rnd_arrow_up.... https://cuni.cz/sablona/dist/img/btn_rnd_arrow_up.svg — 200 — 696 B — 27.6 s — h2https://cuni.cz/sablona/dist/img/ico_instagram.svg/sablona/dist/img/ico_instagram.svg https://cuni.cz/sablona/dist/img/ico_instagram.svg — 200 — 1.0 KiB — 28.2 s — h2https://cuni.cz/sablona/dist/img/ico_facebook.svg/sablona/dist/img/ico_facebook.svg https://cuni.cz/sablona/dist/img/ico_facebook.svg — 200 — 592 B — 28.9 s — h2https://cuni.cz/sablona/dist/img/ico_youtube.svg/sablona/dist/img/ico_youtube.svg https://cuni.cz/sablona/dist/img/ico_youtube.svg — 200 — 606 B — 29.6 s — h2https://cuni.cz/sablona/dist/img/ico_linkedin.svg/sablona/dist/img/ico_linkedin.svg https://cuni.cz/sablona/dist/img/ico_linkedin.svg — 200 — 730 B — 30.2 s — h2https://cuni.cz/sablona/dist/img/ico_bluesky_white.svg/sablona/dist/img/ico_bluesky_white... https://cuni.cz/sablona/dist/img/ico_bluesky_white.svg — 200 — 1.1 KiB — 30.9 s — h2https://cuni.cz/sablona/dist/fonts/glyphicons-halflings-regular.woff2/sablona/dist/fonts/glyphicons-half... https://cuni.cz/sablona/dist/fonts/glyphicons-halflings-regular.woff2 — 200 — 17.8 KiB — 31.7 s — h2https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 56.9 KiB — 20 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 45.4 KiB — 19 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 193.0 KiB — 36 ms — h2https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 435.8 KiB — 102 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 — 41 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 — 57.8 KiB — 30 ms — h3https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 0 B — 39 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 0 B — 63 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 — 435.7 KiB — 81 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 15 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 253 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 28 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 146.3 KiB — 26 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 — 6 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 99 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 1 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 0 B — 1 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 — 6 ms — h3https://atlas.is.cuni.cz/matomo/matomo.php?action_name=Univerzita%20Karlova&idsite=2&rec=1&r=166693&h=23&m=30&s=29&url=https%3A%2F%2Fcuni.cz%2F&_id=&_idn=1&send_image=0&_refts=0&pv_id=9SJh5k&pf_net=487&pf_srv=858&pf_tfr=3&pf_dm1=5945&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146.0.7680.164%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823atlas.is.cuni.cz/matomo/matomo.php?... https://atlas.is.cuni.cz/matomo/matomo.php?action_name=Univerzita%20Karlova&idsite=2&rec=1&r=166693&h=23&m=30&s=29&url=https%3A%2F%2Fcuni.cz%2F&_id=&_idn=1&send_image=0&_refts=0&pv_id=9SJh5k&pf_net=487&pf_srv=858&pf_tfr=3&pf_dm1=5945&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146.0.7680.164%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823 — 204 — 239 B — 214 ms — h2https://atlas.is.cuni.cz/matomo/matomo.php?action_name=Univerzita%20Karlova&idsite=1&rec=1&r=049033&h=23&m=30&s=29&url=https%3A%2F%2Fcuni.cz%2F&_id=&_idn=1&send_image=0&_refts=0&pv_id=6yv72o&pf_net=487&pf_srv=858&pf_tfr=3&pf_dm1=5945&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146.0.7680.164%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823atlas.is.cuni.cz/matomo/matomo.php?... https://atlas.is.cuni.cz/matomo/matomo.php?action_name=Univerzita%20Karlova&idsite=1&rec=1&r=049033&h=23&m=30&s=29&url=https%3A%2F%2Fcuni.cz%2F&_id=&_idn=1&send_image=0&_refts=0&pv_id=6yv72o&pf_net=487&pf_srv=858&pf_tfr=3&pf_dm1=5945&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146.0.7680.164%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823 — 204 — 239 B — 206 ms — h2https://atlas.is.cuni.cz/matomo/matomo.php?action_name=Univerzita%20Karlova&idsite=https://cuni.cz/&rec=1&r=868194&h=23&m=30&s=29&url=https%3A%2F%2Fcuni.cz%2F&_id=&_idn=1&send_image=0&_refts=0&pv_id=Fxas2e&pf_net=487&pf_srv=858&pf_tfr=3&pf_dm1=5945&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146.0.7680.164%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823atlas.is.cuni.cz/matomo/matomo.php?... https://atlas.is.cuni.cz/matomo/matomo.php?action_name=Univerzita%20Karlova&idsite=https://cuni.cz/&rec=1&r=868194&h=23&m=30&s=29&url=https%3A%2F%2Fcuni.cz%2F&_id=&_idn=1&send_image=0&_refts=0&pv_id=Fxas2e&pf_net=487&pf_srv=858&pf_tfr=3&pf_dm1=5945&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146.0.7680.164%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823 — 400 — 0 B — 194 ms — h2https://atlas.is.cuni.cz/matomo/plugins/HeatmapSessionRecording/configs.php?idsite=2&trackerid=n7Rqfr&url=https%3A%2F%2Fcuni.cz%2Fatlas.is.cuni.cz/matomo/plugins/Hea... https://atlas.is.cuni.cz/matomo/plugins/HeatmapSessionRecording/configs.php?idsite=2&trackerid=n7Rqfr&url=https%3A%2F%2Fcuni.cz%2F — 200 — 321 B — 168 ms — h2https://atlas.is.cuni.cz/matomo/plugins/HeatmapSessionRecording/configs.php?idsite=1&trackerid=Q5Ub5X&url=https%3A%2F%2Fcuni.cz%2Fatlas.is.cuni.cz/matomo/plugins/Hea... https://atlas.is.cuni.cz/matomo/plugins/HeatmapSessionRecording/configs.php?idsite=1&trackerid=Q5Ub5X&url=https%3A%2F%2Fcuni.cz%2F — 200 — 321 B — 171 ms — h2https://atlas.is.cuni.cz/matomo/plugins/HeatmapSessionRecording/configs.php?idsite=https%3A%2F%2Fcuni.cz%2F&trackerid=3r9oHf&url=https%3A%2F%2Fcuni.cz%2Fatlas.is.cuni.cz/matomo/plugins/Hea... https://atlas.is.cuni.cz/matomo/plugins/HeatmapSessionRecording/configs.php?idsite=https%3A%2F%2Fcuni.cz%2F&trackerid=3r9oHf&url=https%3A%2F%2Fcuni.cz%2F — -1 — 0 B — 173 ms — https://i.ytimg.com/vi/OaWpKOpXW9U/sddefault.jpgi.ytimg.com/vi/OaWpKOpXW9U/sddefaul... https://i.ytimg.com/vi/OaWpKOpXW9U/sddefault.jpg — 200 — 57.6 KiB — 80 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2 — 200 — 21.0 KiB — 6 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2 — 200 — 0 B — 2 ms — h3https://i.ytimg.com/vi/oD_OSOzMA0c/sddefault.jpgi.ytimg.com/vi/oD_OSOzMA0c/sddefaul... https://i.ytimg.com/vi/oD_OSOzMA0c/sddefault.jpg — 200 — 61.7 KiB — 73 ms — h2https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 23.2 KiB — 17 ms — h3https://www.youtube.com/generate_204?48HM_gwww.youtube.com/generate_204?48HM_g https://www.youtube.com/generate_204?48HM_g — 204 — 10 B — 6 ms — h3https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 0 B — 1 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 — 19 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 — 11 ms — h2https://www.youtube.com/generate_204?Blgh5wwww.youtube.com/generate_204?Blgh5w https://www.youtube.com/generate_204?Blgh5w — 204 — 10 B — 4 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 — 145 B — 11 ms — h3https://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 — 9 ms — h3https://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 — 8 ms — h3https://cuni.cz/sablona/dist/img/favicon.ico/sablona/dist/img/favicon.ico https://cuni.cz/sablona/dist/img/favicon.ico — 200 — 1.0 KiB — 1.2 s — h2https://cuni.cz/sablona/dist/img/favicon.png/sablona/dist/img/favicon.png https://cuni.cz/sablona/dist/img/favicon.png — 200 — 1.3 KiB — 662 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
37% of JavaScript execution is third-party
First-party Third-party 1293ms · 253KB · Kč160/mo
Unattributable
Other
Costly
Execution 1126ms
Transfer 0 KB
Monthly Cost Kč139/mo
atlas.is.cuni.cz
Other
Optional
Execution 167ms
Transfer 253 KB
Unused 39%
Monthly Cost Kč21/mo

These scripts may cost more than they're worth

  • Unattributable adds 1126ms and costs ~Kč139/month

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