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.
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.wrapper > section.hero > figure.hero__background > video#hero-video div.wrapper > section.hero > figure.hero__background > video#hero-video | /homepage/_imgs/video-loops/UC_Irvine_Homepage_Earth_Week... | 798.1 KiB | 608.2 KiB |
The Wildlife-Urban Interface Climate Network brings partners and communities to… div.hero__feature-list > div#news-campuses-tribes-community-groups-and-land-managers-unite-in-uc-funded-climate-action-network > figure.card__figure > img.card__image | uci.edu/homepage/_imgs/features_imgs/20241123_114351-Ali-Martin.jpg | 147.6 KiB | 139.6 KiB |
Best in Class div.wrapper > section#section-3 > figure.rankings__image > img | uci.edu/homepage/_imgs/best-in-class.jpg | 167.9 KiB | 94.0 KiB |
Bridging Urban America filmmakers Basia and Leonard Myszynski discussing aerial… div.feed__item > div#news-basia-myszynski-78-explores-ethics-technology-and-human-truth-through-documentary-filmmaking > figure.card__figure > img.card__image | uci.edu/homepage/news/1-hero-basia.jpg | 112.2 KiB | 91.5 KiB |
One of the most pressing concerns in Southern California currently is the incre… div.hero__feature-list > div#news-uc-irvine-faces-climate-change-challenges-with-interdisciplinary-approach-external-partnerships > figure.card__figure > img.card__image | uci.edu/homepage/_imgs/features_imgs/240910_airportfire_00573_sz-720x480.jpg | 75.5 KiB | 67.6 KiB |
A man in laboratory attire is looking into the lens of a microscope. div.wrapper > section#section-1 > figure.research__image > img | uci.edu/_assets/img/home/research.png | 110.4 KiB | 53.1 KiB |
Woman are performing a dance in front of an audience. In the front of the pictu… div.explore__item > div.explore__card > figure.explore__figure > img | uci.edu/_assets/img/home/campus-life.jpg | 83.0 KiB | 51.0 KiB |
A photo taken in early January shows aggressive iceberg calving at the front of… div.hero__feature-list > div#news-antarctica-has-lost-10-times-the-size-of-greater-los-angeles-in-ice-over-30-years > figure.card__figure > img.card__image | uci.edu/homepage/_imgs/features_imgs/Thwaites-720x480.jpg | 50.7 KiB | 42.8 KiB |
UC Irvine researchers (from left) Dr. An Do, associate professor of neurology; … div.feed__item > div#news-uc-irvine-led-study-achieves-brain-controlled-walking-with-artificial-sensory-feedback > figure.card__figure > img.card__image | uci.edu/homepage/news/3researchers-768x465.jpg | 61.0 KiB | 38.1 KiB |
A female student is smiling as she looks down to her laptop, as she has her han… div.explore__item > div.explore__card > figure.explore__figure > img | uci.edu/_assets/img/home/admissions-and-aid.jpg | 63.4 KiB | 31.3 KiB |
Monica Majoli is among 61 Guggenheim Fellows at UC Irvine from various backgrou… div.feed__item > div#news-monica-majoli-is-named-a-2026-guggenheim-fellow > figure.card__figure > img.card__image | uci.edu/homepage/news/Monica-Majoli-headshot-720x480.jpg | 36.9 KiB | 21.5 KiB |
Scott Bartell, professor of environmental and occupational health and a lead in… div.hero__feature-list > div#news-an-earth-day-lesson-in-forever-chemicals-with-scott-bartell > figure.card__figure > img.card__image | uci.edu/homepage/_imgs/features_imgs/241119_Bartell_06434_sz-720x480.jpg | 37.7 KiB | 20.7 KiB |
A male student is dressed in blue gloves and a blue lab coat, doing an experime… div.explore__item > div.explore__card > figure.explore__figure > img | uci.edu/_assets/img/home/academics.jpg | 47.7 KiB | 15.6 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.
| URL | Transfer Size | Duration |
|---|---|---|
| uci.edu/_assets/css/main.css | 308.6 KiB | 655 ms |
| uci.edu/_assets/js/plugins/modernizr.js | 5.7 KiB | |
| uci.edu/_assets/js/scpa-min.js | 591 B | |
| uci.edu/_assets/css/scpa-min.css | 703 B | |
| fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap | 1.2 KiB | 275 ms |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css | 16.9 KiB | 327 ms |
| /css2?family=Hepta+Slab:wght@1..900&family=Montserrat:ita... | 838 B | 62 ms |
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.
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.
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 |
|---|---|---|
| uci.edu/_assets/css/main.css | 308.0 KiB | 245.6 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css | 16.3 KiB | 16.2 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| uci.edu/_assets/css/main.css | 308.6 KiB | 108.7 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-WZF0XCWWWK&cx=c>m=4e64h1 | 150.7 KiB | 65.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M2P2J94 | 122.4 KiB | 64.7 KiB |
| uci.edu/_assets/js/vendor.js | 54.3 KiB | 39.0 KiB |
| uci.edu/_assets/js/main.js | 48.0 KiB | 37.4 KiB |
| code.jquery.com/jquery-3.7.1.min.js | 29.6 KiB | 21.6 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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| uci.edu/research/index.php | Learn more |
| /2024/09/24/uc-irvine-is-ranked-among-nations-top-10-publ... | Learn More |
| uci.edu/community/index.php | Learn More |
| /2025/06/27/uc-irvine-ranks-fourth-in-princeton-reviews-b... | Learn More |
| /2025/02/20/uc-irvine-rates-among-best-universities-in-ca... | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.