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.
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.
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 | |
|---|---|---|---|
orange and red watercolor wheat stalk div.main-image > div.field > div.media > img | www.ucdavis.edu/sites/default/files/media/images/ag-ranking-wheat%282%29.png | 122.7 KiB | 113.6 KiB |
Map of California div.interactive-map > div.interactive-map__container > picture > img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/map.jpg | 220.9 KiB | 112.0 KiB |
A smiling UC Davis graduate div.main-image > div.field > div.media > img.lazyload | /sites/default/files/media/images/grad-fin-outcomes-uc-da... | 86.7 KiB | 77.7 KiB |
A stack of books with a gradcap on top div.main-image > div.field > div.media > img.lazyload | www.ucdavis.edu/sites/default/files/media/images/public-ranking-books2.png | 62.3 KiB | 55.9 KiB |
The most adorable puppy who ever lived. div.main-image > div.field > div.media > img | www.ucdavis.edu/sites/default/files/media/images/dog-cut-out.png | 55.4 KiB | 49.6 KiB |
Students with pom poms gathered in front of a wall that reads, UC Davis, to che… div.hero-ambient__media > div.hero-ambient__image > div.field > img.image-style-hero-x-large-2000-x-1125 | /sites/default/files/styles/hero_x_large_2000_x_1125/publ... | 77.2 KiB | 42.0 KiB |
UC Davis Health div.interactive-map__container > a.interactive-map__pin > div.interactive-map__pin-text > img.interactive-map__pin-img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/ucd-health.png | 37.3 KiB | 35.8 KiB |
Purple and blue watercolor brush strokes div.ranking__back > div.field > div.media > img.lazyload | /sites/default/files/media/images/grad-fin-outcomes-uc-da... | 35.9 KiB | 32.2 KiB |
watercolor splash orange and red div.ranking__back > div.field > div.media > img | www.ucdavis.edu/sites/default/files/media/images/ag-ranking-spash%281%29.png | 34.2 KiB | 30.6 KiB |
UC Davis Main Campus div.interactive-map__container > a.interactive-map__pin > div.interactive-map__pin-text > img.interactive-map__pin-img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/main-campus.png | 31.8 KiB | 29.1 KiB |
water color splash div.ranking__back > div.field > div.media > img | www.ucdavis.edu/sites/default/files/media/images/vet-ranking-splash%281%29.png | 25.9 KiB | 23.2 KiB |
a green and blue paint stroke div.ranking__back > div.field > div.media > img.lazyload | www.ucdavis.edu/sites/default/files/media/images/public-ranking-back.png | 25.5 KiB | 22.9 KiB |
A nine with a gradcap on top div.icon__area--circle > div.field > div.media > img.lazyload | www.ucdavis.edu/sites/default/files/media/images/usnews-ranking-icon24.png | 20.0 KiB | 19.4 KiB |
UC Davis Bodega Marine Lab div.interactive-map__container > a.interactive-map__pin > div.interactive-map__pin-text > img.interactive-map__pin-img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/bodega-lab.png | 11.8 KiB | 11.0 KiB |
Aggies logo over california state div.full-width-teaser__image > div.field > div.field__item > img.image-style-sf-landscape-4x3 | /sites/default/files/styles/sf_landscape_4x3/public/media... | 14.2 KiB | 10.8 KiB |
paw icon with a one in it div.icon__area--circle > div.field > div.media > img | www.ucdavis.edu/sites/default/files/media/images/vet-ranking-icon_2.png | 10.2 KiB | 9.9 KiB |
UC Davis Tahoe Environmental Research Center div.interactive-map__container > a.interactive-map__pin > div.interactive-map__pin-text > img.interactive-map__pin-img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/tahoe-research.png | 10.4 KiB | 9.6 KiB |
A two with lines extending from the top and bottom to indicate currency div.icon__area--circle > div.field > div.media > img | www.ucdavis.edu/sites/default/files/media/images/financial-ranking-uc-davis.png | 8.9 KiB | 8.6 KiB |
Number one wheat icon div.icon__area--circle > div.field > div.media > img | www.ucdavis.edu/sites/default/files/media/images/ag-ranking-icon.png | 8.2 KiB | 7.9 KiB |
A person looking at some x-rays in a lab div.field > div.field__item > div.media > img.image-style-sf-landscape-16x9 | /sites/default/files/styles/sf_landscape_16x9/public/medi... | 15.2 KiB | 4.4 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 |
|---|---|---|
| use.fontawesome.com/releases/v6.7.2/css/all.css | 22.4 KiB | 292 ms |
| use.typekit.net/xoa5bav.css | 1.9 KiB | 246 ms |
| /sites/default/files/css/css_NzkM4GbhhET5XHC1-a_ep_fASEAb... | 88.6 KiB | 281 ms |
| /p.css?s=1&k=xoa5bav&ht=tk&f=13441.13442.13443.13444.1848... | 172 B | 207 ms |
| /sites/default/files/css/css_vZrGZm6bR8kC-f6E8I__y-NP11Vc... | 3.1 KiB | |
| /sites/default/files/css/css_ljVg4c_RwY6bXYS-YcOC2LqJRcLE... | 6.0 KiB |
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.
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 |
|---|---|
| ucdavis.edu/ | 205 ms |
| www.ucdavis.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.
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 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 |
|---|---|---|
| /sites/default/files/css/css_NzkM4GbhhET5XHC1-a_ep_fASEAb... | 88.2 KiB | 76.1 KiB |
| use.fontawesome.com/releases/v6.7.2/css/all.css | 22.1 KiB | 21.8 KiB |
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 |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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-1THQTW46YF&cx=c>m=4e64h1 | 157.0 KiB | 67.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-0WNSFZE492&cx=c>m=4e64h1 | 157.0 KiB | 67.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-K4N8X8M | 149.5 KiB | 67.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-2N9JP0W2PC | 175.6 KiB | 65.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-XJ9SKW94MM&cx=c>m=4e64h1 | 154.1 KiB | 65.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-3F5L6WYJ4W&cx=c>m=4e64h1 | 171.3 KiB | 61.6 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 37.7 KiB |
| /sites/default/files/js/js_XyTeP9Nz8vI4PNCaScH-D3W_xU4DF4... | 38.3 KiB | 25.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.
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 | |
|---|---|
Map of California div.interactive-map > div.interactive-map__container > picture > img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/map.jpg |
div.o-box--flush > a.ranking > div.ranking__middle > img div.o-box--flush > a.ranking > div.ranking__middle > img | www.ucdavis.edu/themes/custom/ucd/images/components/splash-frame.png |
div.o-box--flush > a.ranking > div.ranking__middle > img div.o-box--flush > a.ranking > div.ranking__middle > img | www.ucdavis.edu/themes/custom/ucd/images/components/splash-frame.png |
div.block > a.ranking > div.ranking__middle > img div.block > a.ranking > div.ranking__middle > img | www.ucdavis.edu/themes/custom/ucd/images/components/splash-frame.png |
div.o-box--flush > a.ranking > div.ranking__middle > img div.o-box--flush > a.ranking > div.ranking__middle > img | www.ucdavis.edu/themes/custom/ucd/images/components/splash-frame.png |
UC Davis Main Campus div.interactive-map__container > a.interactive-map__pin > div.interactive-map__pin-text > img.interactive-map__pin-img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/main-campus.png |
UC Davis Bodega Marine Lab div.interactive-map__container > a.interactive-map__pin > div.interactive-map__pin-text > img.interactive-map__pin-img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/bodega-lab.png |
UC Davis Health div.interactive-map__container > a.interactive-map__pin > div.interactive-map__pin-text > img.interactive-map__pin-img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/ucd-health.png |
UC Davis Tahoe Environmental Research Center div.interactive-map__container > a.interactive-map__pin > div.interactive-map__pin-text > img.interactive-map__pin-img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/tahoe-research.png |
Sequoia National Park div.interactive-map__container > div.interactive-map__flag > span.interactive-map__icon > img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/sequoia-icon.svg |
Silicon Valley div.interactive-map__container > div.interactive-map__flag > span.interactive-map__icon > img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/silicon-valley.svg |
Sacramento div.interactive-map__container > div.interactive-map__flag > span.interactive-map__icon > img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/sacramento.svg |
Redwood National Park div.interactive-map__container > div.interactive-map__flag > span.interactive-map__icon > img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/redwood-icon.svg |
Yosemite National Park div.interactive-map__container > div.interactive-map__flag > span.interactive-map__icon > img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/yosemite.svg |
Lake Tahoe div.interactive-map__container > div.interactive-map__flag > span.interactive-map__icon > img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/lake-tahoe.svg |
San Francisco div.interactive-map__container > div.interactive-map__flag > span.interactive-map__icon > img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/san-fran.svg |
Lassen Volcanic National Park div.interactive-map__container > div.interactive-map__flag > span.interactive-map__icon > img | www.ucdavis.edu/themes/custom/ucd/images/custom_map/lassen-icon.svg |
facebook f div.clearfix > div.branded-social-container > a > img.lazyload | |
instagram camera icon div.clearfix > div.branded-social-container > a > img.lazyload | |
twitter bird icon div.clearfix > div.branded-social-container > a > img.lazyload | |
Youtube play icon div.clearfix > div.branded-social-container > a > img.lazyload | |
ticktok music icon div.clearfix > div.branded-social-container > a > img.lazyload | |
Linkedin in icon div.clearfix > div.branded-social-container > a > img.lazyload | |
Linkedin in icon div.clearfix > div.branded-social-container > a > img.lazyload | |
watercolor illustration of the highlights of the UC Davis campus including the … div.l-full-width > div.clearfix > picture > img.lazyload |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
HOUSING div.o-box--flush > a.marketing-link > div.marketing-link__body > h3.marketing-link__title |
DINING AND FOOD div.o-box--flush > a.marketing-link > div.marketing-link__body > h3.marketing-link__title |
CITY OF DAVIS div.o-box--flush > a.marketing-link > div.marketing-link__body > h3.marketing-link__title |
ATHLETICS div.o-box--flush > a.marketing-link > div.marketing-link__body > h3.marketing-link__title |
These are opportunities to improve the legibility of your content.
Best Practices
General
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 |
|---|---|
www.ucdavis.edu/ line 1011, col 0 | Error while parsing the 'sandbox' attribute: 'allow-top-nav', 'igation-by-user-activation' are invalid sandbox flags. |
Failed to load resource: the server responded with a status of 404 () |
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
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
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.