Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
Page weighs 6.5 MB (5.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
16 image-in-link without alt 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/8b85e1bc-c0a0-46c0-8c65-8774f47da6ea)<a href="https://beavercheck.com/results/8b85e1bc-c0a0-46c0-8c65-8774f47da6ea"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flabiennale.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flabiennale.orgThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 9.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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 ~34%.
Page takes 9.0s to load
+12% bounceUsers abandon at ~3s — you're 6.5s 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 475ms after first paint
Fix: Defer third-party scripts and split large bundles
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
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 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, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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
3 broken link(s) on the page
+5% 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.
€425 investment → €5,427/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€5,427 /mo
~€65,129 / year
EUR 120,500,000
if kept compliant
€128 — 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.
5.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,014 / year if left unfixed
€120,500,000
+7 more
€1.18 /mo
15896.1 MB/mo × 0.074 EUR/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.
5.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.01 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
475 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.028
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.00 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.
9.11 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.
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.
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.slick-list > div.slick-track > div.cover > div.cover-image div.slick-list > div.slick-track > div.cover > div.cover-image | /files/styles/full_screen_slide/public/architettura/2025/... | 173.5 KiB | 46.5 KiB |
div.slick-list > div.slick-track > div.cover > div.cover-image div.slick-list > div.slick-track > div.cover > div.cover-image | /files/styles/full_screen_slide/public/architettura/2025/... | 164.3 KiB | 37.4 KiB |
div.slick-list > div.slick-track > div.cover > div.cover-image div.slick-list > div.slick-track > div.cover > div.cover-image | /files/styles/full_screen_slide/public/teatro/2025/1300x6... | 153.7 KiB | 26.7 KiB |
div.slick-list > div.slick-track > div.cover > div.cover-image div.slick-list > div.slick-track > div.cover > div.cover-image | /files/styles/full_screen_slide/public/architettura/2025/... | 153.3 KiB | 26.3 KiB |
div.slick-list > div.slick-track > div.cover > div.cover-image div.slick-list > div.slick-track > div.cover > div.cover-image | /files/styles/full_screen_slide/public/architettura/2025/... | 151.9 KiB | 24.9 KiB |
div.slick-list > div.slick-track > div.cover > div.cover-image div.slick-list > div.slick-track > div.cover > div.cover-image | /files/styles/full_screen_slide/public/architettura/2025/... | 139.2 KiB | 12.2 KiB |
div.slick-list > div.slick-track > div.cover > div.cover-image div.slick-list > div.slick-track > div.cover > div.cover-image | /files/styles/full_screen_slide/public/architettura/2025/... | 138.2 KiB | 11.3 KiB |
div.slick-list > div.slick-track > div.cover > div.cover-image div.slick-list > div.slick-track > div.cover > div.cover-image | /files/styles/full_screen_slide/public/architettura/2025/... | 132.7 KiB | 5.8 KiB |
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 |
|---|---|
| labiennale.org/ | 1.1 s |
| www.labiennale.org/ | 952 ms |
| www.labiennale.org/it | 0.0 ms |
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.
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 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 |
|---|---|---|
| static.labiennale.org/files/js/js_T_s-Vel_gIhI-8pVHSpMba7BFDRWM7Vrs9weHs-QaJ4.js | 142.6 KiB | 32.5 KiB |
| static.labiennale.org/files/js/js_siAzsLQXar6_8hnne92BaBQNphQqqLqTxKnhobUkxPk.js | 38.2 KiB | 5.7 KiB |
| static.labiennale.org/files/js/js_gTd4U5Ixr7jD6Iy1a-AnwhsWJMyfk9VI4tcTJaYAt8E.js | 12.5 KiB | 5.7 KiB |
| static.labiennale.org/files/js/js_t14MH5HMpIPvofj11pf8xgDNdp6s_8vYGQ7h2fsHpiY.js | 10.8 KiB | 3.2 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 |
|---|---|---|
| /files/cdn/css/https/css_WbugWFjwlWw599NM28ngc4z6Rdc5isB1... | 60.3 KiB | 55.1 KiB |
| 13.5 KiB | 11.6 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 |
|---|---|---|
| static.labiennale.org/files/js/js_T_s-Vel_gIhI-8pVHSpMba7BFDRWM7Vrs9weHs-QaJ4.js | 142.3 KiB | 89.2 KiB |
| /74679177-89ae-4133-b283-6728c4a7e16f/cc.js?renew=false&r... | 100.6 KiB | 24.8 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.4 s |
| Script Evaluation | 906 ms |
| Other | 699 ms |
| Parse HTML & CSS | 236 ms |
| Rendering | 191 ms |
| Script Parsing & Compilation | 165 ms |
| Garbage Collection | 13 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/cinema/2026/600x600/bie... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/cinema/2026/600x600/the... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/arte/2022/600x600/padig... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/labiennale/2026/600x600... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/labiennale/2026/600x600... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/labiennale/2026/600x600... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/teatro/2026/600x600/sta... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/labiennale/2026/600x600... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/labiennale/2026/600x600... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/cinema/2026/600x600/bie... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/cinema/2026/600x600/the... |
article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/cinema/2026/600x600/the... |
article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/cinema/2026/600x600/la-... |
div.row > div.col-sm-7 > div.lb-square > img.lazy div.row > div.col-sm-7 > div.lb-square > img.lazy | |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy | |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy | |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.lb-full-page-head-section > div.container > ul.slick-dots > li#slick-slide00 |
1 div.lb-news-carousel-wrap > div.container > ul.slick-dots > li#slick-slide20 |
1 div.row > section.lb-album-carousel > ul.slick-dots > li#slick-slide30 |
1 div.view > section.lb-channel-carousel > ul.slick-dots > li#slick-slide10 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
2
3
4
5
6
7 body.html > div.lb-full-page-head-section > div.container > ul.slick-dots |
1
2
3
4
5
6
7
8
9 div.view > div.lb-news-carousel-wrap > div.container > ul.slick-dots |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26 div.container-fluid > div.row > section.lb-album-carousel > ul.slick-dots |
1
2
3
4
5 div.row > div.view > section.lb-channel-carousel > ul.slick-dots |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.lb-full-page-head-section > div.container > ul.slick-dots > li#slick-slide00 |
1 div.lb-news-carousel-wrap > div.container > ul.slick-dots > li#slick-slide20 |
1 div.row > section.lb-album-carousel > ul.slick-dots > li#slick-slide30 |
1 div.view > section.lb-channel-carousel > ul.slick-dots > li#slick-slide10 |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PODCAST
LA BIENNALE ON AIR
ASCOLTA
9.05 - 22.11.2026
BIENNALE ARTE 2026
ACQUI… div.lb-full-page-head-section > div.lb-full-page-carousel-wrap > div.slick-list > div.slick-track |
CINEMA
3 APRILE 2026
BIENNALE COLLEGE CINEMA 2026/2027: ANCORA DIECI GIORNI P… div.lb-news-carousel-wrap > div.lb-news-carousel > div.slick-list > div.slick-track |
BIENNALE DANZA 2025
Myth Makers
BIENNALE MUSICA 2025
La Stella Dentro
BIENN… div.row > section.lb-album-carousel > div.slick-list > div.slick-track |
TEATRO 14 APRILE 2026
Biennale Teatro 2026 - Jacopo Giacomoni (trailer)
TEATR… div.view > section.lb-channel-carousel > div.slick-list > div.slick-track |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta |
a.lb-iniziative-content > div.lb-media-wrap > div.lb-media-content > button.lb-cta a.lb-iniziative-content > div.lb-media-wrap > div.lb-media-content > button.lb-cta |
a.lb-iniziative-content > div.lb-media-wrap > div.lb-media-content > button.lb-cta a.lb-iniziative-content > div.lb-media-wrap > div.lb-media-content > button.lb-cta |
a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta |
a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta |
a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media |
article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media |
article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media |
div.row > div.col-sm-7 > div.lb-square > img.lazy div.row > div.col-sm-7 > div.lb-square > img.lazy |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy |
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 |
|---|
body.html > div.lb-nav-head-wrap > a body.html > div.lb-nav-head-wrap > 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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
CINEMA a.lb-entry-link > div.lb-entry-wrapper > div.lb-meta > div.lb-category |
TEATRO 16 APRILE 2026 div.content-align-wrap > div.content-align-bottom > div.lb-channel-item-meta > div.lb-title |
TUTTI I CONTATTI section#block-bean-box-contatti > div.lb-content > p > a.lb-cta-arrow-2 |
UFFICI STAMPA section#block-bean-box-press > div.lb-content > p > a.lb-cta-arrow-2 |
ISCRIVITI section#block-bean-box-newsletter > div.lb-content > p > a.lb-cta-arrow-2 |
These are opportunities to improve the legibility of your content.
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 |
|---|
1 section.lb-album-carousel > ul.slick-dots > li#slick-slide30 > button |
These items highlight common accessibility best practices.
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
CINEMA
3 APRILE 2026
BIENNALE COLLEGE CINEMA 2026/2027: ANCORA DIECI GIORNI P… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
ARTE
22 APRILE 2026
LA GIURIA INTERNAZIONALE DELLA BIENNALE ARTE 2026
La cer… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
LA BIENNALE
20 APRILE 2026
BIENNALE CARD 2026: SCOPRI TUTTI I BENEFIT
È disp… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
LA BIENNALE
17 APRILE 2026
BIENNALE DELLA PAROLA / IL DISSENSO E LA PACE
Tre… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
LA BIENNALE
16 APRILE 2026
IL CORDOGLIO PER LA SCOMPARSA DEL PROF. AVV. EMMAN… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
TEATRO
14 APRILE 2026
BIENNALE COLLEGE TEATRO 2026 - CRITICA TEATRALE UNDER 3… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
LA BIENNALE
13 APRILE 2026
PARCO APERTO 2026: HAPPENING CON LE SCUOLE DI DANZ… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
ARCHIVIO STORICO
7 APRILE 2026
IL NUOVO NUMERO DELLA RIVISTA LA BIENNALE DI V… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
CINEMA
3 APRILE 2026
BIENNALE COLLEGE CINEMA 2026/2027: ANCORA DIECI GIORNI P… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
CINEMA
22 APRILE 2026
CLASSICI FUORI MOSTRA: A VENEZIA, RASSEGNA DI 12 FILM C… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
TEATRO 14 APRILE 2026
Biennale Teatro 2026 - Jacopo Giacomoni (trailer) div.slick-track > article.node > div.lb-channel-item-preview > a.lb-slide-link |
TEATRO 16 APRILE 2026
Biennale Teatro 2026 - Sharmila Biswas (trailer) div.slick-track > article#node-19643 > div.lb-channel-item-preview > a.lb-slide-link |
TEATRO 14 APRILE 2026
Biennale Teatro 2026 - Christos Stergioglou (trailer) div.slick-track > article#node-19639 > div.lb-channel-item-preview > a.lb-slide-link |
TEATRO 14 APRILE 2026
Biennale Teatro 2026 - Dorcy Rugamba (trailer) div.slick-track > article#node-19640 > div.lb-channel-item-preview > a.lb-slide-link |
TEATRO 14 APRILE 2026
Biennale Teatro 2026 - Jacopo Giacomoni (trailer) div.slick-track > article#node-19641 > div.lb-channel-item-preview > a.lb-slide-link |
TEATRO 16 APRILE 2026
Biennale Teatro 2026 - Mario Banushi (trailer) div.slick-track > article.node > div.lb-channel-item-preview > a.lb-slide-link |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media |
article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media |
article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media |
div.row > div.col-sm-7 > div.lb-square > img.lazy div.row > div.col-sm-7 > div.lb-square > img.lazy |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
1.60 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
14 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.
1.80 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.
2.14 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.
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.
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 | |
|---|---|---|---|
article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/cinema/2026/600x600/la-... | 48.7 KiB | 45.4 KiB |
div.slick-list > div.slick-track > div.cover > div.cover-image div.slick-list > div.slick-track > div.cover > div.cover-image | /files/styles/full_screen_slide/public/architettura/2025/... | 151.9 KiB | 24.9 KiB |
div.slick-list > div.slick-track > div.cover > div.cover-image div.slick-list > div.slick-track > div.cover > div.cover-image | /files/styles/full_screen_slide/public/architettura/2025/... | 139.2 KiB | 12.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| static.labiennale.org/files/js/js_T_s-Vel_gIhI-8pVHSpMba7BFDRWM7Vrs9weHs-QaJ4.js | 142.6 KiB | 32.5 KiB |
| static.labiennale.org/files/js/js_siAzsLQXar6_8hnne92BaBQNphQqqLqTxKnhobUkxPk.js | 38.2 KiB | 5.7 KiB |
| static.labiennale.org/files/js/js_gTd4U5Ixr7jD6Iy1a-AnwhsWJMyfk9VI4tcTJaYAt8E.js | 12.5 KiB | 5.7 KiB |
| static.labiennale.org/files/js/js_t14MH5HMpIPvofj11pf8xgDNdp6s_8vYGQ7h2fsHpiY.js | 10.8 KiB | 3.2 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 |
|---|---|---|
| /files/cdn/css/https/css_WbugWFjwlWw599NM28ngc4z6Rdc5isB1... | 60.3 KiB | 53.6 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 |
|---|---|---|
| static.labiennale.org/files/js/js_T_s-Vel_gIhI-8pVHSpMba7BFDRWM7Vrs9weHs-QaJ4.js | 142.3 KiB | 89.8 KiB |
| /74679177-89ae-4133-b283-6728c4a7e16f/cc.js?renew=false&r... | 100.6 KiB | 24.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/labiennale/2026/600x600... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/labiennale/2026/600x600... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/cinema/2026/600x600/bie... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/cinema/2026/600x600/the... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/arte/2022/600x600/padig... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/labiennale/2026/600x600... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/labiennale/2026/600x600... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/labiennale/2026/600x600... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/teatro/2026/600x600/sta... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/labiennale/2026/600x600... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/labiennale/2026/600x600... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/cinema/2026/600x600/bie... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/cinema/2026/600x600/the... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/arte/2022/600x600/padig... |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/labiennale/2026/600x600... |
article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/cinema/2026/600x600/the... |
article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media | /files/styles/square_thumb/public/cinema/2026/600x600/la-... |
body.html > div.lb-full-page-head-section > div.lb-section-logo-full > img body.html > div.lb-full-page-head-section > div.lb-section-logo-full > img | /sites/all/themes/custom/labiennale_theme/img/logo-full.s... |
div.row > div.col-sm-7 > div.lb-square > img.lazy div.row > div.col-sm-7 > div.lb-square > img.lazy | |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy | |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy | |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| labiennale.org/ | 507 ms |
| www.labiennale.org/ | 401 ms |
| www.labiennale.org/it | 0.0 ms |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.lb-full-page-head-section > div.container > ul.slick-dots > li#slick-slide00 |
1 div.lb-news-carousel-wrap > div.container > ul.slick-dots > li#slick-slide20 |
1 div.row > section.lb-album-carousel > ul.slick-dots > li#slick-slide30 |
1 div.view > section.lb-channel-carousel > ul.slick-dots > li#slick-slide10 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
2
3
4
5
6
7 body.html > div.lb-full-page-head-section > div.container > ul.slick-dots |
1
2
3 div.view > div.lb-news-carousel-wrap > div.container > ul.slick-dots |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26 div.container-fluid > div.row > section.lb-album-carousel > ul.slick-dots |
1
2
3
4
5 div.row > div.view > section.lb-channel-carousel > ul.slick-dots |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.lb-full-page-head-section > div.container > ul.slick-dots > li#slick-slide00 |
1 div.lb-news-carousel-wrap > div.container > ul.slick-dots > li#slick-slide20 |
1 div.row > section.lb-album-carousel > ul.slick-dots > li#slick-slide30 |
1 div.view > section.lb-channel-carousel > ul.slick-dots > li#slick-slide10 |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PODCAST
LA BIENNALE ON AIR
ASCOLTA
9.05 - 22.11.2026
BIENNALE ARTE 2026
ACQUI… div.lb-full-page-head-section > div.lb-full-page-carousel-wrap > div.slick-list > div.slick-track |
LA BIENNALE
13 APRILE 2026
PARCO APERTO 2026: HAPPENING CON LE SCUOLE DI DANZ… div.lb-news-carousel-wrap > div.lb-news-carousel > div.slick-list > div.slick-track |
BIENNALE DANZA 2025
Myth Makers
BIENNALE MUSICA 2025
La Stella Dentro
B… div.row > section.lb-album-carousel > div.slick-list > div.slick-track |
TEATRO 16 APRILE 2026
Biennale Teatro 2026 - Mario Banushi (trailer) div.view > section.lb-channel-carousel > div.slick-list > div.slick-track |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta |
a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta |
a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta |
a.lb-iniziative-content > div.lb-media-wrap > div.lb-media-content > button.lb-cta a.lb-iniziative-content > div.lb-media-wrap > div.lb-media-content > button.lb-cta |
a.lb-iniziative-content > div.lb-media-wrap > div.lb-media-content > button.lb-cta a.lb-iniziative-content > div.lb-media-wrap > div.lb-media-content > button.lb-cta |
a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta |
a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta |
a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta a.lb-entry-link > div.lb-entry-wrapper > div.lb-cta-wrap > button.lb-cta |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.html > div.lb-full-page-head-section > div.lb-section-logo-full > img body.html > div.lb-full-page-head-section > div.lb-section-logo-full > img |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media |
article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media |
article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media |
div.row > div.col-sm-7 > div.lb-square > img.lazy div.row > div.col-sm-7 > div.lb-square > img.lazy |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy |
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 |
|---|
body.html > div.lb-nav-head-wrap > a body.html > div.lb-nav-head-wrap > 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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
CINEMA a.lb-entry-link > div.lb-entry-wrapper > div.lb-meta > div.lb-category |
ARTE a.lb-entry-link > div.lb-entry-wrapper > div.lb-meta > div.lb-category |
LA BIENNALE a.lb-entry-link > div.lb-entry-wrapper > div.lb-meta > div.lb-category |
TUTTI I CONTATTI section#block-bean-box-contatti > div.lb-content > p > a.lb-cta-arrow-2 |
UFFICI STAMPA section#block-bean-box-press > div.lb-content > p > a.lb-cta-arrow-2 |
ISCRIVITI section#block-bean-box-newsletter > div.lb-content > p > a.lb-cta-arrow-2 |
These are opportunities to improve the legibility of your content.
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 |
|---|
Esposizione div.lb-content > ul.menu > li.first > a |
Direttrice div.lb-content > ul.menu > li.leaf > a |
Submissions div.lb-content > ul.menu > li.leaf > a |
Orari e sedi div.lb-content > ul.menu > li.first > a |
Accrediti div.lb-content > ul.menu > li.leaf > a |
FAQ div.lb-content > ul.menu > li.leaf > a |
Servizi al pubblico div.lb-content > ul.menu > li.leaf > a |
Contatti div.lb-content > ul.menu > li.leaf > a |
Mostra div.lb-content > ul.menu > li.first > a |
Direttore div.lb-content > ul.menu > li.leaf > a |
Intervento di Carlo Ratti div.lb-content > ul.menu > li.leaf > a |
Progetti e Partecipanti div.lb-content > ul.menu > li.leaf > a |
GENS Public Programme div.lb-content > ul.menu > li.leaf > a |
Eventi Collaterali div.lb-content > ul.menu > li.leaf > a |
Space for Ideas div.lb-content > ul.menu > li.leaf > a |
Biennale Sessions div.lb-content > ul.menu > li.leaf > a |
FAQ div.lb-content > ul.menu > li.leaf > a |
Servizi al pubblico div.lb-content > ul.menu > li.leaf > a |
Contatti div.lb-content > ul.menu > li.leaf > a |
Mostra div.lb-content > ul.menu > li.first > a |
Direttore div.lb-content > ul.menu > li.leaf > a |
Regolamento div.lb-content > ul.menu > li.leaf > a |
Iscrizione opere div.lb-content > ul.menu > li.leaf > a |
Accrediti div.lb-content > ul.menu > li.leaf > a |
Date e scadenze div.lb-content > ul.menu > li.leaf > a |
Classici fuori Mostra div.lb-content > ul.menu > li.leaf > a |
Orari e sedi div.lb-content > ul.menu > li.first > a |
Biglietti div.lb-content > ul.menu > li.leaf > a |
FAQ div.lb-content > ul.menu > li.leaf > a |
Servizi al pubblico div.lb-content > ul.menu > li.leaf > a |
Contatti div.lb-content > ul.menu > li.leaf > a |
Festival div.lb-content > ul.menu > li.first > a |
Direttore div.lb-content > ul.menu > li.leaf > a |
Orari e sedi div.lb-content > ul.menu > li.first > a |
Accrediti div.lb-content > ul.menu > li.leaf > a |
Servizi al pubblico div.lb-content > ul.menu > li.leaf > a |
Contatti div.lb-content > ul.menu > li.leaf > a |
Festival div.lb-content > ul.menu > li.first > a |
Direttrice div.lb-content > ul.menu > li.leaf > a |
Orari e sedi div.lb-content > ul.menu > li.first > a |
Accrediti div.lb-content > ul.menu > li.leaf > a |
Servizi al pubblico div.lb-content > ul.menu > li.leaf > a |
Contatti div.lb-content > ul.menu > li.leaf > a |
Festival div.lb-content > ul.menu > li.first > a |
Direttore div.lb-content > ul.menu > li.leaf > a |
Orari e sedi div.lb-content > ul.menu > li.first > a |
Accrediti div.lb-content > ul.menu > li.leaf > a |
Servizi al pubblico div.lb-content > ul.menu > li.leaf > a |
Contatti div.lb-content > ul.menu > li.leaf > a |
Presentazione div.lb-content > ul.menu > li.first > a |
Archivio Storico div.lb-content > ul.menu > li.leaf > a |
Mostre e Attività div.lb-content > ul.menu > li.leaf > a |
Progetti Speciali div.lb-content > ul.menu > li.leaf > a |
Attività e incontri div.lb-content > ul.menu > li.leaf > a |
Mostre Virtuali div.lb-content > ul.menu > li.leaf > a |
Fondi e Collezioni div.lb-content > ul.menu > li.leaf > a |
News div.lb-content > ul.menu > li.leaf > a |
Servizi al pubblico div.lb-content > ul.menu > li.leaf > a |
Contatti div.lb-content > ul.menu > li.leaf > a |
These items highlight common accessibility best practices.
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
LA BIENNALE
13 APRILE 2026
PARCO APERTO 2026: HAPPENING CON LE SCUOLE DI DANZ… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
ARCHIVIO STORICO
7 APRILE 2026
IL NUOVO NUMERO DELLA RIVISTA LA BIENNALE DI V… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
CINEMA
3 APRILE 2026
BIENNALE COLLEGE CINEMA 2026/2027: ANCORA DIECI GIORNI P… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
LA BIENNALE
17 APRILE 2026
BIENNALE DELLA PAROLA / IL DISSENSO E LA PACE
Tre… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
LA BIENNALE
16 APRILE 2026
IL CORDOGLIO PER LA SCOMPARSA DEL PROF. AVV. EMMAN… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
TEATRO
14 APRILE 2026
BIENNALE COLLEGE TEATRO 2026 - CRITICA TEATRALE UNDER 3… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
LA BIENNALE
13 APRILE 2026
PARCO APERTO 2026: HAPPENING CON LE SCUOLE DI DANZ… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
ARCHIVIO STORICO
7 APRILE 2026
IL NUOVO NUMERO DELLA RIVISTA LA BIENNALE DI V… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
CINEMA
3 APRILE 2026
BIENNALE COLLEGE CINEMA 2026/2027: ANCORA DIECI GIORNI P… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
CINEMA
22 APRILE 2026
CLASSICI FUORI MOSTRA: A VENEZIA, RASSEGNA DI 12 FILM C… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
ARTE
22 APRILE 2026
LA GIURIA INTERNAZIONALE DELLA BIENNALE ARTE 2026
La cer… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
LA BIENNALE
20 APRILE 2026
BIENNALE CARD 2026: SCOPRI TUTTI I BENEFIT
È disp… div.slick-track > div.lb-carousel-item > article.lb-news-item-wrapper > a.lb-entry-link |
div.slick-track > article.node > div.lb-channel-item-preview > a.lb-slide-link div.slick-track > article.node > div.lb-channel-item-preview > a.lb-slide-link |
div.slick-track > article.node > div.lb-channel-item-preview > a.lb-slide-link div.slick-track > article.node > div.lb-channel-item-preview > a.lb-slide-link |
div.slick-track > article#node-19643 > div.lb-channel-item-preview > a.lb-slide-link div.slick-track > article#node-19643 > div.lb-channel-item-preview > a.lb-slide-link |
div.slick-track > article#node-19639 > div.lb-channel-item-preview > a.lb-slide-link div.slick-track > article#node-19639 > div.lb-channel-item-preview > a.lb-slide-link |
div.slick-track > article#node-19640 > div.lb-channel-item-preview > a.lb-slide-link div.slick-track > article#node-19640 > div.lb-channel-item-preview > a.lb-slide-link |
div.slick-track > article#node-19641 > div.lb-channel-item-preview > a.lb-slide-link div.slick-track > article#node-19641 > div.lb-channel-item-preview > a.lb-slide-link |
div.slick-track > article.node > div.lb-channel-item-preview > a.lb-slide-link div.slick-track > article.node > div.lb-channel-item-preview > a.lb-slide-link |
div.slick-track > article.node > div.lb-channel-item-preview > a.lb-slide-link div.slick-track > article.node > div.lb-channel-item-preview > a.lb-slide-link |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.html > div.lb-full-page-head-section > div.lb-section-logo-full > img body.html > div.lb-full-page-head-section > div.lb-section-logo-full > img |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lb-media |
article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media |
article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media article.lb-agenda-item > div.lb-media-wrapper > div.lb-square > img.lb-media |
div.row > div.col-sm-7 > div.lb-square > img.lazy div.row > div.col-sm-7 > div.lb-square > img.lazy |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy |
div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy div.lb-entry-wrapper > div.lb-media-wrapper > div.lb-square > img.lazy |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback