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.
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 |
|---|---|---|
| cdn.wisc.cloud/fonts/uw-rh-lb/0.0.1/redhat-text-italic-latin.v13.woff2 | 86400.0 s | 29.9 KiB |
| cdn.wisc.cloud/fonts/uw-rh-lb/0.0.1/redhat-display-latin.v14.woff2 | 86400.0 s | 28.6 KiB |
| cdn.wisc.cloud/fonts/uw-rh-lb/0.0.1/redhat-text-latin.v13.woff2 | 86400.0 s | 27.6 KiB |
| cdn.wisc.cloud/fonts/uw-rh-lb/0.0.1/libre-baskerville-700-latin.v14.woff2 | 86400.0 s | 17.9 KiB |
| cdn.wisc.cloud/fonts/uw-rh-lb/0.0.1/libre-baskerville-400-latin.v14.woff2 | 86400.0 s | 17.4 KiB |
| cdn.wisc.cloud/cookie-consent/1.1.0/uwcookieconsent.min.js | 0.0 ms | 3.3 KiB |
| cdn.wisc.cloud/fonts/uw-rh-lb/0.0.1/fonts.css | 86400.0 s | 891 B |
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.
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 | |
|---|---|---|---|
Landscape view of a golden wheat field at sunrise with sparse trees and gentle … div.uw-row > div.uw-col > div.uw-img-link > img | www.wisc.edu/images/home/south-africa-prairie.jpg | 551.5 KiB | 521.4 KiB |
The Southern African Large Telescope under a starry sky with a visible Milky Wa… main#main > div#row-research > div.uw-img-wrapper > img | www.wisc.edu/images/home/salt2.webp | 526.7 KiB | 408.0 KiB |
Burned tree trunks rise into the blue sky as a sunset illuminates the flowers a… div.uw-row > div.uw-col > div.uw-img-link > img | www.wisc.edu/images/home/yellowstone-sunset.jpg | 391.9 KiB | 361.8 KiB |
Color-enhanced image of stem cells div.uw-row > div.uw-col > div.uw-img-link > img | www.wisc.edu/images/home/discovering-stem-cells.jpg | 391.4 KiB | 361.3 KiB |
A wide view of Bascom Hill on the UW-Madison campus in spring, showing a grassy… div.uw-full-row > div.uw-col > div#uw-featured-hero > img#uw-featured-hero-img | www.wisc.edu/images/hero/bascom-hill-spring-2025-1600.jpg | 349.6 KiB | 227.2 KiB |
An artist's rendering of Ice Cube's strings of photomultiplier tubes installed … div.uw-row > div.uw-col > div.uw-img-link > img | www.wisc.edu/images/home/dom-strings-blue-sky.jpg | 220.6 KiB | 190.5 KiB |
UW–Madison crest logo on the side of a building with red leaves peeking into th… div#uw-news-stories > div.uw-col > a > img | www.wisc.edu/images/news/Fall-Campus-2025-10-29TW-4021_4x3-608x456.jpg | 115.8 KiB | 106.3 KiB |
A color‑coded map of Wisconsin shows varying levels of social disadvantage by c… div#uw-news-stories > div.uw-col > a > img | www.wisc.edu/images/news/block-by-block-county-map-608x456.jpg | 97.5 KiB | 88.0 KiB |
A student wearing a graduation gown stands next to a Bucky Badger statue while … div#uw-news-stories > div.uw-col > a > img | /images/news/Northern-Lights-2025-11-12TW-1041-1882x1411-... | 84.7 KiB | 75.2 KiB |
UW red branded graphic shows the cover art for the book Custodians of Wonder --… div#uw-news-stories > div.uw-col > a > img | www.wisc.edu/images/news/2026-27-Go-Big-Read-4x3-1-608x456.jpg | 76.7 KiB | 67.2 KiB |
James Patterson smiles in a school classroom div#uw-news-feature > div.uw-col > a > img | www.wisc.edu/images/news/AuthorPhoto_JP-credit-to-Emilio-Guede-Jr_-900x600.jpg | 95.8 KiB | 59.4 KiB |
Three women begin to paint a colorful mural of hearts, flowers, butterflies and… div.uw-row > div.uw-col > figure.uw-caption-overlay > img | www.wisc.edu/images/home/smp-mural22.jpg?1 | 70.3 KiB | 34.9 KiB |
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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.wisc.edu/css/redesign.35588a9a443ae153e14a44a88430175b.css | 21.2 KiB | 109 ms |
| www.wisc.edu/css/uw_alerts.52f6ec0c5077e42907ca966bb4252b1e.css | 826 B | |
| cdn.wisc.cloud/fonts/uw-rh-lb/0.0.1/fonts.css | 891 B | 247 ms |
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 |
|---|---|
| wisc.edu/ | 563 ms |
| www.wisc.edu/ | 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.
Diagnostics
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 |
|---|---|---|
| www.wisc.edu/css/redesign.35588a9a443ae153e14a44a88430175b.css | 20.8 KiB | 14.4 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-D04HXCEERG&cx=c>m=4e64h1h1 | 153.6 KiB | 107.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TQ8DQJ4 | 119.3 KiB | 65.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-D04HXCEERG | 153.5 KiB | 63.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-N7GFX62 | 124.2 KiB | 62.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-PLJ9E3ZY82&cx=c>m=4e64h1h1 | 156.0 KiB | 62.4 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.
Best Practices
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.