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.
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.
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 | |
|---|---|---|---|
photo of graduation div.row > div.col-sm-4 > a > img | www.unm.edu/assets/img/promos/141373170_graduation.unm.edu.jpg | 751.4 KiB | 690.8 KiB |
UNM astronomers reveal always-changing multi-planet system div.item > div.newsitem > a.aspect > img | iprsoftwaremedia.com/175/files/20263/Rendering_1.png | 518.7 KiB | 471.1 KiB |
Statue of a wolf wearing a bright red graduation cap outdoors. div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26912205?s=0ef257f49ee83c68bac952e9d06f66a2421967dc | 330.3 KiB | 264.1 KiB |
UNM Regents announce presidential finalists div#homepage-carousel > div.carousel-inner > section.item > img | www.unm.edu/features/2026/2026-unm-presidential-search.jpg | 290.1 KiB | 242.5 KiB |
A group of four people sit on red chairs arranged in a semi-circle on a stage. … div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26146551?s=339f9549a1f362945e3409ab867dd6dfdfd700b2 | 280.6 KiB | 236.6 KiB |
A glass candle labeled "UNM Candle Co. 'Smells just like home' - Duck Pond Wate… div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26829134?s=d4bc19751ae53acf8e37a44452def17b5b2f5121 | 257.1 KiB | 190.9 KiB |
Mark Woodbury and Robert González stand in a modern office space beside an arch… div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26425783?s=1401340388701e56d4237938a5358ea37007190c | 234.5 KiB | 169.1 KiB |
Photo from UNM on Twitter at 4/1/26 at 9:29PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/26829164?s=dfe8170fc37db4e32d4b9e40bbd51b7f00e1017e | 212.1 KiB | 159.1 KiB |
Image for: Snack & Submit Scholarship & Application Support Event div.multi > div.item > div.eventitem > img.eventimg | /assets/cef19db5-f949-4260-96a1-164b57f2be98-thumb.png | 154.8 KiB | 143.7 KiB |
New student orientation button div.row > div.col-sm-4 > a > img | www.unm.edu/assets/img/promos/nso-button.jpg | 177.3 KiB | 128.5 KiB |
Individuals Together
That’s the way we see us. We’re a community of unique per… div#page > div#upper > div.container > div#individuals-together | www.unm.edu/assets/img/hodgin-hall.png | 130.2 KiB | 80.1 KiB |
Lobograd Website Link div.row > div.col-sm-4 > a > img | www.unm.edu/assets/img/promos/lobograd-callout-img.jpg | 94.4 KiB | 45.6 KiB |
div#j-column-0 > li.feed-item > a.j-image > ::after div#j-column-0 > li.feed-item > a.j-image > ::after | assets.juicer.io/standalone-sprites/gallery.png | 9.1 KiB | 9.0 KiB |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506784372/poster_images.jpg?external_id=DWo0w8... | 6.0 KiB | 5.6 KiB |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506749414/poster_images.jpg?external_id=DWmqtC... | 6.0 KiB | 5.6 KiB |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506575378/poster_images.jpg?external_id=DWaH3-... | 6.0 KiB | 5.6 KiB |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506450985/poster_images.jpg?external_id=DWSU6Y... | 6.0 KiB | 5.6 KiB |
The University of New Mexico div.col-md-8 > p > a > img | webcore.unm.edu/v2/images/unm-transparent-white.png | 7.0 KiB | 4.1 KiB |
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 |
|---|---|---|
| webcore.unm.edu/v2/css/unm-styles.min.css | 38.8 KiB | 2.2 s |
| webcore.unm.edu/v2/js/unm-scripts.min.js | 43.3 KiB | 2.2 s |
| webcore.unm.edu/v2/fonts/unm-fonts.css | 1.1 KiB | 1.4 s |
| www.unm.edu/assets/js/velocity.min.js | 12.5 KiB | 1.6 s |
| www.unm.edu/assets/js/bythenumbers.js | 969 B | 1.2 s |
| www.unm.edu/assets/js/jquery.waypoints.min.js | 3.0 KiB | 1.2 s |
| www.unm.edu/assets/js/velocity.ui.min.js | 3.2 KiB | 1.2 s |
| www.unm.edu/assets/css/site-styles.css | 5.9 KiB | 406 ms |
| www.unm.edu/assets/js/site.js | 2.0 KiB | 1.2 s |
| cdn.fonts.net/t/1.css?apiType=css&projectid=9f5ec5c4-677a-43b8-8a36-5aa946e7d359 | 663 B | 825 ms |
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 |
|---|---|
| unm.edu/ | 1.5 s |
| www.unm.edu/ | 630 ms |
| www.unm.edu/ | 0.0 ms |
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 |
|---|---|
UNM Regents announce presidential finalists div.carousel-inner > section.item > a > div.carousel-caption | 0.247 |
Apply
to UNM
Everything you need to know to get you on your way. div#individuals-together > div.container > div.row > div.col-md-3 | 0.005 |
Toggle navigation body#home > div#offcanvas > div.navbar-header > button.menu-toggle | 0.001 |
Toggle navigation body#home > div#offcanvas > div.navbar-header > button.menu-toggle | 0.000 |
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 |
|---|---|---|
| webcore.unm.edu/v2/css/unm-styles.min.css | 38.4 KiB | 32.8 KiB |
| assets.juicer.io/embed.css | 15.7 KiB | 14.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 |
|---|---|---|
| assets.juicer.io/embed-no-jquery.js | 118.4 KiB | 85.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-YE9XJVELVF&cx=c>m=4e64h1 | 173.2 KiB | 65.9 KiB |
| www.googletagmanager.com/gtag/js?id=AW-951269613&cx=c>m=4e64h1 | 146.5 KiB | 65.1 KiB |
| www.googletagmanager.com/gtag/js?id=AW-16942011988&cx=c>m=4e64h1 | 144.6 KiB | 64.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-771841062&cx=c>m=4e64h1 | 144.6 KiB | 64.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WQT2MB | 166.3 KiB | 60.4 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 44.8 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.unm.edu/ | 1.0 s | 11 ms | 1.0 ms |
| Unattributable | 548 ms | 19 ms | 0.0 ms |
| webcore.unm.edu/v2/js/unm-scripts.min.js | 475 ms | 328 ms | 11 ms |
| www.unm.edu/assets/js/velocity.min.js | 435 ms | 141 ms | 2.4 ms |
| cdn-cookieyes.com/client_data/58c1efd5b1dc56581badcfe5/banner.js | 389 ms | 339 ms | 2.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-WQT2MB | 296 ms | 245 ms | 46 ms |
| www.googletagmanager.com/gtag/js?id=G-YE9XJVELVF&cx=c>m=4e64h1 | 173 ms | 133 ms | 40 ms |
| www.googletagmanager.com/gtag/js?id=AW-16942011988&cx=c>m=4e64h1 | 172 ms | 137 ms | 34 ms |
| www.googletagmanager.com/gtag/js?id=AW-951269613&cx=c>m=4e64h1 | 152 ms | 113 ms | 38 ms |
| www.googletagmanager.com/gtag/js?id=AW-771841062&cx=c>m=4e64h1 | 141 ms | 106 ms | 34 ms |
| connect.facebook.net/en_US/fbevents.js | 111 ms | 84 ms | 26 ms |
| assets.juicer.io/embed-no-jquery.js | 94 ms | 49 ms | 45 ms |
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 | 1.8 s |
| Other | 900 ms |
| Style & Layout | 668 ms |
| Rendering | 387 ms |
| Script Parsing & Compilation | 288 ms |
| Parse HTML & CSS | 51 ms |
| Garbage Collection | 40 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 | |
|---|---|
A group of four people sit on red chairs arranged in a semi-circle on a stage. … div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26146551?s=339f9549a1f362945e3409ab867dd6dfdfd700b2 |
Statue of a wolf wearing a bright red graduation cap outdoors. div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26912205?s=0ef257f49ee83c68bac952e9d06f66a2421967dc |
Mark Woodbury and Robert González stand in a modern office space beside an arch… div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26425783?s=1401340388701e56d4237938a5358ea37007190c |
UNM Regents announce presidential finalists div#homepage-carousel > div.carousel-inner > section.item > img | www.unm.edu/features/2026/2026-unm-presidential-search.jpg |
A glass candle labeled "UNM Candle Co. 'Smells just like home' - Duck Pond Wate… div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | www.juicer.io/api/media/26829134?s=d4bc19751ae53acf8e37a44452def17b5b2f5121 |
Photo from UNM on Twitter at 4/1/26 at 9:29PM li.feed-item > div.j-text > a.j-image > img.j-content-image | www.juicer.io/api/media/26829164?s=dfe8170fc37db4e32d4b9e40bbd51b7f00e1017e |
Route 66 in Albuquerque – 505 Central Food Hall div.row > div.col-md-6 > a > img.avatar-pic | /wp-content/uploads/2026/02/202601_UNM_505FoodHall_KylerK... |
Photo from TheUniversityofNewMexico on TikTok at 3/20/26 at 5:04PM div#j-column-0 > li.feed-item > a.j-image > img.j-content-image | /api/posts/506389406/images.jpg?external_id=7619384779649... |
Image for: Snack & Submit Scholarship & Application Support Event div.multi > div.item > div.eventitem > img.eventimg | /assets/cef19db5-f949-4260-96a1-164b57f2be98-thumb.png |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506784372/poster_images.jpg?external_id=DWo0w8... |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506749414/poster_images.jpg?external_id=DWmqtC... |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506575378/poster_images.jpg?external_id=DWaH3-... |
Profile image for uofnm li.feed-item > div.j-poster > a > img | /api/posts/506450985/poster_images.jpg?external_id=DWSU6Y... |
The University of New Mexico div.col-md-8 > p > a > img | webcore.unm.edu/v2/images/unm-transparent-white.png |
Profile image for TheUniversityofNewMexico li.feed-item > div.j-poster > a > img | /api/posts/506389406/poster_images.jpg?external_id=761938... |
Profile image for UNM li.feed-item > div.j-poster > a > img | /api/posts/506749418/poster_images.jpg?external_id=203945... |
Profile image for UNM li.feed-item > div.j-poster > a > img | /api/posts/506396723/poster_images.jpg?external_id=203610... |
Profile image for UNM li.feed-item > div.j-poster > a > img | /api/posts/506389530/poster_images.jpg?external_id=203481... |
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 |
|---|
411 div.j-link-container > ul > li > a.likes |
These are opportunities to improve the legibility of your content.
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 |
|---|
uofnm
19d
Statue of a wolf wearing a bright red graduation cap outdoors.
The e… div#primary > div#social-wall > div.container > ul.juicer-feed |
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 |
|---|
UNM A-Z div#mobile-menu > div#mobile-toolbar > ul.list-unstyled > li.btn |
myUNM div#mobile-menu > div#mobile-toolbar > ul.list-unstyled > li.btn |
Directory div#mobile-menu > div#mobile-toolbar > ul.list-unstyled > li.btn |
div#mobile-menu > div#mobile-toolbar > ul.list-unstyled > li.btn div#mobile-menu > div#mobile-toolbar > ul.list-unstyled > li.btn |
uofnm
19d
Statue of a wolf wearing a bright red graduation cap outdoors.
The e… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
uofnm
20d
A glass candle labeled "UNM Candle Co. 'Smells just like home' - Duck… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Univ. of New Mexico
@UNM
X (Twitter) Logo
Photo from UNM on Twitter at 4/1/26 a… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
uofnm
24d
Mark Woodbury and Robert González stand in a modern office space besi… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
uofnm
27d
A group of four people sit on red chairs arranged in a semi-circle on… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Univ. of New Mexico
@UNM
X (Twitter) Logo
Photo from UNM on Twitter at 3/23/26 … div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
TheUniversityofNewMexico
32d
Photo from TheUniversityofNewMexico on TikTok at 3… div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
Univ. of New Mexico
@UNM
X (Twitter) Logo
Photo from UNM on Twitter at 3/20/26 … div.j-stacker-wrapper > div.j-stacker > div#j-column-0 > li.feed-item |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
div.container > form#unm_search_form > div.input-append > button#unm_search_for_submit div.container > form#unm_search_form > div.input-append > button#unm_search_for_submit |
Accessibility div.col-md-4 > ul#unm_footer_links > li > a |
Consumer Information div.col-md-4 > ul#unm_footer_links > li > a |
These items highlight common accessibility best practices.
Best Practices
Trust and Safety
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.unm.edu/ | Allowed |
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.