Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| 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.
Accessibility
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.
Navigation
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.
Best Practices
Trust and Safety
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 |
User Experience
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) |
General
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.
SEO
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.
Crawling and Indexing
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.