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.
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.
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 | |
|---|---|---|---|
UMass Boston Celebrates Opening of New Police & Public Safety Station div.flow > div.feature > div.frame > img | www.umb.edu/media/umassboston/editor-uploads/news-2025/Police-Ribbon-Cutting.jpg | 440.5 KiB | 434.4 KiB |
Boston Public Schools, UMass Boston Partner on Student AI Literacy Initiative
div.grid > div.flow > div.frame > img | /media/umassboston/editor-uploads/news-2025/Chancellor-Ma... | 389.1 KiB | 347.0 KiB |
div.pin-scroll__left > div.pin-scroll__sticky > div.bg-static > ::after div.pin-scroll__left > div.pin-scroll__sticky > div.bg-static > ::after | www.umb.edu/media/umassboston/site-assets/images/static.png | 341.2 KiB | 221.9 KiB |
University Hosts Night of Scholarship Event and Discussion of Latino Education … div.flow > div.feature > div.frame > img | /media/umassboston/editor-uploads/news-2025/7A286394-5258... | 166.9 KiB | 160.8 KiB |
researchers working in the wet labs at UMass Boston's Integrated Science Complex div.stat > div.relative > div.frame > img | /media/umassboston/content-assets/images/homepage/Male-Fe... | 164.4 KiB | 156.7 KiB |
A student smiles while working in an audio production booth wearing a bright re… div.feature-home > div.image-with-hanger-2 > div.frame > img | /media/umassboston/content-assets/images/homepage/mixer-p... | 151.8 KiB | 139.6 KiB |
International student stands in front of flags on balcony in Campus Center. div.stat > div.relative > div.frame > img | www.umb.edu/media/internationalstudents-UMB20140124-0994_900x900.jpg | 131.0 KiB | 123.4 KiB |
Stefan sits in the cafeteria looking thoughtfully at camera. div.swiper-slide > div.testimonial > div.frame > img | /media/umassboston/content-assets/images/homepage/stefan-... | 120.2 KiB | 110.9 KiB |
Stefan sits in wheelchair talks with two students in cafeteria. div.stat > div.relative > div.frame > img | /media/umassboston/content-assets/images/homepage/UMass-B... | 108.2 KiB | 101.8 KiB |
Anjali in nursing scrubs stands in nursing lab. div.swiper-slide > div.testimonial > div.frame > img | /media/umassboston/content-assets/images/homepage/Anjali-... | 118.4 KiB | 101.7 KiB |
Mya-Jai holds flute smiling in the auditorium. div.swiper-slide > div.testimonial > div.frame > img | /media/umassboston/content-assets/images/homepage/mya-jai... | 116.4 KiB | 101.0 KiB |
Harley smiles standing in Uhall lobby. div.swiper-slide > div.testimonial > div.frame > img | /media/umassboston/content-assets/images/homepage/Harley-... | 113.5 KiB | 99.9 KiB |
2 attend the Pow Wow on Campus Center lawn. div.stat > div.relative > div.frame > img | /media/umassboston/content-assets/images/homepage/3rd-mos... | 91.0 KiB | 85.7 KiB |
2 sit outside at commencement in caps & gowns, 1 holds up diploma. div.stat > div.relative > div.frame > img | /media/umassboston/content-assets/images/homepage/social-... | 88.6 KiB | 83.4 KiB |
Student poses in front of ISC railing. div.stat > div.relative > div.frame > img | /media/umassboston/content-assets/images/homepage/student... | 86.1 KiB | 81.0 KiB |
Eden wearing cooking uniform stands in Campus Center kitchen. div.swiper-slide > div.testimonial > div.frame > img | /media/umassboston/content-assets/images/homepage/eden-UM... | 94.2 KiB | 78.0 KiB |
Three UMass Boston students, a woman and two men, smiling div.feature-home > div.image-with-hanger-2 > div.frame > img | /media/umassboston/content-assets/images/homepage/3incamp... | 88.8 KiB | 72.7 KiB |
Hamad-Schifferli working with graduate student, Josselyn Mata Calidonio in the … div > article.timely-update > div.frame > img | /media/umassboston/editor-uploads/research/images/R1-Prof... | 70.5 KiB | 38.9 KiB |
International flags on railings in campus center view from balcony. div.pin-scroll__left > div.pin-scroll__sticky > div.bg-static > img.pin-scroll__background | /media/umassboston/content-assets/images/test/campus-cent... | 79.2 KiB | 20.7 KiB |
div.canvas > div.hero > div.hero__media > video#video_lib div.canvas > div.hero > div.hero__media > video#video_lib | /fit-in/1920x1080/filters:quality(40)/filters:format(webp... | 57.1 KiB | 20.3 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.
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 |
|---|---|
| umb.edu/ | 820 ms |
| www.umb.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
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 |
|---|---|---|
| www.umb.edu/media/umassboston/site-assets/css/main0610.css | 31.8 KiB | 9.6 KiB |
| www.umb.edu/media/umassboston/site-assets/css/umass-extra-css.css | 19.2 KiB | 6.2 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.umb.edu/media/umassboston/site-assets/css/main0610.css | 31.0 KiB | 22.4 KiB |
| www.umb.edu/media/umassboston/site-assets/css/umass-extra-css.css | 18.3 KiB | 17.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-M8C7CNEF94&cx=c>m=4e64k1 | 169.7 KiB | 67.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-795115797&cx=c>m=4e64k1 | 144.4 KiB | 57.5 KiB |
| analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js | 105.2 KiB | 55.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PXJ923G | 188.9 KiB | 53.4 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.1 KiB |
| /signals/config/839846335654893?v=2.9.303&r=stable&domain... | 96.8 KiB | 26.5 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 | |
|---|---|
Sitting in his wheelchair on the field at Fenway park, Stefan wears a Red Sox e… div#swiper-wrapper-9a8ca2c62a366772 > div.swiper-slide > a.gallery__image > img | /media/umassboston/content-assets/images/homepage/boston-... |
Paramount Theater, theater district Boston. div#swiper-wrapper-9a8ca2c62a366772 > div.swiper-slide > a.gallery__image > img | /media/umassboston/content-assets/images/homepage/theater... |
4 students in UMB apparel walk in the Boston Public Gardens past the gates. div#swiper-wrapper-9a8ca2c62a366772 > div.swiper-slide > a.gallery__image > img | /media/umassboston/content-assets/images/homepage/student... |
Chinatown Gate Boston. div#swiper-wrapper-9a8ca2c62a366772 > div.swiper-slide > a.gallery__image > img | /media/umassboston/content-assets/images/homepage/chinato... |
Breathe Life Mural Rob-ProBlak-Gibbs-2017, Roxbury. div#swiper-wrapper-9a8ca2c62a366772 > div.swiper-slide > a.gallery__image > img | /media/umassboston/content-assets/images/homepage/roxbury... |
Student holds a banh mi sandwich in front of a shop in Dorchester. div#swiper-wrapper-9a8ca2c62a366772 > div.swiper-slide > a.gallery__image > img | www.umb.edu/media/Boston-banhmi-SandwichPhoto-JessieLi-1200x800.jpg |
Freedom trail viewed from street level, feet on sidewalk. div#swiper-wrapper-9a8ca2c62a366772 > div.swiper-slide > a.gallery__image > img | /media/umassboston/content-assets/images/homepage/freedom... |
Two women in wool coats on Boston Common. div#swiper-wrapper-9a8ca2c62a366772 > div.swiper-slide > a.gallery__image > img | /media/umassboston/content-assets/images/homepage/womenn-... |
Three UMass Boston students, a woman and two men, smiling div.feature-home > div.image-with-hanger-2 > div.frame > img | /media/umassboston/content-assets/images/homepage/3incamp... |
A student smiles while working in an audio production booth wearing a bright re… div.feature-home > div.image-with-hanger-2 > div.frame > img | /media/umassboston/content-assets/images/homepage/mixer-p... |
Harley smiles standing in Uhall lobby. div.swiper-slide > div.testimonial > div.frame > img | /media/umassboston/content-assets/images/homepage/Harley-... |
Anjali in nursing scrubs stands in nursing lab. div.swiper-slide > div.testimonial > div.frame > img | /media/umassboston/content-assets/images/homepage/Anjali-... |
Stefan sits in the cafeteria looking thoughtfully at camera. div.swiper-slide > div.testimonial > div.frame > img | /media/umassboston/content-assets/images/homepage/stefan-... |
Eden wearing cooking uniform stands in Campus Center kitchen. div.swiper-slide > div.testimonial > div.frame > img | /media/umassboston/content-assets/images/homepage/eden-UM... |
Mya-Jai holds flute smiling in the auditorium. div.swiper-slide > div.testimonial > div.frame > img | /media/umassboston/content-assets/images/homepage/mya-jai... |
Valerie stands in lobby of Uhall. div.swiper-slide > div.testimonial > div.frame > img | /media/umassboston/content-assets/images/homepage/valerie... |
Student poses in front of ISC railing. div.stat > div.relative > div.frame > img | /media/umassboston/content-assets/images/homepage/student... |
International student stands in front of flags on balcony in Campus Center. div.stat > div.relative > div.frame > img | www.umb.edu/media/internationalstudents-UMB20140124-0994_900x900.jpg |
2 attend the Pow Wow on Campus Center lawn. div.stat > div.relative > div.frame > img | /media/umassboston/content-assets/images/homepage/3rd-mos... |
2 sit outside at commencement in caps & gowns, 1 holds up diploma. div.stat > div.relative > div.frame > img | /media/umassboston/content-assets/images/homepage/social-... |
Stefan sits in wheelchair talks with two students in cafeteria. div.stat > div.relative > div.frame > img | /media/umassboston/content-assets/images/homepage/UMass-B... |
researchers working in the wet labs at UMass Boston's Integrated Science Complex div.stat > div.relative > div.frame > img | /media/umassboston/content-assets/images/homepage/Male-Fe... |
Hamad-Schifferli working with graduate student, Josselyn Mata Calidonio in the … div > article.timely-update > div.frame > img | /media/umassboston/editor-uploads/research/images/R1-Prof... |
UMass Boston Celebrates Opening of New Police & Public Safety Station div.flow > div.feature > div.frame > img | www.umb.edu/media/umassboston/editor-uploads/news-2025/Police-Ribbon-Cutting.jpg |
Boston Public Schools, UMass Boston Partner on Student AI Literacy Initiative
div.grid > div.flow > div.frame > img | /media/umassboston/editor-uploads/news-2025/Chancellor-Ma... |
University Hosts Night of Scholarship Event and Discussion of Latino Education … div.flow > div.feature > div.frame > img | /media/umassboston/editor-uploads/news-2025/7A286394-5258... |
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
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 451 () | |
Missing required DOM elements. | |
www.googletagmanager.com/gtm.js?id=GTM-PXJ923G line 236, col 503 | Uncaught [object Object] |
www.googletagmanager.com/gtm.js?id=GTM-PXJ923G line 236, col 503 | Uncaught [object Object] |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Cookie |
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.
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 |
|---|---|
| www.umb.edu/research/r1-research-classification/ | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.