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.
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 | |
|---|---|---|---|
CU Boulder Commencement at Folsom Field. The field is filled with graduating st… div.text-block-body > div > div.imageMediaStyle > img | /sites/default/files/styles/large_image_style/public/2025... | 253.1 KiB | 225.3 KiB |
Apply for Admission div#block-boulder-base-content > article.node > div > div.ucb-bootstrap-layout-section | /sites/default/files/styles/section_background/public/202... | 408.1 KiB | 108.1 KiB |
Chip the buffalo mascot, wearing a graduation robe, driving a golf cart div.campus-news-article-grid > div.campus-news-article-thumbnail > a > img.campus-news-article-thumbnail-image | /today/sites/default/files/styles/focal_image_wide/public... | 149.2 KiB | 107.2 KiB |
Students in a CU Boulder classroom, listening to a lecture by an instructor. div.text-block-body > div > div.imageMediaStyle > img | /sites/default/files/styles/large_image_style/public/2025... | 120.1 KiB | 98.4 KiB |
person shopping at a grocery store div.campus-news-article-grid > div.campus-news-article-thumbnail > a > img.campus-news-article-thumbnail-image | /today/sites/default/files/styles/focal_image_wide/public... | 85.0 KiB | 61.1 KiB |
Family taking photos of a grad on campus div.campus-news-article-grid > div.campus-news-article-thumbnail > a > img.campus-news-article-thumbnail-image | /today/sites/default/files/styles/focal_image_wide/public... | 83.0 KiB | 59.6 KiB |
Jeff and Orsi Crawford div.campus-news-article-grid > div.campus-news-article-thumbnail > a > img.campus-news-article-thumbnail-image | /today/sites/default/files/styles/focal_image_wide/public... | 68.8 KiB | 49.4 KiB |
the class walked by solar panels div.campus-news-article-grid > div.campus-news-article-thumbnail > a > img.campus-news-article-thumbnail-image | /today/sites/default/files/styles/focal_image_wide/public... | 66.3 KiB | 47.6 KiB |
New Buffalo Chip ice cream flavor at Sweet Cow div.campus-news-article-grid > div.campus-news-article-thumbnail > a > img.campus-news-article-thumbnail-image | /today/sites/default/files/styles/focal_image_wide/public... | 54.9 KiB | 39.5 KiB |
Curiosity makes us Boulder div.text-block-body > div > div.imageMediaStyle > img | /sites/default/files/styles/large_image_style/public/2025... | 39.7 KiB | 32.6 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.
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 |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.6 KiB |
| /signals/config/1056901894858860?v=2.9.303&r=stable&domai... | 1200.0 s | 44.4 KiB |
| /signals/config/321674124873715?v=2.9.303&r=stable&domain... | 1200.0 s | 18.0 KiB |
| pixel.byspotify.com/ping.min.js | 3600.0 s | 10.2 KiB |
| snap.licdn.com/li.lms-analytics/insight.min.js | 86400.0 s | 18.7 KiB |
| js.ipredictive.com/viant_universal_pixel.js | 0.0 ms | 3.5 KiB |
| ugrad.apply.colorado.edu/ping | 1789.0 s | 968 B |
| grad.apply.colorado.edu/ping | 1789.0 s | 966 B |
| /collect?v=2&fmt=js&pid=55748%2C3579548&time=177679954079... | 0.0 ms | 691 B |
| /config/edu/7d749711-ff5b-4a55-9671-36852d3140af.js?v=3.5... | 0.0 ms | 455 B |
| /tr/?id=1056901894858860&ev=PageView&dl=https%3A%2F%2Fwww... | 0.0 ms | 19 B |
| /tr/?id=321674124873715&ev=PageView&dl=https%3A%2F%2Fwww.... | 0.0 ms | 16 B |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| colorado.edu/ | 752 ms |
| www.colorado.edu/ | 0.0 ms |
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
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 |
|---|---|---|
| /sites/default/files/css/css_p44OPYw9nazEbwYkmtTi1gc-pgbO... | 61.8 KiB | 60.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 |
|---|---|---|
| /_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ... | 118.2 KiB | 93.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M3DX2QP | 192.7 KiB | 73.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-WW2LE17NC1&cx=c>m=4e64h1 | 168.8 KiB | 64.4 KiB |
| analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.js | 116.8 KiB | 63.6 KiB |
| www.googletagmanager.com/gtag/js?id=AW-958535370&cx=c>m=4e64h1 | 144.6 KiB | 63.6 KiB |
| www.googletagmanager.com/gtag/destination?id=DC-12399946&cx=c>m=4e64h1 | 130.8 KiB | 60.1 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-10798108385&cx=c>m=4e64h1 | 137.5 KiB | 60.0 KiB |
| www.googletagmanager.com/gtag/destination?id=DC-12320119&cx=c>m=4e64h1 | 131.0 KiB | 57.4 KiB |
| /sites/default/files/js/js_UAM_9otwUAyHzZOeb4woD4suuEdijC... | 53.8 KiB | 39.2 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 31.9 KiB |
| www.colorado.edu/core/assets/vendor/jquery/jquery.min.js?v=4.0.0 | 31.4 KiB | 24.9 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.8 s |
| Other | 1.2 s |
| Style & Layout | 734 ms |
| Script Parsing & Compilation | 623 ms |
| Rendering | 187 ms |
| Parse HTML & CSS | 87 ms |
| Garbage Collection | 48 ms |
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 | |
|---|---|
Jeff and Orsi Crawford div.campus-news-article-grid > div.campus-news-article-thumbnail > a > img.campus-news-article-thumbnail-image | /today/sites/default/files/styles/focal_image_wide/public... |
person shopping at a grocery store div.campus-news-article-grid > div.campus-news-article-thumbnail > a > img.campus-news-article-thumbnail-image | /today/sites/default/files/styles/focal_image_wide/public... |
Chip the buffalo mascot, wearing a graduation robe, driving a golf cart div.campus-news-article-grid > div.campus-news-article-thumbnail > a > img.campus-news-article-thumbnail-image | /today/sites/default/files/styles/focal_image_wide/public... |
the class walked by solar panels div.campus-news-article-grid > div.campus-news-article-thumbnail > a > img.campus-news-article-thumbnail-image | /today/sites/default/files/styles/focal_image_wide/public... |
New Buffalo Chip ice cream flavor at Sweet Cow div.campus-news-article-grid > div.campus-news-article-thumbnail > a > img.campus-news-article-thumbnail-image | /today/sites/default/files/styles/focal_image_wide/public... |
Family taking photos of a grad on campus div.campus-news-article-grid > div.campus-news-article-thumbnail > a > img.campus-news-article-thumbnail-image | /today/sites/default/files/styles/focal_image_wide/public... |
Be Boulder. div.ucb-footer > p > a > img.ucb-footer-be-boulder | cdn.colorado.edu/static/brand-assets/live/images/be-boulder-white.svg |
University of Colorado Boulder div.container > div.ucb-brand-bar > a.ucb-home-link > img.ucb-logo | cdn.colorado.edu/static/brand-assets/live/images/cu-boulder-logo-text-white.svg |
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.
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 |
|---|
CU Athletics to receive $6M gift to elevate student experience, campus excellen… campus-news > div.row > div.campus-news-article-grid > a |
Read more div.row > div.campus-news-article-grid > p.campus-news-article-summary > a |
Advice from Sustainable Buffs on being a conscious consumer campus-news > div.row > div.campus-news-article-grid > a |
Read more div.row > div.campus-news-article-grid > p.campus-news-article-summary > a |
Volunteer for commencement events May 1–3 campus-news > div.row > div.campus-news-article-grid > a |
Read more div.row > div.campus-news-article-grid > p.campus-news-article-summary > a |
Colorado snowpack tells a troubling story for water and wildfire in the West campus-news > div.row > div.campus-news-article-grid > a |
Read more div.row > div.campus-news-article-grid > p.campus-news-article-summary > a |
Buffalo Chip: CU Boulder, Sweet Cow serve up a sweet celebration campus-news > div.row > div.campus-news-article-grid > a |
Read more div.row > div.campus-news-article-grid > p.campus-news-article-summary > a |
What to expect during Grad Days 2026 campus-news > div.row > div.campus-news-article-grid > a |
Read more div.row > div.campus-news-article-grid > p.campus-news-article-summary > a |
Read more at CU Boulder Today div.container > campus-news > div.ucb-campus-news-grid-link-container > a.ucb-campus-news-grid-link |
These are opportunities to improve the legibility of your content.
Names and labels
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Translate
English
Spanish
Chinese
French
German
Korean
Lao
Nepali
Japanese
Tibe… div.container > div.ucb-brand-bar > div.ucb-brand-bar-controls > select.ucb-lang-select |
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.text-block-body > div > p.text-align-center > a div.text-block-body > div > p.text-align-center > a |
div.text-block-body > div > p.text-align-center > a div.text-block-body > div > p.text-align-center > a |
div.text-block-body > div > p.text-align-center > a div.text-block-body > div > p.text-align-center > a |
div.text-block-body > div > p.text-align-center > a div.text-block-body > div > p.text-align-center > a |
div.text-block-body > div > p.text-align-center > a div.text-block-body > div > p.text-align-center > 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.
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 |
|---|
University of Colorado Boulder div.ucb-footer > div#block-site-contact-info-footer > span.h5 > a |
These items highlight common accessibility best practices.
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 |
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.