Skip to content
https://psichologie.cz

Performance

· 28 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
83
GRADE
B
FIX
3
REVIEW
7
PASS
14
INFO
4

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

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

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

9.82 s

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

34.59 s

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

5.09 s

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

0.000

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

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

34.95 s

Page Load Progression

501 ms
1.0 s
1.5 s
2.0 s
2.5 s
3.0 s
3.5 s
4.0 s
Checks
28
14 PASS 7 REVIEW 3 FIX
F
Page Weight Budget
Action
6.7 MB transferred, 184 requests
FIX
6.7 MB transferred, 184 requests
Critical::
Page weighs 16.6 MB (6.7 MB transferred)
Info::
Fonts are 959 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 959 KB
Warning::
184 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.4 g CO2 per page load
6.7 MB / 2.4 MB budget
6.7 MB transferred
184 requests
1.4 g CO2 per page load
Other 4.5 MiB 68%
Fonts 959.4 KiB 14%
Images 875.9 KiB 13%
JavaScript 278.7 KiB 4%
HTML 62.2 KiB 1%
CSS 58.6 KiB 1%
Other 2.4 KiB 0%
0 2.4 MB 4.9 MB
Over budget

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

F
JS Execution Cost
Action
11318ms total JS execution
FIX
11318ms total JS execution
Warning::
https://psichologie.cz/_framework/blazor.web.js: 6275ms CPU time
Warning::
Unattributable: 2000ms CPU time
Warning::
https://psichologie.cz/_framework/dotnet.native.7d...: 1309ms CPU time
Warning::
https://psichologie.cz/: 748ms CPU time
Warning::
https://d70shl7vidtft.cloudfront.net/ecmtr-2.4.2.j...: 580ms CPU time
Info::
Third-party scripts: 580ms (5% of total)

Main Thread Breakdown

Script Evaluation 73% Other 15% Style & Layout 7% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://psichologie.cz/_framework/blazor.web.js6275ms5915ms18ms1st
Unattributable2000ms657ms0ms1st
https://psichologie.cz/_framework/dotnet.native.7dko1v9rxe.js1309ms1301ms1ms1st
https://psichologie.cz/748ms15ms2ms1st
https://d70shl7vidtft.cloudfront.net/ecmtr-2.4.2.js580ms146ms8ms3rd
https://psichologie.cz/js/carousel.86ps4ni65l.js406ms311ms0ms1st
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-cache, no-store
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, no-store

DirectiveValueMeaning
no-cacheCache but always revalidate first
no-storeNever cache this response
C
Image Optimization
Action
65 images, 0 KB saveable
REVIEW
65 images, 0 KB saveable
Warning::
https://psichologie.cz/images/logos/ct1.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://psichologie.cz/images/logos/forbes.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://psichologie.cz/images/logos/nova.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://psichologie.cz/images/home/podcast-logo.we... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://psichologie.cz/images/dog-silouethes/dog-s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://psichologie.cz/images/logos/idnes.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://psichologie.cz/images/logos/cesky-rozhlas.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://psichologie.cz/images/logos/social-impact-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://psichologie.cz/images/book.webp is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://psichologie.cz/images/e-book.webp is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://psichologie.cz/images/psichologie-logo-whi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://psichologie.cz/images/logos/pozitivni-zpra... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
65 images 872 KB
0 oversized -0 KB
24 legacy format
12 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

B
JS Bundles
12 scripts, 115 KB unused
REVIEW
12 scripts, 115 KB unused
Warning::
https://psichologie.cz/_framework/blazor.web.js: 41 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://psichologie.cz/_framework/dotnet.native.7d...: 38 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://psichologie.cz/_framework/dotnet.native.7d...: unminified — 28 KB could be saved
Warning::
https://psichologie.cz/_framework/dotnet.runtime.z...: 36 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 115 KB
115 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://psichologie.cz/_framework/blazor.web.js55 KB41 KB (74%)1st
https://psichologie.cz/_framework/dotnet.native.7dko1v9rxe.js62 KB38 KB (62%)1st
https://psichologie.cz/_framework/dotnet.runtime.zbexyp8zrs.js55 KB36 KB (65%)1st
https://psichologie.cz/lib/bootstrap/dist/js/bootstrap.bundle.min.t00mg49bzh.js21 KB1st
https://psichologie.cz/js/site.blvc3njm1h.js1 KB1st
https://psichologie.cz/js/cookie-consent.ioqaqduiy7.js2 KB1st
https://d70shl7vidtft.cloudfront.net/ecmtr-2.4.2.js18 KB3rd
https://psichologie.cz/_framework/dotnet.y9uzsa2o1o.js16 KB1st
https://psichologie.cz/_framework/resource-collection.uVZjQ.js44 KB1st
https://psichologie.cz/js/input.utgzzqkzyr.js1 KB1st

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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
184 resources · 6.7 MB · 115 KB savings available
REVIEW
184 resources · 6.7 MB · 115 KB savings available
Warning::
Page weight 6.7 MB exceeds 1 MB target by 5.7 MB
Got: 6.7 MB Expected: ≤ 1 MB
Info::
~115 KB of savings available
Info::
4 third-party resources (0% of weight)
Info::
5 resources over 200KB
184 resources · 6.7 MiB · 4 third-party 5.7 MiB over 1MB target
Other 68% · 4.5 MiB
Font 14% · 959.4 KiB
Image 13% · 878.3 KiB
JavaScript 4% · 278.7 KiB
Document 1% · 62.2 KiB
CSS 1% · 58.6 KiB

~114.5 KiB of savings available

