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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| bridgeslab.sph.umich.edu/lab_website-static/css/custom.css | 0.0 ms | 267.8 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 1200.0 s | 78.5 KiB |
| /v/t39.30808-1/302994671_461759342664757_7704979863435545... | 1209600.0 s | 53.4 KiB |
| connect.facebook.net/en_US/sdk.js | 1200.0 s | 5.0 KiB |
| bridgeslab.sph.umich.edu/lab_website-static/img/icons/world.png | 0.0 ms | 3.1 KiB |
| bridgeslab.sph.umich.edu/lab_website-static/img/icons/user.png | 0.0 ms | 2.2 KiB |
| bridgeslab.sph.umich.edu/lab_website-static/img/icons/paste.png | 0.0 ms | 1.9 KiB |
| bridgeslab.sph.umich.edu/lab_website-static/img/icons/file.png | 0.0 ms | 1.7 KiB |
| bridgeslab.sph.umich.edu/lab_website-static/img/icons/email.png | 0.0 ms | 1.5 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.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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 |
|---|---|---|
| bridgeslab.sph.umich.edu/lab_website-static/css/custom.css | 267.8 KiB | 2.8 s |
| cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js | 24.3 KiB | 300 ms |
| cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css | 33.2 KiB | 1.1 s |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css | 14.1 KiB | 150 ms |
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.
| URL | Est Savings |
|---|---|
| /npm/bootstrap-icons@1.11.0/font/fonts/bootstrap-icons.wo... | 10 ms |
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 | |
|---|---|---|---|
Bridges Lab Photo div.container > div.row > div.col-sm-3 > img.img-fluid | /v/t39.30808-1/302994671_461759342664757_7704979863435545... | 53.4 KiB | 20.8 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| bridgeslab.sph.umich.edu/ | 2.1 s |
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
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 |
|---|---|---|
| bridgeslab.sph.umich.edu/lab_website-static/css/custom.css | 267.8 KiB | 45.1 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 |
|---|---|---|
| bridgeslab.sph.umich.edu/lab_website-static/css/custom.css | 267.5 KiB | 249.1 KiB |
| cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css | 32.4 KiB | 30.2 KiB |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css | 13.3 KiB | 13.2 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-HLFFK9ZMJE | 145.6 KiB | 63.2 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 78.3 KiB | 54.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 | |
|---|---|
Bridges Lab Photo div.container > div.row > div.col-sm-3 > img.img-fluid | /v/t39.30808-1/302994671_461759342664757_7704979863435545... |
Location ul#home-links > li > a.text-center > img | bridgeslab.sph.umich.edu/lab_website-static/img/icons/world.png |
People ul#home-links > li > a.text-center > img | bridgeslab.sph.umich.edu/lab_website-static/img/icons/user.png |
Papers ul#home-links > li > a.text-center > img | bridgeslab.sph.umich.edu/lab_website-static/img/icons/file.png |
Projects ul#home-links > li > a.text-center > img | bridgeslab.sph.umich.edu/lab_website-static/img/icons/paste.png |
Contact ul#home-links > li > a.text-center > img | bridgeslab.sph.umich.edu/lab_website-static/img/icons/email.png |
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.
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 |
|---|
2026 Journal Club Articles div.card > div.card-body > section#2026 > h4.display-8 |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Amy Zhao, Haijing Sun, Leiyi Yan, Oyewali Shiyanbola, Dave Bridges and Brigid G… section#recent-papers > div.card > div.card-body > ol.list-unstyled |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Amy Zhao, Haijing Sun, Leiyi Yan, Oyewali Shiyanbola, Dave Bridges and Brigid G… div.card-body > ol.list-unstyled > div.row > li.border-bottom |
Erwei Li, Yangmian Yuan, Haijing Sun, Khushi Patel, Nan Zhang, Soumya Nagesh, J… div.card-body > ol.list-unstyled > div.row > li.border-bottom |
Stephanie Eid, Pongrat Jaisil, Kai Guo, John Haynes, Crystal Pacut, Diana Rigan… div.card-body > ol.list-unstyled > div.row > li.border-bottom |
Treyton Carr, Irit Hochberg and Dave Bridges. Differential Metabolic Signatures… div.card-body > ol.list-unstyled > div.row > li.border-bottom |
Molly Mulcahy, Noura El Habbal, JeAnna Redd, Haijing Sun, Brigid Gregg and Dave… div.card-body > ol.list-unstyled > div.row > li.border-bottom |
Brennan AM, Standley RA, Anthony SJ, Grench KE, Helbling NL, DeLany JP, Cornnel… div.card > div.card-body > section#2026 > li.border-bottom |
Pratap AA, Holsinger RMD. Altered Brain Leptin and Leptin Receptor Expression i… div.card > div.card-body > section#2026 > li.border-bottom |
Durakoglugil MS, Chen Y, White CL, Kavalali ET, Herz J. Reelin signaling antago… div.card > div.card-body > section#2026 > li.border-bottom |
O'Sullivan EJ, Perrine CG, Rasmussen KM. Early Breastfeeding Problems Mediate t… div.card > div.card-body > section#2025 > li.border-bottom |
Horvath D, Mink D, Saxena K, Inholz K, Wirtz PH, Basler M. Stress transmission … div.card > div.card-body > section#2025 > li.border-bottom |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
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
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 |
|---|---|
| bridgeslab.sph.umich.edu/papers/ | here |
| bridgeslab.sph.umich.edu/posts/ | here |
| www.facebook.com/ | here |
| bridgeslab.sph.umich.edu/journal-club/ | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.