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.
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.
| URL | Est Savings |
|---|---|
| cdn.knightlab.com/libs/orangeline/latest/assets/fonts/icons.ttf?at2s0a | 260 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 | |
|---|---|---|---|
div.card > a > header.header-image > div.header-image-background div.card > a > header.header-image > div.header-image-background | cdn.knightlab.com/libs/orangeline/latest/assets/screenshot-juxtapose.jpg | 145.0 KiB | 86.4 KiB |
div.card > a > header.header-image > div.header-image-background div.card > a > header.header-image > div.header-image-background | studio.knightlab.com/assets/projects/live-streaming-twitter-spaces.png | 126.1 KiB | 56.9 KiB |
body > header.header-image > div.header-image-background body > header.header-image > div.header-image-background | knightlab.northwestern.edu/assets/front-page-image.jpg | 238.9 KiB | 46.3 KiB |
div.card > a > header.header-image > div.header-image-background div.card > a > header.header-image > div.header-image-background | /assets/posts/jr3-workshop-recap/hero-purpose-of-journali... | 349.0 KiB | 40.3 KiB |
div.card > a > header.header-image > div.header-image-background div.card > a > header.header-image > div.header-image-background | media.knightlab.com/scenevr/screenshot-scenevr.jpg | 77.4 KiB | 29.9 KiB |
body > article#page-body > section#community > div.section-image-background body > article#page-body > section#community > div.section-image-background | knightlab.northwestern.edu/assets/students.jpg | 126.9 KiB | 21.4 KiB |
body > article#page-body > section#studio > div.section-image-background body > article#page-body > section#studio > div.section-image-background | knightlab.northwestern.edu/assets/class.jpg | 125.3 KiB | 16.8 KiB |
body > header.header-image > div.header-image-content > img.logo body > header.header-image > div.header-image-content > img.logo | knightlab.northwestern.edu/assets/logo-knightlab-stacked-dark.png | 14.5 KiB | 6.2 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 |
|---|---|---|
| knightlab.northwestern.edu/assets/style.css | 639 B | |
| cdn.knightlab.com/libs/orangeline/latest/css/orangeline.min.css | 20.7 KiB | 986 ms |
| cloud.typenetwork.com/projects/5433/fontface.css | 2.9 KiB | 751 ms |
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 |
|---|---|
| knightlab.com/ | 1.0 s |
| knightlab.northwestern.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
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 |
|---|---|---|
| cdn.knightlab.com/libs/orangeline/latest/css/orangeline.min.css | 20.0 KiB | 16.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-8F4WPDMPL5 | 146.1 KiB | 63.1 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 | |
|---|---|
body > header.header-image > div.header-image-content > img.logo body > header.header-image > div.header-image-content > img.logo | knightlab.northwestern.edu/assets/logo-knightlab-stacked-dark.png |
div.grid > div.column-2 > a > img div.grid > div.column-2 > a > img | /libs/orangeline/latest/assets/logo-knightlab-stacked-dar... |
div.grid-size-2 > div.grid-item > a > img div.grid-size-2 > div.grid-item > a > img | cdn.knightlab.com/libs/orangeline/latest/assets/logo-mccormick-dark.png |
div.grid-size-2 > div.grid-item > a > img div.grid-size-2 > div.grid-item > a > img | cdn.knightlab.com/libs/orangeline/latest/assets/logo-medill-dark.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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > nav#navbar-product-top > div.nav-mobile-menu > button.button-plain body > nav#navbar-product-top > div.nav-mobile-menu > button.button-plain |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > header.header-image > div.header-image-content > img.logo body > header.header-image > div.header-image-content > img.logo |
div.grid > div.column-2 > a > img div.grid > div.column-2 > a > img |
div.grid-size-2 > div.grid-item > a > img div.grid-size-2 > div.grid-item > a > img |
div.grid-size-2 > div.grid-item > a > img div.grid-size-2 > div.grid-item > a > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.column-10 > div.cards > div.card > a div.column-10 > div.cards > div.card > a |
div.column-10 > div.cards > div.card > a div.column-10 > div.cards > div.card > a |
div.column-10 > div.cards > div.card > a div.column-10 > div.cards > div.card > a |
div.container > div.grid > div.column-2 > a div.container > div.grid > div.column-2 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Latest updates about our work, observations and experimentation in the Knight L… div.container > div.grid > div.column-10 > p.dek |
LAB div.card > article > p.dateline > a |
PROJECTS div.card > article > p.dateline > a |
JUL 21, 2025 div.card > article > p.dateline > time |
LAB div.card > article > p.dateline > a |
PROJECTS div.card > article > p.dateline > a |
OCT 6, 2023 div.card > article > p.dateline > time |
by JOE GERMUSKA div.cards > div.card > article > p.byline |
PEOPLE div.card > article > p.dateline > a |
JAN 31, 2023 div.card > article > p.dateline > time |
We build easy-to-use tools that can help you tell better stories. div.container > div.grid > div.column-10 > p.lead |
Easy-to-make frame comparisons. div.card > a > article > p.product-tagline |
Easy-to-make VR stories. div.card > a > article > p.product-tagline |
Seamless inline audio. div.card > a > article > p.product-tagline |
Tell the story behind the numbers. div.card > a > article > p.product-tagline |
Maps that tell stories. div.card > a > article > p.product-tagline |
Easy-to-make, beautiful timelines. div.card > a > article > p.product-tagline |
Living documents and how-to guides developed by the Knight Lab community. div.container > div.grid > div.column-10 > p.lead |
Live streaming is complicated but we can help. div.card > a > article > p.product-tagline |
(847) 467-4971 div.grid > div.grid-item > address > span.tel |
1845 SHERIDAN ROAD div.grid-item > address > span.address > span.street-address |
FISK #109 & #111 div.grid-item > address > span.address > span.room-num |
EVANSTON, address > span.address > div.address-group > span |
IL address > span.address > div.address-group > span |
60208 address > span.address > div.address-group > span |
© COPYRIGHT 2017-2023 NORTHWESTERN UNIVERSITY div.container > div.grid > div.grid-item > span.copyright |
These are opportunities to improve the legibility of your content.
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
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > header.header-image > div.header-image-content > img.logo body > header.header-image > div.header-image-content > img.logo |
div.grid > div.column-2 > a > img div.grid > div.column-2 > a > img |
div.grid-size-2 > div.grid-item > a > img div.grid-size-2 > div.grid-item > a > img |
div.grid-size-2 > div.grid-item > a > img div.grid-size-2 > div.grid-item > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.