Remove unused JavaScript: 114.5 KiB
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
4 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
Total JS execution time is 11.3 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
0% third-party, 0 ms blocking
PASS
0% third-party, 0 ms blocking
Info::
Third-party code accounts for 0% of page weight (32.0 KiB of 6.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
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
6 fonts (959 KB)
PASS
6 fonts (959 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

959 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s FCP 9.8 s LCP 34.6 shttps://psichologie.cz/fonts/Poppins-Black.ttfPoppins-Black.ttf https://psichologie.cz/fonts/Poppins-Black.ttf — 148.2 KiB — 93 ms — font-display: swaphttps://psichologie.cz/fonts/Poppins-Regular.ttfPoppins-Regular.ttf https://psichologie.cz/fonts/Poppins-Regular.ttf — 154.9 KiB — 74 ms — font-display: swaphttps://psichologie.cz/fonts/Poppins-Medium.ttfPoppins-Medium.ttf https://psichologie.cz/fonts/Poppins-Medium.ttf — 153.2 KiB — 78 ms — font-display: swaphttps://psichologie.cz/fonts/Poppins-SemiBold.ttfPoppins-SemiBold.ttf https://psichologie.cz/fonts/Poppins-SemiBold.ttf — 151.9 KiB — 78 ms — font-display: swaphttps://psichologie.cz/fonts/Poppins-Italic.ttfPoppins-Italic.ttf https://psichologie.cz/fonts/Poppins-Italic.ttf — 178.1 KiB — 69 ms — font-display: swaphttps://psichologie.cz/icons/remixicon.woff2?t=1734404658139remixicon.woff2 https://psichologie.cz/icons/remixicon.woff2?t=1734404658139 — 173.0 KiB — 30 ms — font-display: swap
Poppins-Black.ttf ttf swap
Size 148 KB
Load time 93 ms
Start 204 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Poppins-Regular.ttf ttf swap
Size 155 KB
Load time 74 ms
Start 500 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Poppins-Medium.ttf ttf swap
Size 153 KB
Load time 78 ms
Start 500 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Poppins-SemiBold.ttf ttf swap
Size 152 KB
Load time 78 ms
Start 500 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Poppins-Italic.ttf ttf swap
Size 178 KB
Load time 69 ms
Start 511 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
remixicon.woff2 woff2 swap
Size 173 KB
Load time 30 ms
Start 662 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~716 KB and ~1432 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
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+
Document Compression
Document response uses brotli
PASS
Document response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
Asset Compression
All 1 asset host use brotli
PASS
All 1 asset host use brotli
Info::
cdn.vidstack.io serves assets with brotli (assets: 4)
Got: cdn.vidstack.io (text/css)
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-cache, no-store
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
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
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
7 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Network Waterfall
184 requests over 3344ms
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 FCP 9.8 s LCP 34.6 shttps://psichologie.cz// https://psichologie.cz/ — 200 — 62.2 KiB — 215 ms — h2https://psichologie.cz/fonts/Poppins-Black.ttf/fonts/Poppins-Black.ttf https://psichologie.cz/fonts/Poppins-Black.ttf — 200 — 148.2 KiB — 93 ms — h2https://psichologie.cz/css/bootstrap-custom.gubimwjwap.css/css/bootstrap-custom.gubimwjwap.cs... https://psichologie.cz/css/bootstrap-custom.gubimwjwap.css — 200 — 13.8 KiB — 51 ms — h2https://psichologie.cz/css/site.7nul5ovsxf.css/css/site.7nul5ovsxf.css https://psichologie.cz/css/site.7nul5ovsxf.css — 200 — 8.0 KiB — 37 ms — h2https://psichologie.cz/css/product-page.lx72rrazbf.css/css/product-page.lx72rrazbf.css https://psichologie.cz/css/product-page.lx72rrazbf.css — 200 — 772 B — 39 ms — h2https://psichologie.cz/Server.wktxldxo4i.styles.css/Server.wktxldxo4i.styles.css https://psichologie.cz/Server.wktxldxo4i.styles.css — 200 — 523 B — 45 ms — h2https://psichologie.cz/images/dog-silouethes/doghead-1.svg/images/dog-silouethes/doghead-1.sv... https://psichologie.cz/images/dog-silouethes/doghead-1.svg — 200 — 11.2 KiB — 86 ms — h2https://psichologie.cz/images/home/home-hero.webp/images/home/home-hero.webp https://psichologie.cz/images/home/home-hero.webp — 200 — 129.3 KiB — 99 ms — h2https://psichologie.cz/images/home/purple-tail-1.svg/images/home/purple-tail-1.svg https://psichologie.cz/images/home/purple-tail-1.svg — 200 — 735 B — 86 ms — h2https://psichologie.cz/Client.f81e7uaou9.bundle.scp.css/Client.f81e7uaou9.bundle.scp.css https://psichologie.cz/Client.f81e7uaou9.bundle.scp.css — 200 — 6.1 KiB — 49 ms — h2https://psichologie.cz/_content/Blazored.Toast/Blazored.Toast.bundle.scp.css/_content/Blazored.Toast/Blazored.T... https://psichologie.cz/_content/Blazored.Toast/Blazored.Toast.bundle.scp.css — 200 — 1.1 KiB — 44 ms — h2https://psichologie.cz/_content/Manage/Manage.s7mo69ka3i.bundle.scp.css/_content/Manage/Manage.s7mo69ka3i.... https://psichologie.cz/_content/Manage/Manage.s7mo69ka3i.bundle.scp.css — 200 — 489 B — 40 ms — h2https://psichologie.cz/media/jhoiiwy5.webp/media/jhoiiwy5.webp https://psichologie.cz/media/jhoiiwy5.webp — 200 — 9.8 KiB — 34 ms — h2https://psichologie.cz/lib/bootstrap/dist/js/bootstrap.bundle.min.t00mg49bzh.js/lib/bootstrap/dist/js/bootstrap.bu... https://psichologie.cz/lib/bootstrap/dist/js/bootstrap.bundle.min.t00mg49bzh.js — 200 — 21.0 KiB — 44 ms — h2https://psichologie.cz/js/site.blvc3njm1h.js/js/site.blvc3njm1h.js https://psichologie.cz/js/site.blvc3njm1h.js — 200 — 1.2 KiB — 62 ms — h2https://psichologie.cz/js/cookie-consent.ioqaqduiy7.js/js/cookie-consent.ioqaqduiy7.js https://psichologie.cz/js/cookie-consent.ioqaqduiy7.js — 200 — 1.6 KiB — 76 ms — h2https://psichologie.cz/_framework/blazor.web.js/_framework/blazor.web.js https://psichologie.cz/_framework/blazor.web.js — 200 — 55.0 KiB — 154 ms — h2https://psichologie.cz/media/5k0yfxqj.webp/media/5k0yfxqj.webp https://psichologie.cz/media/5k0yfxqj.webp — 200 — 10.3 KiB — 92 ms — h2https://psichologie.cz/media/axlx1i5b.webp/media/axlx1i5b.webp https://psichologie.cz/media/axlx1i5b.webp — 200 — 7.4 KiB — 62 ms — h2https://psichologie.cz/media/mppskvur.webp/media/mppskvur.webp https://psichologie.cz/media/mppskvur.webp — 200 — 19.2 KiB — 78 ms — h2https://psichologie.cz/media/snbjiwor.webp/media/snbjiwor.webp https://psichologie.cz/media/snbjiwor.webp — 200 — 13.0 KiB — 97 ms — h2https://psichologie.cz/media/sziitrvs.webp/media/sziitrvs.webp https://psichologie.cz/media/sziitrvs.webp — 200 — 14.6 KiB — 87 ms — h2https://psichologie.cz/media/420cjcer.webp/media/420cjcer.webp https://psichologie.cz/media/420cjcer.webp — 200 — 16.7 KiB — 63 ms — h2https://psichologie.cz/media/ol0cjq1p.webp/media/ol0cjq1p.webp https://psichologie.cz/media/ol0cjq1p.webp — 200 — 17.0 KiB — 80 ms — h2https://psichologie.cz/media/k2hed0si.webp/media/k2hed0si.webp https://psichologie.cz/media/k2hed0si.webp — 200 — 14.7 KiB — 100 ms — h2https://psichologie.cz/images/dog-silouethes/dog-fighting.svg/images/dog-silouethes/dog-fighting... https://psichologie.cz/images/dog-silouethes/dog-fighting.svg — 200 — 9.5 KiB — 125 ms — h2https://psichologie.cz/media/prtkjdv0.webp/media/prtkjdv0.webp https://psichologie.cz/media/prtkjdv0.webp — 200 — 16.0 KiB — 66 ms — h2https://psichologie.cz/media/lamfu4rz.webp/media/lamfu4rz.webp https://psichologie.cz/media/lamfu4rz.webp — 200 — 11.8 KiB — 82 ms — h2https://psichologie.cz/media/x0ixcbpj.webp/media/x0ixcbpj.webp https://psichologie.cz/media/x0ixcbpj.webp — 200 — 12.5 KiB — 56 ms — h2https://psichologie.cz/media/ktckgukq.webp/media/ktckgukq.webp https://psichologie.cz/media/ktckgukq.webp — 200 — 18.9 KiB — 91 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s FCP 9.8 s LCP 34.6 shttps://psichologie.cz// https://psichologie.cz/ — 200 — 62.2 KiB — 215 ms — h2https://psichologie.cz/fonts/Poppins-Black.ttf/fonts/Poppins-Black.ttf https://psichologie.cz/fonts/Poppins-Black.ttf — 200 — 148.2 KiB — 93 ms — h2https://psichologie.cz/css/bootstrap-custom.gubimwjwap.css/css/bootstrap-custom.gubimwjwap.cs... https://psichologie.cz/css/bootstrap-custom.gubimwjwap.css — 200 — 13.8 KiB — 51 ms — h2https://psichologie.cz/css/site.7nul5ovsxf.css/css/site.7nul5ovsxf.css https://psichologie.cz/css/site.7nul5ovsxf.css — 200 — 8.0 KiB — 37 ms — h2https://psichologie.cz/css/product-page.lx72rrazbf.css/css/product-page.lx72rrazbf.css https://psichologie.cz/css/product-page.lx72rrazbf.css — 200 — 772 B — 39 ms — h2https://psichologie.cz/Server.wktxldxo4i.styles.css/Server.wktxldxo4i.styles.css https://psichologie.cz/Server.wktxldxo4i.styles.css — 200 — 523 B — 45 ms — h2https://psichologie.cz/images/dog-silouethes/doghead-1.svg/images/dog-silouethes/doghead-1.sv... https://psichologie.cz/images/dog-silouethes/doghead-1.svg — 200 — 11.2 KiB — 86 ms — h2https://psichologie.cz/images/home/home-hero.webp/images/home/home-hero.webp https://psichologie.cz/images/home/home-hero.webp — 200 — 129.3 KiB — 99 ms — h2https://psichologie.cz/images/home/purple-tail-1.svg/images/home/purple-tail-1.svg https://psichologie.cz/images/home/purple-tail-1.svg — 200 — 735 B — 86 ms — h2https://psichologie.cz/Client.f81e7uaou9.bundle.scp.css/Client.f81e7uaou9.bundle.scp.css https://psichologie.cz/Client.f81e7uaou9.bundle.scp.css — 200 — 6.1 KiB — 49 ms — h2https://psichologie.cz/_content/Blazored.Toast/Blazored.Toast.bundle.scp.css/_content/Blazored.Toast/Blazored.T... https://psichologie.cz/_content/Blazored.Toast/Blazored.Toast.bundle.scp.css — 200 — 1.1 KiB — 44 ms — h2https://psichologie.cz/_content/Manage/Manage.s7mo69ka3i.bundle.scp.css/_content/Manage/Manage.s7mo69ka3i.... https://psichologie.cz/_content/Manage/Manage.s7mo69ka3i.bundle.scp.css — 200 — 489 B — 40 ms — h2https://psichologie.cz/media/jhoiiwy5.webp/media/jhoiiwy5.webp https://psichologie.cz/media/jhoiiwy5.webp — 200 — 9.8 KiB — 34 ms — h2https://psichologie.cz/lib/bootstrap/dist/js/bootstrap.bundle.min.t00mg49bzh.js/lib/bootstrap/dist/js/bootstrap.bu... https://psichologie.cz/lib/bootstrap/dist/js/bootstrap.bundle.min.t00mg49bzh.js — 200 — 21.0 KiB — 44 ms — h2https://psichologie.cz/js/site.blvc3njm1h.js/js/site.blvc3njm1h.js https://psichologie.cz/js/site.blvc3njm1h.js — 200 — 1.2 KiB — 62 ms — h2https://psichologie.cz/js/cookie-consent.ioqaqduiy7.js/js/cookie-consent.ioqaqduiy7.js https://psichologie.cz/js/cookie-consent.ioqaqduiy7.js — 200 — 1.6 KiB — 76 ms — h2https://psichologie.cz/_framework/blazor.web.js/_framework/blazor.web.js https://psichologie.cz/_framework/blazor.web.js — 200 — 55.0 KiB — 154 ms — h2https://psichologie.cz/media/5k0yfxqj.webp/media/5k0yfxqj.webp https://psichologie.cz/media/5k0yfxqj.webp — 200 — 10.3 KiB — 92 ms — h2https://psichologie.cz/media/axlx1i5b.webp/media/axlx1i5b.webp https://psichologie.cz/media/axlx1i5b.webp — 200 — 7.4 KiB — 62 ms — h2https://psichologie.cz/media/mppskvur.webp/media/mppskvur.webp https://psichologie.cz/media/mppskvur.webp — 200 — 19.2 KiB — 78 ms — h2https://psichologie.cz/media/snbjiwor.webp/media/snbjiwor.webp https://psichologie.cz/media/snbjiwor.webp — 200 — 13.0 KiB — 97 ms — h2https://psichologie.cz/media/sziitrvs.webp/media/sziitrvs.webp https://psichologie.cz/media/sziitrvs.webp — 200 — 14.6 KiB — 87 ms — h2https://psichologie.cz/media/420cjcer.webp/media/420cjcer.webp https://psichologie.cz/media/420cjcer.webp — 200 — 16.7 KiB — 63 ms — h2https://psichologie.cz/media/ol0cjq1p.webp/media/ol0cjq1p.webp https://psichologie.cz/media/ol0cjq1p.webp — 200 — 17.0 KiB — 80 ms — h2https://psichologie.cz/media/k2hed0si.webp/media/k2hed0si.webp https://psichologie.cz/media/k2hed0si.webp — 200 — 14.7 KiB — 100 ms — h2https://psichologie.cz/images/dog-silouethes/dog-fighting.svg/images/dog-silouethes/dog-fighting... https://psichologie.cz/images/dog-silouethes/dog-fighting.svg — 200 — 9.5 KiB — 125 ms — h2https://psichologie.cz/media/prtkjdv0.webp/media/prtkjdv0.webp https://psichologie.cz/media/prtkjdv0.webp — 200 — 16.0 KiB — 66 ms — h2https://psichologie.cz/media/lamfu4rz.webp/media/lamfu4rz.webp https://psichologie.cz/media/lamfu4rz.webp — 200 — 11.8 KiB — 82 ms — h2https://psichologie.cz/media/x0ixcbpj.webp/media/x0ixcbpj.webp https://psichologie.cz/media/x0ixcbpj.webp — 200 — 12.5 KiB — 56 ms — h2https://psichologie.cz/media/ktckgukq.webp/media/ktckgukq.webp https://psichologie.cz/media/ktckgukq.webp — 200 — 18.9 KiB — 91 ms — h2https://psichologie.cz/media/bcsd5wgi.webp/media/bcsd5wgi.webp https://psichologie.cz/media/bcsd5wgi.webp — 200 — 15.4 KiB — 68 ms — h2https://psichologie.cz/media/4nva2vk5.webp/media/4nva2vk5.webp https://psichologie.cz/media/4nva2vk5.webp — 200 — 11.0 KiB — 106 ms — h2https://psichologie.cz/media/5qaatroj.webp/media/5qaatroj.webp https://psichologie.cz/media/5qaatroj.webp — 200 — 11.5 KiB — 102 ms — h2https://psichologie.cz/media/v2uncwub.webp/media/v2uncwub.webp https://psichologie.cz/media/v2uncwub.webp — 200 — 22.0 KiB — 113 ms — h2https://psichologie.cz/images/dog-silouethes/dog-between-legs.svg/images/dog-silouethes/dog-between-... https://psichologie.cz/images/dog-silouethes/dog-between-legs.svg — 200 — 10.3 KiB — 116 ms — h2https://psichologie.cz/media/4o3kleta.webp/media/4o3kleta.webp https://psichologie.cz/media/4o3kleta.webp — 200 — 15.3 KiB — 109 ms — h2https://psichologie.cz/media/xwnin4dz.webp/media/xwnin4dz.webp https://psichologie.cz/media/xwnin4dz.webp — 200 — 16.4 KiB — 230 ms — h2https://psichologie.cz/media/1djbi02t.webp/media/1djbi02t.webp https://psichologie.cz/media/1djbi02t.webp — 200 — 19.8 KiB — 124 ms — h2https://psichologie.cz/media/a45r3wct.webp/media/a45r3wct.webp https://psichologie.cz/media/a45r3wct.webp — 200 — 18.9 KiB — 148 ms — h2https://psichologie.cz/media/fh0phot1.webp/media/fh0phot1.webp https://psichologie.cz/media/fh0phot1.webp — 200 — 16.2 KiB — 193 ms — h2https://psichologie.cz/media/lwtf4rm5.webp/media/lwtf4rm5.webp https://psichologie.cz/media/lwtf4rm5.webp — 200 — 16.3 KiB — 164 ms — h2https://psichologie.cz/media/3fvvv4zl.webp/media/3fvvv4zl.webp https://psichologie.cz/media/3fvvv4zl.webp — 200 — 10.3 KiB — 130 ms — h2https://psichologie.cz/media/s3f0ky0c.webp/media/s3f0ky0c.webp https://psichologie.cz/media/s3f0ky0c.webp — 200 — 20.7 KiB — 149 ms — h2https://psichologie.cz/images/dog-silouethes/dog-jumping.svg/images/dog-silouethes/dog-jumping.... https://psichologie.cz/images/dog-silouethes/dog-jumping.svg — 200 — 5.8 KiB — 212 ms — h2https://psichologie.cz/media/41fc5bkp.webp/media/41fc5bkp.webp https://psichologie.cz/media/41fc5bkp.webp — 200 — 16.6 KiB — 166 ms — h2https://psichologie.cz/media/3brvnwqp.webp/media/3brvnwqp.webp https://psichologie.cz/media/3brvnwqp.webp — 200 — 15.6 KiB — 130 ms — h2https://psichologie.cz/media/n1mldtup.webp/media/n1mldtup.webp https://psichologie.cz/media/n1mldtup.webp — 200 — 18.3 KiB — 151 ms — h2https://psichologie.cz/media/petrrqro.webp/media/petrrqro.webp https://psichologie.cz/media/petrrqro.webp — 200 — 16.2 KiB — 203 ms — h2https://psichologie.cz/media/5jpmdr32.webp/media/5jpmdr32.webp https://psichologie.cz/media/5jpmdr32.webp — 200 — 11.4 KiB — 184 ms — h2https://psichologie.cz/media/42yteqnu.webp/media/42yteqnu.webp https://psichologie.cz/media/42yteqnu.webp — 200 — 11.8 KiB — 133 ms — h2https://psichologie.cz/images/book.webp/images/book.webp https://psichologie.cz/images/book.webp — 200 — 26.0 KiB — 153 ms — h2https://psichologie.cz/images/dog-silouethes/dog-standing.svg/images/dog-silouethes/dog-standing... https://psichologie.cz/images/dog-silouethes/dog-standing.svg — 200 — 8.3 KiB — 168 ms — h2https://psichologie.cz/images/dog-silouethes/dog-sitting.svg/images/dog-silouethes/dog-sitting.... https://psichologie.cz/images/dog-silouethes/dog-sitting.svg — 200 — 6.2 KiB — 157 ms — h2https://psichologie.cz/images/e-book.webp/images/e-book.webp https://psichologie.cz/images/e-book.webp — 200 — 5.5 KiB — 123 ms — h2https://psichologie.cz/images/home/podcast-logo.webp/images/home/podcast-logo.webp https://psichologie.cz/images/home/podcast-logo.webp — 200 — 15.6 KiB — 150 ms — h2https://psichologie.cz/media/n1mlyzln.webp/media/n1mlyzln.webp https://psichologie.cz/media/n1mlyzln.webp — 200 — 24.6 KiB — 211 ms — h2https://psichologie.cz/icons/spotify.svg/icons/spotify.svg https://psichologie.cz/icons/spotify.svg — 200 — 1.1 KiB — 183 ms — h2https://psichologie.cz/icons/apple-podcasts.svg/icons/apple-podcasts.svg https://psichologie.cz/icons/apple-podcasts.svg — 200 — 1.5 KiB — 229 ms — h2https://psichologie.cz/icons/youtube.svg/icons/youtube.svg https://psichologie.cz/icons/youtube.svg — 200 — 569 B — 221 ms — h2https://psichologie.cz/icons/youtube-music.svg/icons/youtube-music.svg https://psichologie.cz/icons/youtube-music.svg — 200 — 544 B — 211 ms — h2https://psichologie.cz/media/355kdwcr.webp/media/355kdwcr.webp https://psichologie.cz/media/355kdwcr.webp — 200 — 6.1 KiB — 191 ms — h2https://psichologie.cz/media/xhjbex0i.webp/media/xhjbex0i.webp https://psichologie.cz/media/xhjbex0i.webp — 200 — 4.4 KiB — 132 ms — h2https://psichologie.cz/media/qpsihpid.webp/media/qpsihpid.webp https://psichologie.cz/media/qpsihpid.webp — 200 — 4.5 KiB — 150 ms — h2https://psichologie.cz/media/watv0qdt.webp/media/watv0qdt.webp https://psichologie.cz/media/watv0qdt.webp — 200 — 4.0 KiB — 211 ms — h2https://psichologie.cz/images/logos/forbes.svg/images/logos/forbes.svg https://psichologie.cz/images/logos/forbes.svg — 200 — 1.6 KiB — 192 ms — h2https://psichologie.cz/images/logos/cesky-rozhlas.svg/images/logos/cesky-rozhlas.svg https://psichologie.cz/images/logos/cesky-rozhlas.svg — 200 — 1.3 KiB — 134 ms — h2https://psichologie.cz/images/logos/idnes.svg/images/logos/idnes.svg https://psichologie.cz/images/logos/idnes.svg — 200 — 1.2 KiB — 150 ms — h2https://psichologie.cz/images/logos/ct1.svg/images/logos/ct1.svg https://psichologie.cz/images/logos/ct1.svg — 200 — 775 B — 216 ms — h2https://psichologie.cz/images/logos/social-impact-award.svg/images/logos/social-impact-award.s... https://psichologie.cz/images/logos/social-impact-award.svg — 200 — 2.2 KiB — 224 ms — h2https://psichologie.cz/images/logos/nova.svg/images/logos/nova.svg https://psichologie.cz/images/logos/nova.svg — 200 — 1.4 KiB — 217 ms — h2https://psichologie.cz/images/logos/pozitivni-zpravy.png/images/logos/pozitivni-zpravy.png https://psichologie.cz/images/logos/pozitivni-zpravy.png — 200 — 3.1 KiB — 151 ms — h2https://psichologie.cz/images/dog-silouethes/dog-stretching.svg/images/dog-silouethes/dog-stretchi... https://psichologie.cz/images/dog-silouethes/dog-stretching.svg — 200 — 46.5 KiB — 227 ms — h2https://psichologie.cz/images/psichologie-logo-white.svg/images/psichologie-logo-white.svg https://psichologie.cz/images/psichologie-logo-white.svg — 200 — 4.1 KiB — 199 ms — h2https://psichologie.cz/images/logos/purple-circle-facebook.svg/images/logos/purple-circle-faceboo... https://psichologie.cz/images/logos/purple-circle-facebook.svg — 200 — 581 B — 134 ms — h2https://psichologie.cz/images/logos/purple-circle-instagram.svg/images/logos/purple-circle-instagr... https://psichologie.cz/images/logos/purple-circle-instagram.svg — 200 — 1.3 KiB — 148 ms — h2https://psichologie.cz/images/dog-silouethes/doghead-smiling.svg/images/dog-silouethes/doghead-smil... https://psichologie.cz/images/dog-silouethes/doghead-smiling.svg — 200 — 69.9 KiB — 235 ms — h2https://psichologie.cz/icons/remixicon.b1a2q9j3o5.css/icons/remixicon.b1a2q9j3o5.css https://psichologie.cz/icons/remixicon.b1a2q9j3o5.css — 200 — 14.7 KiB — 210 ms — h2https://cdn.vidstack.io/player/theme.csscdn.vidstack.io/player/theme.css https://cdn.vidstack.io/player/theme.css — 200 — 10.2 KiB — 169 ms — h2https://cdn.vidstack.io/player/video.csscdn.vidstack.io/player/video.css https://cdn.vidstack.io/player/video.css — 200 — 2.9 KiB — 173 ms — h2https://d70shl7vidtft.cloudfront.net/ecmtr-2.4.2.jsd70shl7vidtft.cloudfront.net/ecmtr-... https://d70shl7vidtft.cloudfront.net/ecmtr-2.4.2.js — 200 — 18.4 KiB — 40 ms — h2https://psichologie.cz/images/psichologie-logo-white.svg/images/psichologie-logo-white.svg https://psichologie.cz/images/psichologie-logo-white.svg — 200 — 0 B — 156 ms — h2https://psichologie.cz/images/nav-item-underline.svg/images/nav-item-underline.svg https://psichologie.cz/images/nav-item-underline.svg — 200 — 406 B — 168 ms — h2https://d2dpiwfhf3tz0r.cloudfront.net/i?stm=1788877858063&e=pv&url=https%3A%2F%2Fpsichologie.cz%2F&page=Ps%C3%ADchologie%20-%20objevte%20modern%C3%AD%20tr%C3%A9nink%20ps%C5%AF.%20Online.&eid=792df16a-7120-4236-a028-2461ff03bd6c&tv=js-3.23.0&tna=cf&aid=psichologieczsro&p=web&cookie=1&cs=UTF-8&lang=en-US&res=412x823&cd=24&dtm=1788877858054&vp=412x823&ds=412x7518&vid=1&sid=11a8cd5e-b22f-49cc-840f-28707379dd1c&duid=1b428ee4-d729-4c25-8af8-3638bd16f6ea&cx=eyJzY2hlbWEiOiJpZ2x1OmNvbS5zbm93cGxvd2FuYWx5dGljcy5zbm93cGxvdy9jb250ZXh0cy9qc29uc2NoZW1hLzEtMC0wIiwiZGF0YSI6W3sic2NoZW1hIjoiaWdsdTpjb20uc25vd3Bsb3dhbmFseXRpY3Muc25vd3Bsb3cvd2ViX3BhZ2UvanNvbnNjaGVtYS8xLTAtMCIsImRhdGEiOnsiaWQiOiJlNTA0NDcwNS1hY2I4LTQ4NTQtOWM4Ny1iYjllYmJiZjRkZGIifX1dfQd2dpiwfhf3tz0r.cloudfront.net/i?stm... https://d2dpiwfhf3tz0r.cloudfront.net/i?stm=1788877858063&e=pv&url=https%3A%2F%2Fpsichologie.cz%2F&page=Ps%C3%ADchologie%20-%20objevte%20modern%C3%AD%20tr%C3%A9nink%20ps%C5%AF.%20Online.&eid=792df16a-7120-4236-a028-2461ff03bd6c&tv=js-3.23.0&tna=cf&aid=psichologieczsro&p=web&cookie=1&cs=UTF-8&lang=en-US&res=412x823&cd=24&dtm=1788877858054&vp=412x823&ds=412x7518&vid=1&sid=11a8cd5e-b22f-49cc-840f-28707379dd1c&duid=1b428ee4-d729-4c25-8af8-3638bd16f6ea&cx=eyJzY2hlbWEiOiJpZ2x1OmNvbS5zbm93cGxvd2FuYWx5dGljcy5zbm93cGxvdy9jb250ZXh0cy9qc29uc2NoZW1hLzEtMC0wIiwiZGF0YSI6W3sic2NoZW1hIjoiaWdsdTpjb20uc25vd3Bsb3dhbmFseXRpY3Muc25vd3Bsb3cvd2ViX3BhZ2UvanNvbnNjaGVtYS8xLTAtMCIsImRhdGEiOnsiaWQiOiJlNTA0NDcwNS1hY2I4LTQ4NTQtOWM4Ny1iYjllYmJiZjRkZGIifX1dfQ — 200 — 359 B — 77 ms — h2https://psichologie.cz/fonts/Poppins-Regular.ttf/fonts/Poppins-Regular.ttf https://psichologie.cz/fonts/Poppins-Regular.ttf — 200 — 154.9 KiB — 74 ms — h2https://psichologie.cz/fonts/Poppins-Medium.ttf/fonts/Poppins-Medium.ttf https://psichologie.cz/fonts/Poppins-Medium.ttf — 200 — 153.2 KiB — 78 ms — h2https://psichologie.cz/fonts/Poppins-SemiBold.ttf/fonts/Poppins-SemiBold.ttf https://psichologie.cz/fonts/Poppins-SemiBold.ttf — 200 — 151.9 KiB — 78 ms — h2https://psichologie.cz/fonts/Poppins-Italic.ttf/fonts/Poppins-Italic.ttf https://psichologie.cz/fonts/Poppins-Italic.ttf — 200 — 178.1 KiB — 69 ms — h2https://psichologie.cz/icons/remixicon.woff2?t=1734404658139/icons/remixicon.woff2?t=1734404658... https://psichologie.cz/icons/remixicon.woff2?t=1734404658139 — 200 — 173.0 KiB — 30 ms — h2https://psichologie.cz/_framework/dotnet.y9uzsa2o1o.js/_framework/dotnet.y9uzsa2o1o.js https://psichologie.cz/_framework/dotnet.y9uzsa2o1o.js — 200 — 15.7 KiB — 29 ms — h2https://psichologie.cz/_framework/dotnet.runtime.zbexyp8zrs.js/_framework/dotnet.runtime.zbexyp8z... https://psichologie.cz/_framework/dotnet.runtime.zbexyp8zrs.js — 200 — 55.5 KiB — 45 ms — h2https://psichologie.cz/_framework/dotnet.native.7dko1v9rxe.js/_framework/dotnet.native.7dko1v9rx... https://psichologie.cz/_framework/dotnet.native.7dko1v9rxe.js — 200 — 61.6 KiB — 45 ms — h2https://psichologie.cz/_framework/dotnet.native.80swe1zwdl.wasm/_framework/dotnet.native.80swe1zwd... https://psichologie.cz/_framework/dotnet.native.80swe1zwdl.wasm — 200 — 1.1 MiB — 461 ms — h2https://psichologie.cz/_framework/System.Private.CoreLib.7kn5yt7cmc.wasm/_framework/System.Private.CoreLib.... https://psichologie.cz/_framework/System.Private.CoreLib.7kn5yt7cmc.wasm — 200 — 707.2 KiB — 419 ms — h2https://psichologie.cz/_framework/System.Runtime.InteropServices.JavaScript.l4nao9l17b.wasm/_framework/System.Runtime.InteropS... https://psichologie.cz/_framework/System.Runtime.InteropServices.JavaScript.l4nao9l17b.wasm — 200 — 19.6 KiB — 87 ms — h2https://psichologie.cz/_framework/Blazored.Toast.4gbrhkrum5.wasm/_framework/Blazored.Toast.4gbrhkru... https://psichologie.cz/_framework/Blazored.Toast.4gbrhkrum5.wasm — 200 — 16.9 KiB — 99 ms — h2https://psichologie.cz/_framework/Client.imu42fe36k.wasm/_framework/Client.imu42fe36k.wasm https://psichologie.cz/_framework/Client.imu42fe36k.wasm — 200 — 179.7 KiB — 401 ms — h2https://psichologie.cz/_framework/Microsoft.AspNetCore.Authorization.4b9ra4izmy.wasm/_framework/Microsoft.AspNetCore.Au... https://psichologie.cz/_framework/Microsoft.AspNetCore.Authorization.4b9ra4izmy.wasm — 200 — 14.0 KiB — 108 ms — h2https://psichologie.cz/_framework/Microsoft.AspNetCore.Components.Authorization.v7dqjxlqdh.wasm/_framework/Microsoft.AspNetCore.Co... https://psichologie.cz/_framework/Microsoft.AspNetCore.Components.Authorization.v7dqjxlqdh.wasm — 200 — 7.4 KiB — 89 ms — h2https://psichologie.cz/_framework/Microsoft.AspNetCore.Components.Forms.ckbdq9ruxq.wasm/_framework/Microsoft.AspNetCore.Co... https://psichologie.cz/_framework/Microsoft.AspNetCore.Components.Forms.ckbdq9ruxq.wasm — 200 — 15.2 KiB — 104 ms — h2https://psichologie.cz/_framework/Microsoft.AspNetCore.Components.Web.cyszwi7lh0.wasm/_framework/Microsoft.AspNetCore.Co... https://psichologie.cz/_framework/Microsoft.AspNetCore.Components.Web.cyszwi7lh0.wasm — 200 — 37.5 KiB — 91 ms — h2https://psichologie.cz/_framework/Microsoft.AspNetCore.Components.WebAssembly.Authentication.k3z4kmrgnl.wasm/_framework/Microsoft.AspNetCore.Co... https://psichologie.cz/_framework/Microsoft.AspNetCore.Components.WebAssembly.Authentication.k3z4kmrgnl.wasm — 200 — 10.8 KiB — 111 ms — h2https://psichologie.cz/_framework/Microsoft.AspNetCore.Components.WebAssembly.vupx5yee5v.wasm/_framework/Microsoft.AspNetCore.Co... https://psichologie.cz/_framework/Microsoft.AspNetCore.Components.WebAssembly.vupx5yee5v.wasm — 200 — 47.3 KiB — 115 ms — h2https://psichologie.cz/_framework/Microsoft.AspNetCore.Components.5x06p7fys4.wasm/_framework/Microsoft.AspNetCore.Co... https://psichologie.cz/_framework/Microsoft.AspNetCore.Components.5x06p7fys4.wasm — 200 — 83.9 KiB — 352 ms — h2https://psichologie.cz/_framework/Microsoft.AspNetCore.Html.Abstractions.m2djlqo2g9.wasm/_framework/Microsoft.AspNetCore.Ht... https://psichologie.cz/_framework/Microsoft.AspNetCore.Html.Abstractions.m2djlqo2g9.wasm — 200 — 4.9 KiB — 82 ms — h2https://psichologie.cz/_framework/Microsoft.AspNetCore.Metadata.fb4dj8sj7k.wasm/_framework/Microsoft.AspNetCore.Me... https://psichologie.cz/_framework/Microsoft.AspNetCore.Metadata.fb4dj8sj7k.wasm — 200 — 2.3 KiB — 112 ms — h2https://psichologie.cz/_framework/Microsoft.AspNetCore.WebUtilities.hg1vm5710w.wasm/_framework/Microsoft.AspNetCore.We... https://psichologie.cz/_framework/Microsoft.AspNetCore.WebUtilities.hg1vm5710w.wasm — 200 — 5.2 KiB — 89 ms — h2https://psichologie.cz/_framework/Microsoft.CSharp.patxpyq2ih.wasm/_framework/Microsoft.CSharp.patxpy... https://psichologie.cz/_framework/Microsoft.CSharp.patxpyq2ih.wasm — 200 — 100.7 KiB — 197 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.Configuration.jqj4k4pj3p.wasm/_framework/Microsoft.Extensions.Co... https://psichologie.cz/_framework/Microsoft.Extensions.Configuration.jqj4k4pj3p.wasm — 200 — 4.3 KiB — 72 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.Configuration.Abstractions.w7skqr0zek.wasm/_framework/Microsoft.Extensions.Co... https://psichologie.cz/_framework/Microsoft.Extensions.Configuration.Abstractions.w7skqr0zek.wasm — 200 — 2.9 KiB — 233 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.Configuration.Json.dtdoolwb2w.wasm/_framework/Microsoft.Extensions.Co... https://psichologie.cz/_framework/Microsoft.Extensions.Configuration.Json.dtdoolwb2w.wasm — 200 — 5.1 KiB — 283 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.DependencyInjection.7t9rn8l3bj.wasm/_framework/Microsoft.Extensions.De... https://psichologie.cz/_framework/Microsoft.Extensions.DependencyInjection.7t9rn8l3bj.wasm — 200 — 22.6 KiB — 164 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.nthc9h2eon.wasm/_framework/Microsoft.Extensions.De... https://psichologie.cz/_framework/Microsoft.Extensions.DependencyInjection.Abstractions.nthc9h2eon.wasm — 200 — 11.9 KiB — 129 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.Diagnostics.Abstractions.isypqwhob8.wasm/_framework/Microsoft.Extensions.Di... https://psichologie.cz/_framework/Microsoft.Extensions.Diagnostics.Abstractions.isypqwhob8.wasm — 200 — 3.3 KiB — 235 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.Diagnostics.47qgfhx9eb.wasm/_framework/Microsoft.Extensions.Di... https://psichologie.cz/_framework/Microsoft.Extensions.Diagnostics.47qgfhx9eb.wasm — 200 — 7.4 KiB — 285 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.Http.3zawp5krbv.wasm/_framework/Microsoft.Extensions.Ht... https://psichologie.cz/_framework/Microsoft.Extensions.Http.3zawp5krbv.wasm — 200 — 17.9 KiB — 166 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.Localization.Abstractions.43x5416kae.wasm/_framework/Microsoft.Extensions.Lo... https://psichologie.cz/_framework/Microsoft.Extensions.Localization.Abstractions.43x5416kae.wasm — 200 — 3.0 KiB — 132 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.Localization.cb9bm1rbxy.wasm/_framework/Microsoft.Extensions.Lo... https://psichologie.cz/_framework/Microsoft.Extensions.Localization.cb9bm1rbxy.wasm — 200 — 10.1 KiB — 237 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.Logging.Abstractions.tm3st9u1l4.wasm/_framework/Microsoft.Extensions.Lo... https://psichologie.cz/_framework/Microsoft.Extensions.Logging.Abstractions.tm3st9u1l4.wasm — 200 — 13.5 KiB — 288 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.Logging.djlkjfpmut.wasm/_framework/Microsoft.Extensions.Lo... https://psichologie.cz/_framework/Microsoft.Extensions.Logging.djlkjfpmut.wasm — 200 — 10.2 KiB — 168 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.Options.9w9x65j0r5.wasm/_framework/Microsoft.Extensions.Op... https://psichologie.cz/_framework/Microsoft.Extensions.Options.9w9x65j0r5.wasm — 200 — 10.3 KiB — 137 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.Primitives.akwthhet5a.wasm/_framework/Microsoft.Extensions.Pr... https://psichologie.cz/_framework/Microsoft.Extensions.Primitives.akwthhet5a.wasm — 200 — 6.7 KiB — 243 ms — h2https://psichologie.cz/_framework/Microsoft.Extensions.Validation.zlafc2er9f.wasm/_framework/Microsoft.Extensions.Va... https://psichologie.cz/_framework/Microsoft.Extensions.Validation.zlafc2er9f.wasm — 200 — 4.1 KiB — 290 ms — h2https://psichologie.cz/_framework/Microsoft.JSInterop.WebAssembly.mrus3axuke.wasm/_framework/Microsoft.JSInterop.Web... https://psichologie.cz/_framework/Microsoft.JSInterop.WebAssembly.mrus3axuke.wasm — 200 — 5.8 KiB — 171 ms — h2https://psichologie.cz/_framework/Microsoft.JSInterop.38vzmiamit.wasm/_framework/Microsoft.JSInterop.38v... https://psichologie.cz/_framework/Microsoft.JSInterop.38vzmiamit.wasm — 200 — 20.8 KiB — 139 ms — h2https://psichologie.cz/_framework/Newtonsoft.Json.qkbufwhni2.wasm/_framework/Newtonsoft.Json.qkbufwh... https://psichologie.cz/_framework/Newtonsoft.Json.qkbufwhni2.wasm — 200 — 248.1 KiB — 400 ms — h2https://psichologie.cz/_framework/Shared.Client.wr9n0d1ngz.wasm/_framework/Shared.Client.wr9n0d1ng... https://psichologie.cz/_framework/Shared.Client.wr9n0d1ngz.wasm — 200 — 33.5 KiB — 298 ms — h2https://psichologie.cz/_framework/System.Collections.Concurrent.76kjmq2ur1.wasm/_framework/System.Collections.Conc... https://psichologie.cz/_framework/System.Collections.Concurrent.76kjmq2ur1.wasm — 200 — 11.3 KiB — 175 ms — h2https://psichologie.cz/_framework/System.Collections.Immutable.txlmwiuhbj.wasm/_framework/System.Collections.Immu... https://psichologie.cz/_framework/System.Collections.Immutable.txlmwiuhbj.wasm — 200 — 24.7 KiB — 144 ms — h2https://psichologie.cz/_framework/System.Collections.NonGeneric.kzb651wkua.wasm/_framework/System.Collections.NonG... https://psichologie.cz/_framework/System.Collections.NonGeneric.kzb651wkua.wasm — 200 — 7.1 KiB — 244 ms — h2https://psichologie.cz/_framework/System.Collections.Specialized.2vnl4gvj7n.wasm/_framework/System.Collections.Spec... https://psichologie.cz/_framework/System.Collections.Specialized.2vnl4gvj7n.wasm — 200 — 5.3 KiB — 295 ms — h2https://psichologie.cz/_framework/System.Collections.0w61p9gecx.wasm/_framework/System.Collections.0w61... https://psichologie.cz/_framework/System.Collections.0w61p9gecx.wasm — 200 — 13.3 KiB — 179 ms — h2https://psichologie.cz/_framework/System.ComponentModel.Annotations.qonmqgtsa0.wasm/_framework/System.ComponentModel.A... https://psichologie.cz/_framework/System.ComponentModel.Annotations.qonmqgtsa0.wasm — 200 — 13.3 KiB — 146 ms — h2https://psichologie.cz/_framework/System.ComponentModel.Primitives.db2f0djpx5.wasm/_framework/System.ComponentModel.P... https://psichologie.cz/_framework/System.ComponentModel.Primitives.db2f0djpx5.wasm — 200 — 5.3 KiB — 246 ms — h2https://psichologie.cz/_framework/System.ComponentModel.TypeConverter.mz85cule2u.wasm/_framework/System.ComponentModel.T... https://psichologie.cz/_framework/System.ComponentModel.TypeConverter.mz85cule2u.wasm — 200 — 55.8 KiB — 306 ms — h2https://psichologie.cz/_framework/System.ComponentModel.xd8oe19zrb.wasm/_framework/System.ComponentModel.x... https://psichologie.cz/_framework/System.ComponentModel.xd8oe19zrb.wasm — 200 — 2.2 KiB — 182 ms — h2https://psichologie.cz/_framework/System.Console.jasd0xn9ge.wasm/_framework/System.Console.jasd0xn9... https://psichologie.cz/_framework/System.Console.jasd0xn9ge.wasm — 200 — 7.4 KiB — 148 ms — h2https://psichologie.cz/_framework/System.Data.Common.5kl4ez6mve.wasm/_framework/System.Data.Common.5kl4... https://psichologie.cz/_framework/System.Data.Common.5kl4ez6mve.wasm — 200 — 182.2 KiB — 396 ms — h2https://psichologie.cz/_framework/System.Diagnostics.DiagnosticSource.vc5aukdk8f.wasm/_framework/System.Diagnostics.Diag... https://psichologie.cz/_framework/System.Diagnostics.DiagnosticSource.vc5aukdk8f.wasm — 200 — 28.1 KiB — 298 ms — h2https://psichologie.cz/_framework/System.Diagnostics.TraceSource.t2wxrbqpbo.wasm/_framework/System.Diagnostics.Trac... https://psichologie.cz/_framework/System.Diagnostics.TraceSource.t2wxrbqpbo.wasm — 200 — 9.8 KiB — 185 ms — h2https://psichologie.cz/_framework/System.Drawing.Primitives.760myouv3q.wasm/_framework/System.Drawing.Primitiv... https://psichologie.cz/_framework/System.Drawing.Primitives.760myouv3q.wasm — 200 — 15.5 KiB — 149 ms — h2https://psichologie.cz/_framework/System.Drawing.e50j3te5oy.wasm/_framework/System.Drawing.e50j3te5... https://psichologie.cz/_framework/System.Drawing.e50j3te5oy.wasm — 200 — 2.0 KiB — 248 ms — h2https://psichologie.cz/_framework/System.IO.Pipelines.qz0hrnqp31.wasm/_framework/System.IO.Pipelines.qz0... https://psichologie.cz/_framework/System.IO.Pipelines.qz0hrnqp31.wasm — 200 — 3.1 KiB — 301 ms — h2https://psichologie.cz/_framework/System.Linq.Expressions.fd4f0adxdx.wasm/_framework/System.Linq.Expressions... https://psichologie.cz/_framework/System.Linq.Expressions.fd4f0adxdx.wasm — 200 — 158.6 KiB — 353 ms — h2https://psichologie.cz/_framework/System.Linq.gk1f07ay32.wasm/_framework/System.Linq.gk1f07ay32.... https://psichologie.cz/_framework/System.Linq.gk1f07ay32.wasm — 200 — 29.7 KiB — 391 ms — h2https://psichologie.cz/_framework/System.Memory.bikruznpie.wasm/_framework/System.Memory.bikruznpi... https://psichologie.cz/_framework/System.Memory.bikruznpie.wasm — 200 — 7.3 KiB — 258 ms — h2https://psichologie.cz/_framework/System.Net.Http.r41aqvt3xl.wasm/_framework/System.Net.Http.r41aqvt... https://psichologie.cz/_framework/System.Net.Http.r41aqvt3xl.wasm — 200 — 62.8 KiB — 324 ms — h2https://psichologie.cz/_framework/System.Net.Http.Json.8mk4437y9a.wasm/_framework/System.Net.Http.Json.8m... https://psichologie.cz/_framework/System.Net.Http.Json.8mk4437y9a.wasm — 200 — 10.8 KiB — 189 ms — h2https://psichologie.cz/_framework/System.Net.Primitives.cmknywwdix.wasm/_framework/System.Net.Primitives.c... https://psichologie.cz/_framework/System.Net.Primitives.cmknywwdix.wasm — 200 — 3.5 KiB — 388 ms — h2https://psichologie.cz/_framework/System.ObjectModel.zy3jnddstk.wasm/_framework/System.ObjectModel.zy3j... https://psichologie.cz/_framework/System.ObjectModel.zy3jnddstk.wasm — 200 — 6.8 KiB — 260 ms — h2https://psichologie.cz/_framework/System.Private.Uri.tuc5zyrxfg.wasm/_framework/System.Private.Uri.tuc5... https://psichologie.cz/_framework/System.Private.Uri.tuc5zyrxfg.wasm — 200 — 32.3 KiB — 323 ms — h2https://psichologie.cz/_framework/System.Private.Xml.Linq.jf5rbxfjgy.wasm/_framework/System.Private.Xml.Linq... https://psichologie.cz/_framework/System.Private.Xml.Linq.jf5rbxfjgy.wasm — 200 — 18.7 KiB — 193 ms — h2https://psichologie.cz/_framework/System.Private.Xml.ayjrnh8rrd.wasm/_framework/System.Private.Xml.ayjr... https://psichologie.cz/_framework/System.Private.Xml.ayjrnh8rrd.wasm — 200 — 425.5 KiB — 421 ms — h2https://psichologie.cz/_framework/System.Reflection.Emit.ILGeneration.yhkvudv94c.wasm/_framework/System.Reflection.Emit.... https://psichologie.cz/_framework/System.Reflection.Emit.ILGeneration.yhkvudv94c.wasm — 200 — 2.0 KiB — 260 ms — h2https://psichologie.cz/_framework/System.Reflection.Emit.Lightweight.58a52741nd.wasm/_framework/System.Reflection.Emit.... https://psichologie.cz/_framework/System.Reflection.Emit.Lightweight.58a52741nd.wasm — 200 — 2.0 KiB — 309 ms — h2https://psichologie.cz/_framework/System.Reflection.Primitives.vjaepo5b5z.wasm/_framework/System.Reflection.Primi... https://psichologie.cz/_framework/System.Reflection.Primitives.vjaepo5b5z.wasm — 200 — 2.0 KiB — 198 ms — h2https://psichologie.cz/_framework/System.Runtime.InteropServices.tpquz652rh.wasm/_framework/System.Runtime.InteropS... https://psichologie.cz/_framework/System.Runtime.InteropServices.tpquz652rh.wasm — 200 — 3.5 KiB — 386 ms — h2https://psichologie.cz/_framework/System.Runtime.Numerics.zrvmouolf9.wasm/_framework/System.Runtime.Numerics... https://psichologie.cz/_framework/System.Runtime.Numerics.zrvmouolf9.wasm — 200 — 37.1 KiB — 285 ms — h2https://psichologie.cz/_framework/System.Runtime.Serialization.Formatters.ntz84rfyit.wasm/_framework/System.Runtime.Serializ... https://psichologie.cz/_framework/System.Runtime.Serialization.Formatters.ntz84rfyit.wasm — 200 — 3.5 KiB — 311 ms — h2https://psichologie.cz/_framework/System.Runtime.Serialization.Primitives.vycql9oqgt.wasm/_framework/System.Runtime.Serializ... https://psichologie.cz/_framework/System.Runtime.Serialization.Primitives.vycql9oqgt.wasm — 200 — 2.5 KiB — 201 ms — h2https://psichologie.cz/_framework/System.Runtime.0eryej6muz.wasm/_framework/System.Runtime.0eryej6m... https://psichologie.cz/_framework/System.Runtime.0eryej6muz.wasm — 200 — 4.3 KiB — 386 ms — h2https://psichologie.cz/_framework/System.Security.Claims.l1fas9e2mb.wasm/_framework/System.Security.Claims.... https://psichologie.cz/_framework/System.Security.Claims.l1fas9e2mb.wasm — 200 — 5.9 KiB — 261 ms — h2https://psichologie.cz/_framework/System.Security.Cryptography.llcbcxmcol.wasm/_framework/System.Security.Cryptog... https://psichologie.cz/_framework/System.Security.Cryptography.llcbcxmcol.wasm — 200 — 9.4 KiB — 313 ms — h2https://psichologie.cz/_framework/System.Text.Encoding.Extensions.qgpyxewjbz.wasm/_framework/System.Text.Encoding.Ex... https://psichologie.cz/_framework/System.Text.Encoding.Extensions.qgpyxewjbz.wasm — 200 — 2.0 KiB — 204 ms — h2https://psichologie.cz/_framework/System.Text.Encodings.Web.fku61oapas.wasm/_framework/System.Text.Encodings.W... https://psichologie.cz/_framework/System.Text.Encodings.Web.fku61oapas.wasm — 200 — 13.2 KiB — 385 ms — h2https://psichologie.cz/_framework/System.Text.Json.g8hi5zqc93.wasm/_framework/System.Text.Json.g8hi5z... https://psichologie.cz/_framework/System.Text.Json.g8hi5zqc93.wasm — 200 — 153.7 KiB — 344 ms — h2https://psichologie.cz/_framework/System.Text.RegularExpressions.619y9toup0.wasm/_framework/System.Text.RegularExpr... https://psichologie.cz/_framework/System.Text.RegularExpressions.619y9toup0.wasm — 200 — 119.2 KiB — 333 ms — h2https://psichologie.cz/_framework/System.Threading.q8v88l37pm.wasm/_framework/System.Threading.q8v88l... https://psichologie.cz/_framework/System.Threading.q8v88l37pm.wasm — 200 — 4.5 KiB — 207 ms — h2https://psichologie.cz/_framework/System.Xml.Linq.224i7l5jfb.wasm/_framework/System.Xml.Linq.224i7l5... https://psichologie.cz/_framework/System.Xml.Linq.224i7l5jfb.wasm — 200 — 1.8 KiB — 384 ms — h2https://psichologie.cz/_framework/System.Xml.ReaderWriter.imw6nn692q.wasm/_framework/System.Xml.ReaderWriter... https://psichologie.cz/_framework/System.Xml.ReaderWriter.imw6nn692q.wasm — 200 — 2.2 KiB — 264 ms — h2https://psichologie.cz/_framework/System.Xml.XDocument.5bfjcgu6c2.wasm/_framework/System.Xml.XDocument.5b... https://psichologie.cz/_framework/System.Xml.XDocument.5bfjcgu6c2.wasm — 200 — 2.1 KiB — 314 ms — h2https://psichologie.cz/_framework/System.1h5i8a3bq8.wasm/_framework/System.1h5i8a3bq8.wasm https://psichologie.cz/_framework/System.1h5i8a3bq8.wasm — 200 — 1.8 KiB — 210 ms — h2https://psichologie.cz/_framework/TextUtils.f8c8mhyaa1.wasm/_framework/TextUtils.f8c8mhyaa1.wa... https://psichologie.cz/_framework/TextUtils.f8c8mhyaa1.wasm — 200 — 14.9 KiB — 384 ms — h2https://psichologie.cz/_framework/netstandard.y6227pjc0i.wasm/_framework/netstandard.y6227pjc0i.... https://psichologie.cz/_framework/netstandard.y6227pjc0i.wasm — 200 — 2.4 KiB — 264 ms — h2https://psichologie.cz/_framework/icudt.oh1zvcfom8.dat/_framework/icudt.oh1zvcfom8.dat https://psichologie.cz/_framework/icudt.oh1zvcfom8.dat — 200 — 322.6 KiB — 372 ms — h2https://psichologie.cz/favicon.png/favicon.png https://psichologie.cz/favicon.png — 200 — 2.4 KiB — 212 ms — h2https://psichologie.cz/api/config/culture/api/config/culture https://psichologie.cz/api/config/culture — 200 — 131 B — 29 ms — h2https://psichologie.cz/api/Localization/GetSpecific?moduleName=Shared/api/Localization/GetSpecific?modul... https://psichologie.cz/api/Localization/GetSpecific?moduleName=Shared — 200 — 688 B — 31 ms — h2https://psichologie.cz/_framework/cs/Shared.Client.resources.tp5gizngvv.wasm/_framework/cs/Shared.Client.resour... https://psichologie.cz/_framework/cs/Shared.Client.resources.tp5gizngvv.wasm — 200 — 3.0 KiB — 29 ms — h2https://psichologie.cz/_framework/resource-collection.uVZjQ.js/_framework/resource-collection.uVZ... https://psichologie.cz/_framework/resource-collection.uVZjQ.js — 200 — 44.1 KiB — 29 ms — h2https://psichologie.cz/js/input.utgzzqkzyr.js/js/input.utgzzqkzyr.js https://psichologie.cz/js/input.utgzzqkzyr.js — 200 — 593 B — 29 ms — h2https://psichologie.cz/js/video.jvy4z9nl1h.js/js/video.jvy4z9nl1h.js https://psichologie.cz/js/video.jvy4z9nl1h.js — 200 — 1.3 KiB — 30 ms — h2https://psichologie.cz/api/Localization/GetSpecific?moduleName=CookieConsent/api/Localization/GetSpecific?modul... https://psichologie.cz/api/Localization/GetSpecific?moduleName=CookieConsent — 200 — 408 B — 31 ms — h2https://psichologie.cz/images/psichologie-logo-white.svg/images/psichologie-logo-white.svg https://psichologie.cz/images/psichologie-logo-white.svg — 200 — 0 B — 2 ms — h2https://psichologie.cz/js/carousel.86ps4ni65l.js/js/carousel.86ps4ni65l.js https://psichologie.cz/js/carousel.86ps4ni65l.js — 200 — 2.7 KiB — 29 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
5% of JavaScript execution is third-party
First-party Third-party 580ms · 18KB · Kč72/mo
d70shl7vidtft.cloudfront.net
Other
Costly
Execution 580ms
Transfer 18 KB
Monthly Cost Kč72/mo

These scripts may cost more than they're worth

  • d70shl7vidtft.cloudfront.net adds 580ms and costs ~Kč72/month

d70shl7vidtft.cloudfront.net takes 580ms 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

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-08-10 — 2026-09-06)

LCP (p75)

1144 ms

94% good

INP (p75)

171 ms

76% good

CLS (p75)

0.000

98% good

FCP (p75)

1090 ms

TTFB (p75)

591 ms

This origin passes Core Web Vitals assessment
Image Optimization
116 images, 1657 KB total, 18 KB wasted
INFO

Image Optimization Audit

Total Images

116

Total Size

1657 KB

Oversized

2

Wasted

18 KB

116 missing dimensions 115 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback