Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 12.4s load time is above Google's 2.5s 'Good' threshold.
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.
Rich content metadata — your pages look great everywhere.
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 27.1 MB (18.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Soft 404: server returns HTTP 200 for non-existent pages
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/aaa95a70-069d-47dd-a4f7-a17849dbbbf8)<a href="https://beavercheck.com/results/aaa95a70-069d-47dd-a4f7-a17849dbbbf8"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Funipd.it" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Funipd.itThis 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 12.4s 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 12.4s to load
+12% bounceUsers abandon at ~3s — you're 9.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.8s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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, …)
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€330 investment → €2,335/month returns + EUR 120,500,000 risk avoided
€330
6h · 5 findings
€2,335 /mo
~€28,025 / 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,671 / month at risk
~€120,500,052 / year if left unfixed
€120,500,000
+5 more
€4.31 /mo
58127.4 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.
3.84 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.36 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.76 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.26 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.
26.81 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.
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.
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 |
| f.vimeocdn.com/p/4.46.43/js/player.module.js | 1209600.0 s | 211.5 KiB |
| cdn.eye-able.com/public/js/eyeAble.js | 604800.0 s | 144.8 KiB |
| f.vimeocdn.com/p/4.46.43/js/vendor.module.js | 1209600.0 s | 93.3 KiB |
| f.vimeocdn.com/p/4.46.43/css/player.css | 1209600.0 s | 23.9 KiB |
| cdn.eye-able.com/configs/www.unipd.it.js | 600.0 s | 1.6 KiB |
| cdn.eye-able.com/public/css/eyeAble.1.17.17.min.css | 604800.0 s | 13.6 KiB |
| cdn.eye-able.com/public/lang/eyeAble_lang_it.js | 604800.0 s | 7.5 KiB |
| cdn.eye-able.com/public/images/eye-able_whitelabel-icon_2.svg | 604800.0 s | 2.5 KiB |
| cdn.eye-able.com/public/images/eye-able-active-check.svg | 604800.0 s | 1.7 KiB |
| cdn.eye-able.com/public/images/eye-able-black-white.svg | 604800.0 s | 1.5 KiB |
| f.vimeocdn.com/p/4.46.43/js/player.module.js | 1209600.0 s | 0 B |
| f.vimeocdn.com/p/4.46.43/js/vendor.module.js | 1209600.0 s | 0 B |
| f.vimeocdn.com/p/4.46.43/css/player.css | 1209600.0 s | 0 B |
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 | |
|---|---|---|---|
studentessa div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__cardImage > img.CardProgetti-module-scss-module__xGILLa__image | /_next/image?url=https%3A%2F%2Fwwwassets.unipd.it%2Fsites... | 154.9 KiB | 102.6 KiB |
| /_next/image?url=https%3A%2F%2Fwwwassets.unipd.it%2Fsites... | 98.8 KiB | 59.4 KiB | |
laboratorio ricerca biologia div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__cardImage > img.CardProgetti-module-scss-module__xGILLa__image | /_next/image?url=https%3A%2F%2Fwwwassets.unipd.it%2Fsites... | 92.4 KiB | 57.6 KiB |
div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__cardImage > img.CardProgetti-module-scss-module__xGILLa__image div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__cardImage > img.CardProgetti-module-scss-module__xGILLa__image | /_next/image?url=https%3A%2F%2Fwwwassets.unipd.it%2Fsites... | 65.5 KiB | 36.8 KiB |
dottorato div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__cardImage > img.CardProgetti-module-scss-module__xGILLa__image | /_next/image?url=https%3A%2F%2Fwwwassets.unipd.it%2Fsites... | 47.8 KiB | 29.3 KiB |
div.MuiGrid-root > div.MuiGrid-root > div.Informativo-module-scss-module__GW3NjW__informativonNumberItemsBox > img.Informativo-module-scss-module__GW3NjW__informativoNumberItemsBG div.MuiGrid-root > div.MuiGrid-root > div.Informativo-module-scss-module__GW3NjW__informativonNumberItemsBox > img.Informativo-module-scss-module__GW3NjW__informativoNumberItemsBG | www.unipd.it/_next/image?url=%2Fassets%2Fsvg%2FNumeri%2FLineaMB.png&w=1920&q=75 | 36.8 KiB | 22.1 KiB |
ricercatrici div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__cardImage > img.CardProgetti-module-scss-module__xGILLa__image | /_next/image?url=https%3A%2F%2Fwwwassets.unipd.it%2Fsites... | 25.1 KiB | 17.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| unipd.it/ | 860 ms |
| www.unipd.it/ | 936 ms |
| www.unipd.it/ | 0.0 ms |
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 |
|---|---|---|
| cdn.eye-able.com/public/js/eyeAble.js | 144.1 KiB | 101.3 KiB |
| www.unipd.it/_next/static/chunks/99b45d2424516508.js | 122.9 KiB | 94.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-B3WV5DRLH0&cx=c>m=4e64k1h2 | 134.8 KiB | 82.7 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-11111625403&cx=c>m=4e64k1h2 | 143.4 KiB | 67.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NC7RRGD | 150.6 KiB | 60.6 KiB |
| www.googletagmanager.com/gtag/js?id=AW-608956197&cx=c>m=4e64k1h2 | 174.3 KiB | 60.3 KiB |
| ingestion.webanalytics.italia.it/matomo.js | 64.3 KiB | 36.3 KiB |
| www.unipd.it/_next/static/chunks/ee00070b57b20554.js | 39.9 KiB | 22.1 KiB |
| www.unipd.it/_next/static/chunks/c49deea11a2ca976.js | 21.2 KiB | 21.1 KiB |
| www.unipd.it/_next/static/chunks/da8a57391d249a2f.js | 65.8 KiB | 20.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 reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.unipd.it/_next/static/chunks/3bc8e9950183d5ef.js | 9.7 s | 1.8 s | 2.4 ms |
| www.unipd.it/ | 7.3 s | 51 ms | 248 ms |
| www.unipd.it/_next/static/chunks/da8a57391d249a2f.js | 3.6 s | 2.5 s | 22 ms |
| Unattributable | 2.0 s | 37 ms | 0.0 ms |
| /uc.js?cbid=6ac4eb1a-01b6-4600-be5d-a4ef2ebdd213&implemen... | 486 ms | 301 ms | 9.1 ms |
| www.googletagmanager.com/gtag/js?id=AW-608956197&cx=c>m=4e64k1h2 | 375 ms | 308 ms | 61 ms |
| www.googletagmanager.com/gtm.js?id=GTM-NC7RRGD | 288 ms | 235 ms | 41 ms |
| cdn.eye-able.com/public/js/eyeAble.js | 231 ms | 149 ms | 56 ms |
| www.unipd.it/_next/static/chunks/ee00070b57b20554.js | 230 ms | 47 ms | 13 ms |
| www.googletagmanager.com/gtag/destination?id=AW-11111625403&cx=c>m=4e64k1h2 | 213 ms | 172 ms | 38 ms |
| www.googletagmanager.com/gtag/js?id=G-B3WV5DRLH0&cx=c>m=4e64k1h2 | 152 ms | 117 ms | 28 ms |
| www.unipd.it/_next/static/chunks/e770c8997a7acf88.js | 76 ms | 23 ms | 5.9 ms |
| www.unipd.it/_next/static/chunks/c25734e8590656a1.js | 70 ms | 58 ms | 9.9 ms |
| www.unipd.it/_next/static/chunks/99b45d2424516508.js | 50 ms | 2.2 ms | 47 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 | 9.2 s |
| Style & Layout | 7.3 s |
| Script Evaluation | 5.9 s |
| Rendering | 1.4 s |
| Script Parsing & Compilation | 765 ms |
| Parse HTML & CSS | 419 ms |
| Garbage Collection | 334 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| .mui-rtmc54{padding-top:var(--header-height);} … | 19.2 KiB | 11.8 KiB |
| 13.5 KiB | 11.2 KiB | |
| cdn.eye-able.com/public/css/eyeAble.1.17.17.min.css | 12.9 KiB | 10.7 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.
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 |
|---|
Campus multisede div.MuiStack-root > div.MuiBox-root > div.MuiPaper-root > h3.MuiAccordion-heading |
These are opportunities to improve keyboard navigation in your application.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.unipd.it/ | Allowed |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage | www.unipd.it/_next/image?url=%2Fassets%2Fsvg%2FWave%2FWave.svg&w=750&q=75 | 1488 x 629 (2.37) | 2151 x 693 (3.10) |
div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage | www.unipd.it/_next/image?url=%2Fassets%2Fsvg%2FWave%2FWave.svg&w=750&q=75 | 1488 x 629 (2.37) | 2151 x 693 (3.10) |
div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage | www.unipd.it/_next/image?url=%2Fassets%2Fsvg%2FWave%2FWave.svg&w=750&q=75 | 1488 x 629 (2.37) | 2151 x 693 (3.10) |
div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage | www.unipd.it/_next/image?url=%2Fassets%2Fsvg%2FWave%2FWave.svg&w=750&q=75 | 1488 x 629 (2.37) | 2151 x 693 (3.10) |
div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage | www.unipd.it/_next/image?url=%2Fassets%2Fsvg%2FWave%2FWave.svg&w=750&q=75 | 1488 x 629 (2.37) | 2151 x 693 (3.10) |
div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage | www.unipd.it/_next/image?url=%2Fassets%2Fsvg%2FWave%2FWave.svg&w=750&q=75 | 1488 x 629 (2.37) | 2151 x 693 (3.10) |
section#a84c31e2-9f92-4ab8-915d-6dcb8e02f9b7 > div > div.MuiContainer-root > img.Informativo-module-scss-module__GW3NjW__informativoNumberFullCircleBG section#a84c31e2-9f92-4ab8-915d-6dcb8e02f9b7 > div > div.MuiContainer-root > img.Informativo-module-scss-module__GW3NjW__informativoNumberFullCircleBG | /_next/image?url=%2Fassets%2Fsvg%2FCerchi%2Fcerchio-pieno... | 812 x 500 (1.62) | 812 x 822 (0.99) |
div.MuiGrid-root > div.MuiGrid-root > div.Informativo-module-scss-module__GW3NjW__informativonNumberItemsBox > img.Informativo-module-scss-module__GW3NjW__informativoNumberItemsBG div.MuiGrid-root > div.MuiGrid-root > div.Informativo-module-scss-module__GW3NjW__informativonNumberItemsBox > img.Informativo-module-scss-module__GW3NjW__informativoNumberItemsBG | www.unipd.it/_next/image?url=%2Fassets%2Fsvg%2FNumeri%2FLineaMB.png&w=1920&q=75 | 298 x 410 (0.73) | 728 x 1284 (0.57) |
Unipd Logo div.Footer-module-scss-module__dU5k9q__firstColumn > div.Footer-module-scss-module__dU5k9q__logo > a > img | /_next/image?url=https%3A%2F%2Fwwwassets.unipd.it%2Fsites... | 202 x 92 (2.20) | 211 x 69 (3.06) |
Unipd Logo div.Header-module-scss-module__6R4jra__mainMenuContainer > a > div.MuiStack-root > img | /_next/image?url=https%3A%2F%2Fwwwassets.unipd.it%2Fsites... | 180 x 54 (3.33) | 211 x 69 (3.06) |
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 |
|---|---|
Error: Minified React error #418; visit https://react.dev/errors/418?args[]=HTML&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rK (https://www.unipd.it/_next/static/chunks/da8a57391d249a2f.js:1:45828)
at io (https://www.unipd.it/_next/static/chunks/da8a57391d249a2f.js:1:96550)
at sc (https://www.unipd.it/_next/static/chunks/da8a57391d249a2f.js:1:137021)
at https://www.unipd.it/_next/static/chunks/da8a57391d249a2f.js:1:131911
at u9 (https://www.unipd.it/_next/static/chunks/da8a57391d249a2f.js:1:132012)
at sV (https://www.unipd.it/_next/static/chunks/da8a57391d249a2f.js:1:158526)
at MessagePort.z (https://www.unipd.it/_next/static/chunks/da8a57391d249a2f.js:1:7366) |
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 are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
https://www.unipd.it/robots.txt |
To appear in search results, crawlers need access to your app.
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.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
304 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.65 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.
5.12 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.
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.
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.
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 |
| f.vimeocdn.com/p/4.46.43/js/player.module.js | 1209600.0 s | 211.3 KiB |
| cdn.eye-able.com/public/js/eyeAble.js | 604800.0 s | 144.8 KiB |
| f.vimeocdn.com/p/4.46.43/js/vendor.module.js | 1209600.0 s | 93.5 KiB |
| f.vimeocdn.com/p/4.46.43/css/player.css | 1209600.0 s | 23.9 KiB |
| cdn.eye-able.com/configs/www.unipd.it.js | 600.0 s | 1.6 KiB |
| cdn.eye-able.com/public/css/eyeAble.1.17.17.min.css | 604800.0 s | 13.6 KiB |
| cdn.eye-able.com/public/lang/eyeAble_lang_it.js | 604800.0 s | 7.5 KiB |
| cdn.eye-able.com/public/images/eye-able_whitelabel-icon_2.svg | 604800.0 s | 2.5 KiB |
| cdn.eye-able.com/public/images/eye-able-active-check.svg | 604800.0 s | 1.7 KiB |
| f.vimeocdn.com/p/4.46.43/js/player.module.js | 1209600.0 s | 0 B |
| f.vimeocdn.com/p/4.46.43/js/vendor.module.js | 1209600.0 s | 0 B |
| f.vimeocdn.com/p/4.46.43/css/player.css | 1209600.0 s | 0 B |
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 |
|---|---|
| unipd.it/ | 306 ms |
| www.unipd.it/ | 389 ms |
| www.unipd.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 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 |
|---|---|---|
| cdn.eye-able.com/public/js/eyeAble.js | 144.1 KiB | 99.3 KiB |
| www.unipd.it/_next/static/chunks/99b45d2424516508.js | 122.9 KiB | 94.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-B3WV5DRLH0&cx=c>m=4e64k0 | 134.7 KiB | 84.4 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-11111625403&cx=c>m=4e64k0 | 143.4 KiB | 66.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NC7RRGD | 150.5 KiB | 60.6 KiB |
| www.googletagmanager.com/gtag/js?id=AW-608956197&cx=c>m=4e64k0 | 174.3 KiB | 59.4 KiB |
| ingestion.webanalytics.italia.it/matomo.js | 64.3 KiB | 36.3 KiB |
| www.unipd.it/_next/static/chunks/ee00070b57b20554.js | 39.9 KiB | 22.0 KiB |
| www.unipd.it/_next/static/chunks/c49deea11a2ca976.js | 21.2 KiB | 21.1 KiB |
| www.unipd.it/_next/static/chunks/da8a57391d249a2f.js | 65.8 KiB | 20.2 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 |
|---|---|
| Script Evaluation | 1.1 s |
| Style & Layout | 466 ms |
| Other | 443 ms |
| Script Parsing & Compilation | 190 ms |
| Parse HTML & CSS | 87 ms |
| Rendering | 60 ms |
| Garbage Collection | 34 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| cdn.eye-able.com/public/css/eyeAble.1.17.17.min.css | 12.9 KiB | 10.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.
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 |
|---|
Campus multisede div.MuiStack-root > div.MuiBox-root > div.MuiPaper-root > h3.MuiAccordion-heading |
These are opportunities to improve keyboard navigation in your application.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.unipd.it/ | Allowed |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage | www.unipd.it/_next/image?url=%2Fassets%2Fsvg%2FWave%2FWave.svg&w=1920&q=75 | 1826 x 983 (1.86) | 2151 x 693 (3.10) |
div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage | www.unipd.it/_next/image?url=%2Fassets%2Fsvg%2FWave%2FWave.svg&w=1920&q=75 | 1826 x 983 (1.86) | 2151 x 693 (3.10) |
div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage div.swiper-slide > div.CardProgetti-module-scss-module__xGILLa__cardProgettiBox > div.CardProgetti-module-scss-module__xGILLa__waveBg > img.CardProgetti-module-scss-module__xGILLa__waveBgImage | www.unipd.it/_next/image?url=%2Fassets%2Fsvg%2FWave%2FWave.svg&w=1920&q=75 | 1826 x 983 (1.86) | 2151 x 693 (3.10) |
section#a84c31e2-9f92-4ab8-915d-6dcb8e02f9b7 > div > div.MuiContainer-root > img.Informativo-module-scss-module__GW3NjW__informativoNumberFullCircleBG section#a84c31e2-9f92-4ab8-915d-6dcb8e02f9b7 > div > div.MuiContainer-root > img.Informativo-module-scss-module__GW3NjW__informativoNumberFullCircleBG | /_next/image?url=%2Fassets%2Fsvg%2FCerchi%2Fcerchio-pieno... | 812 x 500 (1.62) | 812 x 822 (0.99) |
Unipd Logo div.Header-module-scss-module__6R4jra__mainMenuContainer > a > div.MuiStack-root > img | /_next/image?url=https%3A%2F%2Fwwwassets.unipd.it%2Fsites... | 208 x 93 (2.24) | 211 x 69 (3.06) |
Unipd Logo div.Footer-module-scss-module__dU5k9q__firstColumn > div.Footer-module-scss-module__dU5k9q__logo > a > img | /_next/image?url=https%3A%2F%2Fwwwassets.unipd.it%2Fsites... | 202 x 92 (2.20) | 211 x 69 (3.06) |
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 are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
https://www.unipd.it/robots.txt |
To appear in search results, crawlers need access to your app.
Send Feedback