Lighthouse Mobile
· 0 checks — Mobile 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
A cartoon cereal box is called “Phyt-O’s: the phytoplankton of the future” and … div.spotlight__media > figure.spotlight__figure > a.spotlight__figure-link > img.spotlight__img | www.mit.edu/files/images/202604/MIT-PhytoFastFood-SL.jpg | 321.6 KiB | 265.2 KiB |
Kilian Court div.spotlight-addl-content-block--inner > div.spotlight-addl-content-block--img > a > img | www.mit.edu/files/images/202505/MIT-This-is-MIT-SLsub_0_0.jpg | 84.1 KiB | 45.0 KiB |
Implant parts arranged like a a flower. div.spotlight-addl-content-block--inner > div.spotlight-addl-content-block--img > a > img | www.mit.edu/files/images/202604/MIT-Insulin-Implant-SLdw.jpg | 89.3 KiB | 43.3 KiB |
Killian columns div.spotlight-addl-content-block--inner > div.spotlight-addl-content-block--img > a > img | www.mit.edu/files/images/202505/Final-Thumbnails-Filehm.jpg | 58.1 KiB | 19.0 KiB |
Light shows the dendrite cracks. A bowtie-shaped pattern can be seen at the cra… div.spotlight-addl-content-block--inner > div.spotlight-addl-content-block--img > a > img | www.mit.edu/files/images/202603/MIT_battery-dendrites-home.jpg | 60.2 KiB | 14.2 KiB |
A researcher training a robotic hand div.spotlight-addl-content-block--inner > div.spotlight-addl-content-block--img > a > img | www.mit.edu/files/images/202603/MIT-Hand-Tracker-SLsub.jpg | 48.1 KiB | 9.1 KiB |
Artemis spacecraft launches, with lots of smoke. div.spotlight-addl-content-block--inner > div.spotlight-addl-content-block--img > a > img | www.mit.edu/files/images/202604/artemis-ii-launch-nasa-00_dw.jpg | 44.7 KiB | 6.0 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| www.mit.edu/themes/mit/assets/css/main.css?t5zcu8 | 75.1 KiB | 937 ms |
| /p.css?s=1&k=uby1wjv&ht=tk&f=39496.39497.39498.39499.3950... | 172 B | 860 ms |
| use.typekit.net/uby1wjv.css | 1.4 KiB | 868 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
EAPS scientists found that as sea surface temperatures rise, phytoplankton in p… div#main > div.spotlight__width > article.spotlight > div.spotlight-inner | 0.181 |
EAPS scientists found that as sea surface temperatures rise, phytoplankton in p… div#main > div.spotlight__width > article.spotlight > div.spotlight-inner | 0.027 |
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.
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.mit.edu/themes/mit/assets/css/main.css?t5zcu8 | 74.6 KiB | 69.0 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.mit.edu/themes/mit/assets/js/main.js?t5zcu8 | 366.6 KiB | 184.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M8MGV4P | 117.0 KiB | 66.3 KiB |
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 | |
|---|---|
A cartoon cereal box is called “Phyt-O’s: the phytoplankton of the future” and … div.spotlight__media > figure.spotlight__figure > a.spotlight__figure-link > img.spotlight__img | www.mit.edu/files/images/202604/MIT-PhytoFastFood-SL.jpg |
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
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.es-search__width > form#es-search-form > div.es-search__box-mod > input#es-search-form-input div.es-search__width > form#es-search-form > div.es-search__box-mod > input#es-search-form-input |
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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Apr 4, 2026 article.spotlight > div.spotlight-inner > div.spotlight__meta > h4.spotlight__date |
These are opportunities to improve keyboard navigation in your application.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
77 Massachusetts Avenue, Cambridge, MA, USA footer.site-footer > div.site-footer__utility-mod > div.site-footer__contact-info > a.site-footer__contact-info-link |
Visit div.site-footer__utility-mod > ul.site-footer__utility-list > li.site-footer__utility-item > a.site-footer__utility__text-link |
Events div.site-footer__utility-mod > ul.site-footer__utility-list > li.site-footer__utility-item > a.site-footer__utility__text-link |
Jobs div.site-footer__utility-mod > ul.site-footer__utility-list > li.site-footer__utility-item > a.site-footer__utility__text-link |
Privacy div.site-footer__utility-mod > ul.site-footer__utility-list > li.site-footer__utility-item > a.site-footer__utility__text-link |
Accessibility div.site-footer__utility-mod > ul.site-footer__utility-list > li.site-footer__utility-item > a.site-footer__utility__text-link |
Social Media Hub li.site-footer__utility-item > ul.site-footer__social-list > li.site-footer__social-item > a.site-footer__social-item--connect-link |
These items highlight common accessibility best practices.
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
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.