Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 45.2 MB (41.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
14 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/f3c82807-0ce5-43bd-8381-1e6dc453c815)<a href="https://beavercheck.com/results/f3c82807-0ce5-43bd-8381-1e6dc453c815"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpolimi.it" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpolimi.itThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 13.6s 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.
6 barrier(s) likely increasing bounce by ~26%.
Page takes 13.6s to load
+12% bounceUsers abandon at ~3s — you're 11.1s 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 502ms 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
14 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
6 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.
€330 investment → €1,159/month returns + EUR 120,500,000 risk avoided
€330
6h · 5 findings
€1,159 /mo
~€13,909 / year
EUR 120,500,000
if kept compliant
€55 — 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.
6.0 developer hours at €55/hr
Based on Italy rates (€55/hr)
Start here for the best return on investment
€10,041,676 / month at risk
~€120,500,117 / year if left unfixed
€120,500,000
+44 more
€9.76 /mo
131816.0 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.
4.51 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
502 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.
5.35 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.03 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.
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 |
|---|---|
| /_assets/4b51f00386267395f41e0940abbcd656/Css/fonts/icomo... | 405 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.card-img > figure > picture > img.img-fluid div.card-img > figure > picture > img.img-fluid | www.polimi.it/fileadmin/user_upload/news/2026/summer_hp.png | 2.7 MiB | 2.7 MiB |
div.card-img > figure > picture > img.img-fluid div.card-img > figure > picture > img.img-fluid | www.polimi.it/fileadmin/user_upload/news/2026/Deploy.png | 2.7 MiB | 2.7 MiB |
div.card-img > figure > picture > img.img-fluid div.card-img > figure > picture > img.img-fluid | www.polimi.it/fileadmin/user_upload/news/rettorato/Rettorato_1920x816_v03.jpg | 1.5 MiB | 1.4 MiB |
div.card-img > figure > picture > img.img-fluid div.card-img > figure > picture > img.img-fluid | www.polimi.it/fileadmin/user_upload/news/2026/Firma_Polimi-_Autodromo_Monza.jpg | 295.8 KiB | 263.2 KiB |
Eventi
22
aprile 2026
Convegni
Convegno Renewable Energy 2026
Leggi
22
apr… main#page-content > div.section > div.news > div.section--event | www.polimi.it/_assets/4b51f00386267395f41e0940abbcd656/Images/bgEvents.png | 234.7 KiB | 120.8 KiB |
Build the Future!
Scopri il nostro Open Day 2026
Futuri studenti main#page-content > div.section > div#c18788 > div.banner-cta | www.polimi.it/_assets/4b51f00386267395f41e0940abbcd656/Images/borealis.jpg | 415.6 KiB | 78.1 KiB |
div.col-12 > div.card > picture.focus-adjust > img.w-100 div.col-12 > div.card > picture.focus-adjust > img.w-100 | /fileadmin/_processed_/b/7/csm_047-Hero_Sviluppo_Sostenib... | 154.7 KiB | 77.2 KiB |
div.col-12 > div.card > picture.focus-adjust > img.w-100 div.col-12 > div.card > picture.focus-adjust > img.w-100 | /fileadmin/_processed_/7/d/csm_PolimiSpringGames-200424-9... | 138.8 KiB | 61.3 KiB |
div.col-12 > div.card > picture.focus-adjust > img.w-100 div.col-12 > div.card > picture.focus-adjust > img.w-100 | /fileadmin/_processed_/d/3/csm_Card_il_Primo_politecnico_... | 93.2 KiB | 52.8 KiB |
div.row > div.col-6 > picture > img.img-fluid div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/banner-enhance-logo.png | 32.6 KiB | 31.1 KiB |
Unitech International div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/Logo_Unitech.png | 30.3 KiB | 27.2 KiB |
div.row > div.col-6 > picture > img.img-fluid div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/banner-time-logo.png | 26.6 KiB | 24.4 KiB |
div.col-12 > div.card > picture.focus-adjust > img.w-100 div.col-12 > div.card > picture.focus-adjust > img.w-100 | www.polimi.it/fileadmin/_processed_/f/1/csm_test-04_800x600_4f8e0cc7d4.jpg | 68.4 KiB | 17.1 KiB |
Ranking internazionali
Un’eccellenza in Italia e nel mondo
1°
In Italia
98°
… div.container > div.row > div.col-12 > div.card | /_assets/4b51f00386267395f41e0940abbcd656/Images/card-gfx... | 30.3 KiB | 16.8 KiB |
div.row > div.col-12 > div.card > ::after div.row > div.col-12 > div.card > ::after | /_assets/4b51f00386267395f41e0940abbcd656/Images/card-gfx... | 27.5 KiB | 14.0 KiB |
Collaborazioni
Partnership internazionali
Orgogliosamente parte di una rete i… main#page-content > div.section > div#c771 > div.banner-logos | /_assets/4b51f00386267395f41e0940abbcd656/Images/banner-l... | 27.5 KiB | 13.2 KiB |
div.row > div.col-6 > picture > img.img-fluid div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/IDEA_League.png | 15.1 KiB | 12.9 KiB |
div.frame-group-container > div.frame-group-inner > div.frame-backgroundimage-container > div#frame-backgroundimage-c22291 div.frame-group-container > div.frame-group-inner > div.frame-backgroundimage-container > div#frame-backgroundimage-c22291 | www.polimi.it/fileadmin/_processed_/d/3/csm_banner-cta-background_2a69104123.png | 13.5 KiB | 9.1 KiB |
div#c14813 > div.hero > div.hero__background-image > img#cover-0 div#c14813 > div.hero > div.hero__background-image > img#cover-0 | www.polimi.it/fileadmin/asset/video/covers/0_technology.jpg | 60.9 KiB | 6.7 KiB |
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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| ingestion.webanalytics.italia.it/matomo.js | 86400.0 s | 65.6 KiB |
| cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js | 604800.0 s | 43.4 KiB |
| /maze-universal-loader.js?apiKey=e0283946-5145-4bcc-bfbf-... | 43200.0 s | 2.9 KiB |
| cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css | 604800.0 s | 5.1 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 |
|---|---|
| polimi.it/ | 1.2 s |
| www.polimi.it/ | 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.
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 |
|---|---|---|
| /typo3temp/assets/bootstrappackage/css/theme-8ec6393bb66a... | 49.8 KiB | 45.8 KiB |
| www.polimi.it/_assets/4b51f00386267395f41e0940abbcd656/Css/polimi.css?1775796139 | 39.9 KiB | 30.6 KiB |
| cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css | 26.8 KiB | 24.4 KiB |
| unicons.iconscout.com/release/v4.0.8/css/line.css | 10.2 KiB | 10.2 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-HCPVJRGN8W&cx=c>m=4e64k0 | 172.9 KiB | 116.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TS7S7BXS | 148.9 KiB | 80.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-HCPVJRGN8W | 172.9 KiB | 71.0 KiB |
| ingestion.webanalytics.italia.it/matomo.js | 64.3 KiB | 38.2 KiB |
| cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js | 43.1 KiB | 28.0 KiB |
| ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js | 29.8 KiB | 22.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 reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 2.3 s | 33 ms | 0.0 ms |
| www.polimi.it/ | 1.3 s | 133 ms | 18 ms |
| www.googletagmanager.com/gtag/js?id=G-HCPVJRGN8W | 374 ms | 297 ms | 72 ms |
| www.googletagmanager.com/gtm.js?id=GTM-TS7S7BXS | 265 ms | 193 ms | 62 ms |
| /_assets/f34691673face4b5c642d176b42916a9/Library/klaro/k... | 240 ms | 168 ms | 37 ms |
| /_assets/4b51f00386267395f41e0940abbcd656/JavaScript/Src/... | 236 ms | 188 ms | 3.2 ms |
| cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js | 147 ms | 23 ms | 20 ms |
| www.googletagmanager.com/gtag/js?id=G-HCPVJRGN8W&cx=c>m=4e64k0 | 107 ms | 34 ms | 72 ms |
| ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js | 56 ms | 42 ms | 12 ms |
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 |
|---|---|
| Other | 2.6 s |
| Script Evaluation | 1.2 s |
| Style & Layout | 708 ms |
| Script Parsing & Compilation | 324 ms |
| Rendering | 230 ms |
| Parse HTML & CSS | 211 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 |
|---|---|---|
| /_assets/4b51f00386267395f41e0940abbcd656/JavaScript/Src/... | 5.3 KiB | 2.1 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.card__variable-flex > div.card-img-wrapper > picture.focus-adjust > img.w-100 div.card__variable-flex > div.card-img-wrapper > picture.focus-adjust > img.w-100 | /fileadmin/_processed_/c/3/csm__H0A7518_Rettore_650x533_N... |
div.row > div.col-6 > picture > img.img-fluid div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/banner-enhance-logo.png |
Unitech International div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/Logo_Unitech.png |
div.row > div.col-6 > picture > img.img-fluid div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/banner-time-logo.png |
div.row > div.col-6 > picture > img.img-fluid div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/IDEA_League.png |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Come funziona l'ammissione div.card > div.card-img-overlay > div.card-body > h4.card-title |
Entra nella community della prima Università d'Italia div.contentcontainer > div.contentcontainer-column > div.frame-header > h6.element-header |
Architettura Urbanistica Ingegneria delle Costruzioni div.col-12 > div.card > div.card-body > h4.card-title |
Raffrescamento sostenibile: lanciata EPIC Deploy div.card__content > div.card-body > header > h5.card-title |
Convegno Renewable Energy 2026 div.card__content > div.card-body > header > h6.card-title |
Polimi Community div.container > div.row > div.col-lg-4 > h4.mb-0 |
Sedi section#footer__accordion > section.footer__headquarters > div#c296 > h6 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
IT section.footer__header > ul#language_menu_footer > li.active > a |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
AbortError: The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22 |
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.
hreflang links tell search engines what version of a page they should list in search results for a given language or region. Learn more about `hreflang`.
Performance issues directly impact user engagement and conversion rates.
head > link |
head > link |
head > link |
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Performance issues directly impact user engagement and conversion rates.
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.84 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.84 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.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.09 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.
4.97 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.
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 |
|---|---|
| /_assets/4b51f00386267395f41e0940abbcd656/Css/fonts/icomo... | 380 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.
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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| ingestion.webanalytics.italia.it/matomo.js | 86400.0 s | 65.6 KiB |
| cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js | 604800.0 s | 43.4 KiB |
| /maze-universal-loader.js?apiKey=e0283946-5145-4bcc-bfbf-... | 43200.0 s | 2.9 KiB |
| cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css | 604800.0 s | 5.4 KiB |
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.card-img > figure > picture > img.img-fluid div.card-img > figure > picture > img.img-fluid | www.polimi.it/fileadmin/user_upload/news/2026/summer_hp.png | 2.7 MiB | 2.7 MiB |
div.card-img > figure > picture > img.img-fluid div.card-img > figure > picture > img.img-fluid | www.polimi.it/fileadmin/user_upload/news/2026/Deploy.png | 2.7 MiB | 2.7 MiB |
div.card-img > figure > picture > img.img-fluid div.card-img > figure > picture > img.img-fluid | www.polimi.it/fileadmin/user_upload/news/rettorato/Rettorato_1920x816_v03.jpg | 1.5 MiB | 1.5 MiB |
div.card-img > figure > picture > img.img-fluid div.card-img > figure > picture > img.img-fluid | www.polimi.it/fileadmin/user_upload/news/2026/Firma_Polimi-_Autodromo_Monza.jpg | 295.8 KiB | 273.3 KiB |
Build the Future!
Scopri il nostro Open Day 2026
Futuri studenti main#page-content > div.section > div#c18788 > div.banner-cta | www.polimi.it/_assets/4b51f00386267395f41e0940abbcd656/Images/borealis.jpg | 415.6 KiB | 78.1 KiB |
Collaborazioni
Partnership internazionali
Orgogliosamente parte di una rete i… main#page-content > div.section > div#c771 > div.banner-logos | /_assets/4b51f00386267395f41e0940abbcd656/Images/banner-l... | 149.7 KiB | 74.7 KiB |
div.frame-group-container > div.frame-group-inner > div.frame-backgroundimage-container > div#frame-backgroundimage-c22291 div.frame-group-container > div.frame-group-inner > div.frame-backgroundimage-container > div#frame-backgroundimage-c22291 | www.polimi.it/fileadmin/_processed_/d/3/csm_banner-cta-background_13b4354784.png | 106.5 KiB | 68.4 KiB |
div.col-12 > div.card > picture.focus-adjust > img.w-100 div.col-12 > div.card > picture.focus-adjust > img.w-100 | /fileadmin/_processed_/d/3/csm_Card_il_Primo_politecnico_... | 79.1 KiB | 35.3 KiB |
div.row > div.col-6 > picture > img.img-fluid div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/banner-enhance-logo.png | 32.6 KiB | 31.9 KiB |
div.col-12 > div.card > picture.focus-adjust > img.w-100 div.col-12 > div.card > picture.focus-adjust > img.w-100 | /fileadmin/_processed_/b/7/csm_047-Hero_Sviluppo_Sostenib... | 43.7 KiB | 30.6 KiB |
Unitech International div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/Logo_Unitech.png | 30.3 KiB | 28.8 KiB |
div.row > div.col-6 > picture > img.img-fluid div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/banner-time-logo.png | 26.6 KiB | 25.6 KiB |
div.col-12 > div.card > picture.focus-adjust > img.w-100 div.col-12 > div.card > picture.focus-adjust > img.w-100 | /fileadmin/_processed_/7/d/csm_PolimiSpringGames-200424-9... | 38.1 KiB | 25.0 KiB |
div.col-12 > div.card > picture.focus-adjust > img.w-100 div.col-12 > div.card > picture.focus-adjust > img.w-100 | www.polimi.it/fileadmin/_processed_/f/1/csm_test-04_800x600_06921e914d.jpg | 30.8 KiB | 17.8 KiB |
Ranking internazionali
Un’eccellenza in Italia e nel mondo
1°
In Italia
98°
… div.container > div.row > div.col-12 > div.card | /_assets/4b51f00386267395f41e0940abbcd656/Images/card-gfx... | 30.3 KiB | 16.8 KiB |
div.card__variable-flex > div.card-img-wrapper > picture.focus-adjust > img.w-100 div.card__variable-flex > div.card-img-wrapper > picture.focus-adjust > img.w-100 | /fileadmin/_processed_/c/3/csm__H0A7518_Rettore_650x533_N... | 42.1 KiB | 14.7 KiB |
div.row > div.col-6 > picture > img.img-fluid div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/IDEA_League.png | 15.1 KiB | 14.1 KiB |
div.row > div.col-12 > div.card > ::after div.row > div.col-12 > div.card > ::after | /_assets/4b51f00386267395f41e0940abbcd656/Images/card-gfx... | 27.5 KiB | 14.0 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 |
|---|---|
| polimi.it/ | 683 ms |
| www.polimi.it/ | 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.
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 |
|---|---|---|
| /typo3temp/assets/bootstrappackage/css/theme-8ec6393bb66a... | 49.8 KiB | 45.2 KiB |
| www.polimi.it/_assets/4b51f00386267395f41e0940abbcd656/Css/polimi.css?1775796139 | 39.9 KiB | 29.6 KiB |
| cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css | 26.8 KiB | 24.0 KiB |
| unicons.iconscout.com/release/v4.0.8/css/line.css | 10.0 KiB | 10.0 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-HCPVJRGN8W&cx=c>m=4e64k0 | 172.9 KiB | 116.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TS7S7BXS | 148.9 KiB | 80.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-HCPVJRGN8W | 172.9 KiB | 71.3 KiB |
| ingestion.webanalytics.italia.it/matomo.js | 64.3 KiB | 38.2 KiB |
| cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js | 43.1 KiB | 27.9 KiB |
| ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js | 29.8 KiB | 22.6 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 |
|---|---|---|
| /_assets/4b51f00386267395f41e0940abbcd656/JavaScript/Src/... | 5.3 KiB | 2.1 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.card__variable-flex > div.card-img-wrapper > picture.focus-adjust > img.w-100 div.card__variable-flex > div.card-img-wrapper > picture.focus-adjust > img.w-100 | /fileadmin/_processed_/c/3/csm__H0A7518_Rettore_650x533_N... |
div.row > div.col-6 > picture > img.img-fluid div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/banner-enhance-logo.png |
Unitech International div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/Logo_Unitech.png |
div.row > div.col-6 > picture > img.img-fluid div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/banner-time-logo.png |
div.row > div.col-6 > picture > img.img-fluid div.row > div.col-6 > picture > img.img-fluid | www.polimi.it/fileadmin/asset/logo/IDEA_League.png |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Come funziona l'ammissione div.card > div.card-img-overlay > div.card-body > h4.card-title |
Entra nella community della prima Università d'Italia div.contentcontainer > div.contentcontainer-column > div.frame-header > h6.element-header |
Architettura Urbanistica Ingegneria delle Costruzioni div.col-12 > div.card > div.card-body > h4.card-title |
Raffrescamento sostenibile: lanciata EPIC Deploy div.card__content > div.card-body > header > h5.card-title |
Convegno Renewable Energy 2026 div.card__content > div.card-body > header > h6.card-title |
Polimi Community div.container > div.row > div.col-lg-4 > h4.mb-0 |
Sedi section#footer__accordion > section.footer__headquarters > div#c296 > h6 |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Il Politecnico
Formazione
Dottorato
Ricerca
Sviluppo sostenibile
Campus e servi… div.row > div.col-7 > nav.navbar > ul.navbar-nav |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
IT section.footer__header > ul#language_menu_footer > li.active > 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.
hreflang links tell search engines what version of a page they should list in search results for a given language or region. Learn more about `hreflang`.
Performance issues directly impact user engagement and conversion rates.
head > link |
head > link |
head > link |
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback