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 |
|---|---|---|
| www.yale.edu/sites/default/files/googleanalytics/js?td4wqg | 0.0 ms | 55.1 KiB |
| siteimproveanalytics.com/js/siteanalyze_66356571.js | 86400.0 s | 39.4 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
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.
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.
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.explore_overlay > figure.explore_story_figure > picture.explore_story_picture > img.explore_story_image div.explore_overlay > figure.explore_story_figure > picture.explore_story_picture > img.explore_story_image | /sites/default/files/styles/explore_yale_294/public/2013_... | 30.8 KiB | 16.8 KiB |
Yale Camerata performing in Woolsey Hall article.content_card > figure.content_card_figure > picture.content_card_picture > img.content_card_image | /sites/default/files/styles/carousel_image_575x404/public... | 49.6 KiB | 11.8 KiB |
A group of people sit outside in nice weather at Beinecke Plaza. a.instagram_teaser > figure.instagram_teaser_figure > span.instagram_teaser_image > img | www.yale.edu/sites/default/files/images/IG-2818-n.jpg | 26.5 KiB | 10.8 KiB |
div.explore_overlay > figure.explore_story_figure > picture.explore_story_picture > img.explore_story_image div.explore_overlay > figure.explore_story_figure > picture.explore_story_picture > img.explore_story_image | /sites/default/files/styles/explore_yale_294/public/bulld... | 19.1 KiB | 5.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /sites/default/files/js/js_Hfha9RCTNm8mqMDLXriIsKGMaghzs4... | 14.6 KiB | 10.1 KiB |
| /sites/default/files/js/js_zDrhTCYsC_8pVOJuGALtlm88oNEaqv... | 18.5 KiB | 7.9 KiB |
| /sites/default/files/js/js_HR7LuITZhSc9MfBClZ7kkiN4YCNnhr... | 19.4 KiB | 4.4 KiB |
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.yale.edu/sites/all/themes/yale_blue/css/site.css?t=202604070135 | 59.6 KiB | 50.6 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/gtm.js?id=GTM-MCLMJ9V | 124.5 KiB | 65.3 KiB |
| www.googletagmanager.com/gtag/js?id=UA-991898-23&l=dataLayer&cx=c | 115.0 KiB | 64.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-D491W728G4&cx=c>m=4e6460h1 | 152.8 KiB | 63.7 KiB |
| www.yale.edu/sites/all/themes/yale_blue/js/site.js?t=202604070135 | 72.7 KiB | 37.7 KiB |
| www.yale.edu/sites/default/files/googleanalytics/js?td4wqg | 54.8 KiB | 33.8 KiB |
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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Info for...
Students
Faculty
Staff
Alumni
INFO FOR... div.region > div.deskHeader > form.gateway_form > div.fs-dropdown |
All News
Alumni
Arts & Humanities
Business
Campus & Community
Environment
Healt… div.news_explore_row > header.news_explore_header > form.news_explore_form > div.fs-dropdown |
Explore by Topic
Everything
Academics
Collections
Discoveries
Experiences
Place… div.explore_controls_row > div.explore_controls_cell > form#views-exposed-form-explore-yale-block-2 > div.fs-dropdown |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
An American Songbook
SACRED MUSIC
On April 12, the Yale Camerata will perform … div.fs-carousel-wrapper > div.fs-carousel-container > div.fs-carousel-canister > article.content_card |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Dwight Hall at Yale
LEARN MORE div.fs-carousel-canister > div.explore_carousel_item > article.explore_story > a.explore_story_link |
Afro-American Cultural Center
EXPLORE THE CENTER div.fs-carousel-canister > div.explore_carousel_item > article.explore_story > a.explore_story_link |
The Yale Stradivari
EXPLORE THE COLLECTION div.fs-carousel-canister > div.explore_carousel_item > article.explore_story > a.explore_story_link |
Brewing history
LEARN MORE div.fs-carousel-canister > div.explore_carousel_item > article.explore_story > a.explore_story_link |
Bulldog Days
LEARN MORE div.explore_grid_wrapper > div.explore_grid_large_content > article.explore_story > a.explore_story_link |
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.