Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
90 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/3767d21a-4091-45f7-8687-14243dcf63c2)<a href="https://beavercheck.com/results/3767d21a-4091-45f7-8687-14243dcf63c2"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcas.cz" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcas.czThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~27%.
Page takes 8.2s to load
+12% bounceUsers abandon at ~3s — you're 5.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 496ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
90 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
CZK 4,950 investment → CZK 57,289/month returns + EUR 120,500,000 risk avoided
CZK 4,950
4h · 5 findings
CZK 57,289 /mo
~CZK 687,463 / year
EUR 120,500,000
if kept compliant
CZK 1,650 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at Kč1100/hr
Based on Czech Republic rates (Kč1100/hr)
Start here for the best return on investment
CZK 10,041,680 / month at risk
~CZK 120,500,155 / year if left unfixed
€120,500,000
+8 more
CZK 13 /mo
6951.1 MB/mo × 1.860 CZK/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.98 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
496 ms
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.
9.37 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.
14.09 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.slide-item > a > div.img-wrapper > img.img-fluid div.slide-item > a > div.img-wrapper > img.img-fluid | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 158.9 KiB | 133.8 KiB |
Na hradě Štamberk se zřejmě bydlelo pouhých 150 let. div.content > div.thumbs > div.bigThumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 73.7 KiB | 60.5 KiB |
Hlavní dominantu Vyšehradu dnes tvoří kapitulní chrám sv. apoštolů Petra a Pavl… div.content > div.thumbs > div.bigThumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 53.5 KiB | 40.3 KiB |
Na okraji Kroměříže se nacházejí dva Medkovy rybníky. Invazní sumeček černý se … div.content > div.thumbs > div.bigThumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 50.8 KiB | 37.6 KiB |
Akademie věd České republiky div.footer > div.logo > a > img | /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 29.5 KiB | 28.2 KiB |
Centrum translačního výzkumu PharmTheon se nachází na pražské Harfě. Disponuje … div.content > div.thumbs > div.bigThumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 40.7 KiB | 27.5 KiB |
Letiště Roudnice nad Labem. Odsud startovaly lety pro veřejnost v rámci Archeol… div.content > div.thumbs > div.bigThumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 33.2 KiB | 20.0 KiB |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 47.2 KiB | 17.3 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 42.1 KiB | 12.2 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /.content/galerie-obrazku/aktuality/2026/2026_04_21_Radim... | 37.6 KiB | 7.7 KiB |
Sumeček černý pochází původně ze Severní Ameriky, do Evropy se dostal v 19. sto… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 8.1 KiB | 6.7 KiB |
Z hradu se zachoval kus vysoké jižní zdi, částečně odhalené stěny dvouprostorov… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 7.8 KiB | 6.5 KiB |
V roce 2003 povýšil papež Jan Pavel II. vyšehradský kapitulní chrám na papežsko… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 7.8 KiB | 6.5 KiB |
Zřícenina se nachází u Telče, která je nejen kulturní památkou zapsanou na Sezn… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 7.7 KiB | 6.4 KiB |
Čas jeho slávy se dá ohraničit poslední čtvrtinou 13. století a husitskými válk… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 7.3 KiB | 6.0 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 35.7 KiB | 5.8 KiB |
Kromě letadla s pilotem potřebuje „nebeský“ archeolog i další vybavení. Dříve, … div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 7.0 KiB | 5.7 KiB |
Pro vodní ekosystémy představuje tato rybka velkou hrozbu. Je všežravá, nemá mn… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 7.0 KiB | 5.6 KiB |
„Chovatelé mají s tímto druhem velký problém. Finanční ztráty se dají vyčíslit … div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 6.7 KiB | 5.4 KiB |
V současné době výzkumníci rozvíjejí několik projektů, které se zaměřují předev… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 6.6 KiB | 5.3 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 35.1 KiB | 5.2 KiB |
V kapli sv. Klimenta uvnitř chrámu se nachází románský sarkofág (v pravém dolní… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 6.5 KiB | 5.2 KiB |
Pod presbytářem kapitulního chrámu je dobře zachovaná románská apsida (půlkruho… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 6.4 KiB | 5.1 KiB |
Návštěvníci měli možnost zúčastnit se letu s nestorem české letecké archeologie… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 6.1 KiB | 4.8 KiB |
Při přenosu léků z laboratoře do klinické praxe je klíčová rychlost a preciznos… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 6.0 KiB | 4.7 KiB |
Pomocí NMR spektroskopie vědci v PharmTheonu zkoumají, jak přesně vypadají a fu… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 5.7 KiB | 4.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| cas.cz/ | 1.2 s |
| www.avcr.cz/ | 1.2 s |
| www.avcr.cz/cs/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 71.4 KiB | 21.5 KiB |
| /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 33.5 KiB | 5.1 KiB |
| /export/system/modules/cz.nelasoft.opencms.media/resource... | 24.4 KiB | 4.4 KiB |
| /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 15.8 KiB | 2.6 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 71.1 KiB | 64.9 KiB |
| /export/system/modules/cz.nelasoft.opencms.media/resource... | 24.1 KiB | 24.1 KiB |
| /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 33.2 KiB | 16.3 KiB |
| /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 15.5 KiB | 15.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-ETQEE59TKV | 156.8 KiB | 85.7 KiB |
| /export/system/modules/cz.nelasoft.opencms.media/resource... | 79.3 KiB | 65.3 KiB |
| /system/modules/cz.nelasoft.opencms.avcr/resources/js/jqu... | 74.0 KiB | 65.1 KiB |
| /system/modules/cz.nelasoft.opencms.avcr/resources/js/owl... | 23.3 KiB | 21.6 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Style & Layout | 1.1 s |
| Script Evaluation | 1.1 s |
| Other | 985 ms |
| Rendering | 305 ms |
| Parse HTML & CSS | 134 ms |
| Script Parsing & Compilation | 109 ms |
| Garbage Collection | 7.6 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /system/modules/cz.nelasoft.opencms.avcr/resources/js/coo... | 20.5 KiB | 11.1 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.slide-item > a > div.img-wrapper > img.img-fluid div.slide-item > a > div.img-wrapper > img.img-fluid | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /.content/galerie-obrazku/aktuality/2026/2026_04_21_Radim... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.header > div.header-base > div.header-toggle > button div.header > div.header-base > div.header-toggle > button |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a |
div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a |
div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a |
div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a |
div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a |
div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a |
div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a |
div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a |
div.video-entry > div.video-entry-inner > div.image > a div.video-entry > div.video-entry-inner > div.image > a |
div.video-entry > div.video-entry-inner > div.image > a.play-button-videorep div.video-entry > div.video-entry-inner > div.image > a.play-button-videorep |
div > div.col-xs-12 > div.image > a div > div.col-xs-12 > div.image > a |
div.content > div.title > h3 > a div.content > div.title > h3 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Část obsahu šířena pod licencí Creative commons div.wrapper-footer > div.footer > div.footer-quote > a |
Prohlášení o přístupnosti div.service-menu > ul > li > a |
Zpracování osobních údajů div.service-menu > ul > li > a |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Akademie věd České republiky div.header-base > div.logo > a > img | /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 167 x 45 | 167 x 45 | 251 x 68 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.042
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.08 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.88 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3 | 25 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.slide-item > a > div.img-wrapper > img.img-fluid div.slide-item > a > div.img-wrapper > img.img-fluid | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 158.9 KiB | 91.7 KiB |
Na hradě Štamberk se zřejmě bydlelo pouhých 150 let. div.content > div.thumbs > div.bigThumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 73.7 KiB | 60.5 KiB |
Hlavní dominantu Vyšehradu dnes tvoří kapitulní chrám sv. apoštolů Petra a Pavl… div.content > div.thumbs > div.bigThumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 53.5 KiB | 40.3 KiB |
Na okraji Kroměříže se nacházejí dva Medkovy rybníky. Invazní sumeček černý se … div.content > div.thumbs > div.bigThumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 50.8 KiB | 37.6 KiB |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 47.2 KiB | 34.2 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 42.1 KiB | 33.6 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 35.8 KiB | 30.6 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /.content/galerie-obrazku/aktuality/2026/2026_04_21_Radim... | 37.6 KiB | 29.2 KiB |
Akademie věd České republiky div.footer > div.logo > a > img | /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 29.5 KiB | 28.2 KiB |
Centrum translačního výzkumu PharmTheon se nachází na pražské Harfě. Disponuje … div.content > div.thumbs > div.bigThumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 40.7 KiB | 27.5 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 35.7 KiB | 27.2 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 35.1 KiB | 26.7 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 28.4 KiB | 24.1 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 29.9 KiB | 21.5 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 25.3 KiB | 21.4 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 25.2 KiB | 21.4 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 24.4 KiB | 20.7 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 28.3 KiB | 20.3 KiB |
Letiště Roudnice nad Labem. Odsud startovaly lety pro veřejnost v rámci Archeol… div.content > div.thumbs > div.bigThumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 33.2 KiB | 20.0 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 23.5 KiB | 19.9 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 22.6 KiB | 19.1 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 26.1 KiB | 18.8 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 20.7 KiB | 17.6 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 20.5 KiB | 17.4 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 20.5 KiB | 17.4 KiB |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 29.8 KiB | 16.8 KiB |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 28.8 KiB | 16.2 KiB |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 20.0 KiB | 14.4 KiB |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 23.8 KiB | 13.4 KiB |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 19.1 KiB | 10.7 KiB |
Sumeček černý pochází původně ze Severní Ameriky, do Evropy se dostal v 19. sto… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 8.1 KiB | 6.7 KiB |
Z hradu se zachoval kus vysoké jižní zdi, částečně odhalené stěny dvouprostorov… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 7.8 KiB | 6.5 KiB |
V roce 2003 povýšil papež Jan Pavel II. vyšehradský kapitulní chrám na papežsko… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 7.8 KiB | 6.5 KiB |
Zřícenina se nachází u Telče, která je nejen kulturní památkou zapsanou na Sezn… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 7.7 KiB | 6.4 KiB |
Čas jeho slávy se dá ohraničit poslední čtvrtinou 13. století a husitskými válk… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 7.3 KiB | 6.0 KiB |
Kromě letadla s pilotem potřebuje „nebeský“ archeolog i další vybavení. Dříve, … div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 7.0 KiB | 5.7 KiB |
Pro vodní ekosystémy představuje tato rybka velkou hrozbu. Je všežravá, nemá mn… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 7.0 KiB | 5.6 KiB |
„Chovatelé mají s tímto druhem velký problém. Finanční ztráty se dají vyčíslit … div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 6.7 KiB | 5.4 KiB |
V současné době výzkumníci rozvíjejí několik projektů, které se zaměřují předev… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 6.6 KiB | 5.2 KiB |
V kapli sv. Klimenta uvnitř chrámu se nachází románský sarkofág (v pravém dolní… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 6.5 KiB | 5.2 KiB |
Pod presbytářem kapitulního chrámu je dobře zachovaná románská apsida (půlkruho… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 6.4 KiB | 5.1 KiB |
Návštěvníci měli možnost zúčastnit se letu s nestorem české letecké archeologie… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 6.1 KiB | 4.8 KiB |
Při přenosu léků z laboratoře do klinické praxe je klíčová rychlost a preciznos… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 6.0 KiB | 4.7 KiB |
Pomocí NMR spektroskopie vědci v PharmTheonu zkoumají, jak přesně vypadají a fu… div.content > div.thumbs > div.thumb > img | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... | 5.7 KiB | 4.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| cas.cz/ | 680 ms |
| www.avcr.cz/ | 665 ms |
| www.avcr.cz/cs/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 71.4 KiB | 21.5 KiB |
| /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 33.5 KiB | 5.1 KiB |
| /export/system/modules/cz.nelasoft.opencms.media/resource... | 24.4 KiB | 4.4 KiB |
| /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 15.8 KiB | 2.6 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 71.1 KiB | 59.9 KiB |
| /export/system/modules/cz.nelasoft.opencms.media/resource... | 24.1 KiB | 24.1 KiB |
| /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 33.2 KiB | 19.1 KiB |
| /export/system/modules/cz.nelasoft.opencms.avcr/resources... | 15.5 KiB | 15.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-ETQEE59TKV | 156.8 KiB | 85.7 KiB |
| /export/system/modules/cz.nelasoft.opencms.media/resource... | 79.3 KiB | 65.3 KiB |
| /system/modules/cz.nelasoft.opencms.avcr/resources/js/jqu... | 74.0 KiB | 65.1 KiB |
| /system/modules/cz.nelasoft.opencms.avcr/resources/js/owl... | 23.3 KiB | 21.6 KiB |
| /system/modules/cz.osw.opencms.types/resources/slick-phot... | 51.9 KiB | 20.2 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /system/modules/cz.nelasoft.opencms.avcr/resources/js/coo... | 20.5 KiB | 11.1 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.slide-item > a > div.img-wrapper > img.img-fluid div.slide-item > a > div.img-wrapper > img.img-fluid | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /.content/galerie-obrazku/aktuality/2026/2026_04_21_Radim... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.col-xs-12 > div.image > a > img.img-responsive div.col-xs-12 > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
div.video-entry-inner > div.image > a > img.img-responsive div.video-entry-inner > div.image > a > img.img-responsive | /export/sites/avcr.cz/.content/galerie-obrazku/aktuality/... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a |
div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a |
div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a |
div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-2029cc38-683b-11e9-ade2-005056bf6eb8 > div.col-xs-12 > div.image > a |
div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a |
div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a |
div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a |
div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a div#list-iems-7dce9a82-51c2-11ec-bca5-005056bf6eb8 > div.col-xs-12 > div.image > a |
div.video-entry > div.video-entry-inner > div.image > a div.video-entry > div.video-entry-inner > div.image > a |
div.video-entry > div.video-entry-inner > div.image > a.play-button-videorep div.video-entry > div.video-entry-inner > div.image > a.play-button-videorep |
div.video-entry > div.video-entry-inner > div.image > a div.video-entry > div.video-entry-inner > div.image > a |
div.video-entry > div.video-entry-inner > div.image > a.play-button-videorep div.video-entry > div.video-entry-inner > div.image > a.play-button-videorep |
div.video-entry > div.video-entry-inner > div.image > a div.video-entry > div.video-entry-inner > div.image > a |
div.video-entry > div.video-entry-inner > div.image > a.play-button-videorep div.video-entry > div.video-entry-inner > div.image > a.play-button-videorep |
div > div.col-xs-12 > div.image > a div > div.col-xs-12 > div.image > a |
div.content > div.title > h3 > a div.content > div.title > h3 > a |
div > div.col-xs-12 > div.image > a div > div.col-xs-12 > div.image > a |
div.content > div.title > h3 > a div.content > div.title > h3 > a |
div > div.col-xs-12 > div.image > a div > div.col-xs-12 > div.image > a |
div.content > div.title > h3 > a div.content > div.title > h3 > a |
div > div.col-xs-12 > div.image > a div > div.col-xs-12 > div.image > a |
div.content > div.title > h3 > a div.content > div.title > h3 > a |
div > div.col-xs-12 > div.image > a div > div.col-xs-12 > div.image > a |
div.content > div.title > h3 > a div.content > div.title > h3 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
zpracování osobních údajů form#nwl_form > div.sk_col2 > div > a |
Poslání div.footer-nav-col > ul > li > a |
Struktura div.footer-nav-col > ul > li > a |
Ocenění div.footer-nav-col > ul > li > a |
Historie div.footer-nav-col > ul > li > a |
Výroční zpráva div.footer-nav-col > ul > li > a |
Hodnocení div.footer-nav-col > ul > li > a |
Kariéra div.footer-nav-col > ul > li > a |
Kontakt div.footer-nav-col > ul > li > a |
Podpora výzkumu div.footer-nav-col > ul > li > a |
Vědecký titul DSc. div.footer-nav-col > ul > li > a |
Pomoc Ukrajině div.footer-nav-col > ul > li > a |
Spolupráce div.footer-nav-col > ul > li > a |
Transfer technologií div.footer-nav-col > ul > li > a |
Mezinárodní vztahy div.footer-nav-col > ul > li > a |
Vědecké společnosti div.footer-nav-col > ul > li > a |
Znalecká činnost div.footer-nav-col > ul > li > a |
Výstavy div.footer-nav-col > ul > li > a |
Časopisy div.footer-nav-col > ul > li > a |
Podcasty div.footer-nav-col > ul > li > a |
Videotvorba div.footer-nav-col > ul > li > a |
NEZkreslená věda div.footer-nav-col > ul > li > a |
Kurzy pro pedagogy div.footer-nav-col > ul > li > a |
Stáže pro studenty div.footer-nav-col > ul > li > a |
Občanská věda div.footer-nav-col > ul > li > a |
Publikace ke stažení div.footer-nav-col > ul > li > a |
Kontakty pro média div.footer-nav-col > ul > li > a |
Časopis Živa div.footer-nav-col > ul > li > a |
Knihovna AV ČR div.footer-nav-col > ul > li > a |
Nakladatelství Academia div.footer-nav-col > ul > li > a |
Týden Akademie věd ČR div.footer-nav-col > ul > li > a |
These items highlight common accessibility best practices.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback